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,76 +0,0 @@
|
|
1
|
-
Received: from [85.158.137.35] by server-17.bemta-3.messagelabs.com id A1/BA-11608-703D9945; Tue, 23 Dec 2014 20:39:35 +0000
|
2
|
-
X-Msg-Ref: server-11.tower-143.messagelabs.com!1419367175!36473369!1
|
3
|
-
X-Originating-IP: [10.245.230.38]
|
4
|
-
X-StarScan-Received:
|
5
|
-
X-StarScan-Version: 6.12.5; banners=-,-,-
|
6
|
-
X-VirusChecked: Checked
|
7
|
-
Received: (qmail 21907 invoked from network); 23 Dec 2014 20:39:35 -0000
|
8
|
-
Received: from mail5.bemta3.messagelabs.com (HELO mail5.bemta3.messagelabs.com) (10.245.230.38)
|
9
|
-
by server-11.tower-143.messagelabs.com with DHE-RSA-AES256-SHA encrypted SMTP; 23 Dec 2014 20:39:35 -0000
|
10
|
-
Received: by server-15.bemta-3.messagelabs.com id 5E/3F-17735-703D9945; Tue, 23 Dec 2014 20:39:35 +0000
|
11
|
-
From: Mail Delivery System <MAILER-DAEMON@messagelabs.com>
|
12
|
-
To: <user@xxxxxxxxxxxxxx.com>
|
13
|
-
Subject: Mail Delivery Failure
|
14
|
-
Date: Tue, 23 Dec 2014 20:39:35 +0000
|
15
|
-
Content-Type: multipart/report; report-type=delivery-status;
|
16
|
-
boundary="b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw=="
|
17
|
-
|
18
|
-
--b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==
|
19
|
-
Content-Type: text/plain; charset="UTF-8"
|
20
|
-
Content-Transfer-Encoding: quoted-printable
|
21
|
-
|
22
|
-
This is the mail delivery agent at messagelabs.com.
|
23
|
-
|
24
|
-
I was unable to deliver your message to the following addresses:
|
25
|
-
|
26
|
-
maria@dest.example.net
|
27
|
-
|
28
|
-
Reason: 550 maria@dest.example.net... No such user
|
29
|
-
|
30
|
-
The message subject was: Re: BOAS FESTAS!
|
31
|
-
The message date was: Tue, 23 Dec 2014 20:39:24 +0000
|
32
|
-
The message identifier was: DB/3F-17375-60D39495
|
33
|
-
The message reference was: server-5.tower-143.messagelabs.com!1419367172!32=
|
34
|
-
691968!1
|
35
|
-
|
36
|
-
Please do not reply to this email as it is sent from an unattended mailbox.
|
37
|
-
Please visit www.messagelabs.com/support for more details
|
38
|
-
about this error message and instructions to resolve this issue.
|
39
|
-
|
40
|
-
|
41
|
-
--b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==
|
42
|
-
Content-Type: message/delivery-status
|
43
|
-
|
44
|
-
Reporting-MTA: dns; server-15.bemta-3.messagelabs.com
|
45
|
-
Arrival-Date: Tue, 23 Dec 2014 20:39:34 +0000
|
46
|
-
|
47
|
-
Action: failed
|
48
|
-
Status: 5.0.0
|
49
|
-
Last-Attempt-Date: Tue, 23 Dec 2014 20:39:35 +0000
|
50
|
-
Remote-MTA: dns; mail.dest.example.net
|
51
|
-
Diagnostic-Code: smtp; 550 maria@dest.example.net... No such user
|
52
|
-
Final-Recipient: rfc822; maria@dest.example.net
|
53
|
-
|
54
|
-
--b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==
|
55
|
-
Content-Type: text/rfc822-headers
|
56
|
-
|
57
|
-
Return-Path: <user@xxxxxxxxxxxxxx.com>
|
58
|
-
Received: from [85.158.137.35] by server-15.bemta-3.messagelabs.com id DB/3F-17735-603D9945; Tue, 23 Dec 2014 20:39:34 +0000
|
59
|
-
X-Env-Sender: user@xxxxxxxxxxxxxx.com
|
60
|
-
X-Msg-Ref: server-5.tower-143.messagelabs.com!1419367172!32961698!1
|
61
|
-
X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor:
|
62
|
-
VHJ1c3RlZCBJUDogMjEyLjU1LjE1NC4yNCA9PiA4NjcxNw==\n
|
63
|
-
X-StarScan-Received:
|
64
|
-
X-StarScan-Version: 6.12.5; banners=-,-,-
|
65
|
-
X-VirusChecked: Checked
|
66
|
-
Date: Tue, 23 Dec 2014 20:39:24 +0000
|
67
|
-
Message-ID: <20141223203924.Horde.aVib3NKNmpMSMBPv_KPp-w9@mail.xxxxxxxxxxxxxx.com>
|
68
|
-
From: user@xxxxxxxxxxxxxx.com
|
69
|
-
To: Joaquim Carreira <manuel@example.com>
|
70
|
-
Subject: Re: BOAS FESTAS!
|
71
|
-
Content-Type: multipart/alternative; boundary="=_Bj5UaGbJV86-J0NyTypbMg8"
|
72
|
-
MIME-Version: 1.0
|
73
|
-
|
74
|
-
|
75
|
-
--b0Nvs+XKfKLLRaP/Qo8jZhQPoiqeWi3KWPXMgw==--
|
76
|
-
|
@@ -1,85 +0,0 @@
|
|
1
|
-
Received: from SNT004-OMC4S39.hotmail.com (snt004-omc4s39.hotmail.com [65.54.51.90])
|
2
|
-
(using TLSv1 with cipher AES256-SHA (256/256 bits))
|
3
|
-
(No client certificate requested)
|
4
|
-
by av-in1.example.net (Postfix) with ESMTPS id 0351D22C8C9
|
5
|
-
for <fake.sender@example.net>; Tue, 30 Dec 2014 11:10:19 +0000 (WET)
|
6
|
-
Received: from SNT004-MC4F10.hotmail.com ([65.55.90.199]) by SNT004-OMC4S39.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
|
7
|
-
Tue, 30 Dec 2014 03:10:18 -0800
|
8
|
-
Received: from BLU004-OMC4S35.hotmail.com ([65.55.111.174]) by SNT004-MC4F10.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
|
9
|
-
Tue, 30 Dec 2014 03:10:17 -0800
|
10
|
-
Received: from BAY004-MC4F14.hotmail.com ([65.55.111.137]) by BLU004-OMC4S35.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
|
11
|
-
Tue, 30 Dec 2014 03:09:50 -0800
|
12
|
-
From: postmaster@hotmail.com
|
13
|
-
To: fake.sender@example.net
|
14
|
-
Date: Tue, 30 Dec 2014 03:09:49 -0800
|
15
|
-
MIME-Version: 1.0
|
16
|
-
Content-Type: multipart/report; report-type=delivery-status;
|
17
|
-
boundary="9B095B5ADSN=_01D01BD5024E074B0063DA33BAY004?MC4F14.ho"
|
18
|
-
X-DSNContext: 335a7efd - 4481 - 00000001 - 80040546
|
19
|
-
Message-ID: <AUfKRfcjc001b91da@BAY004-MC4F14.hotmail.com>
|
20
|
-
Subject: Delivery Status Notification (Failure)
|
21
|
-
X-OriginalArrivalTime: 30 Dec 2014 11:09:50.0210 (UTC) FILETIME=[21215E20:01D02421]
|
22
|
-
|
23
|
-
This is a MIME-formatted message.
|
24
|
-
Portions of this message may be unreadable without a MIME-capable mail program.
|
25
|
-
|
26
|
-
--9B095B5ADSN=_01D01BD5024E074B0063DA33BAY004?MC4F14.ho
|
27
|
-
Content-Type: text/plain; charset=unicode-1-1-utf-7
|
28
|
-
|
29
|
-
This is an automatically generated Delivery Status Notification.
|
30
|
-
|
31
|
-
Delivery to the following recipients failed.
|
32
|
-
|
33
|
-
fake.recipient@hotmail.com
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
--9B095B5ADSN=_01D01BD5024E074B0063DA33BAY004?MC4F14.ho
|
39
|
-
Content-Type: message/delivery-status
|
40
|
-
|
41
|
-
Reporting-MTA: dns;BAY004-MC4F14.hotmail.com
|
42
|
-
Received-From-MTA: dns;SNT004-OMC4S28.hotmail.com
|
43
|
-
Arrival-Date: Tue, 30 Dec 2014 03:09:48 -0800
|
44
|
-
|
45
|
-
Final-Recipient: rfc822;fake.recipient@hotmail.com
|
46
|
-
Action: failed
|
47
|
-
Status: 5.5.0
|
48
|
-
Diagnostic-Code: smtp;550 Requested action not taken: mailbox unavailable (-2019901852:4030:-2147467259)
|
49
|
-
|
50
|
-
--9B095B5ADSN=_01D01BD5024E074B0063DA33BAY004?MC4F14.ho
|
51
|
-
Content-Type: message/rfc822
|
52
|
-
|
53
|
-
Received: from SNT004-OMC4S28.hotmail.com ([65.55.90.231]) by BAY004-MC4F14.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
|
54
|
-
Tue, 30 Dec 2014 03:09:48 -0800
|
55
|
-
Received: from SNT004-MC2F45.hotmail.com ([65.55.90.200]) by SNT004-OMC4S28.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751);
|
56
|
-
Tue, 30 Dec 2014 03:09:48 -0800
|
57
|
-
Resent-Message-ID: <SNT004-MC2F45D8B66B396ABDE307A438F85E0@phx.gbl>
|
58
|
-
Resent-To: fake.recipient@hotmail.com
|
59
|
-
Resent-Date: Tue, 30 Dec 2014 03:09:47 -0800
|
60
|
-
Resent-From: fake.recipient@hotmail.com
|
61
|
-
X-HM-Routing-Path:dSs1VcEBS6KrQuPv/7+s+MeSKddQSUK/86xvFmkJ+rrbV8vJmLeD184WFASi2HNoSDpiU8QMWzUKDEq4EzDArrDQvEzvrmW/rpXCPIRwPSe6Wwdf3r307WVDaGV+XwNo7OdXXON
|
62
|
-
Received: from front2.example.net ([192.0.1.2]) by SNT004-MC2F45.hotmail.com with Microsoft SMTPSVC(7.5.7601.22751);
|
63
|
-
Tue, 30 Dec 2014 03:09:42 -0800
|
64
|
-
Received: (qmail 16041 invoked from network); 30 Dec 2014 13:20:08 -0000
|
65
|
-
Received: from av1.example.net (192.0.1.2)
|
66
|
-
by front2.example.net with SMTP; 30 Dec 2014 13:20:08 -0000
|
67
|
-
Received: from home.router (vs2.example.net [10.11.12.13])
|
68
|
-
(Authenticated sender: fake.sender)
|
69
|
-
by av1.example.net (Postfix) with ESMTPA id 18E9012FFBB
|
70
|
-
for <fake.recipient@hotmail.com>; Tue, 30 Dec 2014 11:09:38 +0000 (WET)
|
71
|
-
From: "Fake Sender" <fake.sender@example.net>
|
72
|
-
To: "Fake Recipient" <fake.recipient@hotmail.com>
|
73
|
-
Subject: Test message
|
74
|
-
Date: Tue, 30 Dec 2014 11:10:54 -0000
|
75
|
-
Message-ID: <000001d02421$47b1cde0$d71569a0$@example.net>
|
76
|
-
MIME-Version: 1.0
|
77
|
-
Content-Type: multipart/mixed;
|
78
|
-
boundary="----=_NextPart_000_0001_01D02421.47B1CDE0"
|
79
|
-
X-Mailer: Microsoft Outlook 15.0
|
80
|
-
Thread-Index: AdAkIPd8ctKiluxtSt+uTOBO1fsBmQ==
|
81
|
-
Content-Language: pt
|
82
|
-
Return-Path: fake.sender@example.net
|
83
|
-
X-OriginalArrivalTime: 30 Dec 2014 11:09:42.0453 (UTC) FILETIME=[1C81BE50:01D02421]
|
84
|
-
|
85
|
-
teste message
|
@@ -1,71 +0,0 @@
|
|
1
|
-
From MAILER-DAEMON Fri Feb 13 02:47:36 2015
|
2
|
-
Return-Path: <>
|
3
|
-
X-Original-To: root@6kaku.cubicroot.jp
|
4
|
-
Delivered-To: root@6kaku.cubicroot.jp
|
5
|
-
Received: by 6kaku.cubicroot.jp (Postfix)
|
6
|
-
id 7628420C1A; Fri, 13 Feb 2015 02:47:36 +0000 (UTC)
|
7
|
-
Date: Fri, 13 Feb 2015 02:47:36 +0000 (UTC)
|
8
|
-
From: MAILER-DAEMON@6kaku.cubicroot.jp (Mail Delivery System)
|
9
|
-
Subject: Undelivered Mail Returned to Sender
|
10
|
-
To: root@6kaku.cubicroot.jp
|
11
|
-
Auto-Submitted: auto-replied
|
12
|
-
MIME-Version: 1.0
|
13
|
-
Content-Type: multipart/report; report-type=delivery-status;
|
14
|
-
boundary="BB8E820C16.1423795656/6kaku.cubicroot.jp"
|
15
|
-
Message-Id: <20150213024736.7628420C1A@6kaku.cubicroot.jp>
|
16
|
-
|
17
|
-
This is a MIME-encapsulated message.
|
18
|
-
|
19
|
-
--BB8E820C16.1423795656/6kaku.cubicroot.jp
|
20
|
-
Content-Description: Notification
|
21
|
-
Content-Type: text/plain; charset=us-ascii
|
22
|
-
|
23
|
-
This is the mail system at host 6kaku.cubicroot.jp.
|
24
|
-
|
25
|
-
I'm sorry to have to inform you that your message could not
|
26
|
-
be delivered to one or more recipients. It's attached below.
|
27
|
-
|
28
|
-
For further assistance, please send mail to postmaster.
|
29
|
-
|
30
|
-
If you do so, please include this problem report. You can
|
31
|
-
delete your own text from the attached returned message.
|
32
|
-
|
33
|
-
The mail system
|
34
|
-
|
35
|
-
<userunknown@cubicroot.jp>: host mx.cubicroot.jp[173.255.246.153] said: 550
|
36
|
-
5.1.1 <userunknown@cubicroot.jp>... User Unknown (in reply to RCPT TO
|
37
|
-
command)
|
38
|
-
|
39
|
-
--BB8E820C16.1423795656/6kaku.cubicroot.jp
|
40
|
-
Content-Description: Delivery report
|
41
|
-
Content-Type: message/delivery-status
|
42
|
-
|
43
|
-
Reporting-MTA: dns; 6kaku.cubicroot.jp
|
44
|
-
X-Postfix-Queue-ID: BB8E820C16
|
45
|
-
X-Postfix-Sender: rfc822; root@6kaku.cubicroot.jp
|
46
|
-
Arrival-Date: Fri, 13 Feb 2015 02:47:35 +0000 (UTC)
|
47
|
-
|
48
|
-
Final-Recipient: rfc822; userunknown@cubicroot.jp
|
49
|
-
Original-Recipient: rfc822;userunknown@cubicroot.jp
|
50
|
-
Action: failed
|
51
|
-
Status: 5.1.1
|
52
|
-
Remote-MTA: dns; mx.cubicroot.jp
|
53
|
-
Diagnostic-Code: smtp; 550 5.1.1 <userunknown@cubicroot.jp>... User Unknown
|
54
|
-
|
55
|
-
--BB8E820C16.1423795656/6kaku.cubicroot.jp
|
56
|
-
Content-Description: Undelivered Message
|
57
|
-
Content-Type: message/rfc822
|
58
|
-
|
59
|
-
Return-Path: <root@6kaku.cubicroot.jp>
|
60
|
-
Received: by 6kaku.cubicroot.jp (Postfix, from userid 0)
|
61
|
-
id BB8E820C16; Fri, 13 Feb 2015 02:47:35 +0000 (UTC)
|
62
|
-
To: userunknown@cubicroot.jp
|
63
|
-
Subject: Nyaaaan
|
64
|
-
Message-Id: <20150213024735.BB8E820C16@6kaku.cubicroot.jp>
|
65
|
-
Date: Fri, 13 Feb 2015 02:47:35 +0000 (UTC)
|
66
|
-
From: root@6kaku.cubicroot.jp (root)
|
67
|
-
|
68
|
-
Nyaaan
|
69
|
-
|
70
|
-
--BB8E820C16.1423795656/6kaku.cubicroot.jp--
|
71
|
-
|
@@ -1,60 +0,0 @@
|
|
1
|
-
From VM Wed Dec 27 22:11:47 2000
|
2
|
-
Return-Path: <>
|
3
|
-
Delivered-To: xxxxx@mail.wooz.org
|
4
|
-
Received: by mail.wooz.org (Postfix) via BOUNCE
|
5
|
-
id 68CBFD37E7; Wed, 27 Dec 2000 20:42:55 -0500 (EST)
|
6
|
-
MIME-Version: 1.0
|
7
|
-
Content-Type: multipart/mixed;
|
8
|
-
boundary="17E1DD37E0.977967775/mail.wooz.org"
|
9
|
-
Message-Id: <20001228014255.68CBFD37E7@mail.wooz.org>
|
10
|
-
From: MAILER-DAEMON@mail.wooz.org (Mail Delivery System)
|
11
|
-
To: xxxxx@mail.wooz.org
|
12
|
-
Subject: Undelivered Mail Returned to Sender
|
13
|
-
Date: Wed, 27 Dec 2000 20:42:55 -0500 (EST)
|
14
|
-
|
15
|
-
This is a MIME-encapsulated message.
|
16
|
-
|
17
|
-
--17E1DD37E0.977967775/mail.wooz.org
|
18
|
-
Content-Description: Notification
|
19
|
-
Content-Type: text/plain
|
20
|
-
|
21
|
-
This is the Postfix program at host mail.wooz.org.
|
22
|
-
|
23
|
-
I'm sorry to have to inform you that the message returned
|
24
|
-
below could not be delivered to one or more destinations.
|
25
|
-
|
26
|
-
For further assistance, please contact <postmaster@mail.wooz.org>
|
27
|
-
|
28
|
-
If you do so, please include this problem report. You can
|
29
|
-
delete your own text from the message returned below.
|
30
|
-
|
31
|
-
The Postfix program
|
32
|
-
|
33
|
-
<yyyyy@digicool.com>: Name service error for domain digicool.com: Host not
|
34
|
-
found, try again
|
35
|
-
|
36
|
-
|
37
|
-
--17E1DD37E0.977967775/mail.wooz.org
|
38
|
-
Content-Description: Undelivered Message
|
39
|
-
Content-Type: message/rfc822
|
40
|
-
|
41
|
-
Received: by mail.wooz.org (Postfix, from userid 889)
|
42
|
-
id 17E1DD37E0; Fri, 22 Dec 2000 20:06:42 -0500 (EST)
|
43
|
-
MIME-Version: 1.0
|
44
|
-
Content-Type: text/plain; charset=us-ascii
|
45
|
-
Content-Transfer-Encoding: 7bit
|
46
|
-
Message-ID: <14915.64162.965657.699956@anthem.concentric.net>
|
47
|
-
Date: Fri, 22 Dec 2000 20:06:42 -0500
|
48
|
-
To: yyyyy@digicool.com
|
49
|
-
Subject: testing to yyyyy
|
50
|
-
X-Mailer: VM 6.84 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid
|
51
|
-
X-Attribution: BAW
|
52
|
-
X-Oblique-Strategy: You don't have to be ashamed of using your own ideas
|
53
|
-
X-Url: http://www.wooz.org/yyyyy
|
54
|
-
From: yyyyy@digicool.com (Yyyyy A. Zzzzz)
|
55
|
-
|
56
|
-
|
57
|
-
hello yyyyy
|
58
|
-
|
59
|
-
--17E1DD37E0.977967775/mail.wooz.org--
|
60
|
-
|
@@ -1,106 +0,0 @@
|
|
1
|
-
Return-Path: <>
|
2
|
-
Received: from rs-so-b1.amenworld.com (rs-so-b1.amenworld.com [62.193.206.26])
|
3
|
-
by alan.rezo.net (Postfix) with ESMTP id 0E7913B02A3
|
4
|
-
for <immigration.jetable-bounces@rezo.net>;
|
5
|
-
Fri, 20 Jun 2008 20:24:00 +0200 (CEST)
|
6
|
-
Received: from av2.amenworld.com (av2.amenworld.com [62.193.206.45])
|
7
|
-
by rs-so-b1.amenworld.com (Postfix) with ESMTP id 5A7EA55884
|
8
|
-
for <immigration.jetable-bounces@rezo.net>;
|
9
|
-
Fri, 20 Jun 2008 20:38:06 +0200 (CEST)
|
10
|
-
Date: Fri, 20 Jun 2008 20:23:54 +0200
|
11
|
-
From: Mail Delivery System <>
|
12
|
-
To: immigration.jetable-bounces@rezo.net
|
13
|
-
Subject: Delivery status notification
|
14
|
-
MIME-Version: 1.0
|
15
|
-
Content-Type: multipart/report;
|
16
|
-
boundary="------------I305M09060309060P_788012139862340"
|
17
|
-
Message-Id: <20080620183806.5A7EA55884@rs-so-b1.amenworld.com>
|
18
|
-
|
19
|
-
This is a multi-part message in MIME format.
|
20
|
-
|
21
|
-
--------------I305M09060309060P_788012139862340
|
22
|
-
Content-Type: text/plain; charset=UTF-8;
|
23
|
-
Content-Transfer-Encoding: 8bit
|
24
|
-
|
25
|
-
This is an automatically generated Delivery Status Notification.
|
26
|
-
|
27
|
-
Delivery to the following recipients failed permanently:
|
28
|
-
|
29
|
-
* nmorel@actisce.fr
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
--------------I305M09060309060P_788012139862340
|
34
|
-
Content-Type: message/delivery-status; charset=UFT-8;
|
35
|
-
Content-Transfer-Encoding: 8bit
|
36
|
-
|
37
|
-
Reporting-MTA: dns; av2.amenworld.com [62.193.206.40]
|
38
|
-
Received-From-MTA: dns; alan.rezo.net [217.24.84.2]
|
39
|
-
Arrival-Date: Fri, 20 Jun 2008 20:23:54 +0200
|
40
|
-
|
41
|
-
--------------I305M09060309060P_788012139862340
|
42
|
-
Content-Type: message/rfc822; charset=UFT-8;
|
43
|
-
Content-Transfer-Encoding: 8bit
|
44
|
-
Content-Disposition: attachment
|
45
|
-
|
46
|
-
Received: from alan.rezo.net (localhost.rezo.net [127.0.0.1])
|
47
|
-
by alan.rezo.net (Postfix) with ESMTP id 5BC1D3B02BC;
|
48
|
-
Fri, 20 Jun 2008 20:23:58 +0200 (CEST)
|
49
|
-
Received: from localhost (localhost.rezo.net [127.0.0.1])
|
50
|
-
by alan.rezo.net (Postfix) with ESMTP id AB2183B02BE
|
51
|
-
for <immigration.jetable@rezo.net>;
|
52
|
-
Fri, 20 Jun 2008 20:23:54 +0200 (CEST)
|
53
|
-
X-Virus-Scanned: Debian amavisd-new at rezo.net
|
54
|
-
X-Spam-Score: 0.66
|
55
|
-
X-Spam-Level:
|
56
|
-
X-Spam-Status: No, score=0.66 tagged_above=-100 required=5 tests=[AWL=-0.507,
|
57
|
-
BAYES_00=-2.599, DNS_FROM_RFC_ABUSE=0.2, DNS_FROM_RFC_POST=1.708,
|
58
|
-
HTML_50_60=0.134, HTML_MESSAGE=0.001, SUBJECT_ENCODED_TWICE=1.723]
|
59
|
-
Received: from alan.rezo.net ([127.0.0.1])
|
60
|
-
by localhost (alan.rezo.net [127.0.0.1]) (amavisd-new, port 10024)
|
61
|
-
with LMTP id jkfSPXMXefwG for <immigration.jetable@rezo.net>;
|
62
|
-
Fri, 20 Jun 2008 20:23:47 +0200 (CEST)
|
63
|
-
Received: from neuf-infra-smtp-out-sp604006av.neufgp.fr
|
64
|
-
(neuf-infra-smtp-out-sp604006av.neufgp.fr [84.96.92.121])
|
65
|
-
by alan.rezo.net (Postfix) with ESMTP id 6FD2D3B02A3
|
66
|
-
for <immigration.jetable@rezo.net>;
|
67
|
-
Fri, 20 Jun 2008 20:23:47 +0200 (CEST)
|
68
|
-
Received: from neuf-infra-smtp-out-sp604001av.neufgp.fr ([10.110.56.120])
|
69
|
-
by neuf-infra-smtp-out-sp604006av.neufgp.fr with neuf telecom
|
70
|
-
id g8W91Z0022bdnoS06JPk5X; Fri, 20 Jun 2008 20:23:45 +0200
|
71
|
-
Received: from [192.168.1.2] ([84.101.242.132])
|
72
|
-
by neuf-infra-smtp-out-sp604001av.neufgp.fr with neuf telecom
|
73
|
-
id gJPk1Z00R2s6HG401JPk5j; Fri, 20 Jun 2008 20:23:45 +0200
|
74
|
-
Mime-Version: 1.0 (Apple Message framework v753.1)
|
75
|
-
To: "Liste de travail du collectif Uni(e)s contre une immigration jetable"
|
76
|
-
<immigration.jetable@rezo.net>
|
77
|
-
Message-Id: <8EB18665-4233-4916-9E9C-29D6039167BA@wanadoo.fr>
|
78
|
-
References: <559327.5591.qm@web25704.mail.ukl.yahoo.com>
|
79
|
-
From: Stephen Suffern <suffern.avocat@wanadoo.fr>
|
80
|
-
Date: Fri, 20 Jun 2008 20:23:43 +0200
|
81
|
-
X-Mailer: Apple Mail (2.753.1)
|
82
|
-
Subject: [Immigration.jetable] =?iso-8859-1?q?Fwd=3A_=5BGisti-membres=5D_P?=
|
83
|
-
=?iso-8859-1?q?lainte_du_Minist=E8re_de_l=27Int=E9rieur_contre_le_collect?=
|
84
|
-
=?iso-8859-1?q?if_de_soutien_aux_sans_papiers_de_RENNES?=
|
85
|
-
X-BeenThere: immigration.jetable@rezo.net
|
86
|
-
X-Mailman-Version: 2.1.11rc1
|
87
|
-
Precedence: list
|
88
|
-
Reply-To: "Liste de travail du collectif Uni\(e\)s contre une immigration
|
89
|
-
jetable" <immigration.jetable@rezo.net>
|
90
|
-
List-Id: "Liste de travail du collectif Uni\(e\)s contre une immigration
|
91
|
-
jetable" <immigration.jetable.rezo.net>
|
92
|
-
List-Unsubscribe: <http://listes.rezo.net/mailman/options/immigration.jetable>,
|
93
|
-
<mailto:immigration.jetable-request@rezo.net?subject=unsubscribe>
|
94
|
-
List-Archive: <http://listes.rezo.net/mailman/private/immigration.jetable>
|
95
|
-
List-Post: <mailto:immigration.jetable@rezo.net>
|
96
|
-
List-Help: <mailto:immigration.jetable-request@rezo.net?subject=help>
|
97
|
-
List-Subscribe: <http://listes.rezo.net/mailman/listinfo/immigration.jetable>,
|
98
|
-
<mailto:immigration.jetable-request@rezo.net?subject=subscribe>
|
99
|
-
Content-Type: multipart/mixed; boundary="===============1384174044=="
|
100
|
-
Sender: immigration.jetable-bounces@rezo.net
|
101
|
-
Errors-To: immigration.jetable-bounces@rezo.net
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
--------------I305M09060309060P_788012139862340--
|
106
|
-
|
@@ -1,153 +0,0 @@
|
|
1
|
-
From VM Tue Feb 20 10:32:44 2001
|
2
|
-
Return-Path: <jpython-interest-admin@python.org>
|
3
|
-
Delivered-To: zzzzz@wwww.org
|
4
|
-
Received: from digicool.com (host15.digitalcreations.d.subnet.rcn.com [208.59.6.15])
|
5
|
-
by mail.wwww.org (Postfix) with ESMTP id 06EA8D37AC
|
6
|
-
for <yyyyy@wwww.org>; Sun, 18 Feb 2001 03:26:37 -0500 (EST)
|
7
|
-
Received: from <jpython-interest-admin@python.org>
|
8
|
-
by digicool.com (CommuniGate Pro RULES 3.3.2)
|
9
|
-
with RULES id 1483250; Sun, 18 Feb 2001 03:27:53 -0500
|
10
|
-
Received: from ns2.digicool.com ([216.164.72.2] verified)
|
11
|
-
by digicool.com (CommuniGate Pro SMTP 3.3.2)
|
12
|
-
with ESMTP id 1483249 for yyyyy@mail.digicool.com; Sun, 18 Feb 2001 03:27:53 -0500
|
13
|
-
Received: from mail.python.org (mail.python.org [63.102.49.29])
|
14
|
-
by ns2.digicool.com (8.9.3/8.9.3) with ESMTP id DAA13272
|
15
|
-
for <yyyyy@digicool.com>; Sun, 18 Feb 2001 03:25:56 -0500
|
16
|
-
Received: from localhost.localdomain ([127.0.0.1] helo=mail.python.org)
|
17
|
-
by mail.python.org with esmtp (Exim 3.21 #1)
|
18
|
-
id 14UPAP-0001ei-00
|
19
|
-
for yyyyy@digicool.com; Sun, 18 Feb 2001 03:26:01 -0500
|
20
|
-
Received: from [63.118.43.131] (helo=receive.turbosport.com)
|
21
|
-
by mail.python.org with esmtp (Exim 3.21 #1)
|
22
|
-
id 14UP9j-0001c7-00
|
23
|
-
for jpython-interest-admin@python.org; Sun, 18 Feb 2001 03:25:19 -0500
|
24
|
-
Received: from receive.turbosport.com [63.118.43.131] by receive.turbosport.com [63.118.43.131]
|
25
|
-
with RAW (MDaemon.v3.5.2.R)
|
26
|
-
for <jpython-interest-admin@python.org>; Sun, 18 Feb 2001 02:26:12 -0600
|
27
|
-
Message-ID: <MDAEMON2560256200102180226.AA2612019@receive.turbosport.com>
|
28
|
-
Mime-Version: 1.0
|
29
|
-
Content-Type: multipart/mixed; boundary="0218-0226-12-PART-BREAK"
|
30
|
-
Precedence: bulk
|
31
|
-
List-Help: <mailto:jpython-interest-request@python.org?subject=help>
|
32
|
-
List-Post: <mailto:jpython-interest@python.org>
|
33
|
-
List-Subscribe: <http://mail.python.org/mailman/listinfo/jpython-interest>,
|
34
|
-
<mailto:jpython-interest-request@python.org?subject=subscribe>
|
35
|
-
List-Id: Python for the Java<SUP><FONT SIZE=-2>TM</FONT></SUP> Platform <jpython-interest.python.org>
|
36
|
-
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/jpython-interest>,
|
37
|
-
<mailto:jpython-interest-request@python.org?subject=unsubscribe>
|
38
|
-
List-Archive: <http://mail.python.org/pipermail/jpython-interest/>
|
39
|
-
From: MDaemon@receive.turbosport.com
|
40
|
-
Sender: jpython-interest-owner@python.org
|
41
|
-
To: jpython-interest-admin@python.org
|
42
|
-
Subject: Permanent Delivery Failure
|
43
|
-
Date: Sun, 18 Feb 2001 02:26:12 -0600
|
44
|
-
X-Autogenerated: Mirror
|
45
|
-
X-Mirrored-by: <jpython-interest-admin@python.org>
|
46
|
-
X-MDSend-Notifications-To: [trash]
|
47
|
-
X-MDaemon-Deliver-To: jpython-interest-admin@python.org
|
48
|
-
X-Actual-From: MDaemon@receive.turbosport.com
|
49
|
-
X-BeenThere: jpython-interest@python.org
|
50
|
-
X-Mailman-Version: 2.0.1 (101270)
|
51
|
-
Reply-To: BadMsgQ@receive.turbosport.com
|
52
|
-
|
53
|
-
The following data may contain sections which represent BASE64 encoded
|
54
|
-
file attachments. These sections will be unreadable without MIME aware
|
55
|
-
tools. Seek your system administrator if you need help extracting any
|
56
|
-
files which may be embedded within this message.
|
57
|
-
|
58
|
-
--0218-0226-12-PART-BREAK
|
59
|
-
Content-Type: text/plain; charset=US-ASCII
|
60
|
-
Content-Transfer-Encoding: 7bit
|
61
|
-
|
62
|
-
The attached message had PERMANENT fatal delivery errors!
|
63
|
-
|
64
|
-
After one or more unsuccessful delivery attempts the attached message has
|
65
|
-
been removed from the mail queue on this server. The number and frequency
|
66
|
-
of delivery attempts are determined by local configuration parameters.
|
67
|
-
|
68
|
-
YOUR MESSAGE WAS NOT DELIVERED!
|
69
|
-
|
70
|
-
The following addresses did NOT receive a copy of your message:
|
71
|
-
|
72
|
-
> bbbsss@turbosport.com
|
73
|
-
|
74
|
-
--- Session Transcript ---
|
75
|
-
Attempting SMTP connection to [63.118.43.130 : 25]
|
76
|
-
Waiting for socket connection...
|
77
|
-
Socket connection established
|
78
|
-
Waiting for protocol initiation...
|
79
|
-
220 turbosport.com ESMTP MDaemon 3.5.2 ready
|
80
|
-
EHLO receive.turbosport.com
|
81
|
-
250-turbosport.com Hello receive.turbosport.com, ESMTP hello!
|
82
|
-
250-VRFY
|
83
|
-
250-EXPN
|
84
|
-
250-ETRN
|
85
|
-
250-AUTH LOGIN CRAM-MD5
|
86
|
-
250-8BITMIME
|
87
|
-
250 SIZE 40000000
|
88
|
-
MAIL From:<jpython-interest-admin@python.org> SIZE=1861
|
89
|
-
250 <jpython-interest-admin@python.org>, Sender ok
|
90
|
-
RCPT To:<bbbsss@turbosport.com>
|
91
|
-
552 Message for <bbbsss@turbosport.com> would exceed mailbox quota
|
92
|
-
QUIT
|
93
|
-
--- End Transcript ---
|
94
|
-
|
95
|
-
: Message contains [1] file attachments
|
96
|
-
|
97
|
-
--0218-0226-12-PART-BREAK
|
98
|
-
Content-Type: message/rfc822; charset=US-ASCII; name="md50002271709.md"
|
99
|
-
Content-Transfer-Encoding: 7bit
|
100
|
-
Content-ID: <MDAEMON2560256200102180226.AA2612019@receive.turbosport.com>
|
101
|
-
Content-Description:
|
102
|
-
|
103
|
-
Return-path: <jpython-interest-admin@python.org>
|
104
|
-
Received: from mta540.mail.yahoo.com [216.136.131.22] by receive.turbosport.com [63.118.43.131]
|
105
|
-
with SMTP (MDaemon.v3.5.2.R)
|
106
|
-
for <bbbsss@turbosport.com>; Sun, 18 Feb 2001 02:25:20 -0600
|
107
|
-
Message-ID: <20010218082300.42071.qmail@mta540.mail.yahoo.com>
|
108
|
-
Received: from mta540.mail.yahoo.com for bbbsss@turbosport.com; Feb 18 00:23:00 2001 -0800
|
109
|
-
Received: from smtp015.mail.yahoo.com (216.136.173.59)
|
110
|
-
X-Yahoo-Forwarded: from aaaaa_20@yahoo.com to bbbsss@turbosport.com
|
111
|
-
by mta540.mail.yahoo.com with SMTP; 18 Feb 2001 00:23:00 -0800 (PST)
|
112
|
-
Date: 18 Feb 2001 08:22:57 -0000
|
113
|
-
From: MAILER-DAEMON@yahoo.com
|
114
|
-
To: aaaaa@yahoo.com
|
115
|
-
Subject: failure delivery
|
116
|
-
X-MDRcpt-To: bbbsss@turbosport.com
|
117
|
-
X-MDRemoteIP: 216.136.131.22
|
118
|
-
X-Return-Path: jpython-interest-admin@python.org
|
119
|
-
X-MDaemon-Deliver-To: bbbsss@turbosport.com
|
120
|
-
|
121
|
-
Message from yahoo.com.
|
122
|
-
Unable to deliver message to the following address(es).
|
123
|
-
|
124
|
-
<subscribe.motorcycles@listsociety.com>:
|
125
|
-
Sorry, I wasn't able to establish an SMTP connection. (#4.4.1)
|
126
|
-
I'm not going to try again; this message has been in the queue too long.
|
127
|
-
|
128
|
-
--- Original message follows.
|
129
|
-
|
130
|
-
Return-Path: <aaaaa@yahoo.com>
|
131
|
-
Received: from c58148.upc-c.chello.nl (HELO localhost) (212.187.58.148)
|
132
|
-
by smtp.mail.vip.sc5.yahoo.com with SMTP; 11 Feb 2001 01:15:27 -0000
|
133
|
-
X-Apparently-From: <aaaaa?20@yahoo.com>
|
134
|
-
X-Sender: aaaaa@yahoo.com
|
135
|
-
From: Albert Ttttt <aaaaa@yahoo.com>
|
136
|
-
To: subscribe.motorcycles@listsociety.com
|
137
|
-
Date: Sun, 11 Feb 2001 02:14:40 +0100
|
138
|
-
Subject: Subscribe
|
139
|
-
Reply-To: aaaaa@yahoo.com
|
140
|
-
MIME-Version: 1.0
|
141
|
-
Content-Type: text/plain; charset=iso-8859-1
|
142
|
-
Content-Transfer-Encoding: 7bit
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
_________________________________________________________
|
147
|
-
Do You Yahoo!?
|
148
|
-
Get your free @yahoo.com address at http://mail.yahoo.com
|
149
|
-
|
150
|
-
--0218-0226-12-PART-BREAK--
|
151
|
-
|
152
|
-
|
153
|
-
|