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,104 +0,0 @@
|
|
1
|
-
Return-Path: opendmarc@example.net
|
2
|
-
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=example.net;
|
3
|
-
s=2012a; t=1417117584;
|
4
|
-
bh=OmIu7fPEeyCSLPTfQWDKssJb3/N/TZKNFufWVbkO2C8=;
|
5
|
-
h=From:To:Date:Subject:From;
|
6
|
-
b=BRBH3Dd7eXnoVHRLFocqggjBUluUBGhc0/FTHFUYXL/V/6c08y5ASsN9zW9UuGItF
|
7
|
-
YUG6HxPiX/TRkswkrHE68ZBikrbmjjNUcRGWwZozll2aAdpZ6Dz6xslaW0t8BMTy2z
|
8
|
-
NkzSbM+t6Q5iHqbaFBkjkqbEmhZWifX6XcB0BbiQ=
|
9
|
-
From: OpenDMARC Filter <opendmarc@example.net>
|
10
|
-
To: dmarc@example.net
|
11
|
-
Date: Thu, 27 Nov 2014 14:46:24 -0500 (EST)
|
12
|
-
Subject: [dmarc-ietf] DMARC test message
|
13
|
-
MIME-Version: 1.0
|
14
|
-
Content-Type: multipart/report;
|
15
|
-
report-type=feedback-report;
|
16
|
-
boundary="example.net:435FE40094"
|
17
|
-
Message-Id: <20141127194624.B23F74011C@example.net>
|
18
|
-
|
19
|
-
--example.net:435FE40094
|
20
|
-
Content-Type: text/plain
|
21
|
-
|
22
|
-
This is an authentication failure report for an email message received from IP
|
23
|
-
192.168.0.255 on Thu, 27 Nov 2014 14:46:24 -0500 (EST).
|
24
|
-
|
25
|
-
--example.net:435FE40094
|
26
|
-
Content-Type: message/feedback-report
|
27
|
-
|
28
|
-
Feedback-Type: auth-failure
|
29
|
-
Version: 1
|
30
|
-
User-Agent: OpenDMARC-Filter/1.3.0
|
31
|
-
Auth-Failure: dmarc
|
32
|
-
Authentication-Results: example.net; dmarc=fail header.from=example.net
|
33
|
-
Original-Envelope-Id: 435FE40094
|
34
|
-
Original-Mail-From: dmarc-bounces@ietf.org
|
35
|
-
Source-IP: 192.168.0.255
|
36
|
-
Reported-Domain: example.net
|
37
|
-
|
38
|
-
--example.net:435FE40094
|
39
|
-
Content-Type: text/rfc822-headers
|
40
|
-
|
41
|
-
Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.168.0.255; helo=mail.ietf.org; envelope-from=dmarc-bounces@ietf.org; receiver=ietf@example.net
|
42
|
-
Authentication-Results: example.net;
|
43
|
-
dkim=pass (1024-bit key; unprotected) header.d=ietf.org header.i=@ietf.org header.b=HfqPrYPz;
|
44
|
-
dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=example.net header.i=@example.net header.b=i3stzaeS;
|
45
|
-
dkim-adsp=none (unprotected policy); dkim-atps=neutral
|
46
|
-
Received: from ietfa.amsl.com (localhost [IPv6:::1])
|
47
|
-
by ietfa.amsl.com (Postfix) with ESMTP id 2FD1A1A013B;
|
48
|
-
Thu, 27 Nov 2014 11:46:22 -0800 (PST)
|
49
|
-
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1;
|
50
|
-
t=1417117582; bh=NAF7FpoPrpNGZwiH91hktlqr+vG3t6XRtXZ4cjPPG1w=;
|
51
|
-
h=Date:From:To:Message-ID:In-Reply-To:References:MIME-Version:Cc:
|
52
|
-
Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:
|
53
|
-
List-Subscribe:Content-Type:Sender;
|
54
|
-
b=HfqPrYPzHNMYib9SY5qVdr9//vWEy4OTOhhtsWV8pLH+MeCxWIwIo4RViipbYUUo3
|
55
|
-
TTG+t3xUPxHPHLNJoD87RFp7QFt77oavpmtUnuFB5IbadiFMg5x+6wF/PzamsWaAW6
|
56
|
-
V00RLpoSKZ8uxmQ5tQowk44d34FK/CMSWJuv4H2Q=
|
57
|
-
X-Original-To: dmarc@ietfa.amsl.com
|
58
|
-
Delivered-To: dmarc@ietfa.amsl.com
|
59
|
-
Received: from localhost (ietfa.amsl.com [127.0.0.1])
|
60
|
-
by ietfa.amsl.com (Postfix) with ESMTP id 670801A00A9
|
61
|
-
for <dmarc@ietfa.amsl.com>; Thu, 27 Nov 2014 11:46:20 -0800 (PST)
|
62
|
-
X-Virus-Scanned: amavisd-new at amsl.com
|
63
|
-
X-Spam-Flag: NO
|
64
|
-
X-Spam-Score: -3.41
|
65
|
-
X-Spam-Level:
|
66
|
-
X-Spam-Status: No, score=-3.41 tagged_above=-999 required=5
|
67
|
-
tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
|
68
|
-
DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, J_CHICKENPOX_44=0.6,
|
69
|
-
MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001,
|
70
|
-
T_RP_MATCHES_RCVD=-0.01] autolearn=ham
|
71
|
-
Received: from mail.ietf.org ([192.168.0.255])
|
72
|
-
by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
|
73
|
-
with ESMTP id ssc4T2PBR Wg1for <dmarc@ietfa.amsl.com>;
|
74
|
-
Thu, 27 Nov 2014 11:46:17 -0800 (PST)
|
75
|
-
Received: from smtp.example.net (smtp.example.net [192.0.2.45])
|
76
|
-
(using TLSv1.1 with cipher AECDH-AES256-SHA (256/256 bits))
|
77
|
-
(No client certificate requested)
|
78
|
-
by ietfa.amsl.com (Postfix) with ESMTPS id 04FEF1A013B
|
79
|
-
for <dmarc@ietf.org>; Thu, 27 Nov 2014 11:46:16 -0800 (PST)
|
80
|
-
Date: Thu, 27 Nov 2014 19:46:13 +0000 (WET)
|
81
|
-
From: <fake.sender@example.net>
|
82
|
-
To: <fake.recipient@example.org>
|
83
|
-
Message-ID: <asdjhi9ldn14@example.net>
|
84
|
-
MIME-Version: 1.0
|
85
|
-
Archived-At: http://mailarchive.ietf.org/arch/msg/dmarc/
|
86
|
-
Cc: dmarc@ietf.org
|
87
|
-
Subject: [dmarc-ietf] DMARC test message
|
88
|
-
X-BeenThere: dmarc@ietf.org
|
89
|
-
X-Mailman-Version: 2.1.15
|
90
|
-
Precedence: list
|
91
|
-
List-Id: "Domain-based Message Authentication, Reporting,
|
92
|
-
and Compliance \(DMARC\)" <dmarc.ietf.org>
|
93
|
-
List-Unsubscribe: <https://www.ietf.org/mailman/options/dmarc>,
|
94
|
-
<mailto:dmarc-request@ietf.org?subject=unsubscribe>
|
95
|
-
List-Archive: <http://www.ietf.org/mail-archive/web/dmarc/>
|
96
|
-
List-Post: <mailto:dmarc@ietf.org>
|
97
|
-
List-Help: <mailto:dmarc-request@ietf.org?subject=help>
|
98
|
-
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dmarc>,
|
99
|
-
<mailto:dmarc-request@ietf.org?subject=subscribe>
|
100
|
-
Content-Type: multipart/mixed; boundary="===============9204957237915899297=="
|
101
|
-
Errors-To: dmarc-bounces@ietf.org
|
102
|
-
Sender: "dmarc" <dmarc-bounces@ietf.org>
|
103
|
-
|
104
|
-
--example.net:435FE40094--
|
@@ -1,56 +0,0 @@
|
|
1
|
-
Received: from mra-fbl.returnpath.net (mra-fbl.returnpath.net [66.45.29.178])
|
2
|
-
by mta3.eu.example.net (Postfix) with ESMTP id 3k1ytn3g6jzGqvp
|
3
|
-
for <fbl@example.com>; Tue, 16 Dec 2014 12:09:02 +0000 (UTC)
|
4
|
-
Received: from poma02.lan.returnpath.net (poma02.lan.returnpath.net [10.2.0.110])
|
5
|
-
by mra-fbl.returnpath.net (Postfix) with ESMTP id 1DBFB627E4
|
6
|
-
for <fbl@example.com>; Tue, 16 Dec 2014 05:08:59 -0700 (MST)
|
7
|
-
Received: by poma02.lan.returnpath.net (Postfix, from userid 106706)
|
8
|
-
id 0222E605FA; Tue, 16 Dec 2014 05:08:59 -0700 (MST)
|
9
|
-
Content-Transfer-Encoding: binary
|
10
|
-
Content-Type: multipart/report; boundary="_----------=_14187317381958992959"; report-type="feedback-report"
|
11
|
-
MIME-Version: 1.0
|
12
|
-
X-Mailer: MIME::Lite 3.029 (F2.84; T2.02; A2.12; B3.13; Q3.13)
|
13
|
-
Date: Tue, 16 Dec 2014 05:08:58 -0700
|
14
|
-
Subject: Terra Abuse Report
|
15
|
-
To: fbl@example.com
|
16
|
-
From: feedbackloop@feedback.terra.com
|
17
|
-
Message-Id: <20141216120859.0222E605FA@poma02.lan.returnpath.net>
|
18
|
-
|
19
|
-
This is a multi-part message in MIME format.
|
20
|
-
|
21
|
-
--_----------=_14187317381958992959
|
22
|
-
Content-Disposition: inline
|
23
|
-
Content-Transfer-Encoding: 7bit
|
24
|
-
Content-Type: text/plain
|
25
|
-
|
26
|
-
This is a Terra email abuse report for an email message received from IP 192.0.2.8 on Fri, 12 Dec 2014 13:09:00 +0000
|
27
|
-
|
28
|
-
|
29
|
-
--_----------=_14187317381958992959
|
30
|
-
Content-Disposition: inline
|
31
|
-
Content-Transfer-Encoding: 7bit
|
32
|
-
Content-Type: message/feedback-report
|
33
|
-
|
34
|
-
User-Agent: ReturnPathFBL/1.0
|
35
|
-
Abuse-Type: complaint
|
36
|
-
Arrival-Date: Fri, 12 Dec 2014 13:09:00 +0000
|
37
|
-
Feedback-Type: abuse
|
38
|
-
Version: 1
|
39
|
-
Source-IP: 192.0.2.8
|
40
|
-
Original-Mail-From: fake.sender@example.net
|
41
|
-
|
42
|
-
--_----------=_14187317381958992959
|
43
|
-
Content-Disposition: inline
|
44
|
-
Content-Transfer-Encoding: 8bit
|
45
|
-
Content-Type: message/rfc822
|
46
|
-
|
47
|
-
Return-Path: <fake.sender@example.net>
|
48
|
-
Received: from [10.235.200.102] by mail-lmtp03-mia.tpn.terra.com (LMTP);
|
49
|
-
Fri, 12 Dec 2014 13:09:01 +0000 (UTC)
|
50
|
-
Date: Fri, 12 Dec 2014 13:09:00 +0000
|
51
|
-
To: "undisclosed Terra recipient"
|
52
|
-
From: Colunex <fake.sender@example.net>
|
53
|
-
Subject: Pronta Entrega
|
54
|
-
Message-ID: <f6fbba8a761ce682e1b00a323a21b372@example.net>
|
55
|
-
|
56
|
-
bla bla
|
@@ -1,76 +0,0 @@
|
|
1
|
-
Delivered-To: arf@example.com
|
2
|
-
Received: by 10.182.89.225 with SMTP id br1csp740877obb;
|
3
|
-
Tue, 21 Apr 2015 09:22:16 -0700 (PDT)
|
4
|
-
X-Received: by 10.67.3.195 with SMTP id by3mr38900527pad.109.1429633335303;
|
5
|
-
Tue, 21 Apr 2015 09:22:15 -0700 (PDT)
|
6
|
-
Return-Path: <staff@hotmail.com>
|
7
|
-
Received: from BAY004-OMC3S6.hotmail.com (bay004-omc3s6.hotmail.com. [65.54.190.144])
|
8
|
-
by mx.example.com with ESMTPS id t2si3581725pdh.156.2015.04.21.09.22.14
|
9
|
-
for <arf@example.com>
|
10
|
-
(version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128);
|
11
|
-
Tue, 21 Apr 2015 09:22:15 -0700 (PDT)
|
12
|
-
Received: from BAY0-XMR-027.phx.gbl ([65.54.190.187]) by BAY004-OMC3S6.hotmail.com with Microsoft SMTPSVC(7.5.7601.22751);
|
13
|
-
Tue, 21 Apr 2015 09:22:14 -0700
|
14
|
-
Received: from mail pickup service by BAY0-XMR-027.phx.gbl with Microsoft SMTPSVC;
|
15
|
-
Tue, 21 Apr 2015 09:22:14 -0700
|
16
|
-
Date: Tue, 21 Apr 2015 09:22:13 -0700
|
17
|
-
From: staff@hotmail.com
|
18
|
-
Subject: complaint about message from 123.123.123.123
|
19
|
-
To: arf@example.com
|
20
|
-
MIME-Version: 1.0
|
21
|
-
Content-Type: multipart/mixed; boundary="B2E4395D-05AB-4EAF-8557-699F69427353"
|
22
|
-
Message-ID: <BAY0-XMR-027Y1mfKb000f565d4@BAY0-XMR-027.phx.gbl>
|
23
|
-
X-OriginalArrivalTime: 21 Apr 2015 16:22:14.0182 (UTC) FILETIME=[53AC8460:01D07C4F]
|
24
|
-
Return-Path: staff@hotmail.com
|
25
|
-
|
26
|
-
--B2E4395D-05AB-4EAF-8557-699F69427353
|
27
|
-
Content-Type: message/rfc822
|
28
|
-
Content-Disposition: inline
|
29
|
-
|
30
|
-
X-HmXmrOriginalRecipient: recipient@hotmail.com
|
31
|
-
X-Reporter-IP: 123.123.123.124
|
32
|
-
X-Message-Guid: ebfba2c7-e82b-11e4-be08-002264c15484
|
33
|
-
x-store-info:J++/JTCzmObr++wNraA4Pa4f5Xd6uensqBPWJv3GwGE7aUR5jJQTkPrgUUBlc7+CY+WY7UEuW6SMFsHHYZFIJgBtuL8CSIF+YE1T+EJsu/qunn9dJ/+DQN2V2BN4xF7gzV9vefMymd8=
|
34
|
-
Authentication-Results: hotmail.com; spf=pass (sender IP is 123.123.123.123; identity alignment result is pass and alignment mode is relaxed) smtp.mailfrom=sender@example.com; dkim=pass (identity alignment result is pass and alignment mode is relaxed) header.d=example.com; x-hmca=pass header.id=sender@example.com
|
35
|
-
X-SID-PRA: sender@example.com
|
36
|
-
X-AUTH-Result: PASS
|
37
|
-
X-SID-Result: PASS
|
38
|
-
X-Message-Status: n:n
|
39
|
-
X-Message-Delivery: Vj0xLjE7dXM9MDtsPTE7YT0xO0Q9MTtHRD0xO1NDTD0w
|
40
|
-
X-Message-Info: NhFq/7gR1vSNR7oR+vyPYQjkMnWBEu9uyBw1y9eFMXUE+Eyh/YdM5MkBsA9YADpYPRNX1QD8N61UwtG4ltHmCELHKCRVqF4G3Sz3ixJ1EjQx6m20O44Ef284ZptMLJGyU+Bw4W/7t5swJDxQ3qFJwjuq2Qc+7JUknVKshE25gNICB6zDUjfrdnByg4nnuDCkK/ZwF0H/IuMZpI0p3nLisKim1TM33aZ9
|
41
|
-
Received: from smtp.example.com ([123.123.123.123]) by SNT004-MC2F52.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008);
|
42
|
-
Tue, 21 Apr 2015 06:40:12 -0700
|
43
|
-
Date: Tue, 21 Apr 2015 15:40:10 +0200
|
44
|
-
To: recipient@hotmail.com
|
45
|
-
From: ACME Corp. <sender@example.com>
|
46
|
-
Reply-To: ACME Corp.
|
47
|
-
<sender@example.com>
|
48
|
-
Subject: Example message
|
49
|
-
MIME-Version: 1.0
|
50
|
-
Content-Transfer-Encoding: 8bit
|
51
|
-
Content-Type: text/html; charset="utf-8"
|
52
|
-
Message-ID: <d4cb0d6593464552a34f4429b3e7f92f@example.com>
|
53
|
-
Precedence: bulk
|
54
|
-
List-Unsubscribe: <mailto:unsubscribe@example.com?subject=Unsubscription%20request>
|
55
|
-
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=example.com;
|
56
|
-
i=@example.com; q=dns/txt; s=dkim1; t=1429623611; h=Date :
|
57
|
-
To : From : Reply-To : Subject : MIME-Version :
|
58
|
-
Content-Transfer-Encoding : Content-Type : Message-ID :
|
59
|
-
List-Unsubscribe : Date : From : Subject;
|
60
|
-
bh=obgp51Mvvcje/wo8zRJINx38SUn5XdM/wyyihBckJUI=;
|
61
|
-
b=X5Qc/ZimMAGP0NNDCIwwTaE35ru7CmsqR1xexARA9TnnKGDzFBiiuDSs6p+SAtcIkU2i0n
|
62
|
-
zSJlkGgRo0fEQ4dcc99hmR3XO46SIo8kNWfHZdsuXSt+Iqahb5HhOz9bBJ0rBiPdiLC0GG+H
|
63
|
-
Lhk287RLSSQDdvNBVDg28HBuQuiy4=
|
64
|
-
Return-Path: sender@example.com
|
65
|
-
X-OriginalArrivalTime: 21 Apr 2015 13:40:13.0168 (UTC) FILETIME=[B17F7F00:01D07C38]
|
66
|
-
|
67
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
68
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
69
|
-
<html xmlns="http://www.w3.org/1999/xhtml"
|
70
|
-
xmlns:v="urn:schemas-microsoft-com:vml"
|
71
|
-
xmlns:o="urn:schemas-microsoft-com:office:office">
|
72
|
-
[...]
|
73
|
-
</html>
|
74
|
-
|
75
|
-
|
76
|
-
--B2E4395D-05AB-4EAF-8557-699F69427353--
|
@@ -1,55 +0,0 @@
|
|
1
|
-
Return-Path: <>
|
2
|
-
Received: from a192-92.smtp-out.amazonses.com (a192-92.smtp-out.amazonses.com [199.255.192.92])
|
3
|
-
by nijo.example.jp (V8/cf) with ESMTP id p98CVIaZ008543
|
4
|
-
for <shironeko@example.jp>; Sat, 8 Oct 2011 21:31:18 +0900
|
5
|
-
X-Original-To: 00000132e227401e-8b219a82-5a72-41d9-87a7-5077a1286043-000000@email-bounces.amazonses.com
|
6
|
-
Delivered-To: 00000132e227401e-8b219a82-5a72-41d9-87a7-5077a1286043-000000@email-bounces.amazonses.com
|
7
|
-
Message-Id: <00000132e3734ea1-da7ff9c4-f1a6-11e0-a07a-05b449f3e7b5-000000@email.amazonses.com>
|
8
|
-
Date: Sat, 8 Oct 2011 12:12:57 +0000
|
9
|
-
To: shironeko@example.jp
|
10
|
-
From: MAILER-DAEMON@email-bounces.amazonses.com
|
11
|
-
Subject: Delivery Status Notification (Failure)
|
12
|
-
MIME-Version: 1.0
|
13
|
-
Content-Type: multipart/report; report-type=delivery-status; boundary="QQp9R.4hiWd7/A6.1TVBzH.66J8Mo8"
|
14
|
-
X-AWS-Outgoing: 199.255.192.92
|
15
|
-
|
16
|
-
--QQp9R.4hiWd7/A6.1TVBzH.66J8Mo8
|
17
|
-
content-type: text/plain;
|
18
|
-
charset="utf-8"
|
19
|
-
Content-Transfer-Encoding: quoted-printable
|
20
|
-
|
21
|
-
The following message to <kijitora@example.com> was undeliverab=
|
22
|
-
le.
|
23
|
-
The reason for the problem:
|
24
|
-
5.4.7 - Delivery expired (message too old) 'timeout'
|
25
|
-
|
26
|
-
--QQp9R.4hiWd7/A6.1TVBzH.66J8Mo8
|
27
|
-
content-type: message/delivery-status
|
28
|
-
|
29
|
-
Reporting-MTA: dns; na-mm-outgoing-6102-bacon.iad6.amazon.com
|
30
|
-
|
31
|
-
Final-Recipient: rfc822;kijitora@example.com
|
32
|
-
Action: failed
|
33
|
-
Status: 5.0.0 (permanent failure)
|
34
|
-
Diagnostic-Code: smtp; 5.4.7 - Delivery expired (message too old) 'timeout' (delivery attempts: 0)
|
35
|
-
|
36
|
-
--QQp9R.4hiWd7/A6.1TVBzH.66J8Mo8
|
37
|
-
content-type: message/rfc822
|
38
|
-
|
39
|
-
Received: from unknown (HELO aws-bacon-dlvr-svc-na-i-15c23d74.us-east-1.amazon.com) ([10.13.198.17])
|
40
|
-
by na-mm-outgoing-6102-bacon.iad6.amazon.com with ESMTP; 08 Oct 2011 05:46:57 +0000
|
41
|
-
Return-Path: 00000132e227401e-8b219a82-5a72-41d9-87a7-5077a1286043-000000@email-bounces.amazonses.com
|
42
|
-
From: shironeko@example.jp
|
43
|
-
To: kijitora@example.com
|
44
|
-
Subject: TEST
|
45
|
-
MIME-Version: 1.0
|
46
|
-
Content-Type: text/plain; charset=UTF-8
|
47
|
-
Content-Transfer-Encoding: 7bit
|
48
|
-
Date: Sat, 8 Oct 2011 06:10:15 +0000
|
49
|
-
Message-ID: <00000132e227401e-8b219a82-5a72-41d9-87a7-5077a1286043-000000@email.amazonses.com>
|
50
|
-
X-AWS-Outgoing: 199.255.192.79
|
51
|
-
|
52
|
-
ses-email-send script
|
53
|
-
Copyright 2010 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
54
|
-
|
55
|
-
--QQp9R.4hiWd7/A6.1TVBzH.66J8Mo8--
|
@@ -1,64 +0,0 @@
|
|
1
|
-
Received: by LITEMAIL51.bigfoot.com (LiteMail v3.03(LITEMAIL51)) with SMTP id 1412281813_LITEMAIL51_5437911_7120404;
|
2
|
-
Sun, 28 Dec 2014 18:17:18 -0800
|
3
|
-
Date: Sun, 28 Dec 2014 18:17:16 -0800
|
4
|
-
From: Mail Delivery Subsystem <MAILER-DAEMON@bigfoot.com>
|
5
|
-
Message-Id: <14122813_LITEMAIL57_491202_776323_1704@LITEMAIL57.bigfoot.com>
|
6
|
-
To: <user@xxxxxxxxxx.com>
|
7
|
-
MIME-Version: 1.0
|
8
|
-
Content-Type: multipart/report; report-type=delivery-status;
|
9
|
-
boundary="201412281816847"
|
10
|
-
Subject: Returned mail: Requested action not taken: mailbox name not allowed
|
11
|
-
Auto-Submitted: auto-generated (failure)
|
12
|
-
|
13
|
-
This is a MIME-encapsulated message
|
14
|
-
|
15
|
-
--201412281816847
|
16
|
-
|
17
|
-
The original message was received at Sun, 28 Dec 2014 18:17:16 -0800
|
18
|
-
from LITEMAIL57.bigfoot.com [192.168.12.53]
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
----- The following addresses had permanent fatal errors -----
|
23
|
-
<destinaion@example.net>
|
24
|
-
|
25
|
-
----- Transcript of session follows -----
|
26
|
-
>>> RCPT TO:<destinaion@example.net>
|
27
|
-
<<< 553 Invalid recipient destinaion@example.net (Mode: normal)
|
28
|
-
|
29
|
-
--201412281816847
|
30
|
-
Content-Type: message/delivery-status
|
31
|
-
|
32
|
-
Reporting-MTA: dns; litemail57.bigfoot.com
|
33
|
-
Arrival-Date: Sun, 28 Dec 2014 18:17:16 -0800
|
34
|
-
|
35
|
-
Final-Recipient: RFC822; <destinaion@example.net>
|
36
|
-
Action: failed
|
37
|
-
Status: 5.7.1
|
38
|
-
Remote-MTA: DNS; p01c11m075.mx.example.net
|
39
|
-
Diagnostic-Code: SMTP; 553 Invalid recipient destinaion@example.net (Mode: normal)
|
40
|
-
Last-Attempt-Date: Sun, 28 Dec 2014 18:17:16 -0800
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
--201412281816847
|
45
|
-
Content-Type: message/partial
|
46
|
-
|
47
|
-
Received: by LITEMAIL57.bigfoot.com (LiteMail v3.03(LITEMAIL57)) with SMTP id 1412281811_LITEMAIL57_4742901_15695198;
|
48
|
-
Sun, 28 Dec 2014 18:17:14 -0800
|
49
|
-
Received: from xxxxxxxxxx.com ([172.16.17.18])
|
50
|
-
by litemail16.bigfoot.net with SMTP id 1419818724.17508;
|
51
|
-
Sun, 28 Dec 2014 21:05:25 -0500
|
52
|
-
Received: from unknown (HELO horde01) (10.1.12.13)
|
53
|
-
by relay3 with SMTP; 29 Dec 2014 02:17:06 -0000
|
54
|
-
Cc: recipient list not shown: ;
|
55
|
-
Date: Mon, 29 Dec 2014 02:17:05 +0000
|
56
|
-
Message-ID: <20141229021705.Horde.ht6XOg3pMXT2XD9vNBMt1A6@mail.xxxxxxxxxx.com>
|
57
|
-
From: user@xxxxxxxxxx.com
|
58
|
-
Subject: Thank you.
|
59
|
-
Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes
|
60
|
-
MIME-Version: 1.0
|
61
|
-
Content-Disposition: inline
|
62
|
-
|
63
|
-
--201412281816847--
|
64
|
-
|
@@ -1,38 +0,0 @@
|
|
1
|
-
From: "Mail Delivery System" <mailer-daemon@kundenserver.de>
|
2
|
-
To: user1@xxxxxxxxxxxxxxxxxxx.pt
|
3
|
-
Date: Tue, 23 Dec 2014 21:39:30 +0100
|
4
|
-
Subject: Mail delivery failed: returning message to sender
|
5
|
-
MIME-Version: 1.0
|
6
|
-
Content-Type: text/plain; charset=utf-8
|
7
|
-
Content-Transfer-Encoding: 8bit
|
8
|
-
X-UI-Out-Filterresults: unknown:0;
|
9
|
-
|
10
|
-
This message was created automatically by mail delivery software.
|
11
|
-
|
12
|
-
A message that you sent could not be delivered to one or more of
|
13
|
-
its recipients. This is a permanent error.
|
14
|
-
|
15
|
-
The following address failed:
|
16
|
-
|
17
|
-
general@example.eu
|
18
|
-
|
19
|
-
For the following reason:
|
20
|
-
|
21
|
-
Mail size limit exceeded. For explanation visit
|
22
|
-
http://postmaster.1and1.com/en/error-messages?ip=%1s
|
23
|
-
|
24
|
-
--- The header of the original message is following. ---
|
25
|
-
|
26
|
-
Received: (qmail 22456 invoked from network); 23 Dec 2014 20:39:27 -0000
|
27
|
-
Received: from unknown (HELO php09) (10.11.12.13)
|
28
|
-
by relay.local with SMTP; 23 Dec 2014 20:39:27 -0000
|
29
|
-
Date: Tue, 23 Dec 2014 20:39:24 +0000
|
30
|
-
Message-ID: <2014122.Horde.aVib3NKNmpMSMBPv_KPp-w9@mail.xxxxxxxxxxxxxxxxxxx.pt>
|
31
|
-
From: user1@xxxxxxxxxxxxxxxxxxx.pt
|
32
|
-
To: Joaquim <general@example.eu>
|
33
|
-
Subject: BOAS FESTAS!
|
34
|
-
In-Reply-To: <CAA5-N8cB+mrTuqRQbqPrrSVApLorXtyeVqV3tw1=DgMFUsQ@mail.gmail.com>
|
35
|
-
Content-Type: multipart/alternative; boundary="=_Bj5UaGbJV86-J0NyTypbMg8"
|
36
|
-
MIME-Version: 1.0
|
37
|
-
|
38
|
-
|
@@ -1,151 +0,0 @@
|
|
1
|
-
From VM Fri Jul 20 14:14:47 2001
|
2
|
-
X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil]
|
3
|
-
[nil "Friday" "20" "July" "2001" "11:09:00" "-0700" "System Administrator" "postmaster@mainex1.asu.edu" nil "93" "Undeliverable: [Mailman-Users] [ alexandria-Bugs-442987 ] mailman bug" "^From:" "mailman-users-admin@python.org" "mailman-users-admin@python.org" "7" 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 2193BD35F0
|
9
|
-
for <barry@wooz.org>; Fri, 20 Jul 2001 14:11:42 -0400 (EDT)
|
10
|
-
Received: from <mailman-users-admin@python.org>
|
11
|
-
by digicool.com (CommuniGate Pro RULES 3.4)
|
12
|
-
with RULES id 2267275; Fri, 20 Jul 2001 14:11:10 -0400
|
13
|
-
Received: from ns2.digicool.com ([63.100.190.2] verified)
|
14
|
-
by digicool.com (CommuniGate Pro SMTP 3.4)
|
15
|
-
with ESMTP id 2267274 for barry@mail.digicool.com; Fri, 20 Jul 2001 14:11:10 -0400
|
16
|
-
Received: from mail.python.org (mail.python.org [63.102.49.29])
|
17
|
-
by ns2.digicool.com (8.9.3/8.9.3) with ESMTP id OAA18755
|
18
|
-
for <barry@digicool.com>; Fri, 20 Jul 2001 14:11:40 -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 15NekX-00065F-00; Fri, 20 Jul 2001 14:11:41 -0400
|
22
|
-
Received: from [129.219.110.73] (helo=post2.inre.asu.edu)
|
23
|
-
by mail.python.org with esmtp (Exim 3.21 #1)
|
24
|
-
id 15Nejg-0005zp-00
|
25
|
-
for mailman-users-admin@python.org; Fri, 20 Jul 2001 14:10:48 -0400
|
26
|
-
Received: from conversion.post2.inre.asu.edu by asu.edu (PMDF V6.0-24 #47347)
|
27
|
-
id <0GGS00E01AF3DP@asu.edu> for mailman-users-admin@python.org; Fri,
|
28
|
-
20 Jul 2001 11:09:03 -0700 (MST)
|
29
|
-
Received: from mainex1.asu.edu (mainex1.asu.edu [129.219.10.200])
|
30
|
-
by asu.edu (PMDF V6.0-24 #47347) with ESMTP id <0GGS00E5WAF396@asu.edu> for
|
31
|
-
mailman-users-admin@python.org; Fri, 20 Jul 2001 11:09:03 -0700 (MST)
|
32
|
-
Received: by mainex1.asu.edu with Internet Mail Service (5.5.2653.19)
|
33
|
-
id <3MQDQNK7>; Fri, 20 Jul 2001 11:09:02 -0700
|
34
|
-
Message-id: <803148826976D411ADA600B0D03D6E2806F867BF@mainex1.asu.edu>
|
35
|
-
MIME-version: 1.0
|
36
|
-
Content-type: multipart/mixed; boundary="Boundary_(ID_T1d1xFzw5I4c8zjm3AkzoA)"
|
37
|
-
Precedence: bulk
|
38
|
-
List-Help: <mailto:mailman-users-request@python.org?subject=help>
|
39
|
-
List-Post: <mailto:mailman-users@python.org>
|
40
|
-
List-Subscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
|
41
|
-
<mailto:mailman-users-request@python.org?subject=subscribe>
|
42
|
-
List-Id: Mailman mailing list management users <mailman-users.python.org>
|
43
|
-
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
|
44
|
-
<mailto:mailman-users-request@python.org?subject=unsubscribe>
|
45
|
-
List-Archive: <http://mail.python.org/pipermail/mailman-users/>
|
46
|
-
From: System Administrator <postmaster@mainex1.asu.edu>
|
47
|
-
Sender: mailman-users-owner@python.org
|
48
|
-
To: mailman-users-admin@python.org
|
49
|
-
Subject: Undeliverable: [Mailman-Users] [ alexandria-Bugs-442987 ] mailman bug
|
50
|
-
Date: Fri, 20 Jul 2001 11:09:00 -0700
|
51
|
-
X-Autogenerated: Mirror
|
52
|
-
X-Mirrored-by: <mailman-users-admin@python.org>
|
53
|
-
X-Mailer: Internet Mail Service (5.5.2653.19)
|
54
|
-
X-MS-Embedded-Report:
|
55
|
-
X-BeenThere: mailman-users@python.org
|
56
|
-
X-Mailman-Version: 2.0.5 (101270)
|
57
|
-
|
58
|
-
This message is in MIME format. Since your mail reader does not understand
|
59
|
-
this format, some or all of this message may not be legible.
|
60
|
-
|
61
|
-
--Boundary_(ID_T1d1xFzw5I4c8zjm3AkzoA)
|
62
|
-
Content-type: text/plain
|
63
|
-
|
64
|
-
Your message
|
65
|
-
|
66
|
-
To: mailman-users@python.org
|
67
|
-
Subject: [Mailman-Users] [ alexandria-Bugs-442987 ] mailman bug
|
68
|
-
Sent: Fri, 20 Jul 2001 08:53:08 -0700
|
69
|
-
|
70
|
-
did not reach the following recipient(s):
|
71
|
-
|
72
|
-
thoff@MAINEX1.ASU.EDU on Fri, 20 Jul 2001 11:08:59 -0700
|
73
|
-
The recipient name is not recognized
|
74
|
-
The MTS-ID of the original message is: c=us;a= ;p=arizona state
|
75
|
-
un;l=MAINEX101072018083MQDQNKX
|
76
|
-
MSEXCH:IMS:Arizona State University:MAIN:MAINEX1 0 (000C05A6) Unknown
|
77
|
-
Recipient
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
--Boundary_(ID_T1d1xFzw5I4c8zjm3AkzoA)
|
82
|
-
Content-type: message/rfc822
|
83
|
-
|
84
|
-
Date: Fri, 20 Jul 2001 08:53:08 -0700
|
85
|
-
From: Marc MERLIN <marc@merlins.org>
|
86
|
-
Subject: [Mailman-Users] [ alexandria-Bugs-442987 ] mailman bug
|
87
|
-
To: mailman-users@python.org
|
88
|
-
Message-id: <20010720085308.H17468@magic.merlins.org>
|
89
|
-
MIME-version: 1.0
|
90
|
-
X-Mailer: Internet Mail Service (5.5.2653.19)
|
91
|
-
Content-type: text/plain
|
92
|
-
X-MS-Embedded-Report:
|
93
|
-
List-Subscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
|
94
|
-
<mailto:mailman-users-request@python.org?subject=subscribe>
|
95
|
-
List-Unsubscribe: <http://mail.python.org/mailman/listinfo/mailman-users>,
|
96
|
-
<mailto:mailman-users-request@python.org?subject=unsubscribe>
|
97
|
-
List-Help: <mailto:mailman-users-request@python.org?subject=help>
|
98
|
-
|
99
|
-
Anyone has a clue about this error?
|
100
|
-
|
101
|
-
----- Forwarded message from noreply@sourceforge.net -----
|
102
|
-
|
103
|
-
To: noreply@sourceforge.net
|
104
|
-
From: noreply@sourceforge.net
|
105
|
-
Subject: [ alexandria-Bugs-442987 ] mailman bug
|
106
|
-
Date: Fri, 20 Jul 2001 07:47:39 -0700
|
107
|
-
|
108
|
-
Initial Comment:
|
109
|
-
-----Forwarded Message-----
|
110
|
-
From: rtfs-project-admin@lists.sourceforge.net
|
111
|
-
To: rtfs-project-admin@lists.sourceforge.net
|
112
|
-
Subject: Unexpected Mailman error
|
113
|
-
|
114
|
-
|
115
|
-
An unexpected Mailman error has occurred in
|
116
|
-
MailCommandHandler.ParseMailCommands(). Here is the
|
117
|
-
traceback:
|
118
|
-
|
119
|
-
Traceback (innermost last):
|
120
|
-
File
|
121
|
-
"/var/local/mailman/Mailman/MailCommandHandler.py",
|
122
|
-
line 221, in ParseMailCommands
|
123
|
-
self.__dispatch[cmd](args, line, msg)
|
124
|
-
File
|
125
|
-
"/var/local/mailman/Mailman/MailCommandHandler.py",
|
126
|
-
line 362, in ProcessSetCmd
|
127
|
-
self.ConfirmUserPassword(sender, args[2])
|
128
|
-
File "/var/local/mailman/Mailman/SecurityManager.py",
|
129
|
-
line 140, in ConfirmUserPassword
|
130
|
-
raise Errors.MMBadUserError
|
131
|
-
MMBadUserError
|
132
|
-
|
133
|
-
----------------------------------------------------------------------
|
134
|
-
|
135
|
-
----- End forwarded message -----
|
136
|
-
|
137
|
-
--
|
138
|
-
Microsoft is to operating systems & security ....
|
139
|
-
.... what McDonalds is to gourmet
|
140
|
-
cooking
|
141
|
-
|
142
|
-
Home page: http://marc.merlins.org/ | Finger marc_f@merlins.org for PGP
|
143
|
-
key
|
144
|
-
|
145
|
-
------------------------------------------------------
|
146
|
-
Mailman-Users maillist - Mailman-Users@python.org
|
147
|
-
http://mail.python.org/mailman/listinfo/mailman-users
|
148
|
-
|
149
|
-
--Boundary_(ID_T1d1xFzw5I4c8zjm3AkzoA)--
|
150
|
-
|
151
|
-
|