diff --git a/set-of-emails/maildir/bsd/rfc3464-41.eml b/set-of-emails/maildir/bsd/rfc3464-41.eml new file mode 100644 index 000000000..92f178d67 --- /dev/null +++ b/set-of-emails/maildir/bsd/rfc3464-41.eml @@ -0,0 +1,48 @@ +Return-path: <> +Envelope-to: nekonyaan@example.com +Delivery-date: Thu, 17 Jul 2013 23:34:45 -0500 +Received: from mail0.bemta0.messagelabs.com ([192.0.2.2]:2400) + by neko2.example.com with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) + (Exim 4.80) + id 2AEEEE-0000xR-2E + for nekonyaan@example.com; Thu, 17 Jul 2013 23:34:45 -0500 +X-Msg-Ref: server-0.tower-0.messagelabs.com!120000000!100010101!1 +X-Originating-IP: [203.0.113.113] +Received: from mailerver1.com.neko.example.com + ([fe80::0000:0000:0000:0000%22]) by mailserver1.com.neko.example.com + ([fe80::ffff:ffff:ffff:ffff%22]) with Microsoft SMTP Server id + 14.01.0421.002; Thu, 17 Jul 2013 23:34:45 -0700 +From: Kijitora +To: Neko +Subject: Automatic reply: Nyaan +Date: Sat, 16 Mar 2013 23:34:45 +0000 +Message-ID: <8415797d5564f6c279db9815ab2819ca@mailserver1.com.neko.example.com> +X-MS-Has-Attach: +X-Auto-Response-Suppress: All +X-MS-Exchange-Inbox-Rules-Loop: kijitora@example.org +X-MS-TNEF-Correlator: +Content-Type: text/plain; charset="Windows-1252" +Content-Transfer-Encoding: quoted-printable +MIME-Version: 1.0 + +***Please stop and read this message.*** + +I will be traveling for work on July 10-31. During that time I will have i= +ntermittent access to email and phone, and I will respond to your message a= +s promptly as possible. + +Please contact our Client Service Support Team (information below) if you n= +eed immediate assistance on regular account matters, or contact my colleagu= +e Neko Nyaan (neko@example.org; +0-000-000-0000) for all other needs. + + +Client Service Support Team +(Day to Day Needs: Nora-Nyaans Technical Assistance, Account /Transactional= + Inquiries, Wire Transfers, Stop Payments, Check Orders, etc.) +Phone: +0.000.000.0000 or +0.111.111.1112 +nora-nyaans@example.org +Hours: 5am =96 5:30pm Pacific Standard Time + + +Nyaan, + diff --git a/set-of-emails/maildir/bsd/rfc3834-02.eml b/set-of-emails/maildir/bsd/rfc3834-02.eml new file mode 100644 index 000000000..38d945f83 --- /dev/null +++ b/set-of-emails/maildir/bsd/rfc3834-02.eml @@ -0,0 +1,24 @@ +Return-path: <> +Envelope-to: kijitora@example.com +Delivery-date: Thu, 17 Jul 2013 23:34:45 -0500 +Received: from smtpd-02.example.com ([203.0.113.1]:2202) + by neko2.example.com with esmtp (Exim 4.80) + id 2Aeeee-00002R-AA + for kijitora@example.com; Thu, 17 Jul 2013 23:34:45 -0500 +Received: from neko.nyaan.example.net ([fe80::ffff:ffff:ffff:0000%22]) by + neko1.nyaan2.example.net ([fe80::0000:0000:0000:ffff%22]) with Microsoft + SMTP Server id 14.02.0318.004; Thu, 17 Jul 2013 23:34:45 -0400 +From: "Neko, Nyaan" +To: Kijitora +Subject: Automatic reply: Nyaan +Date: Thu, 17 Jul 2013 23:34:45 +0000 +Message-ID: +X-Auto-Response-Suppress: All +X-MS-Exchange-Inbox-Rules-Loop: nekonyaan@example.org +X-MS-TNEF-Correlator: +Content-Type: text/plain; charset="us-ascii" +Content-Transfer-Encoding: quoted-printable +MIME-Version: 1.0 + +I'm out of the office Friday. For pressing news matters, Nyaan. + diff --git a/t/697-rfc3834.t b/t/697-rfc3834.t index df06a9edc..4b2267542 100644 --- a/t/697-rfc3834.t +++ b/t/697-rfc3834.t @@ -8,6 +8,7 @@ my $enginename = 'RFC3834'; my $enginetest = Sisimai::Bite::Email::Code->maketest; my $isexpected = [ { 'n' => '01', 's' => qr/\A\z/, 'r' => qr/vacation/, 'b' => qr/\A-1\z/ }, + { 'n' => '02', 's' => qr/\A\z/, 'r' => qr/vacation/, 'b' => qr/\A-1\z/ }, ]; $enginetest->($enginename, $isexpected); diff --git a/t/698-rfc3464.t b/t/698-rfc3464.t index 1bdf72abb..c56a8142c 100644 --- a/t/698-rfc3464.t +++ b/t/698-rfc3464.t @@ -28,6 +28,7 @@ my $isexpected = [ { 'n' => '38', 's' => qr/\A5[.]0[.]\d+\z/, 'r' => qr/mailboxfull/, 'a' => qr/RFC3464/, 'b' => qr/\A1\z/ }, { 'n' => '39', 's' => qr/\A5[.]0[.]\d+\z/, 'r' => qr/onhold/, 'a' => qr/RFC3464/, 'b' => qr/\A1\z/ }, { 'n' => '40', 's' => qr/\A4[.]4[.]6\z/, 'r' => qr/networkerror/, 'a' => qr/RFC3464/, 'b' => qr/\A1\z/ }, + { 'n' => '41', 's' => qr/\A\z/, 'r' => qr/vacation/, 'a' => qr/RFC3464/, 'b' => qr/\A-1\z/ }, ]; $enginetest->($enginename, $isexpected);