sisimai 5.0.3-java → 5.1.0-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/codecovio.yml +3 -1
- data/.github/workflows/rake-test.yml +6 -2
- data/ChangeLog.md +34 -0
- data/README-JA.md +20 -17
- data/README.md +20 -17
- data/lib/sisimai/arf.rb +3 -3
- data/lib/sisimai/fact/json.rb +2 -2
- data/lib/sisimai/fact/yaml.rb +2 -2
- data/lib/sisimai/fact.rb +4 -19
- data/lib/sisimai/lhost/activehunter.rb +4 -3
- data/lib/sisimai/lhost/amavis.rb +4 -4
- data/lib/sisimai/lhost/amazonses.rb +6 -6
- data/lib/sisimai/lhost/amazonworkmail.rb +4 -4
- data/lib/sisimai/lhost/aol.rb +4 -4
- data/lib/sisimai/lhost/apachejames.rb +4 -4
- data/lib/sisimai/lhost/barracuda.rb +4 -4
- data/lib/sisimai/lhost/bigfoot.rb +4 -4
- data/lib/sisimai/lhost/biglobe.rb +4 -4
- data/lib/sisimai/lhost/courier.rb +4 -4
- data/lib/sisimai/lhost/domino.rb +4 -4
- data/lib/sisimai/lhost/dragonfly.rb +114 -0
- data/lib/sisimai/lhost/einsundeins.rb +4 -4
- data/lib/sisimai/lhost/exchange2003.rb +4 -3
- data/lib/sisimai/lhost/exchange2007.rb +4 -3
- data/lib/sisimai/lhost/exim.rb +4 -4
- data/lib/sisimai/lhost/ezweb.rb +4 -4
- data/lib/sisimai/lhost/facebook.rb +4 -4
- data/lib/sisimai/lhost/fml.rb +4 -4
- data/lib/sisimai/lhost/gmail.rb +4 -4
- data/lib/sisimai/lhost/gmx.rb +4 -4
- data/lib/sisimai/lhost/googlegroups.rb +4 -4
- data/lib/sisimai/lhost/gsuite.rb +4 -4
- data/lib/sisimai/lhost/imailserver.rb +4 -3
- data/lib/sisimai/lhost/interscanmss.rb +5 -4
- data/lib/sisimai/lhost/kddi.rb +4 -4
- data/lib/sisimai/lhost/mailfoundry.rb +4 -4
- data/lib/sisimai/lhost/mailmarshalsmtp.rb +5 -4
- data/lib/sisimai/lhost/mailru.rb +4 -4
- data/lib/sisimai/lhost/mcafee.rb +4 -4
- data/lib/sisimai/lhost/messagelabs.rb +4 -3
- data/lib/sisimai/lhost/messagingserver.rb +5 -4
- data/lib/sisimai/lhost/mfilter.rb +4 -4
- data/lib/sisimai/lhost/mxlogic.rb +3 -3
- data/lib/sisimai/lhost/notes.rb +4 -4
- data/lib/sisimai/lhost/office365.rb +4 -4
- data/lib/sisimai/lhost/opensmtpd.rb +9 -7
- data/lib/sisimai/lhost/outlook.rb +4 -4
- data/lib/sisimai/lhost/postfix.rb +4 -4
- data/lib/sisimai/lhost/powermta.rb +4 -4
- data/lib/sisimai/lhost/qmail.rb +10 -10
- data/lib/sisimai/lhost/receivingses.rb +4 -4
- data/lib/sisimai/lhost/sendgrid.rb +4 -4
- data/lib/sisimai/lhost/sendmail.rb +4 -4
- data/lib/sisimai/lhost/surfcontrol.rb +4 -4
- data/lib/sisimai/lhost/v5sendmail.rb +5 -4
- data/lib/sisimai/lhost/verizon.rb +4 -4
- data/lib/sisimai/lhost/x1.rb +3 -3
- data/lib/sisimai/lhost/x2.rb +3 -3
- data/lib/sisimai/lhost/x3.rb +3 -3
- data/lib/sisimai/lhost/x4.rb +3 -3
- data/lib/sisimai/lhost/x5.rb +3 -3
- data/lib/sisimai/lhost/x6.rb +3 -3
- data/lib/sisimai/lhost/yahoo.rb +4 -4
- data/lib/sisimai/lhost/yandex.rb +4 -4
- data/lib/sisimai/lhost/zoho.rb +4 -4
- data/lib/sisimai/lhost.rb +5 -5
- data/lib/sisimai/mail/maildir.rb +1 -1
- data/lib/sisimai/mail/stdin.rb +1 -1
- data/lib/sisimai/mda.rb +3 -3
- data/lib/sisimai/message.rb +8 -8
- data/lib/sisimai/order.rb +1 -0
- data/lib/sisimai/reason/badreputation.rb +1 -1
- data/lib/sisimai/reason/norelaying.rb +1 -0
- data/lib/sisimai/reason/rejected.rb +1 -0
- data/lib/sisimai/reason.rb +8 -8
- data/lib/sisimai/rfc3464.rb +3 -3
- data/lib/sisimai/rfc3834.rb +2 -2
- data/lib/sisimai/rhost/apple.rb +92 -0
- data/lib/sisimai/rhost/cox.rb +81 -32
- data/lib/sisimai/rhost/franceptt.rb +84 -81
- data/lib/sisimai/rhost/godaddy.rb +205 -43
- data/lib/sisimai/rhost/google.rb +3 -5
- data/lib/sisimai/rhost/iua.rb +2 -2
- data/lib/sisimai/rhost/kddi.rb +6 -5
- data/lib/sisimai/rhost/microsoft.rb +4 -5
- data/lib/sisimai/rhost/mimecast.rb +15 -4
- data/lib/sisimai/rhost/nttdocomo.rb +1 -1
- data/lib/sisimai/rhost/spectrum.rb +100 -40
- data/lib/sisimai/rhost/tencent.rb +46 -25
- data/lib/sisimai/rhost/yahooinc.rb +110 -0
- data/lib/sisimai/rhost.rb +28 -35
- data/lib/sisimai/smtp/reply.rb +4 -3
- data/lib/sisimai/smtp/transcript.rb +3 -3
- data/lib/sisimai/version.rb +1 -1
- data/lib/sisimai.rb +0 -6
- data/set-of-emails/maildir/bsd/lhost-dragonfly-01.eml +36 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-02.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-03.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-04.eml +31 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-05.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-06.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-07.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-08.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-09.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-10.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-11.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-12.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-13.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-14.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-15.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-16.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-17.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-18.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-19.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-20.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-21.eml +33 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-22.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-23.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-24.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-25.eml +33 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-26.eml +33 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-27.eml +47 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-28.eml +47 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-29.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-dragonfly-30.eml +32 -0
- data/set-of-emails/maildir/bsd/lhost-opensmtpd-10.eml +58 -0
- data/set-of-emails/maildir/bsd/lhost-opensmtpd-11.eml +58 -0
- data/set-of-emails/maildir/bsd/lhost-opensmtpd-12.eml +62 -0
- data/set-of-emails/maildir/bsd/lhost-opensmtpd-13.eml +62 -0
- data/set-of-emails/maildir/bsd/lhost-opensmtpd-14.eml +58 -0
- data/set-of-emails/maildir/bsd/lhost-opensmtpd-15.eml +63 -0
- data/set-of-emails/maildir/bsd/lhost-opensmtpd-16.eml +62 -0
- data/set-of-emails/maildir/bsd/lhost-opensmtpd-17.eml +63 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-11.eml +29 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-12.eml +29 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-13.eml +29 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-14.eml +34 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-15.eml +30 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-16.eml +31 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-17.eml +38 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-18.eml +31 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-19.eml +31 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-20.eml +46 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-21.eml +41 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-22.eml +42 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-23.eml +43 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-24.eml +43 -0
- data/set-of-emails/maildir/bsd/lhost-qmail-25.eml +54 -0
- data/set-of-emails/maildir/bsd/rhost-apple-01.eml +79 -0
- data/set-of-emails/maildir/bsd/rhost-apple-02.eml +81 -0
- data/set-of-emails/maildir/bsd/rhost-apple-03.eml +75 -0
- data/set-of-emails/maildir/bsd/rhost-apple-04.eml +74 -0
- data/set-of-emails/maildir/bsd/rhost-yahooinc-01.eml +80 -0
- data/set-of-emails/maildir/bsd/rhost-yahooinc-02.eml +83 -0
- data/set-of-emails/maildir/bsd/rhost-yahooinc-03.eml +125 -0
- metadata +65 -2
@@ -0,0 +1,32 @@
|
|
1
|
+
Received: from MAILER-DAEMON
|
2
|
+
id e072e
|
3
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
4
|
+
Tue, 11 Jun 2024 19:01:34 +0900
|
5
|
+
X-Original-To: <syntaxerror@libsisimai.net>
|
6
|
+
From: MAILER-DAEMON <>
|
7
|
+
To: kijitora@df.example.jp
|
8
|
+
Subject: Mail delivery failed
|
9
|
+
Message-Id: <e072e@df.example.jp>
|
10
|
+
Date: Tue, 11 Jun 2024 19:01:34 +0900
|
11
|
+
|
12
|
+
This is the DragonFly Mail Agent v0.13 at df.example.jp.
|
13
|
+
|
14
|
+
There was an error delivering your mail to <syntaxerror@libsisimai.net>.
|
15
|
+
|
16
|
+
mail-inbound.libsisimai.net [192.0.2.25] did not like our RCPT TO:
|
17
|
+
501 5.1.3 <syntaxerror@libsisimai.net>: Recipient address rejected: Bad destination mailbox address syntax. See https://libsisimai.org/en/reason/#syntaxerror
|
18
|
+
|
19
|
+
Message headers follow.
|
20
|
+
|
21
|
+
Received: from root (uid 0)
|
22
|
+
(envelope-from kijitora@df.example.jp)
|
23
|
+
id e072c
|
24
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
25
|
+
Tue, 11 Jun 2024 19:01:34 +0900
|
26
|
+
Subject: Nyaan 01
|
27
|
+
To: <syntaxerror@libsisimai.net>
|
28
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
29
|
+
Date: Tue, 11 Jun 2024 19:01:34 +0900
|
30
|
+
Message-Id: <6668207e.e072c.4296cb8d@df.example.jp>
|
31
|
+
From: <kijitora@df.example.jp>
|
32
|
+
|
@@ -0,0 +1,32 @@
|
|
1
|
+
Received: from MAILER-DAEMON
|
2
|
+
id e072e
|
3
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
4
|
+
Tue, 11 Jun 2024 19:03:34 +0900
|
5
|
+
X-Original-To: <systemerror@libsisimai.net>
|
6
|
+
From: MAILER-DAEMON <>
|
7
|
+
To: kijitora@df.example.jp
|
8
|
+
Subject: Mail delivery failed
|
9
|
+
Message-Id: <e072e@df.example.jp>
|
10
|
+
Date: Tue, 11 Jun 2024 19:03:34 +0900
|
11
|
+
|
12
|
+
This is the DragonFly Mail Agent v0.13 at df.example.jp.
|
13
|
+
|
14
|
+
There was an error delivering your mail to <systemerror@libsisimai.net>.
|
15
|
+
|
16
|
+
mail-inbound.libsisimai.net [192.0.2.25] did not like our RCPT TO:
|
17
|
+
554 5.3.0 <systemerror@libsisimai.net>: Recipient address rejected: Internal system error. See https://libsisimai.org/en/reason/#systemerror
|
18
|
+
|
19
|
+
Message headers follow.
|
20
|
+
|
21
|
+
Received: from root (uid 0)
|
22
|
+
(envelope-from kijitora@df.example.jp)
|
23
|
+
id e072c
|
24
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
25
|
+
Tue, 11 Jun 2024 19:03:34 +0900
|
26
|
+
Subject: Nyaan 01
|
27
|
+
To: <systemerror@libsisimai.net>
|
28
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
29
|
+
Date: Tue, 11 Jun 2024 19:03:34 +0900
|
30
|
+
Message-Id: <666820f6.e072c.44bd3f67@df.example.jp>
|
31
|
+
From: <kijitora@df.example.jp>
|
32
|
+
|
@@ -0,0 +1,32 @@
|
|
1
|
+
Received: from MAILER-DAEMON
|
2
|
+
id e0734
|
3
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
4
|
+
Tue, 11 Jun 2024 19:11:34 +0900
|
5
|
+
X-Original-To: <userunknown@libsisimai.net>
|
6
|
+
From: MAILER-DAEMON <>
|
7
|
+
To: kijitora@df.example.jp
|
8
|
+
Subject: Mail delivery failed
|
9
|
+
Message-Id: <e0734@df.example.jp>
|
10
|
+
Date: Tue, 11 Jun 2024 19:11:34 +0900
|
11
|
+
|
12
|
+
This is the DragonFly Mail Agent v0.13 at df.example.jp.
|
13
|
+
|
14
|
+
There was an error delivering your mail to <userunknown@libsisimai.net>.
|
15
|
+
|
16
|
+
mail-inbound.libsisimai.net [192.0.2.25] did not like our RCPT TO:
|
17
|
+
550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown. See https://libsisimai.org/en/reason/#userunknown
|
18
|
+
|
19
|
+
Message headers follow.
|
20
|
+
|
21
|
+
Received: from root (uid 0)
|
22
|
+
(envelope-from kijitora@df.example.jp)
|
23
|
+
id e0732
|
24
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
25
|
+
Tue, 11 Jun 2024 19:11:34 +0900
|
26
|
+
Subject: Nyaan 01
|
27
|
+
To: <userunknown@libsisimai.net>
|
28
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
29
|
+
Date: Tue, 11 Jun 2024 19:11:34 +0900
|
30
|
+
Message-Id: <666822d6.e0732.f6410e7@df.example.jp>
|
31
|
+
From: <kijitora@df.example.jp>
|
32
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
From MAILER-DAEMON Tue Jun 11 19:13:34 2024
|
2
|
+
Received: from MAILER-DAEMON
|
3
|
+
id e0734
|
4
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
5
|
+
Tue, 11 Jun 2024 19:13:34 +0900
|
6
|
+
X-Original-To: <virusdetected@libsisimai.net>
|
7
|
+
From: MAILER-DAEMON <>
|
8
|
+
To: kijitora@df.example.jp
|
9
|
+
Subject: Mail delivery failed
|
10
|
+
Message-Id: <e0734@df.example.jp>
|
11
|
+
Date: Tue, 11 Jun 2024 19:13:34 +0900
|
12
|
+
|
13
|
+
This is the DragonFly Mail Agent v0.13 at df.example.jp.
|
14
|
+
|
15
|
+
There was an error delivering your mail to <virusdetected@libsisimai.net>.
|
16
|
+
|
17
|
+
mail-inbound.libsisimai.net [192.0.2.25] did not like our RCPT TO:
|
18
|
+
550 5.7.0 <virusdetected@libsisimai.net>: Recipient address rejected: Virus detected. See https://libsisimai.org/en/reason/#virusdetected
|
19
|
+
|
20
|
+
Message headers follow.
|
21
|
+
|
22
|
+
Received: from root (uid 0)
|
23
|
+
(envelope-from kijitora@df.example.jp)
|
24
|
+
id e0732
|
25
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
26
|
+
Tue, 11 Jun 2024 19:13:34 +0900
|
27
|
+
Subject: Nyaan 01
|
28
|
+
To: <virusdetected@libsisimai.net>
|
29
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
30
|
+
Date: Tue, 11 Jun 2024 19:13:34 +0900
|
31
|
+
Message-Id: <6668234e.e0732.58e0b9ce@df.example.jp>
|
32
|
+
From: <kijitora@df.example.jp>
|
33
|
+
|
@@ -0,0 +1,33 @@
|
|
1
|
+
Received: from MAILER-DAEMON
|
2
|
+
id e071e
|
3
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
4
|
+
Wed, 12 Jun 2024 08:46:42 +0900
|
5
|
+
X-Original-To: <userunknown@example.org>
|
6
|
+
From: MAILER-DAEMON <>
|
7
|
+
To: kijitora@df.example.jp
|
8
|
+
Subject: Mail delivery failed
|
9
|
+
Message-Id: <e071e@df.example.jp>
|
10
|
+
Date: Wed, 12 Jun 2024 08:46:42 +0900
|
11
|
+
|
12
|
+
This is the DragonFly Mail Agent v0.13 at df.example.jp.
|
13
|
+
|
14
|
+
There was an error delivering your mail to <userunknown@example.org>.
|
15
|
+
|
16
|
+
mbox.example.org [192.0.2.25] did not like our RCPT TO:
|
17
|
+
550 5.1.1 <userunknown@example.org>: Recipient address rejected: User unknown
|
18
|
+
|
19
|
+
Original message follows.
|
20
|
+
|
21
|
+
Received: from root (uid 0)
|
22
|
+
(envelope-from kijitora@df.example.jp)
|
23
|
+
id e0003
|
24
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
25
|
+
Wed, 12 Jun 2024 08:46:42 +0900
|
26
|
+
Subject: Nyaan ?
|
27
|
+
To: nekochan
|
28
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
29
|
+
Date: Wed, 12 Jun 2024 08:46:42 +0900
|
30
|
+
Message-Id: <6668e1e2.e0003.9b9b713@df.example.jp>
|
31
|
+
From: <kijitora@df.example.jp>
|
32
|
+
|
33
|
+
df.example.jp
|
@@ -0,0 +1,47 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
X-Original-To: postmaster@df.example.jp
|
3
|
+
Received: from df.example.jp (unknown [203.0.113.25])
|
4
|
+
by email.example.org (Postfix) with ESMTP id 4VzRlY2BnYz22WHV
|
5
|
+
for <postmaster@df.example.jp>; Wed, 12 Jun 2024 09:50:01 +0900 (JST)
|
6
|
+
Authentication-Results: email.example.org; arc=none smtp.client-ip=203.0.113.25
|
7
|
+
ARC-Seal:i=1; a=rsa-sha256; d=example.org; s=df0000; t=1718153401; cv=none;
|
8
|
+
b=Aa6dx2aZWbc5+HHP6GWRuTDksoDILYe1Qag6nc+HMVzSq/Sunfl+sCRgKyuTMchQAV5BFf8WrNpMsUBRu1aWdrA16kNnti34GrB4OaAnzb93OOBLNAwPFJsBcmsGb4iFhF0kw2msFspIsx1E9cyZVbuRx5VPjCGYfQDrYhcx1vzohckRfs8YbUBKsvC67vGk0MlXMIOHm/ayXCwDtMHtwun0aEtW9KU6V5vKY33ByWnIi8mCQc3jim8dA76VRhc9VEjkN6wiyhdzyWugtUKPMfI2IYVizik5z6Ef1DezZTXBF8mxMrWR+Tlzt5kxzqD/F8SG8sxjJ0Vq8clVNN4QCQ==
|
9
|
+
ARC-Message-Signature:i=1; a=rsa-sha256; d=example.org; s=df0000;
|
10
|
+
t=1718153401; c=relaxed/relaxed;
|
11
|
+
bh=qtLe3nGOhauxLg043qtKLg2CSSeMsLKUMouV9O9TU+c=;
|
12
|
+
h=Received:X-Original-To:From:To:Subject:Message-Id:Date; b=gPtPLENgBo56g3Lf+H7Tq5ESLC7YDUC/B3HZs0Sp7OaCNKMx7HspKwsrmk6RMlLt1RMAeYrQllhhoE8KGjuEwI+nQnur0BrOGgYqBqv3Q16iKBZvXecpRv8bptXt1xc/mkyE4AzkFS49N7qEKtTEEVLyOiIBH7+hP3OWRptOvLudSNAtDt8WyYO5ztKiDEGiJeFrV9JPevpTejVYGDikes7qoywsM0Q7a8lE4LU7XFj/6dD0NiS5+lIxdprixDSnrhdG+v8Tolks1VU+BwV3xlz7heP+xfuphdhy7TOYMfVIhEV3taUThFd2D8RKHkcGp2ksR9XTL44qYaQy43gMPQ==
|
13
|
+
ARC-Authentication-Results:i=1; email.example.org; dkim=permerror (bad message/signature format); arc=none smtp.client-ip=203.0.113.25
|
14
|
+
Authentication-Results:email.example.org; dkim=permerror (bad message/signature format)
|
15
|
+
Received: from MAILER-DAEMON
|
16
|
+
id e071e
|
17
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
18
|
+
Wed, 12 Jun 2024 09:39:51 +0900
|
19
|
+
X-Original-To: <neko-nyaan@example.org>
|
20
|
+
From: MAILER-DAEMON <>
|
21
|
+
To: postmaster@df.example.jp
|
22
|
+
Subject: Mail delivery failed
|
23
|
+
Message-Id: <e071e@df.example.jp>
|
24
|
+
Date: Wed, 12 Jun 2024 09:39:51 +0900
|
25
|
+
|
26
|
+
This is the DragonFly Mail Agent v0.13 at df.example.jp.
|
27
|
+
|
28
|
+
There was an error delivering your mail to <neko-nyaan@example.org>.
|
29
|
+
|
30
|
+
email.example.org [192.0.2.25] did not like our RCPT TO:
|
31
|
+
525 5.7.13 <neko-nyaan@example.org>: Recipient address rejected: Disabled recipient address
|
32
|
+
|
33
|
+
Original message follows.
|
34
|
+
|
35
|
+
Received: from root (uid 0)
|
36
|
+
(envelope-from postmaster@df.example.jp)
|
37
|
+
id e0003
|
38
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
39
|
+
Wed, 12 Jun 2024 09:39:51 +0900
|
40
|
+
Subject: Nyaan?
|
41
|
+
To: <neko-nyaan@example.org>
|
42
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
43
|
+
Date: Wed, 12 Jun 2024 09:39:51 +0900
|
44
|
+
Message-Id: <6668ee57.e0003.59d8306d@df.example.jp>
|
45
|
+
From: <postmaster@df.example.jp>
|
46
|
+
|
47
|
+
df.example.jp
|
@@ -0,0 +1,47 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
X-Original-To: postmaster@example.jp
|
3
|
+
Received: from df.example.jp (unknown [203.0.113.25])
|
4
|
+
by email.example.jp (Postfix) with ESMTP id 4VzSm22Fq6z22WHr
|
5
|
+
for <postmaster@example.jp>; Wed, 12 Jun 2024 10:35:30 +0900 (JST)
|
6
|
+
Authentication-Results: email.example.jp; arc=none smtp.client-ip=203.0.113.25
|
7
|
+
ARC-Seal:i=1; a=rsa-sha256; d=example.jp; s=df0000; t=1718156130; cv=none;
|
8
|
+
b=LYheUbwAQZx+UTra1Gq61WKiKaaBte76ziws00qhCWtiVZShnx4uzqdaQgrBrIJ4F6+SzWXlh9Ar7nlZr/+P7NxdlLDRhS4kbAsbEwp32hoM08aOYAu6uvE5V+tvz1Hsx/1/enoF4RzUPTdFdIAsIAu/QLPQl11yeSvgE10mU9RhmhgC0jubuDNrYraPvKt6XhP79cqByU8Vp+8yv5Sf/QwK7zoYdQYl1LkeuA6iBdDjmqgDwmvggtD785Dw/3td3NYqhUEe7W5q21VapqDbAKyrxQ86B5hXTLkbhRkTkiPCqfKD8900nGCAzeRgLGJuS5P4NC0zpVFhzkINJPnaDQ==
|
9
|
+
ARC-Message-Signature:i=1; a=rsa-sha256; d=example.jp; s=df0000;
|
10
|
+
t=1718156130; c=relaxed/relaxed;
|
11
|
+
bh=rC1R89/fFYo+5Zu9UyyVZZPF58MZntYNYclZPMuSAro=;
|
12
|
+
h=Received:X-Original-To:From:To:Subject:Message-Id:Date; b=KtTXoPQ2AuJxILrKm9XA3jmFGCiW4xLMfVE4THSe+oGRt9y+CIf+VK1Beg9t0FX4+yyb/YTz1DIOJabb3J0J3Ge0gSNgTd//u2YHgVZY0EjYCXiZ4WEcDyvxkkJr+nLynFND0ul1MumG5a5bIldDptSHOWhCAgNk50wZXMlFNBWZ2LZCudOXxnOW49deqG7EPvmltB4Jo1wY7bcpAsYz3BMtSPTkyDGnOtJfMgyayfbh/YlHSRl8YMztUh4YU3b9+tWJlSR0rFvJ7Mum/SqsibxaH8uM+YWtikP2trteCL6fQVFfYP8+L7sPWQQBYrMZ5xf6kZegh4h91D1Fe5g85Q==
|
13
|
+
ARC-Authentication-Results:i=1; email.example.jp; dkim=permerror (bad message/signature format); arc=none smtp.client-ip=203.0.113.25
|
14
|
+
Authentication-Results:email.example.jp; dkim=permerror (bad message/signature format)
|
15
|
+
Received: from MAILER-DAEMON
|
16
|
+
id e076e
|
17
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
18
|
+
Wed, 12 Jun 2024 10:35:30 +0900
|
19
|
+
X-Original-To: <kijitora@example.com>
|
20
|
+
From: MAILER-DAEMON <>
|
21
|
+
To: postmaster@example.jp
|
22
|
+
Subject: Mail delivery failed
|
23
|
+
Message-Id: <e076e@df.example.jp>
|
24
|
+
Date: Wed, 12 Jun 2024 10:35:30 +0900
|
25
|
+
|
26
|
+
This is the DragonFly Mail Agent v0.13 at df.example.jp.
|
27
|
+
|
28
|
+
There was an error delivering your mail to <kijitora@example.com>.
|
29
|
+
|
30
|
+
email.example.jp [192.0.2.25] did not like our RCPT TO:
|
31
|
+
552 5.2.2 <kijitora@example.com>: Recipient address rejected: Mailbox full
|
32
|
+
|
33
|
+
Original message follows.
|
34
|
+
|
35
|
+
Received: from root (uid 0)
|
36
|
+
(envelope-from postmaster@example.jp)
|
37
|
+
id e0003
|
38
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
39
|
+
Wed, 12 Jun 2024 10:35:30 +0900
|
40
|
+
Subject: Nyaan?
|
41
|
+
To: nekochan
|
42
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
43
|
+
Date: Wed, 12 Jun 2024 10:35:30 +0900
|
44
|
+
Message-Id: <6668fb62.e0003.6977ecf3@df.example.jp>
|
45
|
+
From: <postmaster@example.jp>
|
46
|
+
|
47
|
+
df.example.jp
|
@@ -0,0 +1,32 @@
|
|
1
|
+
From MAILER-DAEMON Sun Jun 16 18:30:26 2024
|
2
|
+
Received: from MAILER-DAEMON
|
3
|
+
id e06d1
|
4
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
5
|
+
Sun, 16 Jun 2024 18:30:26 +0900
|
6
|
+
X-Original-To: <expired@libsisimai.net>
|
7
|
+
From: MAILER-DAEMON <>
|
8
|
+
To: kijitora@df.example.jp
|
9
|
+
Subject: Mail delivery failed
|
10
|
+
Message-Id: <e06d1@df.example.jp>
|
11
|
+
Date: Sun, 16 Jun 2024 18:30:26 +0900
|
12
|
+
|
13
|
+
This is the DragonFly Mail Agent v0.13 at df.example.jp.
|
14
|
+
|
15
|
+
There was an error delivering your mail to <expired@libsisimai.net>.
|
16
|
+
|
17
|
+
Could not deliver for the last 432000 seconds. Giving up.
|
18
|
+
|
19
|
+
Message headers follow.
|
20
|
+
|
21
|
+
Received: from kijitora (uid 0)
|
22
|
+
(envelope-from kijitora@df.example.jp)
|
23
|
+
id e0724
|
24
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
25
|
+
Tue, 11 Jun 2024 18:27:33 +0900
|
26
|
+
Subject: Nyaan 02
|
27
|
+
To: <expired@libsisimai.net>
|
28
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
29
|
+
Date: Tue, 11 Jun 2024 18:27:33 +0900
|
30
|
+
Message-Id: <66681885.e0724.329a3871@df.example.jp>
|
31
|
+
From: <kijitora@df.example.jp>
|
32
|
+
|
@@ -0,0 +1,32 @@
|
|
1
|
+
From MAILER-DAEMON Sun Jun 16 18:15:07 2024
|
2
|
+
Received: from MAILER-DAEMON
|
3
|
+
id e070f
|
4
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
5
|
+
Sun, 16 Jun 2024 18:15:07 +0900
|
6
|
+
X-Original-To: <neko@nyaan.jp>
|
7
|
+
From: MAILER-DAEMON <>
|
8
|
+
To: kijitora@df.example.jp
|
9
|
+
Subject: Mail delivery failed
|
10
|
+
Message-Id: <e070f@df.example.jp>
|
11
|
+
Date: Sun, 16 Jun 2024 18:15:07 +0900
|
12
|
+
|
13
|
+
This is the DragonFly Mail Agent v0.13 at df.example.jp.
|
14
|
+
|
15
|
+
There was an error delivering your mail to <neko@nyaan.jp>.
|
16
|
+
|
17
|
+
Could not deliver for the last 432000 seconds. Giving up.
|
18
|
+
|
19
|
+
Message headers follow.
|
20
|
+
|
21
|
+
Received: from kijitora (uid 0)
|
22
|
+
(envelope-from kijitora@df.example.jp)
|
23
|
+
id e06d1
|
24
|
+
by df.example.jp (DragonFly Mail Agent v0.13);
|
25
|
+
Tue, 11 Jun 2024 18:11:33 +0900
|
26
|
+
Subject: Nyaan 02
|
27
|
+
To: <neko@nyaan.jp>
|
28
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
29
|
+
Date: Tue, 11 Jun 2024 18:11:33 +0900
|
30
|
+
Message-Id: <666814c5.e06d1.45bde26c@df.example.jp>
|
31
|
+
From: <kijitora@df.example.jp>
|
32
|
+
|
@@ -0,0 +1,58 @@
|
|
1
|
+
Delivered-To: kijitora@df.example.jp
|
2
|
+
Received: from df.example.jp (df.example.jp [local])
|
3
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id 951c3d2b
|
4
|
+
for <kijitora@df.example.jp>;
|
5
|
+
Mon, 17 Jun 2024 05:01:58 +0000 (UTC)
|
6
|
+
Subject: Delivery status notification: failed
|
7
|
+
From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
|
8
|
+
To: kijitora@df.example.jp
|
9
|
+
Date: Mon, 17 Jun 2024 05:01:58 +0000 (UTC)
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: multipart/mixed;boundary="15462020679271106966/df.example.jp"
|
12
|
+
Message-ID: <74f4e3b598dc90ab@df.example.jp>
|
13
|
+
|
14
|
+
This is a MIME-encapsulated message.
|
15
|
+
|
16
|
+
--15462020679271106966/df.example.jp
|
17
|
+
Content-Description: Notification
|
18
|
+
Content-Type: text/plain; charset=us-ascii
|
19
|
+
|
20
|
+
Hi!
|
21
|
+
|
22
|
+
This is the MAILER-DAEMON, please DO NOT REPLY to this email.
|
23
|
+
|
24
|
+
An error has occurred while attempting to deliver a message for
|
25
|
+
the following list of recipients:
|
26
|
+
|
27
|
+
postmaster@cx.libsisimai.org: Domain does not exist
|
28
|
+
|
29
|
+
Below is a copy of the original message:
|
30
|
+
|
31
|
+
--15462020679271106966/df.example.jp
|
32
|
+
Content-Description: Delivery Report
|
33
|
+
Content-Type: message/delivery-status
|
34
|
+
|
35
|
+
Reporting-MTA: dns; df.example.jp
|
36
|
+
|
37
|
+
Final-Recipient: rfc822; postmaster@cx.libsisimai.org
|
38
|
+
Action: failed
|
39
|
+
Status: 5.0.0
|
40
|
+
|
41
|
+
--15462020679271106966/df.example.jp
|
42
|
+
Content-Description: Message headers
|
43
|
+
Content-Type: text/rfc822-headers
|
44
|
+
|
45
|
+
Received: from localhost (df.example.jp [local])
|
46
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id 91fbc65f
|
47
|
+
for <postmaster@cx.libsisimai.org>;
|
48
|
+
Mon, 17 Jun 2024 05:01:57 +0000 (UTC)
|
49
|
+
From: <kijitora@df.example.jp>
|
50
|
+
Subject: Nyaan 06
|
51
|
+
To: <postmaster@cx.libsisimai.org>
|
52
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
53
|
+
Date: Mon, 17 Jun 2024 14:01:57 +0900
|
54
|
+
Message-ID: <74f4e3b183602776@df.example.jp>
|
55
|
+
|
56
|
+
Nyaan?
|
57
|
+
|
58
|
+
--15462020679271106966/df.example.jp--
|
@@ -0,0 +1,58 @@
|
|
1
|
+
Delivered-To: kijitora@df.example.jp
|
2
|
+
Received: from df.example.jp (df.example.jp [local])
|
3
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id e18dcebd
|
4
|
+
for <kijitora@df.example.jp>;
|
5
|
+
Mon, 17 Jun 2024 05:03:58 +0000 (UTC)
|
6
|
+
Subject: Delivery status notification: failed
|
7
|
+
From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
|
8
|
+
To: kijitora@df.example.jp
|
9
|
+
Date: Mon, 17 Jun 2024 05:03:58 +0000 (UTC)
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: multipart/mixed;boundary="15462020682289023987/df.example.jp"
|
12
|
+
Message-ID: <74f4e3c17db95301@df.example.jp>
|
13
|
+
|
14
|
+
This is a MIME-encapsulated message.
|
15
|
+
|
16
|
+
--15462020682289023987/df.example.jp
|
17
|
+
Content-Description: Notification
|
18
|
+
Content-Type: text/plain; charset=us-ascii
|
19
|
+
|
20
|
+
Hi!
|
21
|
+
|
22
|
+
This is the MAILER-DAEMON, please DO NOT REPLY to this email.
|
23
|
+
|
24
|
+
An error has occurred while attempting to deliver a message for
|
25
|
+
the following list of recipients:
|
26
|
+
|
27
|
+
authfailure@libsisimai.net: 550 5.7.26 <authfailure@libsisimai.net>: Recipient address rejected: Multiple authentication checks failed: See https://libsisimai.org/en/reason/#authfailure
|
28
|
+
|
29
|
+
Below is a copy of the original message:
|
30
|
+
|
31
|
+
--15462020682289023987/df.example.jp
|
32
|
+
Content-Description: Delivery Report
|
33
|
+
Content-Type: message/delivery-status
|
34
|
+
|
35
|
+
Reporting-MTA: dns; df.example.jp
|
36
|
+
|
37
|
+
Final-Recipient: rfc822; authfailure@libsisimai.net
|
38
|
+
Action: failed
|
39
|
+
Status: 5.0.0
|
40
|
+
|
41
|
+
--15462020682289023987/df.example.jp
|
42
|
+
Content-Description: Message headers
|
43
|
+
Content-Type: text/rfc822-headers
|
44
|
+
|
45
|
+
Received: from localhost (df.example.jp [local])
|
46
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id dc0364d6
|
47
|
+
for <authfailure@libsisimai.net>;
|
48
|
+
Mon, 17 Jun 2024 05:03:57 +0000 (UTC)
|
49
|
+
From: <kijitora@df.example.jp>
|
50
|
+
Subject: Nyaan 07
|
51
|
+
To: <authfailure@libsisimai.net>
|
52
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
53
|
+
Date: Mon, 17 Jun 2024 14:03:57 +0900
|
54
|
+
Message-ID: <74f4e3bc5de5dcae@df.example.jp>
|
55
|
+
|
56
|
+
Nyaan?
|
57
|
+
|
58
|
+
--15462020682289023987/df.example.jp--
|
@@ -0,0 +1,62 @@
|
|
1
|
+
Delivered-To: kijitora@df.example.jp
|
2
|
+
Received: from df.example.jp (df.example.jp [local])
|
3
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id 94c5a197
|
4
|
+
for <kijitora@df.example.jp>;
|
5
|
+
Mon, 17 Jun 2024 07:44:38 +0000 (UTC)
|
6
|
+
Subject: Delivery status notification: delayed
|
7
|
+
From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
|
8
|
+
To: kijitora@df.example.jp
|
9
|
+
Date: Mon, 17 Jun 2024 07:44:38 +0000 (UTC)
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: multipart/mixed;boundary="15462020824679807191/df.example.jp"
|
12
|
+
Message-ID: <74f4e59c4543178c@df.example.jp>
|
13
|
+
|
14
|
+
This is a MIME-encapsulated message.
|
15
|
+
|
16
|
+
--15462020824679807191/df.example.jp
|
17
|
+
Content-Description: Notification
|
18
|
+
Content-Type: text/plain; charset=us-ascii
|
19
|
+
|
20
|
+
Hi!
|
21
|
+
|
22
|
+
This is the MAILER-DAEMON, please DO NOT REPLY to this email.
|
23
|
+
|
24
|
+
A message is delayed for more than 4 hours for the following
|
25
|
+
list of recipients:
|
26
|
+
|
27
|
+
neko@nyaan.jp: No MX found for domain
|
28
|
+
|
29
|
+
Please note that this is only a temporary failure report.
|
30
|
+
The message is kept in the queue for up to 7 days.
|
31
|
+
You DO NOT NEED to re-send the message to these recipients.
|
32
|
+
|
33
|
+
Below is a copy of the original message:
|
34
|
+
|
35
|
+
--15462020824679807191/df.example.jp
|
36
|
+
Content-Description: Delivery Report
|
37
|
+
Content-Type: message/delivery-status
|
38
|
+
|
39
|
+
Reporting-MTA: dns; df.example.jp
|
40
|
+
|
41
|
+
Final-Recipient: rfc822; neko@nyaan.jp
|
42
|
+
Action: delayed
|
43
|
+
Status: 4.0.0
|
44
|
+
|
45
|
+
--15462020824679807191/df.example.jp
|
46
|
+
Content-Description: Message headers
|
47
|
+
Content-Type: text/rfc822-headers
|
48
|
+
|
49
|
+
Received: from localhost (df.example.jp [local])
|
50
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id 58588365
|
51
|
+
for <neko@nyaan.jp>;
|
52
|
+
Mon, 17 Jun 2024 04:57:57 +0000 (UTC)
|
53
|
+
From: <kijitora@df.example.jp>
|
54
|
+
Subject: Nyaan 04
|
55
|
+
To: <neko@nyaan.jp>
|
56
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
57
|
+
Date: Mon, 17 Jun 2024 13:57:57 +0900
|
58
|
+
Message-ID: <74f4e3a292556888@df.example.jp>
|
59
|
+
|
60
|
+
Nyaan?
|
61
|
+
|
62
|
+
--15462020824679807191/df.example.jp--
|
@@ -0,0 +1,62 @@
|
|
1
|
+
Delivered-To: kijitora@df.example.jp
|
2
|
+
Received: from df.example.jp (df.example.jp [local])
|
3
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id 79f1d618
|
4
|
+
for <kijitora@df.example.jp>;
|
5
|
+
Mon, 17 Jun 2024 07:42:41 +0000 (UTC)
|
6
|
+
Subject: Delivery status notification: delayed
|
7
|
+
From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
|
8
|
+
To: kijitora@df.example.jp
|
9
|
+
Date: Mon, 17 Jun 2024 07:42:41 +0000 (UTC)
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: multipart/mixed;boundary="15462020818823614161/df.example.jp"
|
12
|
+
Message-ID: <74f4e596a2385e00@df.example.jp>
|
13
|
+
|
14
|
+
This is a MIME-encapsulated message.
|
15
|
+
|
16
|
+
--15462020818823614161/df.example.jp
|
17
|
+
Content-Description: Notification
|
18
|
+
Content-Type: text/plain; charset=us-ascii
|
19
|
+
|
20
|
+
Hi!
|
21
|
+
|
22
|
+
This is the MAILER-DAEMON, please DO NOT REPLY to this email.
|
23
|
+
|
24
|
+
A message is delayed for more than 4 hours for the following
|
25
|
+
list of recipients:
|
26
|
+
|
27
|
+
pseudo-local-part-of-yahoo-inc@yahoo.com: 421 4.7.0 [TSS04] Messages from 192.0.2.25 temporarily deferred due to unexpected volume or user complaints - 4.16.55.1; see https://postmaster.yahooinc.com/error-codes
|
28
|
+
|
29
|
+
Please note that this is only a temporary failure report.
|
30
|
+
The message is kept in the queue for up to 7 days.
|
31
|
+
You DO NOT NEED to re-send the message to these recipients.
|
32
|
+
|
33
|
+
Below is a copy of the original message:
|
34
|
+
|
35
|
+
--15462020818823614161/df.example.jp
|
36
|
+
Content-Description: Delivery Report
|
37
|
+
Content-Type: message/delivery-status
|
38
|
+
|
39
|
+
Reporting-MTA: dns; df.example.jp
|
40
|
+
|
41
|
+
Final-Recipient: rfc822; pseudo-local-part-of-yahoo-inc@yahoo.com
|
42
|
+
Action: delayed
|
43
|
+
Status: 4.0.0
|
44
|
+
|
45
|
+
--15462020818823614161/df.example.jp
|
46
|
+
Content-Description: Message headers
|
47
|
+
Content-Type: text/rfc822-headers
|
48
|
+
|
49
|
+
Received: from localhost (df.example.jp [local])
|
50
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id c281c480
|
51
|
+
for <pseudo-local-part-of-yahoo-inc@yahoo.com>;
|
52
|
+
Mon, 17 Jun 2024 04:55:57 +0000 (UTC)
|
53
|
+
From: <kijitora@df.example.jp>
|
54
|
+
Subject: Nyaan 03
|
55
|
+
To: <pseudo-local-part-of-yahoo-inc@yahoo.com>
|
56
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
57
|
+
Date: Mon, 17 Jun 2024 13:55:57 +0900
|
58
|
+
Message-ID: <74f4e39a1c26094a@df.example.jp>
|
59
|
+
|
60
|
+
Nyaan?
|
61
|
+
|
62
|
+
--15462020818823614161/df.example.jp--
|
@@ -0,0 +1,58 @@
|
|
1
|
+
Delivered-To: kijitora@df.example.jp
|
2
|
+
Received: from df.example.jp (df.example.jp [local])
|
3
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id 53c13bfb
|
4
|
+
for <kijitora@df.example.jp>;
|
5
|
+
Mon, 17 Jun 2024 05:07:59 +0000 (UTC)
|
6
|
+
Subject: Delivery status notification: failed
|
7
|
+
From: Mailer Daemon <MAILER-DAEMON@df.example.jp>
|
8
|
+
To: kijitora@df.example.jp
|
9
|
+
Date: Mon, 17 Jun 2024 05:07:59 +0000 (UTC)
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: multipart/mixed;boundary="15462020684747636917/df.example.jp"
|
12
|
+
Message-ID: <74f4e3d9ddb8c3a4@df.example.jp>
|
13
|
+
|
14
|
+
This is a MIME-encapsulated message.
|
15
|
+
|
16
|
+
--15462020684747636917/df.example.jp
|
17
|
+
Content-Description: Notification
|
18
|
+
Content-Type: text/plain; charset=us-ascii
|
19
|
+
|
20
|
+
Hi!
|
21
|
+
|
22
|
+
This is the MAILER-DAEMON, please DO NOT REPLY to this email.
|
23
|
+
|
24
|
+
An error has occurred while attempting to deliver a message for
|
25
|
+
the following list of recipients:
|
26
|
+
|
27
|
+
blocked@libsisimai.net: 550 5.7.25 <blocked@libsisimai.net>: Recipient address rejected: Reverse DNS validation failed: See https://libsisimai.org/en/reason/#blocked
|
28
|
+
|
29
|
+
Below is a copy of the original message:
|
30
|
+
|
31
|
+
--15462020684747636917/df.example.jp
|
32
|
+
Content-Description: Delivery Report
|
33
|
+
Content-Type: message/delivery-status
|
34
|
+
|
35
|
+
Reporting-MTA: dns; df.example.jp
|
36
|
+
|
37
|
+
Final-Recipient: rfc822; blocked@libsisimai.net
|
38
|
+
Action: failed
|
39
|
+
Status: 5.0.0
|
40
|
+
|
41
|
+
--15462020684747636917/df.example.jp
|
42
|
+
Content-Description: Message headers
|
43
|
+
Content-Type: text/rfc822-headers
|
44
|
+
|
45
|
+
Received: from localhost (df.example.jp [local])
|
46
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id 30bd38ed
|
47
|
+
for <blocked@libsisimai.net>;
|
48
|
+
Mon, 17 Jun 2024 05:07:57 +0000 (UTC)
|
49
|
+
From: <kijitora@df.example.jp>
|
50
|
+
Subject: Nyaan 09
|
51
|
+
To: <blocked@libsisimai.net>
|
52
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
53
|
+
Date: Mon, 17 Jun 2024 14:07:57 +0900
|
54
|
+
Message-ID: <74f4e3d46f227080@df.example.jp>
|
55
|
+
|
56
|
+
Nyaan?
|
57
|
+
|
58
|
+
--15462020684747636917/df.example.jp--
|