Skip to content

Commit

Permalink
Add 2 vacation emails as a sample
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Jul 13, 2018
1 parent 3f6159e commit a2d93ad
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 0 deletions.
48 changes: 48 additions & 0 deletions 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 <kijitora@example.org>
To: Neko <nekonyaan@example.com>
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<mailto:nora-nyaans@example.org>
Hours: 5am =96 5:30pm Pacific Standard Time


Nyaan,

24 changes: 24 additions & 0 deletions 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" <nekonyaan@example.org>
To: Kijitora <kijitora@example.com>
Subject: Automatic reply: Nyaan
Date: Thu, 17 Jul 2013 23:34:45 +0000
Message-ID: <fb1b2d9ea3df46d9839a6dcb99410ebb@neko.nyaan.example.net>
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.

1 change: 1 addition & 0 deletions t/697-rfc3834.t
Expand Up @@ -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);
Expand Down
1 change: 1 addition & 0 deletions t/698-rfc3464.t
Expand Up @@ -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);
Expand Down

0 comments on commit a2d93ad

Please sign in to comment.