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,63 @@
|
|
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 aef933d9
|
4
|
+
for <kijitora@df.example.jp>;
|
5
|
+
Fri, 21 Jun 2024 04:57:58 +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: Fri, 21 Jun 2024 04:57:58 +0000 (UTC)
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: multipart/mixed;boundary="15462020918125789910/df.example.jp"
|
12
|
+
Message-ID: <74f4ebcc6d84f36f@df.example.jp>
|
13
|
+
|
14
|
+
This is a MIME-encapsulated message.
|
15
|
+
|
16
|
+
--15462020918125789910/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 0 seconds for the following
|
25
|
+
list of recipients:
|
26
|
+
|
27
|
+
neko@nyaan.jp: Envelope expired
|
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
|
+
--15462020918125789910/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.4.7
|
44
|
+
|
45
|
+
--15462020918125789910/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
|
+
--15462020918125789910/df.example.jp--
|
63
|
+
|
@@ -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 576b025e
|
4
|
+
for <kijitora@df.example.jp>;
|
5
|
+
Fri, 21 Jun 2024 05:51:59 +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: Fri, 21 Jun 2024 05:51:59 +0000 (UTC)
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: multipart/mixed;boundary="15462020948069980410/df.example.jp"
|
12
|
+
Message-ID: <74f4ebe8d6e046ed@df.example.jp>
|
13
|
+
|
14
|
+
This is a MIME-encapsulated message.
|
15
|
+
|
16
|
+
--15462020948069980410/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 0 seconds for the following
|
25
|
+
list of recipients:
|
26
|
+
|
27
|
+
systemfull@libsisimai.net: Envelope expired
|
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
|
+
--15462020948069980410/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; systemfull@libsisimai.net
|
42
|
+
Action: delayed
|
43
|
+
Status: 4.4.7
|
44
|
+
|
45
|
+
--15462020948069980410/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 50173677
|
51
|
+
for <systemfull@libsisimai.net>;
|
52
|
+
Mon, 17 Jun 2024 05:51:58 +0000 (UTC)
|
53
|
+
From: <kijitora@df.example.jp>
|
54
|
+
Subject: Nyaan 31
|
55
|
+
To: <systemfull@libsisimai.net>
|
56
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
57
|
+
Date: Mon, 17 Jun 2024 14:51:58 +0900
|
58
|
+
Message-ID: <74f4e4b860e0ad3f@df.example.jp>
|
59
|
+
|
60
|
+
Nyaan?
|
61
|
+
|
62
|
+
--15462020948069980410/df.example.jp--
|
@@ -0,0 +1,63 @@
|
|
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 4c015419
|
4
|
+
for <kijitora@df.example.jp>;
|
5
|
+
Fri, 21 Jun 2024 07:55:04 +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: Fri, 21 Jun 2024 07:55:04 +0000 (UTC)
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Content-Type: multipart/mixed;boundary="15462020962910357743/df.example.jp"
|
12
|
+
Message-ID: <74f4ebf9c7b8c013@df.example.jp>
|
13
|
+
|
14
|
+
This is a MIME-encapsulated message.
|
15
|
+
|
16
|
+
--15462020962910357743/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
|
+
userunknown@libsisimai.net: 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown
|
28
|
+
mailboxfull@libsisimai.net: 552 5.2.2 <mailboxfull@libsisimai.net>: Recipient address rejected: Mailbox full
|
29
|
+
|
30
|
+
Below is a copy of the original message:
|
31
|
+
|
32
|
+
--15462020962910357743/df.example.jp
|
33
|
+
Content-Description: Delivery Report
|
34
|
+
Content-Type: message/delivery-status
|
35
|
+
|
36
|
+
Reporting-MTA: dns; df.example.jp
|
37
|
+
|
38
|
+
Final-Recipient: rfc822; userunknown@libsisimai.net
|
39
|
+
Action: failed
|
40
|
+
Status: 5.0.0
|
41
|
+
|
42
|
+
Final-Recipient: rfc822; mailboxfull@libsisimai.net
|
43
|
+
Action: failed
|
44
|
+
Status: 5.0.0
|
45
|
+
|
46
|
+
--15462020962910357743/df.example.jp
|
47
|
+
Content-Description: Message headers
|
48
|
+
Content-Type: text/rfc822-headers
|
49
|
+
|
50
|
+
Received: from localhost (df.example.jp [local])
|
51
|
+
by df.example.jp (OpenSMTPD) with ESMTPA id 7b6dd533
|
52
|
+
for <nekochan@df.example.jp>;
|
53
|
+
Fri, 21 Jun 2024 07:55:02 +0000 (UTC)
|
54
|
+
From: <kijitora@df.example.jp>
|
55
|
+
Subject: Nyaan ??
|
56
|
+
To: nekochan@df.example.jp
|
57
|
+
User-Agent: mail (GNU Mailutils 3.14)
|
58
|
+
Date: Fri, 21 Jun 2024 16:55:02 +0900
|
59
|
+
Message-ID: <74f4ebf4e64e4266@df.example.jp>
|
60
|
+
|
61
|
+
Nyaan?
|
62
|
+
|
63
|
+
--15462020962910357743/df.example.jp--
|
@@ -0,0 +1,29 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: nyaaaaan@nq.example.jp
|
3
|
+
Received: (qmail 44378 invoked by alias); 24 Jun 2024 08:48:01 -0000
|
4
|
+
Delivered-To: kijitora@nq.example.jp
|
5
|
+
Received: (qmail 44375 invoked for bounce); 24 Jun 2024 08:48:01 -0000
|
6
|
+
Date: 24 Jun 2024 08:48:01 -0000
|
7
|
+
From: MAILER-DAEMON@nq.example.jp
|
8
|
+
To: kijitora@nq.example.jp
|
9
|
+
Subject: failure notice
|
10
|
+
|
11
|
+
Hi. This is the qmail-send program at nq.example.jp.
|
12
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
13
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
14
|
+
|
15
|
+
<neko@nyaan.jp>:
|
16
|
+
Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4)
|
17
|
+
|
18
|
+
--- Below this line is a copy of the message.
|
19
|
+
|
20
|
+
Return-Path: <kijitora@nq.example.jp>
|
21
|
+
Received: (qmail 44372 invoked by uid 0); 24 Jun 2024 08:48:01 -0000
|
22
|
+
Date: 24 Jun 2024 08:48:01 -0000
|
23
|
+
Message-ID: <20240624084801.44371.qmail@nq.example.jp>
|
24
|
+
From: kijitora@nq.example.jp
|
25
|
+
To: neko@nyaan.jp
|
26
|
+
Subject: Nyaan?
|
27
|
+
|
28
|
+
Nyaaaaaan
|
29
|
+
|
@@ -0,0 +1,29 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: nyaaaaan@nq.example.jp
|
3
|
+
Received: (qmail 44416 invoked by alias); 24 Jun 2024 08:50:01 -0000
|
4
|
+
Delivered-To: kijitora@nq.example.jp
|
5
|
+
Received: (qmail 44413 invoked for bounce); 24 Jun 2024 08:50:01 -0000
|
6
|
+
Date: 24 Jun 2024 08:50:01 -0000
|
7
|
+
From: MAILER-DAEMON@nq.example.jp
|
8
|
+
To: kijitora@nq.example.jp
|
9
|
+
Subject: failure notice
|
10
|
+
|
11
|
+
Hi. This is the qmail-send program at nq.example.jp.
|
12
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
13
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
14
|
+
|
15
|
+
<nyaan@example.org>:
|
16
|
+
Sorry, I couldn't find a mail exchanger or IP address. (#5.4.4)
|
17
|
+
|
18
|
+
--- Below this line is a copy of the message.
|
19
|
+
|
20
|
+
Return-Path: <kijitora@nq.example.jp>
|
21
|
+
Received: (qmail 44410 invoked by uid 0); 24 Jun 2024 08:50:01 -0000
|
22
|
+
Date: 24 Jun 2024 08:50:01 -0000
|
23
|
+
Message-ID: <20240624085001.44409.qmail@nq.example.jp>
|
24
|
+
From: kijitora@nq.example.jp
|
25
|
+
To: nyaan@example.jp
|
26
|
+
Subject: Nyaan?
|
27
|
+
|
28
|
+
Nyaaaaaan
|
29
|
+
|
@@ -0,0 +1,29 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: nyaaaaan@nq.example.jp
|
3
|
+
Received: (qmail 44453 invoked by alias); 24 Jun 2024 08:52:01 -0000
|
4
|
+
Delivered-To: kijitora@nq.example.jp
|
5
|
+
Received: (qmail 44450 invoked for bounce); 24 Jun 2024 08:52:01 -0000
|
6
|
+
Date: 24 Jun 2024 08:52:01 -0000
|
7
|
+
From: MAILER-DAEMON@nq.example.jp
|
8
|
+
To: kijitora@nq.example.jp
|
9
|
+
Subject: failure notice
|
10
|
+
|
11
|
+
Hi. This is the qmail-send program at nq.example.jp.
|
12
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
13
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
14
|
+
|
15
|
+
<nekochan@cx.libsisimai.com>:
|
16
|
+
Sorry, I couldn't find any host named cx.libsisimai.com. (#5.1.2)
|
17
|
+
|
18
|
+
--- Below this line is a copy of the message.
|
19
|
+
|
20
|
+
Return-Path: <kijitora@nq.example.jp>
|
21
|
+
Received: (qmail 44447 invoked by uid 0); 24 Jun 2024 08:52:01 -0000
|
22
|
+
Date: 24 Jun 2024 08:52:01 -0000
|
23
|
+
Message-ID: <20240624085201.44446.qmail@nq.example.jp>
|
24
|
+
From: kijitora@nq.example.jp
|
25
|
+
To: nekochan@cx.libsisimai.com
|
26
|
+
Subject: Nyaan?
|
27
|
+
|
28
|
+
Nyaaaaaan
|
29
|
+
|
@@ -0,0 +1,34 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: nyaaaaan@nq.example.jp
|
3
|
+
Received: (qmail 44488 invoked by alias); 24 Jun 2024 08:54:02 -0000
|
4
|
+
Delivered-To: kijitora@nq.example.jp
|
5
|
+
Received: (qmail 44485 invoked for bounce); 24 Jun 2024 08:54:02 -0000
|
6
|
+
Date: 24 Jun 2024 08:54:02 -0000
|
7
|
+
From: MAILER-DAEMON@nq.example.jp
|
8
|
+
To: kijitora@nq.example.jp
|
9
|
+
Subject: failure notice
|
10
|
+
|
11
|
+
Hi. This is the qmail-send program at nq.example.jp.
|
12
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
13
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
14
|
+
|
15
|
+
<pseudo-local-part-of-google-gmail@gmail.com>:
|
16
|
+
74.125.204.27 failed after I sent the message.
|
17
|
+
Remote host said: 550-5.7.26 Unauthenticated email from example.jp is not accepted due to domain's
|
18
|
+
550-5.7.26 DMARC policy. Please contact the administrator of example.jp domain if
|
19
|
+
550-5.7.26 this was a legitimate mail. To learn about the DMARC initiative, go
|
20
|
+
550-5.7.26 to
|
21
|
+
550 5.7.26 https://support.google.com/mail/?p=DmarcRejection 98e67ed59e1d1-2c819db36a9si6099002a91.116 - gsmtp
|
22
|
+
|
23
|
+
--- Below this line is a copy of the message.
|
24
|
+
|
25
|
+
Return-Path: <kijitora@nq.example.jp>
|
26
|
+
Received: (qmail 44482 invoked by uid 0); 24 Jun 2024 08:54:01 -0000
|
27
|
+
Date: 24 Jun 2024 08:54:01 -0000
|
28
|
+
Message-ID: <20240624085401.44481.qmail@nq.example.jp>
|
29
|
+
From: kijitora@nq.example.jp
|
30
|
+
To: pseudo-local-part-of-google-gmail@gmail.com
|
31
|
+
Subject: Nyaan?
|
32
|
+
|
33
|
+
Nyaaaaaan
|
34
|
+
|
@@ -0,0 +1,30 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: nyaaaaan@nq.example.jp
|
3
|
+
Received: (qmail 44559 invoked by alias); 24 Jun 2024 08:58:06 -0000
|
4
|
+
Delivered-To: kijitora@nq.example.jp
|
5
|
+
Received: (qmail 44556 invoked for bounce); 24 Jun 2024 08:58:06 -0000
|
6
|
+
Date: 24 Jun 2024 08:58:06 -0000
|
7
|
+
From: MAILER-DAEMON@nq.example.jp
|
8
|
+
To: kijitora@nq.example.jp
|
9
|
+
Subject: failure notice
|
10
|
+
|
11
|
+
Hi. This is the qmail-send program at nq.example.jp.
|
12
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
13
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
14
|
+
|
15
|
+
<pseudo-local-part-of-microsoft-outlook@outlook.com>:
|
16
|
+
52.101.68.24 failed after I sent the message.
|
17
|
+
Remote host said: 550 5.7.509 Access denied, sending domain [NQ.EXAMPLE.JP] does not pass DMARC verification and has a DMARC policy of reject. [TY1P286MB3121.JPNP286.PROD.OUTLOOK.COM 2024-06-24T08:58:06.389Z 08DC93087F48F48A] [DB8PR06CA0025.eurprd06.prod.outlook.com 2024-06-24T08:58:06.520Z 08DC93D582D74098] [DB3PEPF0000885D.eurprd02.prod.outlook.com 2024-06-24T08:58:06.531Z 08DC908A5B97C2F4]
|
18
|
+
|
19
|
+
--- Below this line is a copy of the message.
|
20
|
+
|
21
|
+
Return-Path: <kijitora@nq.example.jp>
|
22
|
+
Received: (qmail 44553 invoked by uid 0); 24 Jun 2024 08:58:01 -0000
|
23
|
+
Date: 24 Jun 2024 08:58:01 -0000
|
24
|
+
Message-ID: <20240624085801.44552.qmail@nq.example.jp>
|
25
|
+
From: kijitora@nq.example.jp
|
26
|
+
To: pseudo-local-part-of-microsoft-outlook@outlook.com
|
27
|
+
Subject: Nyaan?
|
28
|
+
|
29
|
+
Nyaaaaaan
|
30
|
+
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: nyaaaaan@nq.example.jp
|
3
|
+
Received: (qmail 44594 invoked by alias); 24 Jun 2024 09:00:01 -0000
|
4
|
+
Delivered-To: kijitora@nq.example.jp
|
5
|
+
Received: (qmail 44591 invoked for bounce); 24 Jun 2024 09:00:01 -0000
|
6
|
+
Date: 24 Jun 2024 09:00:01 -0000
|
7
|
+
From: MAILER-DAEMON@nq.example.jp
|
8
|
+
To: kijitora@nq.example.jp
|
9
|
+
Subject: failure notice
|
10
|
+
|
11
|
+
Hi. This is the qmail-send program at nq.example.jp.
|
12
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
13
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
14
|
+
|
15
|
+
<userunknown@libsisimai.net>:
|
16
|
+
192.0.2.25 does not like recipient.
|
17
|
+
Remote host said: 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown. See https://libsisimai.org/en/reason/#userunknown
|
18
|
+
Giving up on 192.0.2.25.
|
19
|
+
|
20
|
+
--- Below this line is a copy of the message.
|
21
|
+
|
22
|
+
Return-Path: <kijitora@nq.example.jp>
|
23
|
+
Received: (qmail 44588 invoked by uid 0); 24 Jun 2024 09:00:01 -0000
|
24
|
+
Date: 24 Jun 2024 09:00:01 -0000
|
25
|
+
Message-ID: <20240624090001.44587.qmail@nq.example.jp>
|
26
|
+
From: kijitora@nq.example.jp
|
27
|
+
To: userunknown@libsisimai.net
|
28
|
+
Subject: Nyaan?
|
29
|
+
|
30
|
+
Nyaaaaaan
|
31
|
+
|
@@ -0,0 +1,38 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: kijitora@nq.example.jp
|
3
|
+
Received: (qmail 44667 invoked by alias); 24 Jun 2024 09:04:01 -0000
|
4
|
+
Delivered-To: kijitora@nq.example.jp
|
5
|
+
Received: (qmail 44664 invoked for bounce); 24 Jun 2024 09:04:01 -0000
|
6
|
+
Date: 24 Jun 2024 09:04:01 -0000
|
7
|
+
From: MAILER-DAEMON@nq.example.jp
|
8
|
+
To: kijitora@nq.example.jp
|
9
|
+
Subject: failure notice
|
10
|
+
|
11
|
+
Hi. This is the qmail-send program at nq.example.jp.
|
12
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
13
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
14
|
+
|
15
|
+
<userunknown@libsisimai.net>:
|
16
|
+
192.0.2.25 does not like recipient.
|
17
|
+
Remote host said: 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown. See https://libsisimai.org/en/reason/#userunknown
|
18
|
+
Giving up on 192.0.2.25.
|
19
|
+
|
20
|
+
<mailboxfull@libsisimai.net>:
|
21
|
+
192.0.2.25 does not like recipient.
|
22
|
+
Remote host said: 552 5.2.2 <mailboxfull@libsisimai.net>: Recipient address rejected: Mailbox full. See https://libsisimai.org/en/reason/#mailboxfull
|
23
|
+
Giving up on 192.0.2.25.
|
24
|
+
|
25
|
+
--- Below this line is a copy of the message.
|
26
|
+
|
27
|
+
Return-Path: <kijitora@nq.example.jp>
|
28
|
+
Received: (qmail 44661 invoked by alias); 24 Jun 2024 09:04:01 -0000
|
29
|
+
Delivered-To: nekochan@nq.example.jp
|
30
|
+
Received: (qmail 44657 invoked by uid 0); 24 Jun 2024 09:04:01 -0000
|
31
|
+
Date: 24 Jun 2024 09:04:01 -0000
|
32
|
+
Message-ID: <20240624090401.44656.qmail@nq.example.jp>
|
33
|
+
From: kijitora@nq.example.jp
|
34
|
+
To: nekochan@nq.example.jp
|
35
|
+
Subject: Nyaan?
|
36
|
+
|
37
|
+
Nyaaaaaan
|
38
|
+
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: nyaaaaan@nq.example.jp
|
3
|
+
Received: (qmail 44325 invoked by alias); 24 Jun 2024 08:46:37 -0000
|
4
|
+
Delivered-To: kijitora@nq.example.jp
|
5
|
+
Received: (qmail 44322 invoked for bounce); 24 Jun 2024 08:46:37 -0000
|
6
|
+
Date: 24 Jun 2024 08:46:37 -0000
|
7
|
+
From: MAILER-DAEMON@nq.example.jp
|
8
|
+
To: kijitora@nq.example.jp
|
9
|
+
Subject: failure notice
|
10
|
+
|
11
|
+
Hi. This is the qmail-send program at nq.example.jp.
|
12
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
13
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
14
|
+
|
15
|
+
<userunknown@libsisimai.net>:
|
16
|
+
192.0.2.25 does not like recipient.
|
17
|
+
Remote host said: 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown. See https://libsisimai.org/en/reason/#userunknown
|
18
|
+
Giving up on 192.0.2.25.
|
19
|
+
|
20
|
+
--- Below this line is a copy of the message.
|
21
|
+
|
22
|
+
Return-Path: <kijitora@nq.example.jp>
|
23
|
+
Received: (qmail 44319 invoked by uid 0); 24 Jun 2024 08:46:36 -0000
|
24
|
+
Date: 24 Jun 2024 08:46:36 -0000
|
25
|
+
Message-ID: <20240624084636.44318.qmail@nq.example.jp>
|
26
|
+
From: kijitora@nq.example.jp
|
27
|
+
To: userunknown@libsisimai.net
|
28
|
+
Subject: Nyaan?
|
29
|
+
|
30
|
+
Nyaaaaaan
|
31
|
+
|
@@ -0,0 +1,31 @@
|
|
1
|
+
Return-Path: <>
|
2
|
+
Delivered-To: nyaaaaan@nq.example.jp
|
3
|
+
Received: (qmail 3019 invoked by alias); 25 Jun 2024 10:36:44 -0000
|
4
|
+
Delivered-To: kijitora@nq.example.jp
|
5
|
+
Received: (qmail 3016 invoked for bounce); 25 Jun 2024 10:36:44 -0000
|
6
|
+
Date: 25 Jun 2024 10:36:44 -0000
|
7
|
+
From: MAILER-DAEMON@nq.example.jp
|
8
|
+
To: kijitora@nq.example.jp
|
9
|
+
Subject: failure notice
|
10
|
+
|
11
|
+
Hi. This is the qmail-send program at nq.example.jp.
|
12
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
13
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
14
|
+
|
15
|
+
<pseudo-local-part-of-yahoo-inc@yahoo.com>:
|
16
|
+
Connected to 98.136.96.74 but sender was rejected.
|
17
|
+
Remote host said: 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
|
18
|
+
I'm not going to try again; this message has been in the queue too long.
|
19
|
+
|
20
|
+
--- Below this line is a copy of the message.
|
21
|
+
|
22
|
+
Return-Path: <kijitora@nq.example.jp>
|
23
|
+
Received: (qmail 40682 invoked by uid 0); 24 Jun 2024 06:10:02 -0000
|
24
|
+
Date: 24 Jun 2024 06:10:02 -0000
|
25
|
+
Message-ID: <20240624061002.40681.qmail@nq.example.jp>
|
26
|
+
From: nyaaaaan@nq.example.jp
|
27
|
+
To: pseudo-local-part-of-yahoo-inc@yahoo.com
|
28
|
+
Subject: Nyaan?
|
29
|
+
|
30
|
+
Nyaaaaaan
|
31
|
+
|
@@ -0,0 +1,46 @@
|
|
1
|
+
Received: indimail-mta queue 58965 by host email.example.jp
|
2
|
+
(invoked by alias); Wed, 26 Jun 2024 15:21:00 +0900
|
3
|
+
Delivered-To: postmaster@email.example.jp
|
4
|
+
X-Forwarded-To: kijitora
|
5
|
+
X-Forwarded-For:
|
6
|
+
Received: indimail-mta queue 58962 by host email.example.jp
|
7
|
+
(invoked for bounce); Wed, 26 Jun 2024 15:21:00 +0900
|
8
|
+
Date: Wed, 26 Jun 2024 15:21:00 +0900
|
9
|
+
X-Bounced-Address: <pseudo-local-part-of-each-esp@gmail.com>
|
10
|
+
From: MAILER-DAEMON@email.example.jp
|
11
|
+
To: postmaster@email.example.jp
|
12
|
+
MIME-Version: 1.0
|
13
|
+
Content-Type: multipart/mixed; boundary="1719382885email.example.jp671473"
|
14
|
+
Subject: failure notice
|
15
|
+
|
16
|
+
--1719382885email.example.jp671473
|
17
|
+
|
18
|
+
Hi. This is the qmail-send program at email.example.jp.
|
19
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
20
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
21
|
+
|
22
|
+
<pseudo-local-part-of-each-esp@gmail.com>:
|
23
|
+
From: <postmaster@email.example.jp> RCPT: <pseudo-local-part-of-each-esp@gmail.com> 74.125.203.26 failed after I sent the message.
|
24
|
+
Remote host said: 550-5.7.26 Unauthenticated email from example.jp is not accepted due to domain's
|
25
|
+
550-5.7.26 DMARC policy. Please contact the administrator of example.jp domain if
|
26
|
+
550-5.7.26 this was a legitimate mail. To learn about the DMARC initiative, go
|
27
|
+
550-5.7.26 to
|
28
|
+
550 5.7.26 https://support.google.com/mail/?p=DmarcRejection d9443c01a7336-1f9eb3b6e81si99625855ad.239 - gsmtp
|
29
|
+
|
30
|
+
--- Enclosed is a copy of the message.
|
31
|
+
|
32
|
+
--1719382885email.example.jp671473
|
33
|
+
Content-Type: message/rfc822
|
34
|
+
|
35
|
+
Return-Path: <postmaster@email.example.jp>
|
36
|
+
Received: indimail-mta queue 58880 by host email.example.jp
|
37
|
+
(invoked by uid 0); Wed, 26 Jun 2024 15:20:58 +0900
|
38
|
+
Date: 26 Jun 2024 06:20:58 -0000
|
39
|
+
Message-ID: <20240626062058.58879.qmail@email.example.jp>
|
40
|
+
From: postmaster@email.example.jp
|
41
|
+
To: pseudo-local-part-of-each-esp@gmail.com
|
42
|
+
Subject: Nyaan?
|
43
|
+
|
44
|
+
Nyaaaaaan
|
45
|
+
|
46
|
+
--1719382885email.example.jp671473--
|
@@ -0,0 +1,41 @@
|
|
1
|
+
Received: indimail-mta queue 41791 by host email.example.jp
|
2
|
+
(invoked by alias); Wed, 26 Jun 2024 15:13:25 +0900
|
3
|
+
Delivered-To: postmaster@email.example.jp
|
4
|
+
X-Forwarded-To: kijitora
|
5
|
+
X-Forwarded-For:
|
6
|
+
Received: indimail-mta queue 41788 by host email.example.jp
|
7
|
+
(invoked for bounce); Wed, 26 Jun 2024 15:13:25 +0900
|
8
|
+
Date: Wed, 26 Jun 2024 15:13:25 +0900
|
9
|
+
X-Bounced-Address: <libgsasl7-dev@email.example.jp>
|
10
|
+
From: MAILER-DAEMON@email.example.jp
|
11
|
+
To: postmaster@email.example.jp
|
12
|
+
MIME-Version: 1.0
|
13
|
+
Content-Type: multipart/mixed; boundary="1719382432email.example.jp671472"
|
14
|
+
Subject: failure notice
|
15
|
+
|
16
|
+
--1719382432email.example.jp671472
|
17
|
+
|
18
|
+
Hi. This is the qmail-send program at email.example.jp.
|
19
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
20
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
21
|
+
|
22
|
+
<libgsasl7-dev@email.example.jp>:
|
23
|
+
Sorry, no mailbox here by that name. (#5.1.1)
|
24
|
+
|
25
|
+
--- Enclosed is a copy of the message.
|
26
|
+
|
27
|
+
--1719382432email.example.jp671472
|
28
|
+
Content-Type: message/rfc822
|
29
|
+
|
30
|
+
Return-Path: <postmaster@email.example.jp>
|
31
|
+
Received: indimail-mta queue 41785 by host email.example.jp
|
32
|
+
(invoked by uid 0); Wed, 26 Jun 2024 15:13:25 +0900
|
33
|
+
Date: Wed, 26 Jun 2024 15:13:25 +0900
|
34
|
+
Message-ID: <20240626061325.41784.indimail@idhost>
|
35
|
+
From: postmaster@email.example.jp
|
36
|
+
To: libgsasl7-dev@email.example.jp
|
37
|
+
Subject: Nyaan?
|
38
|
+
|
39
|
+
Nyaaaaaan
|
40
|
+
|
41
|
+
--1719382432email.example.jp671472--
|
@@ -0,0 +1,42 @@
|
|
1
|
+
Received: indimail-mta queue 63631 by host email.example.jp
|
2
|
+
(invoked by alias); Wed, 26 Jun 2024 15:23:05 +0900
|
3
|
+
Delivered-To: postmaster@email.example.jp
|
4
|
+
X-Forwarded-To: kijitora
|
5
|
+
X-Forwarded-For:
|
6
|
+
Received: indimail-mta queue 63628 by host email.example.jp
|
7
|
+
(invoked for bounce); Wed, 26 Jun 2024 15:23:05 +0900
|
8
|
+
Date: Wed, 26 Jun 2024 15:23:05 +0900
|
9
|
+
X-Bounced-Address: <pseudo-local-part-of-each-esp@outlook.com>
|
10
|
+
From: MAILER-DAEMON@email.example.jp
|
11
|
+
To: postmaster@email.example.jp
|
12
|
+
MIME-Version: 1.0
|
13
|
+
Content-Type: multipart/mixed; boundary="1719383005email.example.jp671477"
|
14
|
+
Subject: failure notice
|
15
|
+
|
16
|
+
--1719383005email.example.jp671477
|
17
|
+
|
18
|
+
Hi. This is the qmail-send program at email.example.jp.
|
19
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
20
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
21
|
+
|
22
|
+
<pseudo-local-part-of-each-esp@outlook.com>:
|
23
|
+
From: <postmaster@email.example.jp> RCPT: <pseudo-local-part-of-each-esp@outlook.com> 52.101.68.13 failed after I sent the message.
|
24
|
+
Remote host said: 550 5.7.509 Access denied, sending domain [EMAIL.EXAMPLE.JP] does not pass DMARC verification and has a DMARC policy of reject. [OS3P286MB3225.JPNP286.PROD.OUTLOOK.COM 2024-06-26T06:23:31.981Z 08DC953DDFEF8CDC] [DU2PR04CA0231.eurprd04.prod.outlook.com 2024-06-26T06:23:32.106Z 08DC954347CB33D2] [DB1PEPF000509F7.eurprd02.prod.outlook.com 2024-06-26T06:23:32.109Z 08DC907B9339EC86]
|
25
|
+
|
26
|
+
--- Enclosed is a copy of the message.
|
27
|
+
|
28
|
+
--1719383005email.example.jp671477
|
29
|
+
Content-Type: message/rfc822
|
30
|
+
|
31
|
+
Return-Path: <postmaster@email.example.jp>
|
32
|
+
Received: indimail-mta queue 63356 by host email.example.jp
|
33
|
+
(invoked by uid 0); Wed, 26 Jun 2024 15:22:58 +0900
|
34
|
+
Date: 26 Jun 2024 06:22:58 -0000
|
35
|
+
Message-ID: <20240626062258.63355.qmail@email.example.jp>
|
36
|
+
From: postmaster@email.example.jp
|
37
|
+
To: pseudo-local-part-of-each-esp@outlook.com
|
38
|
+
Subject: Nyaan?
|
39
|
+
|
40
|
+
Nyaaaaaan
|
41
|
+
|
42
|
+
--1719383005email.example.jp671477--
|
@@ -0,0 +1,43 @@
|
|
1
|
+
Received: indimail-mta queue 72403 by host email.example.jp
|
2
|
+
(invoked by alias); Wed, 26 Jun 2024 15:26:59 +0900
|
3
|
+
Delivered-To: postmaster@email.example.jp
|
4
|
+
X-Forwarded-To: kijitora
|
5
|
+
X-Forwarded-For:
|
6
|
+
Received: indimail-mta queue 72400 by host email.example.jp
|
7
|
+
(invoked for bounce); Wed, 26 Jun 2024 15:26:59 +0900
|
8
|
+
Date: Wed, 26 Jun 2024 15:26:59 +0900
|
9
|
+
X-Bounced-Address: <userunknown@libsisimai.net>
|
10
|
+
From: MAILER-DAEMON@email.example.jp
|
11
|
+
To: postmaster@email.example.jp
|
12
|
+
MIME-Version: 1.0
|
13
|
+
Content-Type: multipart/mixed; boundary="1719383245email.example.jp671482"
|
14
|
+
Subject: failure notice
|
15
|
+
|
16
|
+
--1719383245email.example.jp671482
|
17
|
+
|
18
|
+
Hi. This is the qmail-send program at email.example.jp.
|
19
|
+
I'm afraid I wasn't able to deliver your message to the following addresses.
|
20
|
+
This is a permanent error; I've given up. Sorry it didn't work out.
|
21
|
+
|
22
|
+
<userunknown@libsisimai.net>:
|
23
|
+
From: <postmaster@email.example.jp> RCPT: <userunknown@libsisimai.net> 192.0.2.25 does not like recipient.
|
24
|
+
Remote host said: 550 5.1.1 <userunknown@libsisimai.net>: Recipient address rejected: User unknown. See https://libsisimai.org/en/reason/#userunknown
|
25
|
+
Giving up on 192.0.2.25.
|
26
|
+
|
27
|
+
--- Enclosed is a copy of the message.
|
28
|
+
|
29
|
+
--1719383245email.example.jp671482
|
30
|
+
Content-Type: message/rfc822
|
31
|
+
|
32
|
+
Return-Path: <postmaster@email.example.jp>
|
33
|
+
Received: indimail-mta queue 72354 by host email.example.jp
|
34
|
+
(invoked by uid 0); Wed, 26 Jun 2024 15:26:58 +0900
|
35
|
+
Date: 26 Jun 2024 06:26:58 -0000
|
36
|
+
Message-ID: <20240626062658.72353.qmail@email.example.jp>
|
37
|
+
From: postmaster@email.example.jp
|
38
|
+
To: userunknown@libsisimai.net
|
39
|
+
Subject: Nyaan?
|
40
|
+
|
41
|
+
Nyaaaaaan
|
42
|
+
|
43
|
+
--1719383245email.example.jp671482--
|