sisimai 4.22.5 → 4.22.6
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of sisimai might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/ChangeLog.md +20 -0
- data/README-JA.md +2 -2
- data/README.md +2 -2
- data/lib/sisimai/bite/email/amazonses.rb +3 -3
- data/lib/sisimai/bite/email/aol.rb +5 -5
- data/lib/sisimai/bite/email/biglobe.rb +5 -5
- data/lib/sisimai/bite/email/courier.rb +6 -17
- data/lib/sisimai/bite/email/domino.rb +10 -13
- data/lib/sisimai/bite/email/einsundeins.rb +3 -3
- data/lib/sisimai/bite/email/exim.rb +37 -42
- data/lib/sisimai/bite/email/gmx.rb +3 -3
- data/lib/sisimai/bite/email/google.rb +12 -14
- data/lib/sisimai/bite/email/gsuite.rb +7 -7
- data/lib/sisimai/bite/email/kddi.rb +6 -6
- data/lib/sisimai/bite/email/mailru.rb +31 -21
- data/lib/sisimai/bite/email/messagingserver.rb +3 -3
- data/lib/sisimai/bite/email/mxlogic.rb +55 -35
- data/lib/sisimai/bite/email/notes.rb +8 -9
- data/lib/sisimai/bite/email/office365.rb +13 -3
- data/lib/sisimai/bite/email/opensmtpd.rb +23 -21
- data/lib/sisimai/bite/email/outlook.rb +5 -5
- data/lib/sisimai/bite/email/qmail.rb +42 -51
- data/lib/sisimai/bite/email/receivingses.rb +7 -7
- data/lib/sisimai/bite/email/verizon.rb +6 -6
- data/lib/sisimai/bite/email/x4.rb +42 -51
- data/lib/sisimai/bite/email/yahoo.rb +5 -0
- data/lib/sisimai/bite/email/zoho.rb +3 -3
- data/lib/sisimai/data.rb +1 -0
- data/lib/sisimai/mda.rb +41 -45
- data/lib/sisimai/mime.rb +37 -12
- data/lib/sisimai/reason/filtered.rb +15 -22
- data/lib/sisimai/reason/notaccept.rb +2 -0
- data/lib/sisimai/reason/spamdetected.rb +1 -0
- data/lib/sisimai/rhost.rb +2 -1
- data/lib/sisimai/rhost/kddi.rb +40 -0
- data/lib/sisimai/smtp/error.rb +2 -12
- data/lib/sisimai/version.rb +1 -1
- data/set-of-emails/README.md +19 -9
- data/set-of-emails/logo/horizontalversions.png +0 -0
- data/set-of-emails/logo/icon.png +0 -0
- data/set-of-emails/maildir/bsd/arf-15.eml +57 -0
- data/set-of-emails/maildir/bsd/arf-16.eml +68 -0
- data/set-of-emails/maildir/bsd/{arf-05.eml → arf-17.eml} +29 -34
- data/set-of-emails/maildir/bsd/arf-18.eml +59 -0
- data/set-of-emails/maildir/bsd/arf-19.eml +67 -0
- data/set-of-emails/maildir/bsd/arf-20.eml +64 -0
- data/set-of-emails/maildir/bsd/arf-21.eml +57 -0
- data/set-of-emails/maildir/bsd/arf-22.eml +49 -0
- data/set-of-emails/maildir/bsd/{email-amazonworkmail-06.eml → email-amazonworkmail-08.eml} +4 -4
- data/set-of-emails/maildir/bsd/email-bigfoot-02.eml +66 -0
- data/set-of-emails/maildir/bsd/email-einsundeins-02.eml +45 -0
- data/set-of-emails/maildir/bsd/email-exchange2003-07.eml +63 -0
- data/set-of-emails/maildir/bsd/email-ezweb-07.eml +39 -0
- data/set-of-emails/maildir/bsd/{email-facebook-01.eml → email-facebook-03.eml} +7 -7
- data/set-of-emails/maildir/bsd/{email-facebook-02.eml → email-facebook-04.eml} +7 -7
- data/set-of-emails/maildir/bsd/email-fml-03.eml +69 -0
- data/set-of-emails/maildir/bsd/{email-google-02.eml → email-google-18.eml} +21 -20
- data/set-of-emails/maildir/bsd/email-gsuite-08.eml +231 -0
- data/set-of-emails/maildir/bsd/email-gsuite-09.eml +231 -0
- data/set-of-emails/maildir/bsd/email-gsuite-10.eml +254 -0
- data/set-of-emails/maildir/bsd/email-gsuite-11.eml +228 -0
- data/set-of-emails/maildir/bsd/email-mailmarshalsmtp-02.eml +43 -0
- data/set-of-emails/maildir/bsd/email-mailru-07.eml +82 -0
- data/set-of-emails/maildir/bsd/email-mailru-08.eml +82 -0
- data/set-of-emails/maildir/bsd/email-mailru-09.eml +80 -0
- data/set-of-emails/maildir/bsd/email-messagelabs-02.eml +72 -0
- data/set-of-emails/maildir/bsd/email-messagingserver-08.eml +150 -0
- data/set-of-emails/maildir/bsd/email-messagingserver-09.eml +153 -0
- data/set-of-emails/maildir/bsd/email-messagingserver-10.eml +145 -0
- data/set-of-emails/maildir/bsd/email-messagingserver-11.eml +151 -0
- data/set-of-emails/maildir/bsd/email-office365-04.eml +635 -0
- data/set-of-emails/maildir/bsd/email-office365-05.eml +561 -0
- data/set-of-emails/maildir/bsd/email-outlook-08.eml +69 -0
- data/set-of-emails/maildir/bsd/email-postfix-33.eml +71 -0
- data/set-of-emails/maildir/bsd/email-postfix-34.eml +54 -0
- data/set-of-emails/maildir/bsd/email-postfix-35.eml +70 -0
- data/set-of-emails/maildir/bsd/email-postfix-36.eml +73 -0
- data/set-of-emails/maildir/bsd/email-sendmail-49.eml +67 -0
- data/set-of-emails/maildir/bsd/email-sendmail-50.eml +67 -0
- data/set-of-emails/maildir/bsd/email-sendmail-51.eml +75 -0
- data/set-of-emails/maildir/bsd/email-sendmail-52.eml +68 -0
- data/set-of-emails/maildir/bsd/email-x3-05.eml +67 -0
- data/set-of-emails/maildir/bsd/email-x4-08.eml +36 -0
- data/set-of-emails/maildir/bsd/email-yahoo-06.eml +76 -0
- data/set-of-emails/maildir/bsd/email-yahoo-07.eml +76 -0
- data/set-of-emails/maildir/bsd/email-yahoo-08.eml +75 -0
- data/set-of-emails/maildir/bsd/email-yahoo-09.eml +76 -0
- data/set-of-emails/maildir/bsd/email-yahoo-10.eml +75 -0
- data/set-of-emails/maildir/bsd/email-yahoo-11.eml +80 -0
- data/set-of-emails/maildir/bsd/rfc3464-35.eml +43 -0
- data/set-of-emails/maildir/bsd/rfc3464-36.eml +40 -0
- data/set-of-emails/maildir/bsd/rfc3464-37.eml +50 -0
- data/set-of-emails/maildir/bsd/rfc3464-38.eml +17 -0
- data/set-of-emails/maildir/bsd/rfc3464-39.eml +23 -0
- data/set-of-emails/maildir/bsd/rfc3464-40.eml +115 -0
- data/set-of-emails/maildir/bsd/rhost-godaddy-03.eml +81 -0
- data/set-of-emails/maildir/bsd/rhost-kddi-01.eml +67 -0
- data/set-of-emails/maildir/bsd/rhost-kddi-02.eml +68 -0
- data/set-of-emails/maildir/dos/email-gsuite-01.eml +189 -0
- data/set-of-emails/maildir/dos/rfc3834-01.eml +22 -36
- data/set-of-emails/maildir/dos/rhost-franceptt-01.eml +102 -0
- data/set-of-emails/maildir/mac/email-gsuite-01.eml +1 -10
- data/set-of-emails/maildir/mac/rfc3834-01.eml +1 -1
- data/set-of-emails/maildir/mac/rhost-franceptt-01.eml +1 -4
- metadata +67 -41
- data/set-of-emails/maildir/bsd/arf-03.eml +0 -56
- data/set-of-emails/maildir/bsd/arf-04.eml +0 -89
- data/set-of-emails/maildir/bsd/arf-06.eml +0 -166
- data/set-of-emails/maildir/bsd/arf-07.eml +0 -59
- data/set-of-emails/maildir/bsd/arf-08.eml +0 -103
- data/set-of-emails/maildir/bsd/arf-09.eml +0 -104
- data/set-of-emails/maildir/bsd/arf-10.eml +0 -56
- data/set-of-emails/maildir/bsd/arf-13.eml +0 -76
- data/set-of-emails/maildir/bsd/email-amazonses-04.eml +0 -55
- data/set-of-emails/maildir/bsd/email-bigfoot-01.eml +0 -64
- data/set-of-emails/maildir/bsd/email-einsundeins-01.eml +0 -38
- data/set-of-emails/maildir/bsd/email-exchange2003-06.eml +0 -151
- data/set-of-emails/maildir/bsd/email-ezweb-06.eml +0 -33
- data/set-of-emails/maildir/bsd/email-fml-01.eml +0 -70
- data/set-of-emails/maildir/bsd/email-google-14.eml +0 -304
- data/set-of-emails/maildir/bsd/email-mailmarshalsmtp-01.eml +0 -43
- data/set-of-emails/maildir/bsd/email-messagelabs-01.eml +0 -76
- data/set-of-emails/maildir/bsd/email-outlook-05.eml +0 -85
- data/set-of-emails/maildir/bsd/email-postfix-12.eml +0 -71
- data/set-of-emails/maildir/bsd/email-postfix-21.eml +0 -60
- data/set-of-emails/maildir/bsd/email-x3-04.eml +0 -106
- data/set-of-emails/maildir/bsd/email-x4-07.eml +0 -153
- data/set-of-emails/maildir/bsd/rfc3464-02.eml +0 -43
- data/set-of-emails/maildir/bsd/rfc3464-03.eml +0 -40
- data/set-of-emails/maildir/bsd/rfc3464-22.eml +0 -105
- data/set-of-emails/maildir/bsd/rfc3464-23.eml +0 -21
- data/set-of-emails/maildir/bsd/rfc3464-25.eml +0 -33
- data/set-of-emails/maildir/bsd/rfc3464-27.eml +0 -180
- data/set-of-emails/maildir/bsd/rhost-godaddy-01.eml +0 -83
- data/set-of-emails/to-be-debugged-because/reason-is-onhold/onhold-0001.eml +0 -85
- data/set-of-emails/to-be-debugged-because/reason-is-undefined/undefined-0002.eml +0 -27
- data/set-of-emails/to-be-debugged-because/reason-is-undefined/undefined-0003.eml +0 -78
- data/set-of-emails/to-be-debugged-because/sisimai-cannot-parse-yet/cannot-parse-this-email-0002.eml +0 -25
- data/set-of-emails/to-be-debugged-because/something-is-wrong/no-message-id-from-pr-150.eml +0 -75
@@ -1,43 +0,0 @@
|
|
1
|
-
Date: Fri, 8 Jul 1994 09:21:47 -0400
|
2
|
-
From: Mail Delivery Subsystem <MAILER-DAEMON@CS.UTK.EDU>
|
3
|
-
Subject: Returned mail: User unknown
|
4
|
-
To: <owner-ups-mib@CS.UTK.EDU>
|
5
|
-
MIME-Version: 1.0
|
6
|
-
Content-Type: multipart/report; report-type=delivery-status;
|
7
|
-
boundary="JAA13167.773673707/CS.UTK.EDU"
|
8
|
-
|
9
|
-
--JAA13167.773673707/CS.UTK.EDU
|
10
|
-
content-type: text/plain; charset=us-ascii
|
11
|
-
|
12
|
-
----- The following addresses had delivery problems -----
|
13
|
-
<arathib@vnet.ibm.com> (unrecoverable error)
|
14
|
-
<wsnell@sdcc13.ucsd.edu> (unrecoverable error)
|
15
|
-
|
16
|
-
--JAA13167.773673707/CS.UTK.EDU
|
17
|
-
content-type: message/delivery-status
|
18
|
-
|
19
|
-
Reporting-MTA: dns; cs.utk.edu
|
20
|
-
|
21
|
-
Original-Recipient: rfc822;arathib@vnet.ibm.com
|
22
|
-
Final-Recipient: rfc822;arathib@vnet.ibm.com
|
23
|
-
Action: failed
|
24
|
-
Status: 5.0.0 (permanent failure)
|
25
|
-
Diagnostic-Code: smtp; 550 'arathib@vnet.IBM.COM' is not a
|
26
|
-
registered gateway user
|
27
|
-
Remote-MTA: dns; vnet.ibm.com
|
28
|
-
|
29
|
-
Original-Recipient: rfc822;johnh@hpnjld.njd.hp.com
|
30
|
-
Final-Recipient: rfc822;johnh@hpnjld.njd.hp.com
|
31
|
-
Action: delayed
|
32
|
-
Status: 4.0.0 (hpnjld.njd.jp.com: host name lookup failure)
|
33
|
-
|
34
|
-
Original-Recipient: rfc822;wsnell@sdcc13.ucsd.edu
|
35
|
-
Final-Recipient: rfc822;wsnell@sdcc13.ucsd.edu
|
36
|
-
Action: failed
|
37
|
-
Status: 5.0.0
|
38
|
-
Diagnostic-Code: smtp; 550 user unknown
|
39
|
-
Remote-MTA: dns; sdcc13.ucsd.edu
|
40
|
-
|
41
|
-
--JAA13167.773673707/CS.UTK.EDU
|
42
|
-
content-type: message/rfc822
|
43
|
-
|
@@ -1,40 +0,0 @@
|
|
1
|
-
Date: Thu, 7 Jul 1994 17:16:05 -0400 From: Mail Delivery Subsystem <MAILER-DAEMON@CS.UTK.EDU>
|
2
|
-
Message-Id: <199407072116.RAA14128@CS.UTK.EDU>
|
3
|
-
Subject: Returned mail: Cannot send message for 5 days
|
4
|
-
To: <owner-info-mime@cs.utk.edu>
|
5
|
-
MIME-Version: 1.0
|
6
|
-
Content-Type: multipart/report; report-type=delivery-status;
|
7
|
-
boundary="RAA14128.773615765/CS.UTK.EDU"
|
8
|
-
|
9
|
-
--RAA14128.773615765/CS.UTK.EDU
|
10
|
-
|
11
|
-
The original message was received at Sat, 2 Jul 1994 17:10:28 -0400
|
12
|
-
from root@localhost
|
13
|
-
|
14
|
-
----- The following addresses had delivery problems -----
|
15
|
-
<louisl@larry.slip.umd.edu> (unrecoverable error)
|
16
|
-
|
17
|
-
----- Transcript of session follows -----
|
18
|
-
<louisl@larry.slip.umd.edu>... Deferred: Connection timed out
|
19
|
-
with larry.slip.umd.edu.
|
20
|
-
Message could not be delivered for 5 days
|
21
|
-
Message will be deleted from queue
|
22
|
-
|
23
|
-
--RAA14128.773615765/CS.UTK.EDU
|
24
|
-
content-type: message/delivery-status
|
25
|
-
|
26
|
-
Reporting-MTA: dns; cs.utk.edu
|
27
|
-
|
28
|
-
Original-Recipient: rfc822;louisl@larry.slip.umd.edu
|
29
|
-
Final-Recipient: rfc822;louisl@larry.slip.umd.edu
|
30
|
-
Action: failed
|
31
|
-
Status: 4.0.0
|
32
|
-
Diagnostic-Code: smtp; 426 connection timed out
|
33
|
-
Last-Attempt-Date: Thu, 7 Jul 1994 17:15:49 -0400
|
34
|
-
|
35
|
-
--RAA14128.773615765/CS.UTK.EDU
|
36
|
-
content-type: message/rfc822
|
37
|
-
|
38
|
-
[original message goes here]
|
39
|
-
|
40
|
-
--RAA14128.773615765/CS.UTK.EDU--
|
@@ -1,105 +0,0 @@
|
|
1
|
-
From VM Sat Aug 4 01:17:43 2001
|
2
|
-
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
|
3
|
-
[nil "Friday" "3" "August" "2001" "23:59:56" "-0500" "MAILER-DAEMON@airmail.net" "MAILER-DAEMON@airmail.net" nil "51" "mail failed, returning to sender" "^From:" nil nil "8" nil nil nil nil nil]
|
4
|
-
nil)
|
5
|
-
Return-Path: <mailman-users-admin@python.org>
|
6
|
-
Delivered-To: barry@wooz.org
|
7
|
-
Received: from digicool.com (unknown [63.100.190.15])
|
8
|
-
by mail.wooz.org (Postfix) with ESMTP id D0258D3738
|
9
|
-
for <barry@wooz.org>; Sat, 4 Aug 2001 01:00:57 -0400 (EDT)
|
10
|
-
Received: from <mailman-users-admin@python.org>
|
11
|
-
by digicool.com (CommuniGate Pro RULES 3.4)
|
12
|
-
with RULES id 2491440; Sat, 04 Aug 2001 01:01:04 -0400
|
13
|
-
Received: from smtp.zope.com ([63.100.190.10] verified)
|
14
|
-
by digicool.com (CommuniGate Pro SMTP 3.4)
|
15
|
-
with ESMTP id 2491439 for barry@mail.zope.com; Sat, 04 Aug 2001 01:01:04 -0400
|
16
|
-
Received: from mail.python.org (mail.python.org [63.102.49.29])
|
17
|
-
by smtp.zope.com (8.11.2/8.11.2) with ESMTP id f74511X29279
|
18
|
-
for <barry@zope.com>; Sat, 4 Aug 2001 01:01:01 -0400
|
19
|
-
Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)
|
20
|
-
by mail.python.org with esmtp (Exim 3.21 #1)
|
21
|
-
id 15StYa-0005er-00; Sat, 04 Aug 2001 01:01:00 -0400
|
22
|
-
Received: from [209.196.77.104] (helo=mx7.airmail.net)
|
23
|
-
by mail.python.org with esmtp (Exim 3.21 #1)
|
24
|
-
id 15StYG-0005ec-00
|
25
|
-
for mailman-users-admin@python.org; Sat, 04 Aug 2001 01:00:40 -0400
|
26
|
-
Received: from mail3.iadfw.net ([209.196.123.3])
|
27
|
-
by mx7.airmail.net with smtp (Exim 3.16 #10)
|
28
|
-
id 15StY6-000E5t-00
|
29
|
-
for mailman-users-admin@python.org; Sat, 04 Aug 2001 00:00:30 -0500
|
30
|
-
Received: from mail3.iadfw.net by mail3.iadfw.net
|
31
|
-
(/\##/\ Smail3.1.30.16 #30.25) with bsmtp for <mailman-users-admin@python.org> sender: <MAILER-DAEMON>
|
32
|
-
id <my/15StXY-00385Ey@mail3.iadfw.net>; Fri, 3 Aug 2001 23:59:56 -0500 (CDT)
|
33
|
-
Message-Id: <my/15StXY-00385Ey@mail3.iadfw.net>
|
34
|
-
Reference: <mm/15StXR-003859m@mail3.iadfw.net>
|
35
|
-
Precedence: bulk
|
36
|
-
List-Help: <mailto:mailman-users-request@python.org?subject=help>
|
37
|
-
List-Post: <mailto:mailman-users@python.org>
|
38
|
-
List-Subscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
|
39
|
-
<mailto:mailman-users-request@python.org?subject=subscribe>
|
40
|
-
List-Id: Mailman mailing list management users <mailman-users.python.org>
|
41
|
-
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
|
42
|
-
<mailto:mailman-users-request@python.org?subject=unsubscribe>
|
43
|
-
List-Archive: <http://mail.python.org/pipermail/mailman-users/>
|
44
|
-
From: <MAILER-DAEMON@airmail.net>
|
45
|
-
Sender: mailman-users-owner@python.org
|
46
|
-
To: mailman-users-admin@python.org
|
47
|
-
Subject: mail failed, returning to sender
|
48
|
-
Date: Fri, 3 Aug 2001 23:59:56 -0500 (CDT)
|
49
|
-
X-Autogenerated: Mirror
|
50
|
-
X-Mirrored-by: <mailman-users-admin@python.org>
|
51
|
-
X-BeenThere: mailman-users@python.org
|
52
|
-
X-Mailman-Version: 2.0.6 (101270)
|
53
|
-
|
54
|
-
|------------------------- Message log follows: -------------------------|
|
55
|
-
no valid recipients were found for this message
|
56
|
-
|------------------------- Failed addresses follow: ---------------------|
|
57
|
-
claird@starbase.neosoft.com ... unknown host
|
58
|
-
|------------------------- Message text follows: ------------------------|
|
59
|
-
Received: from mx1.airmail.net from [209.196.77.98] by mail3.iadfw.net
|
60
|
-
(/\##/\ Smail3.1.30.16 #30.25) with esmtp sender: <mailman-users-admin@python.org>
|
61
|
-
id <mm/15StXR-003859m@mail3.iadfw.net>; Fri, 3 Aug 2001 23:59:49 -0500 (CDT)
|
62
|
-
Received: from mail.python.org ([63.102.49.29])
|
63
|
-
by mx1.airmail.net with esmtp (Exim 3.16 #10)
|
64
|
-
id 15StVY-000P3g-00
|
65
|
-
for claird@neosoft.com; Fri, 03 Aug 2001 23:57:52 -0500
|
66
|
-
Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)
|
67
|
-
by mail.python.org with esmtp (Exim 3.21 #1)
|
68
|
-
id 15StSp-0005bx-00; Sat, 04 Aug 2001 00:55:03 -0400
|
69
|
-
Received: from [206.81.192.3] (helo=sttlpop3.sttl.uswest.net)
|
70
|
-
by mail.python.org with smtp (Exim 3.21 #1)
|
71
|
-
id 15StRq-0005bS-00
|
72
|
-
for mailman-users@python.org; Sat, 04 Aug 2001 00:54:02 -0400
|
73
|
-
Received: (qmail 14391 invoked by alias); 4 Aug 2001 04:53:49 -0000
|
74
|
-
Delivered-To: fixup-mailman-users@python.org@fixme
|
75
|
-
Received: (qmail 14361 invoked by uid 0); 4 Aug 2001 04:53:48 -0000
|
76
|
-
Received: from sttldslgw14poola186.sttl.uswest.net (HELO first-last.ocentrix.com) (63.229.16.186)
|
77
|
-
by sttlpop3.sttl.uswest.net with SMTP; 4 Aug 2001 04:53:48 -0000
|
78
|
-
Message-Id: <5.0.2.1.0.20010803211707.04770ce0@mail.ocentrix.com>
|
79
|
-
X-Sender: benwa@mail.ocentrix.com
|
80
|
-
X-Mailer: QUALCOMM Windows Eudora Version 5.0.2
|
81
|
-
To: runaway@rahul.net (Colin Andrews)
|
82
|
-
From: Ben Burnett <benwa@ocentrix.com>
|
83
|
-
Subject: Re: [Mailman-Users] Excessive headers and Eudora
|
84
|
-
Cc: mailman-users@python.org
|
85
|
-
In-Reply-To: <20010803190718.3389699D03@waltz.rahul.net>
|
86
|
-
Mime-Version: 1.0
|
87
|
-
Content-Type: text/plain; charset="us-ascii"; format=flowed
|
88
|
-
Sender: mailman-users-admin@python.org
|
89
|
-
Errors-To: mailman-users-admin@python.org
|
90
|
-
X-BeenThere: mailman-users@python.org
|
91
|
-
X-Mailman-Version: 2.0.6 (101270)
|
92
|
-
Precedence: bulk
|
93
|
-
List-Help: <mailto:mailman-users-request@python.org?subject=help>
|
94
|
-
List-Post: <mailto:mailman-users@python.org>
|
95
|
-
List-Subscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
|
96
|
-
<mailto:mailman-users-request@python.org?subject=subscribe>
|
97
|
-
List-Id: Mailman mailing list management users <mailman-users.python.org>
|
98
|
-
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
|
99
|
-
<mailto:mailman-users-request@python.org?subject=unsubscribe>
|
100
|
-
List-Archive: <http://mail.python.org/pipermail/mailman-users/>
|
101
|
-
Date: Fri, 03 Aug 2001 21:54:02 -0700
|
102
|
-
|
103
|
-
[low-priority message, body not included]
|
104
|
-
|
105
|
-
|
@@ -1,21 +0,0 @@
|
|
1
|
-
Return-Path: <MAILER-DAEMON@prodigy.net>
|
2
|
-
Received: from vml-ext.prodigy.net (vml-ext.prodigy.net [207.115.63.49])
|
3
|
-
by sb7.songbird.com (8.12.11/8.12.11) with ESMTP id k0P4Wndn007908
|
4
|
-
for <gpc-talk-bounces@grizz.org>; Tue, 24 Jan 2006 20:32:49 -0800
|
5
|
-
Received: (from root@localhost)
|
6
|
-
by vml-ext.prodigy.net (8.12.10 083104/8.12.10) id k0P4W6lc144726
|
7
|
-
for gpc-talk-bounces@grizz.org; Tue, 24 Jan 2006 23:32:06 -0500
|
8
|
-
From: MAILER-DAEMON@prodigy.net
|
9
|
-
Message-Id: <200601250432.k0P4W6lc144726@vml-ext.prodigy.net>
|
10
|
-
Date: Tue, 24 Jan 2006 23:32:03 -0500
|
11
|
-
Subject: Returned mail: RE: [GPC] pre-brevet jitters: Sam Brown or reflective
|
12
|
-
sash?
|
13
|
-
To: <gpc-talk-bounces@grizz.org>
|
14
|
-
X-SongbirdInformation: support@songbird.com for more information
|
15
|
-
X-Songbird: Found to be clean
|
16
|
-
X-Songbird-From: mailer-daemon@prodigy.net
|
17
|
-
|
18
|
-
User's mailbox is full: <william.xxxx@sbcglobal.net>
|
19
|
-
Unable to deliver mail.
|
20
|
-
|
21
|
-
|
@@ -1,33 +0,0 @@
|
|
1
|
-
Return-Path: <MAILER-DAEMON@sb7.songbird.com>
|
2
|
-
Received: from sl.gomaps.com (www.gomaps.com [207.178.107.65])
|
3
|
-
by sb7.songbird.com (8.12.11.20060308/8.12.11) with ESMTP id
|
4
|
-
k4359uMK016999
|
5
|
-
for <gpc-talk-bounces@grizz.org>; Tue, 2 May 2006 22:09:56 -0700
|
6
|
-
Received: from mail pickup service by sl.gomaps.com with Microsoft SMTPSVC;
|
7
|
-
Wed, 3 May 2006 00:09:22 -0500
|
8
|
-
Message-ID: <SLND200605030009223890@gomaps.com>
|
9
|
-
From: Postmaster <>
|
10
|
-
To: gpc-talk-bounces@grizz.org
|
11
|
-
Subject: Undeliverable: liberty@gomaps.com
|
12
|
-
Date: Wed, 3 May 2006 00:09:22
|
13
|
-
MIME-Version: 1.0
|
14
|
-
X-Mailer: SpamLion (E 1.60.205)
|
15
|
-
Content-Type: text/plain;
|
16
|
-
charset="us-ascii"
|
17
|
-
X-OriginalArrivalTime: 03 May 2006 05:09:22.0389 (UTC)
|
18
|
-
FILETIME=[BD5A8850:01C66E6F]
|
19
|
-
X-SongbirdInformation: support@songbird.com for more information
|
20
|
-
X-Songbird: Clean
|
21
|
-
X-Songbird-From:
|
22
|
-
|
23
|
-
--------------------------------------------------------------------------------
|
24
|
-
Your Message
|
25
|
-
|
26
|
-
To: <liberty@gomaps.com>
|
27
|
-
|
28
|
-
Subject: The results of your email commands
|
29
|
-
|
30
|
-
Date: Tue, 02 May 2006 22:09:32 -0700
|
31
|
-
|
32
|
-
Did not reach the following recipient: liberty@gomaps.com
|
33
|
-
|
@@ -1,180 +0,0 @@
|
|
1
|
-
Return-Path: <>
|
2
|
-
X-Original-To: donotreply@testsender.com
|
3
|
-
Delivered-To: donotreply@testsender.com
|
4
|
-
Received: from mail28.testreceiver.com (mail28.testreceiver.com [200.190.180.70])
|
5
|
-
by testsender.com (Postfix) with ESMTP id BACAF707FE
|
6
|
-
for <donotreply@testsender.com>; Sun, 2 Aug 2009 05:15:49 +0000 (UTC)
|
7
|
-
X-IronPort-AV: E=Sophos;i="4.43,308,1246852800";
|
8
|
-
d="scan'208,217";a="65437680"
|
9
|
-
From: postmaster@ctv.local
|
10
|
-
To: donotreply@testsender.com
|
11
|
-
Date: Sun, 2 Aug 2009 01:25:02 -0400
|
12
|
-
MIME-Version: 1.0
|
13
|
-
Content-Type: multipart/report; report-type=delivery-status;
|
14
|
-
boundary="9B095B5ADSN=_01C95DDEA7FEA09800163DBAABC002.corp.c"
|
15
|
-
X-DSNContext: 335a7efd - 2430 - 00000002 - C00402CD
|
16
|
-
Message-ID: <lmZNZKFcP000627a1@ABC002.corp.testreceiver.com>
|
17
|
-
Subject: Delivery Status Notification (Failure)
|
18
|
-
|
19
|
-
This is a MIME-formatted message.
|
20
|
-
Portions of this message may be unreadable without a MIME-capable mail program.
|
21
|
-
|
22
|
-
--9B095B5ADSN=_01C95DDEA7FEA09800163DBAABC002.corp.c
|
23
|
-
Content-Type: text/plain; charset=unicode-1-1-utf-7
|
24
|
-
|
25
|
-
This is an automatically generated Delivery Status Notification.
|
26
|
-
|
27
|
-
Unable to deliver message to the following recipients, because the message was forwarded more than the maximum allowed times. This could indicate a mail loop.
|
28
|
-
|
29
|
-
forwarding_loop@mail.testreceiver.com
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
--9B095B5ADSN=_01C95DDEA7FEA09800163DBAABC002.corp.c
|
35
|
-
Content-Type: message/delivery-status
|
36
|
-
|
37
|
-
Reporting-MTA: dns;ABC002.corp.testreceiver.com
|
38
|
-
Received-From-MTA: dns;DEF001.chum.chumltd.net
|
39
|
-
Arrival-Date: Sun, 2 Aug 2009 01:25:02 -0400
|
40
|
-
|
41
|
-
Final-Recipient: rfc822;forwarding_loop@mail.testreceiver.com
|
42
|
-
Action: failed
|
43
|
-
Status: 4.4.6
|
44
|
-
|
45
|
-
--9B095B5ADSN=_01C95DDEA7FEA09800163DBAABC002.corp.c
|
46
|
-
Content-Type: message/rfc822
|
47
|
-
|
48
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC002.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
49
|
-
Sun, 2 Aug 2009 01:25:02 -0400
|
50
|
-
Received: from ABC001.corp.testreceiver.com ([10.1.10.100.]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
51
|
-
Sun, 2 Aug 2009 01:14:24 -0400
|
52
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC001.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
53
|
-
Sun, 2 Aug 2009 01:03:57 -0400
|
54
|
-
Received: from ABC001.corp.testreceiver.com ([10.1.10.100.]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
55
|
-
Sun, 2 Aug 2009 00:53:29 -0400
|
56
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC001.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
57
|
-
Sun, 2 Aug 2009 00:42:51 -0400
|
58
|
-
Received: from ABC001.corp.testreceiver.com ([10.1.10.100.]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
59
|
-
Sun, 2 Aug 2009 00:32:19 -0400
|
60
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC001.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
61
|
-
Sun, 2 Aug 2009 00:21:46 -0400
|
62
|
-
Received: from ABC002.corp.testreceiver.com ([10.1.37.17]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
63
|
-
Sun, 2 Aug 2009 00:10:49 -0400
|
64
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC002.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
65
|
-
Sun, 2 Aug 2009 00:00:43 -0400
|
66
|
-
Received: from ABC001.corp.testreceiver.com ([10.1.10.100.]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
67
|
-
Sat, 1 Aug 2009 23:50:05 -0400
|
68
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC001.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
69
|
-
Sat, 1 Aug 2009 23:39:39 -0400
|
70
|
-
Received: from ABC002.corp.testreceiver.com ([10.1.37.17]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
71
|
-
Sat, 1 Aug 2009 23:29:26 -0400
|
72
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC002.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
73
|
-
Sat, 1 Aug 2009 23:18:35 -0400
|
74
|
-
Received: from ABC002.corp.testreceiver.com ([10.1.37.17]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
75
|
-
Sat, 1 Aug 2009 23:08:14 -0400
|
76
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC002.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
77
|
-
Sat, 1 Aug 2009 22:57:31 -0400
|
78
|
-
Received: from ABC001.corp.testreceiver.com ([10.1.10.100.]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
79
|
-
Sat, 1 Aug 2009 22:46:45 -0400
|
80
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC001.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
81
|
-
Sat, 1 Aug 2009 22:35:26 -0400
|
82
|
-
Received: from ABC002.corp.testreceiver.com ([10.1.37.17]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
83
|
-
Sat, 1 Aug 2009 22:25:24 -0400
|
84
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC002.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
85
|
-
Sat, 1 Aug 2009 22:25:24 -0400
|
86
|
-
Received: from ABC001.corp.testreceiver.com ([10.1.10.100.]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
87
|
-
Sat, 1 Aug 2009 22:15:15 -0400
|
88
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC001.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
89
|
-
Sat, 1 Aug 2009 22:04:19 -0400
|
90
|
-
Received: from ABC001.corp.testreceiver.com ([10.1.10.100.]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
91
|
-
Sat, 1 Aug 2009 21:53:31 -0400
|
92
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC001.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
93
|
-
Sat, 1 Aug 2009 21:53:10 -0400
|
94
|
-
Received: from ABC001.corp.testreceiver.com ([10.1.10.100.]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
95
|
-
Sat, 1 Aug 2009 21:53:10 -0400
|
96
|
-
Received: from DEF001.chum.chumltd.net ([10.100.20.20]) by ABC001.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
97
|
-
Sat, 1 Aug 2009 21:53:09 -0400
|
98
|
-
Received: from ABC002.corp.testreceiver.com ([10.1.37.17]) by DEF001.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
99
|
-
Sat, 1 Aug 2009 21:53:10 -0400
|
100
|
-
Received: from DEF002.chum.chumltd.net ([10.14.38.20]) by ABC002.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
101
|
-
Sat, 1 Aug 2009 21:52:48 -0400
|
102
|
-
Received: from qsexbh001.corp.testreceiver.com ([10.14.37.20]) by DEF002.chum.chumltd.net with Microsoft SMTPSVC(6.0.3790.3959);
|
103
|
-
Sat, 1 Aug 2009 21:52:48 -0400
|
104
|
-
Received: from qs.testreceiver.com ([10.14.3.166]) by qsexbh001.corp.testreceiver.com with Microsoft SMTPSVC(6.0.3790.3959);
|
105
|
-
Sat, 1 Aug 2009 21:52:48 -0400
|
106
|
-
X-IronPort-Anti-Spam-Filtered: true
|
107
|
-
X-IronPort-Anti-Spam-Result: Aq4DAJaOdEpKMjBKl2dsb2JhbACCIQctjH0BikwBAQEBAQgVB7ZfhBgF
|
108
|
-
X-IronPort-AV: E=Sophos;i="4.43,308,1246852800";
|
109
|
-
d="scan'208,217";a="59795824"
|
110
|
-
X-XBRS: 5.1
|
111
|
-
Received: from testsender.com ([74.50.48.74])
|
112
|
-
by qs.testreceiver.com with ESMTP; 01 Aug 2009 21:52:47 -0400
|
113
|
-
Received: from testsender.com (localhost [127.0.0.1])
|
114
|
-
by testsender.com (Postfix) with ESMTP id 1E361707FE
|
115
|
-
for <forwarding_loop@mail.testreceiver.com>; Sun, 2 Aug 2009 01:43:06 +0000 (UTC)
|
116
|
-
Date: Sun, 2 Aug 2009 01:43:06 +0000
|
117
|
-
From: Emergency and AMBER Alert Feeds <donotreply@testsender.com>
|
118
|
-
To: forwarding_loop@mail.testreceiver.com
|
119
|
-
Message-Id: <4a74ef2a18b45_eae..fdbd40c822272@testhost.com>
|
120
|
-
Subject: Test of Emergency Alert Feed
|
121
|
-
Mime-Version: 1.0
|
122
|
-
Content-Type: multipart/alternative;
|
123
|
-
boundary=mimepart_4a74ef2a1be53_eae..fdbd40c82236d
|
124
|
-
Return-Path: donotreply@testsender.com
|
125
|
-
X-OriginalArrivalTime: 02 Aug 2009 01:52:48.0726 (UTC) FILETIME=[F01D9F60:01CA1313]
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
--mimepart_4a74ef2a1be53_eae..fdbd40c82236d
|
130
|
-
Content-Type: text/plain; charset=utf-8
|
131
|
-
Content-Transfer-Encoding: Quoted-printable
|
132
|
-
Content-Disposition: inline
|
133
|
-
|
134
|
-
Thank you
|
135
|
-
|
136
|
-
--mimepart_4a74ef2a1be53_eae..fdbd40c82236d
|
137
|
-
Content-Type: text/html; charset=utf-8
|
138
|
-
Content-Transfer-Encoding: Quoted-printable
|
139
|
-
Content-Disposition: inline
|
140
|
-
|
141
|
-
<HTML>
|
142
|
-
|
143
|
-
<head>
|
144
|
-
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8">=
|
145
|
-
|
146
|
-
<style>
|
147
|
-
<!-- in case incoming feed has no style -->
|
148
|
-
body { background-color: #ffffff; color: #333333; }
|
149
|
-
|
150
|
-
body, p, ol, ul, td {
|
151
|
-
font-family: verdana, arial, helvetica, sans-serif;
|
152
|
-
font-size: 14px;
|
153
|
-
line-height: 18px;
|
154
|
-
}
|
155
|
-
|
156
|
-
pre {
|
157
|
-
background-color: #eeeeee;
|
158
|
-
padding: 10px;
|
159
|
-
font-size: 12px;
|
160
|
-
}
|
161
|
-
|
162
|
-
a { color: #000; }
|
163
|
-
a:visited { color: #666; }
|
164
|
-
a:hover { color: #fff; background-color:#000; }
|
165
|
-
</style>
|
166
|
-
</head>
|
167
|
-
|
168
|
-
<body>
|
169
|
-
<div style=3D"margin-bottom: 10px; background-color: #BB8888; color: #FFF=
|
170
|
-
FFF; border: 1px solid #EECCCC; padding: 5px;">
|
171
|
-
Thank you
|
172
|
-
</div>
|
173
|
-
</body></HTML>
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
--mimepart_4a74ef2a1be53_eae..fdbd40c82236d--
|
178
|
-
|
179
|
-
|
180
|
-
--9B095B5ADSN=_01C95DDEA7FEA09800163DBAABC002.corp.c--
|
@@ -1,83 +0,0 @@
|
|
1
|
-
From MAILER-DAEMON Tue Sep 19 12:00:02 2017
|
2
|
-
Return-Path: <>
|
3
|
-
X-Original-To: postmaster@sender.com
|
4
|
-
Delivered-To: postmaster@sender.com
|
5
|
-
Received: from mx.sender.com (mx.sender.com [192.0.2.1])
|
6
|
-
by mail.sender.com (Postfix) with ESMTP id 084521680B5A
|
7
|
-
for <postmaster@sender.com>; Tue, 19 Sep 2017 12:00:02 -0700 (PDT)
|
8
|
-
Received: by mx.sender.com (Postfix)
|
9
|
-
id F1F29402F2229; Tue, 19 Sep 2017 12:00:01 -0700 (PDT)
|
10
|
-
Date: Tue, 19 Sep 2017 12:00:01 -0700 (PDT)
|
11
|
-
From: MAILER-DAEMON@mx.sender.com (Mail Delivery System)
|
12
|
-
Subject: Undelivered Mail Returned to Sender
|
13
|
-
To: postmaster@sender.com
|
14
|
-
Auto-Submitted: auto-replied
|
15
|
-
MIME-Version: 1.0
|
16
|
-
Content-Type: multipart/report; report-type=delivery-status;
|
17
|
-
boundary="DA209402F1B99.1505847601/mx.sender.com"
|
18
|
-
Content-Transfer-Encoding: 8bit
|
19
|
-
Message-Id: <20170919190001.F1F29402F2229@mx.sender.com>
|
20
|
-
|
21
|
-
This is a MIME-encapsulated message.
|
22
|
-
|
23
|
-
--DA209402F1B99.1505847601/mx.sender.com
|
24
|
-
Content-Description: Notification
|
25
|
-
Content-Type: text/plain; charset=us-ascii
|
26
|
-
|
27
|
-
This is the mail system at host mx.sender.com.
|
28
|
-
|
29
|
-
I'm sorry to have to inform you that your message could not
|
30
|
-
be delivered to one or more recipients. It's attached below.
|
31
|
-
|
32
|
-
For further assistance, please send mail to postmaster.
|
33
|
-
|
34
|
-
If you do so, please include this problem report. You can
|
35
|
-
delete your own text from the attached returned message.
|
36
|
-
|
37
|
-
The mail system
|
38
|
-
|
39
|
-
<original-recipient@example.com>: host smtp.secureserver.net[72.167.238.29] said: 550
|
40
|
-
5.1.1 <original-recipient@example.com> - 192.0.2.0 has sent to too many
|
41
|
-
recipients this hour. IB607 <http://x.co/rlbounce> (in reply to RCPT TO
|
42
|
-
command)
|
43
|
-
|
44
|
-
--DA209402F1B99.1505847601/mx.sender.com
|
45
|
-
Content-Description: Delivery report
|
46
|
-
Content-Type: message/delivery-status
|
47
|
-
|
48
|
-
Reporting-MTA: dns; mx.sender.com
|
49
|
-
X-Postfix-Queue-ID: DA209402F1B99
|
50
|
-
X-Postfix-Sender: rfc822; postmaster@sender.com
|
51
|
-
Arrival-Date: Tue, 19 Sep 2017 11:59:55 -0700 (PDT)
|
52
|
-
|
53
|
-
Final-Recipient: rfc822; original-recipient@example.com
|
54
|
-
Original-Recipient: rfc822;original-recipient@example.com
|
55
|
-
Action: failed
|
56
|
-
Status: 5.1.1
|
57
|
-
Remote-MTA: dns; smtp.secureserver.net
|
58
|
-
Diagnostic-Code: smtp; 550 5.1.1 <original-recipient@example.com> - 192.0.2.1 has
|
59
|
-
sent to too many recipients this hour. IB607 <http://x.co/rlbounce>
|
60
|
-
|
61
|
-
--DA209402F1B99.1505847601/mx.sender.com
|
62
|
-
Content-Description: Undelivered Message
|
63
|
-
Content-Type: message/rfc822
|
64
|
-
Content-Transfer-Encoding: 8bit
|
65
|
-
|
66
|
-
Return-Path: <postmaster@sender.com>
|
67
|
-
Received: from localhost.localdomain (mx1.sender.com [192.0.2.2])
|
68
|
-
by mx.sender.com (Postfix) with ESMTP id DA209402F1B99
|
69
|
-
for <original-recipient@example.com>; Tue, 19 Sep 2017 11:59:55 -0700 (PDT)
|
70
|
-
Content-Disposition: inline
|
71
|
-
Content-Transfer-Encoding: 8bit
|
72
|
-
Content-Type: text/html
|
73
|
-
MIME-Version: 1.0
|
74
|
-
X-Mailer: MIME::Lite 3.030 (F2.84; T2.13; A2.12; B3.13; Q3.13)
|
75
|
-
Date: Tue, 19 Sep 2017 11:59:55 -0700
|
76
|
-
X-Report-Abuse-To: abuse@fastemailflyers.com
|
77
|
-
From: "Original Sender" <original-sender@example.com>
|
78
|
-
To: "Original Recipient" <original-recipient@example.com>
|
79
|
-
Subject: Test
|
80
|
-
|
81
|
-
<html><body>Test</body></html>
|
82
|
-
|
83
|
-
--DA209402F1B99.1505847601/mx.sender.com--
|