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,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,89 +0,0 @@
|
|
1
|
-
Return-Path: <fblbounces@senderscore.net>
|
2
|
-
Received: from poma00-aus.lan.returnpath.net (unknown [10.6.32.30])
|
3
|
-
by mra-fbl.returnpath.net (Postfix) with ESMTP id C84E960FCF
|
4
|
-
for <fbl@example.com>; Mon, 22 Dec 2014 16:17:27 -0700 (MST)
|
5
|
-
Received: by poma00-aus.lan.returnpath.net (Postfix, from userid 106706)
|
6
|
-
id 8D6E4607F9; Mon, 22 Dec 2014 16:17:27 -0700 (MST)
|
7
|
-
Content-Transfer-Encoding: binary
|
8
|
-
Content-Type: multipart/report; boundary="_----------=_1419290247138262756"; report-type="feedback-report"
|
9
|
-
MIME-Version: 1.0
|
10
|
-
X-Mailer: MIME::Lite 3.029 (F2.84; T2.04; A2.12; B3.13; Q3.13)
|
11
|
-
Date: Mon, 22 Dec 2014 16:17:27 -0700
|
12
|
-
Subject: Bluetie Abuse Report
|
13
|
-
To: fbl@anubisnetworks.com
|
14
|
-
From: feedbackloop@feedback.bluetie.com
|
15
|
-
Message-Id: <20141222231727.8D6E4607F9@poma00-aus.lan.returnpath.net>
|
16
|
-
|
17
|
-
This is a multi-part message in MIME format.
|
18
|
-
|
19
|
-
--_----------=_1419290247138262756
|
20
|
-
Content-Disposition: inline
|
21
|
-
Content-Transfer-Encoding: 7bit
|
22
|
-
Content-Type: text/plain
|
23
|
-
|
24
|
-
This is a Bluetie email abuse report for an email message received from IP 192.0.1.99 on Mon, 22 Dec 2014 13:10:15 +0000
|
25
|
-
|
26
|
-
|
27
|
-
--_----------=_1419290247138262756
|
28
|
-
Content-Disposition: inline
|
29
|
-
Content-Transfer-Encoding: 7bit
|
30
|
-
Content-Type: message/feedback-report
|
31
|
-
|
32
|
-
User-Agent: ReturnPathFBL/1.0
|
33
|
-
Abuse-Type: complaint
|
34
|
-
Arrival-Date: Mon, 22 Dec 2014 13:10:15 +0000
|
35
|
-
Feedback-Type: abuse
|
36
|
-
Version: 1
|
37
|
-
Source-IP: 192.0.1.99
|
38
|
-
Original-Rcpt-To: db0555c94208f7bc605b02cf12c0535a@hotmail.com
|
39
|
-
Original-Rcpt-To: d26177554864b21eb92fbced1e696da7@gmail.com
|
40
|
-
Original-Rcpt-To: 6b54b77d9b4cd5b40b86311fcb74ee5b@yahoo.com
|
41
|
-
Original-Rcpt-To: c6da7aca97ea42c2d6e9df5a8bace588@buffaloirishcenter.com
|
42
|
-
Original-Rcpt-To: 51712cc5a93bc0b4f54fcc6dc2034bf1@olv-bvs.org
|
43
|
-
Original-Rcpt-To: eede0a60fc602ccf4d31ea2d4d98ecd8@yahoo.com
|
44
|
-
Original-Rcpt-To: 1fdde07d0bba4ebabf4c7a71bdc5fe86@gmail.com
|
45
|
-
Original-Rcpt-To: 30d6bd9f82cf8d96a074a869555177d9@gmail.com
|
46
|
-
Original-Rcpt-To: 294ff460c489fd67651f538343c3364b@yahoo.com
|
47
|
-
Original-Rcpt-To: 06584cbe54a02c263a357fa6f8ed4cd5@uh.edu
|
48
|
-
Original-Rcpt-To: b87646bcf4b7c616b0ec02455095856a@yahoo.com
|
49
|
-
Original-Rcpt-To: 965899d0e3d2222e286d5aa8defb97e2@aol.com
|
50
|
-
Original-Rcpt-To: af37159eeb4a5afa82e1060680a5caf5@gmail.com
|
51
|
-
Original-Rcpt-To: 1e8821ea9308765e64a61837be6feb26@gmail.com
|
52
|
-
Original-Rcpt-To: 2686ee43da772e92c443e1075ed1c9c0@yahoo.com
|
53
|
-
Original-Rcpt-To: 47c9ee628c4b1b9bbbd5c0480e8e6ef8@yahoo.com
|
54
|
-
Original-Rcpt-To: ebd6377114aafdc0a62977c874e92df6@yahoo.com
|
55
|
-
Original-Rcpt-To: 5e9e489a2485e4b55b6e437e10988015@excite.com
|
56
|
-
Original-Rcpt-To: be91f91b7356e42c377a4d39a566b912@roadrunner.com
|
57
|
-
Original-Rcpt-To: f9bace9796bc041f086fc361d2f24f87@yahoo.com
|
58
|
-
Original-Mail-From: cpinto@example.net
|
59
|
-
Reported-Domain: aol.com
|
60
|
-
Reported-Domain: roadrunner.com
|
61
|
-
Reported-Domain: gmail.com
|
62
|
-
Reported-Domain: hotmail.com
|
63
|
-
Reported-Domain: yahoo.com
|
64
|
-
Reported-Domain: buffaloirishcenter.com
|
65
|
-
Reported-Domain: excite.com
|
66
|
-
Reported-Domain: olv-bvs.org
|
67
|
-
Reported-Domain: uh.edu
|
68
|
-
|
69
|
-
--_----------=_1419290247138262756
|
70
|
-
Content-Disposition: inline
|
71
|
-
Content-Transfer-Encoding: 8bit
|
72
|
-
Content-Type: message/rfc822
|
73
|
-
|
74
|
-
Received: from outbound002.roc2.bluetie.com (outbound002.roc2.bluetie.com
|
75
|
-
[208.89.132.142]) by mxg.senderscore.net (Postfix) with ESMTP id 173D830002C
|
76
|
-
for <bluetiecomp@senderscore.net>; Mon, 22 Dec 2014 16:17:24 -0700 (MST)
|
77
|
-
Received: from mail.example.net ([192.0.1.3]) (authenticated bits=0)
|
78
|
-
by mail.example.net (8.13.1/8.13.1) with ESMTP id sBMD8K5t028043
|
79
|
-
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 22
|
80
|
-
Dec 2014 13:09:54 GMT
|
81
|
-
Subject: from: Charles Jack
|
82
|
-
From: Charles Jack <cpinto@example.net>
|
83
|
-
X-Mailer: iPhone Mail (11D257)
|
84
|
-
Message-Id: <b29c41a473f2$cf33f360$db78e61a$@example.net>
|
85
|
-
Date: Sun, 22 Dec 2014 02:09:54 +0000
|
86
|
-
Content-Transfer-Encoding: 7bit
|
87
|
-
|
88
|
-
|
89
|
-
spam message
|
@@ -1,166 +0,0 @@
|
|
1
|
-
Received: from pascal.junkemailfilter.com ([184.105.182.182]) helo=pascal.junkemailfilter.com
|
2
|
-
by abuse.junkemailfilter.com with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256)
|
3
|
-
(Exim 4.84)
|
4
|
-
id 1Y6TJY-0006Nb-HR on interface=184.105.182.42
|
5
|
-
for abuse@example.net; Wed, 31 Dec 2014 16:08:32 -0800
|
6
|
-
Received: from " root" by pascal.junkemailfilter.com with local-bsmtp (Exim 4.84)
|
7
|
-
id 1Y6TJY-0001bv-G5
|
8
|
-
for abuse@example.net; Wed, 31 Dec 2014 16:08:32 -0800
|
9
|
-
From: do-not-reply@junkemailfilter.com
|
10
|
-
Date: Wed, 31 Dec 2014 16:08:32 -0800
|
11
|
-
Subject: Possible Spam Abuse Report - example.net - 192.0.2.45
|
12
|
-
To: abuse@example.net
|
13
|
-
MIME-Version: 1.0
|
14
|
-
Content-Type: multipart/report; report-type=feedback-report; boundary="junk_email_filter_is_the_worlds_best_spam_filter"
|
15
|
-
Message-Id: <E1Y6TJY-0001bv-G5@pascal.junkemailfilter.com>
|
16
|
-
X-Spamfilter-host: abuse.junkemailfilter.com - http://www.junkemailfilter.com
|
17
|
-
X-Key-ID: ICBXZWQsIDMxIERlYyAyMDE0IDE2OjA4OjMyIC0wODAw
|
18
|
-
|
19
|
-
--junk_email_filter_is_the_worlds_best_spam_filter
|
20
|
-
Content-Type: text/plain; charset="US-ASCII"
|
21
|
-
Content-Transfer-Encoding: 7bit
|
22
|
-
|
23
|
-
This is an automated email abuse report from the folks at junkemailfilter.com for an email message received from IP address [192.0.2.45] on Wed, 31 Dec 2014 16:08:32 -0800.
|
24
|
-
|
25
|
-
We hope this information will help you in determining the source of the problem and shut it down. The original message is attached in MIME format with complete headers. For more information about this standardized abuse report format [ARF] please visit http://www.mipassoc.org/arf/ If you would prefer abuse reports in text format let us know.
|
26
|
-
|
27
|
-
If you have any questions or feedback about this abuse report or are interested in learning about our spam filtering technology feel free to contact us. If this is not spam please accept our apologies and let us know so we can fix the problem. Pay close attention to the REASON listed.
|
28
|
-
Marc Perkel - Fearless Leader
|
29
|
-
Junk Email Filter dot com
|
30
|
-
http://www.junkemailfilter.com
|
31
|
-
errors@junkemailfilter.com
|
32
|
-
|
33
|
-
* Date: Wed, 31 Dec 2014 16:08:32 -0800
|
34
|
-
* From: Mrs. Constance Zurasky <fake.sender@example.net>
|
35
|
-
* Subject: _R-O..L-E_X --_W-A_T..C_H..E..S----A-T-___C..H E_A-P..-- P..R_I_C E! Purchasing.
|
36
|
-
* Host: sm2-192.0.2.45.example.net [192.0.2.45]
|
37
|
-
* Reason: SUBCOM [ r o l e x w a t c h e s a t c h e a p p r i c e fake.recipient ] - X=pascal H=sm2-192.0.2.45.example.net [192.0.2.45] HELO=[sm2-192.0.2.45.example.net] F=[fake.sender@example.net] T=[fake.recipient@example.com] S=[_R-O..L-E_X --_W-A_T..
|
38
|
-
|
39
|
-
For more information about these abuse reports: http://wiki.junkemailfilter.com/index.php/Spam_abuse
|
40
|
-
To test or be removed from our blacklist: http://ipadmin.junkemailfilter.com/remove.php?ip=192.0.2.45
|
41
|
-
|
42
|
-
======== Original Headers ========
|
43
|
-
|
44
|
-
Received: from sm2-192.0.2.45.example.net ([192.0.2.45]) helo=sm2-192.0.2.45.example.net
|
45
|
-
by pascal.junkemailfilter.com with esmtp (Exim 4.84)
|
46
|
-
id 1Y6TJY-0001YV-1T on interface=184.105.182.186
|
47
|
-
for fake.recipient@example.com; Wed, 31 Dec 2014 16:08:32 -0800
|
48
|
-
From: Mrs. Constance Zurasky <fake.sender@example.net>
|
49
|
-
To: <fake.recipient@example.com>
|
50
|
-
Subject: _R-O..L-E_X --_W-A_T..C_H..E..S----A-T-___C..H E_A-P..-- P..R_I_C E! Purchasing.
|
51
|
-
Date: Thu, 1 Jan 2015 00:08:34 +0000
|
52
|
-
MIME-Version: 1.0
|
53
|
-
Content-Type: text/html; charset="utf-8"
|
54
|
-
Content-Transfer-Encoding: quoted-printable
|
55
|
-
X-Sender-Domain: example.net
|
56
|
-
X-Spamfilter-host: pascal.junkemailfilter.com - http://www.junkemailfilter.com
|
57
|
-
X-Key-ID: cHVyY2hhc2luZ0BjYXJib25hdGlvbi5jb20gc2hlYWlwdUBuZXR2aXNhby5wdCBXZWQsIDMxIERlYyAyMDE0IDE2OjA4OjMyIC0wODAw
|
58
|
-
X-Spam-Class: SPAM-HIGH-VERY - SUBCOM [ r o l e x w a t c h e s a t c h e a p p r i c e fake.recipient ] - X=pascal H=sm2-192.0.2.45.example.net [192.0.2.45] HELO=[sm2-192.0.2.45.example.net] F=[fake.sender@example.net] T=[fake.recipient@example.com] S=[_R-O..L-E_X --_W-A_T..C_H..E..S----A-T-___C..H E_A-P..-- P..R_I_C E! Purchasing.]
|
59
|
-
X-Spamsave: Yes - SUBCOM [ r o l e x w a t c h e s a t c h e a p p r i c e fake.recipient ] - X=pascal H=sm2-192.0.2.45.example.net [192.0.2.45] HELO=[sm2-192.0.2.45.example.net] F=[fake.sender@example.net] T=[fake.recipient@example.com] S=[_R-O..L-E_X --_W-A_T..C_H..E..S----A-T-___C..H E_A-P..-- P..R_I_C E! Purchasing.]
|
60
|
-
X-Sender-Host-Address: 192.0.2.45
|
61
|
-
X-Sender-Host-Name: sm2-192.0.2.45.example.net
|
62
|
-
X-Spam-Flag: yes
|
63
|
-
|
64
|
-
--junk_email_filter_is_the_worlds_best_spam_filter
|
65
|
-
Content-Type: message/feedback-report
|
66
|
-
|
67
|
-
Feedback-Type: abuse
|
68
|
-
User-Agent: JunkEmailFilter - Abuse Reporter/1.0 - Testing - Feedback Appreciated
|
69
|
-
Version: 0.1
|
70
|
-
Original-Mail-From: Mrs. Constance Zurasky <fake.sender@example.net>
|
71
|
-
Original-Rcpt-To: <fake.recipient@example.com>
|
72
|
-
Received-Date: Wed, 31 Dec 2014 16:08:32 -0800
|
73
|
-
Source-IP: 192.0.2.45
|
74
|
-
|
75
|
-
--junk_email_filter_is_the_worlds_best_spam_filter
|
76
|
-
Content-Type: message/rfc822
|
77
|
-
Content-Disposition: inline
|
78
|
-
|
79
|
-
Received: from sm2-192.0.2.45.example.net ([192.0.2.45]) helo=sm2-192.0.2.45.example.net
|
80
|
-
by pascal.junkemailfilter.com with esmtp (Exim 4.84)
|
81
|
-
id 1Y6TJY-0001YV-1T on interface=184.105.182.186
|
82
|
-
for fake.recipient@example.com; Wed, 31 Dec 2014 16:08:32 -0800
|
83
|
-
From: Mrs. Constance Zurasky <fake.sender@example.net>
|
84
|
-
To: <fake.recipient@example.com>
|
85
|
-
Subject: _R-O..L-E_X --_W-A_T..C_H..E..S----A-T-___C..H E_A-P..-- P..R_I_C E! Purchasing.
|
86
|
-
Date: Thu, 1 Jan 2015 00:08:34 +0000
|
87
|
-
MIME-Version: 1.0
|
88
|
-
Content-Type: text/html; charset="utf-8"
|
89
|
-
Content-Transfer-Encoding: quoted-printable
|
90
|
-
X-Sender-Domain: example.net
|
91
|
-
X-Spamfilter-host: pascal.junkemailfilter.com - http://www.junkemailfilter.com
|
92
|
-
X-Key-ID: cHVyY2hhc2luZ0BjYXJib25hdGlvbi5jb20gc2hlYWlwdUBuZXR2aXNhby5wdCBXZWQsIDMxIERlYyAyMDE0IDE2OjA4OjMyIC0wODAw
|
93
|
-
X-Spam-Class: SPAM-HIGH-VERY - SUBCOM [ r o l e x w a t c h e s a t c h e a p p r i c e fake.recipient ] - X=pascal H=sm2-192.0.2.45.example.net [192.0.2.45] HELO=[sm2-192.0.2.45.example.net] F=[fake.sender@example.net] T=[fake.recipient@example.com] S=[_R-O..L-E_X --_W-A_T..C_H..E..S----A-T-___C..H E_A-P..-- P..R_I_C E! Purchasing.]
|
94
|
-
X-Spamsave: Yes - SUBCOM [ r o l e x w a t c h e s a t c h e a p p r i c e fake.recipient ] - X=pascal H=sm2-192.0.2.45.example.net [192.0.2.45] HELO=[sm2-192.0.2.45.example.net] F=[fake.sender@example.net] T=[fake.recipient@example.com] S=[_R-O..L-E_X --_W-A_T..C_H..E..S----A-T-___C..H E_A-P..-- P..R_I_C E! Purchasing.]
|
95
|
-
X-Sender-Host-Address: 192.0.2.45
|
96
|
-
X-Sender-Host-Name: sm2-192.0.2.45.example.net
|
97
|
-
X-Spam-Flag: yes
|
98
|
-
|
99
|
-
<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; =
|
100
|
-
charset=3Dutf-8"><title>Love her way into camp =
|
101
|
-
emma</title></head><body><span style=3D"color:#F0F1F3; =
|
102
|
-
font-size:3px">Leave you ask what about me over. Mountain wild by her =
|
103
|
-
arms. Instead he wanted her arms and mary. Brown eyes josiah might not =
|
104
|
-
an indian.</span><table width=3D"652"><tr><td>
|
105
|
-
<div style=3D"color:#FFF5F3; font-size:3px">y¼£<span =
|
106
|
-
style=3D"color:#19275B; font-size:21pt">Ŗ</span>51¤<span =
|
107
|
-
style=3D"color:#19275B; =
|
108
|
-
font-size:21pt">Ȁ</span>s±Í<span =
|
109
|
-
style=3D"color:#19275B; font-size:21pt">D</span>53T<span =
|
110
|
-
style=3D"color:#19275B; font-size:21pt">Ο</span>Etk<span =
|
111
|
-
style=3D"color:#19275B; font-size:21pt"> </span>H2N<span =
|
112
|
-
style=3D"color:#19275B; font-size:21pt">Ł</span>ℜPÉ<span =
|
113
|
-
style=3D"color:#19275B; font-size:21pt">Ȧ</span>rpP<span =
|
114
|
-
style=3D"color:#19275B; font-size:21pt">T</span>96q<span =
|
115
|
-
style=3D"color:#19275B; =
|
116
|
-
font-size:21pt">Έ</span>«ýZ<span =
|
117
|
-
style=3D"color:#19275B; font-size:21pt">S</span>ä7S<span =
|
118
|
-
style=3D"color:#19275B; font-size:21pt">T</span>lÒx<span =
|
119
|
-
style=3D"color:#19275B; font-size:21pt"> </span>8∞O<span =
|
120
|
-
style=3D"color:#19275B; font-size:21pt">А</span>oÜZ<span =
|
121
|
-
style=3D"color:#19275B; font-size:21pt">N</span>º50<span =
|
122
|
-
style=3D"color:#19275B; font-size:21pt">D</span>HJ4<span =
|
123
|
-
style=3D"color:#19275B; font-size:21pt"> </span>6U4<span =
|
124
|
-
style=3D"color:#19275B; font-size:21pt">Ǖ</span>x°Z<span =
|
125
|
-
style=3D"color:#19275B; font-size:21pt">P</span>7∫6<span =
|
126
|
-
style=3D"color:#19275B; font-size:21pt">G</span>wܱ<span =
|
127
|
-
style=3D"color:#19275B; font-size:21pt">Ř</span>Jt£<span =
|
128
|
-
style=3D"color:#19275B; font-size:21pt">Ȃ</span>P6x<span =
|
129
|
-
style=3D"color:#19275B; font-size:21pt">D</span>8½9<span =
|
130
|
-
style=3D"color:#19275B; font-size:21pt">Ӗ</span>Kgy<span =
|
131
|
-
style=3D"color:#19275B; font-size:21pt">D</span>6mM<span =
|
132
|
-
style=3D"color:#19275B; font-size:21pt"> </span>gQÎ<span =
|
133
|
-
style=3D"color:#19275B; font-size:21pt">S</span>¨9Ö<span =
|
134
|
-
style=3D"color:#19275B; font-size:21pt">W</span>tÕ1<span =
|
135
|
-
style=3D"color:#19275B; font-size:21pt">ȴ</span>öIO<span =
|
136
|
-
style=3D"color:#19275B; font-size:21pt">S</span>˜9g<span =
|
137
|
-
style=3D"color:#19275B; font-size:21pt">S</span>©êj<span =
|
138
|
-
style=3D"color:#19275B; font-size:21pt"> </span>oM2<span =
|
139
|
-
style=3D"color:#19275B; font-size:21pt">M</span>ÿY∈<span =
|
140
|
-
style=3D"color:#19275B; font-size:21pt">Ӫ</span>oËÙ<span =
|
141
|
-
style=3D"color:#19275B; font-size:21pt">D</span>4µA<span =
|
142
|
-
style=3D"color:#19275B; font-size:21pt">Ė</span>Å×s<span =
|
143
|
-
style=3D"color:#19275B; font-size:21pt">Ĺ</span>Jm«<span =
|
144
|
-
style=3D"color:#19275B; font-size:21pt">S</span>2àI<span =
|
145
|
-
style=3D"color:#19275B; font-size:21pt"> </span>Σwç<span =
|
146
|
-
style=3D"color:#19275B; font-size:21pt">Ң</span>AöH<span =
|
147
|
-
style=3D"color:#19275B; font-size:21pt">Ĕ</span>AkS<span =
|
148
|
-
style=3D"color:#19275B; font-size:21pt">Я</span>ÅæK<span =
|
149
|
-
style=3D"color:#19275B; font-size:21pt">Ȇ</span>á7gDropping =
|
150
|
-
her blanket to fetch you best.<br>Taking another word he only one could. =
|
151
|
-
Work to sit down for supper. Well to save her hand emma.</div>
|
152
|
-
<span style=3D"color:#F1FBF5; font-size:3px">Brown has yer shotgun and =
|
153
|
-
once more. While we can read her prayer over.<br>Came back into camp =
|
154
|
-
until his eyes.<br>Bring you must be sure.
|
155
|
-
<a =
|
156
|
-
href=3D"http://кудn=
|
157
|
-
3;.лкяс.рф/?м&#=
|
158
|
-
1077;ичр">w90
|
159
|
-
<span =
|
160
|
-
style=3D"font-size:21px">Ͼ Ł Ĩ Ͻ
=
|
161
|
-
0;К    Ҥ Ε Ř Ę
|
162
|
-
</span>êP2</a></span></td></tr></table>
|
163
|
-
<span style=3D"color:#FAFFFD">Eyes from around to all that.<br>Here and =
|
164
|
-
everyone had been doing.</span></body></html>
|
165
|
-
|
166
|
-
--junk_email_filter_is_the_worlds_best_spam_filter--
|
@@ -1,59 +0,0 @@
|
|
1
|
-
Received: from [127.0.0.1] ([local])
|
2
|
-
by server.local (envelope-from <dmarc-noreply@example.com>)
|
3
|
-
(ecelerity 3.6.5.1 r(Core:3.6.5.0)) with UNKNOWN
|
4
|
-
id 66/91-22781-03645555; Wed, 12 Nov 2014 12:40:48 +0000
|
5
|
-
Date: Wed, 12 Nov 2014 12:40:48 +0000
|
6
|
-
Message-ID: <66.321423.4234.05553645@server.local>
|
7
|
-
Subject: DMARC Forensic report for example.net Mail-From:mail-handler@example.org IP:192.0.2.45
|
8
|
-
To: dmarc-noreply@example.com
|
9
|
-
From: dmarc-noreply@example.com
|
10
|
-
Content-Type: multipart/report; report-type=feedback-report;
|
11
|
-
boundary="_----WnVe0eRhhldi/asdEdak3f===_66/91-22781-03645555"
|
12
|
-
|
13
|
-
--_----WnVe0eRhhldi/asdEdak3f===_66/91-22781-03645555
|
14
|
-
Content-Type: text/plain; charset="US-ASCII"
|
15
|
-
Content-Transfer-Encoding: 7bit
|
16
|
-
|
17
|
-
This is an email abuse report for an email message received from IP 192.0.2.45 on Wed, 12 Nov 2014 12:40:48 +0000.
|
18
|
-
The message below did not meet the sending domain's dmarc policy.
|
19
|
-
For more information about this format please see http://tools.ietf.org/html/rfc6591 .
|
20
|
-
|
21
|
-
--_----WnVe0eRhhldi/asdEdak3f===_66/91-22781-03645555
|
22
|
-
Content-Type: message/feedback-report
|
23
|
-
|
24
|
-
Feedback-Type: auth-failure
|
25
|
-
User-Agent: Lua/1.0
|
26
|
-
Version: 1.0
|
27
|
-
Original-Mail-From: mail-handler@example.org
|
28
|
-
Original-Rcpt-To: fake.rcpt@example.com
|
29
|
-
Arrival-Date: Wed, 12 Nov 2014 12:40:48 +0000
|
30
|
-
Message-ID: <105855309.1523556.1415796020873@example.net>
|
31
|
-
Authentication-Results: dmarc=fail (p=none; dis=none) header.from=example.net
|
32
|
-
Source-IP: 192.0.2.45
|
33
|
-
Delivery-Result: delivered
|
34
|
-
Auth-Failure: dmarc
|
35
|
-
Reported-Domain: example.net
|
36
|
-
|
37
|
-
--_----WnVe0eRhhldi/asdEdak3f===_66/91-22781-03645555
|
38
|
-
Content-Type: message/rfc822
|
39
|
-
Content-Disposition: inline
|
40
|
-
|
41
|
-
Received: from [192.0.2.45] ([192.0.2.45:521] helo=portal.example.org)
|
42
|
-
by server.local (envelope-from <mail-handler@example.org>)
|
43
|
-
(ecelerity 3.6.5.1 r(Core:3.6.5.0)) with ESMTPS (cipher=AES256-GCM-SHA384
|
44
|
-
id 62/91-21827-F3645455; Wed, 12 Nov 2014 12:40:47 +0000
|
45
|
-
Received: from main (localhost [127.0.0.1])
|
46
|
-
by portal.example.org (Postfix) with ESMTP id DC1DC918001;
|
47
|
-
Wed, 12 Nov 2014 12:40:35 +0000 (UTC)
|
48
|
-
Date: Wed, 12 Nov 2014 12:40:20 +0000 (WET)
|
49
|
-
From: Fake User <fake.sender@example.net>
|
50
|
-
To: mailling.list@example.org
|
51
|
-
Message-ID: <105855309.1523556.1415796020873@example.net>
|
52
|
-
Subject: [mailling list] this is a test message
|
53
|
-
MIME-Version: 1.0
|
54
|
-
Content-Type: text/plain
|
55
|
-
|
56
|
-
Message failure example
|
57
|
-
|
58
|
-
--_----WnVe0eRhhldi/asdEdak3f===_66/91-22781-03645555--
|
59
|
-
|
@@ -1,103 +0,0 @@
|
|
1
|
-
Return-Path: abuse@126.com
|
2
|
-
Received: from 163.com (unknown [192.168.201.142])
|
3
|
-
by mfast1 (Coremail) with SMTP id dDqxCodaS4S5sHdaS6etw6ntUlvz3--.2340S1;
|
4
|
-
Mon, 01 Dec 2014 12:12:28 +0800 (CST)
|
5
|
-
MIME-Version: 1.0
|
6
|
-
Content-Type: multipart/report; report-type="feedback-report";
|
7
|
-
boundary="===============8693109903873658895=="
|
8
|
-
From: <abuse@126.com>
|
9
|
-
Subject: [dmarc-ietf] DMARC test message
|
10
|
-
Date: Mon, 01 Dec 2014 12:12:27 +0800
|
11
|
-
To: dmarc@example.net
|
12
|
-
X-Originating-IP: [192.0.2.142]
|
13
|
-
Message-Id: <BEA75470.8674AA.09393@m12-181.163.com>
|
14
|
-
|
15
|
-
--===============8693109903873658895==
|
16
|
-
Content-Type: text/plain; charset="us-ascii"
|
17
|
-
MIME-Version: 1.0
|
18
|
-
Content-Transfer-Encoding: 7bit
|
19
|
-
|
20
|
-
This is a spf/dkim authentication-failure report for an email message received from IP 192.0.2.45 on Mon, 01 Dec 2014 12:12:27 +0800.
|
21
|
-
Below is some detail information about this message:
|
22
|
-
1. SPF-authenticated Identifiers: corp.netease.com;
|
23
|
-
2. DKIM-authenticated Identifiers: none;
|
24
|
-
3. DMARC Mechanism Check Result: Identifier non-aligned, DMARC mechanism check failures;
|
25
|
-
|
26
|
-
For more information please check Aggregate Reports or mail to abuse@126.com.
|
27
|
-
--===============8693109903873658895==
|
28
|
-
Content-Type: message/feedback-report
|
29
|
-
MIME-Version: 1.0
|
30
|
-
|
31
|
-
Feedback-Type: auth-failure
|
32
|
-
User-Agent: NtesDmarcReporter/1.0
|
33
|
-
Version: 1
|
34
|
-
Original-Mail-From: <fake.reciver@corp.example.com>
|
35
|
-
Arrival-Date: Mon, 01 Dec 2014 12:12:27 +0800
|
36
|
-
Source-IP: 220.181.31.109
|
37
|
-
Reported-Domain: example.net
|
38
|
-
Original-Envelope-Id: tUfMisMOWL0VebPp6n2+AA--.90702S
|
39
|
-
Authentication-Results: 126.com; dkim=fail (signature error: RSA verify failed) header.d=ietf.org; dkim=permerror (signature verify error: message body does not hash to bh value) header.d=example.net; spf=pass smtp.mailfrom=fake.reciver@corp.example.com
|
40
|
-
DKIM-Domain: ietf.org; example.net
|
41
|
-
Delivery-Result: delivered
|
42
|
-
--===============8693109903873658895==
|
43
|
-
Content-Type: text/rfc822-headers; charset="us-ascii"
|
44
|
-
MIME-Version: 1.0
|
45
|
-
Content-Transfer-Encoding: 7bit
|
46
|
-
|
47
|
-
Received: from mail.ietf.org (unknown [4.31.198.44])
|
48
|
-
by telecommail (Coremail) with SMTP id bR+13ADn6Lxj6ntU2iwEAA--.1516S3;
|
49
|
-
Mon, 01 Dec 2014 12:12:20 +0800 (CST)
|
50
|
-
Received: from ietfa.amsl.com (localhost [IPv6:::1])
|
51
|
-
by ietfa.amsl.com (Postfix) with ESMTP id 6A2EE1A03C7;
|
52
|
-
Sun, 30 Nov 2014 20:11:13 -0800 (PST)
|
53
|
-
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ietf.org; s=ietf1;
|
54
|
-
t=1417407073; bh=n74biqrwzEv/voK2V9k+nkaI6RYB9FpjTlCZ2Vb0bBA=;
|
55
|
-
h=Date:From:To:Message-ID:In-Reply-To:References:MIME-Version:Cc:
|
56
|
-
Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:
|
57
|
-
List-Subscribe:Content-Type:Content-Transfer-Encoding:Sender;
|
58
|
-
b=Fbl7fiRzVOFKO27Zq+EwSB6gFIuoVkdgEgTuSd1G8C266mscOFrAQkxUieTxj1Raf
|
59
|
-
SVG+0B5sMEdJ537qWTxHEEqVe8v+b5vRZEFGX4SnUjeHhAoh3zr8BmCiQvXhoXc+By
|
60
|
-
O+O0x+JsZ0yKqvG/XPsgpMMef1mV2WxYzsbQZyEU=
|
61
|
-
X-Original-To: dmarc@ietfa.amsl.com
|
62
|
-
Delivered-To: dmarc@ietfa.amsl.com
|
63
|
-
Received: from localhost (ietfa.amsl.com [127.0.0.1])
|
64
|
-
by ietfa.amsl.com (Postfix) with ESMTP id 751A07EE39C
|
65
|
-
for <dmarc@ietfa.amsl.com>; Sun, 30 Nov 2014 20:11:10 -0800 (PST)
|
66
|
-
X-Virus-Scanned: amavisd-new at amsl.com
|
67
|
-
X-Spam-Flag: NO
|
68
|
-
X-Spam-Score: -4.011
|
69
|
-
X-Spam-Level:
|
70
|
-
X-Spam-Status: No, score=-4.011 tagged_above=-999 required=5
|
71
|
-
tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
|
72
|
-
DKIM_VALID_AU=-0.1, MIME_8BIT_HEADER=0.3, RCVD_IN_DNSWL_MED=-2.3,
|
73
|
-
SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
|
74
|
-
Received: from mail.ietf.org ([4.31.198.44])
|
75
|
-
by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
|
76
|
-
with ESMTP id zeGkJauI7NZX for <dmarc@ietfa.amsl.com>;
|
77
|
-
Sun, 30 Nov 2014 20:11:08 -0800 (PST)
|
78
|
-
Date: Mon, 1 Dec 2014 04:11:05 +0000 (WET)
|
79
|
-
From: <fake.sender@example.net>
|
80
|
-
To: <dmarc@ietf.org>
|
81
|
-
Message-ID: <753885954.2173275.1417407065874@example.net>
|
82
|
-
MIME-Version: 1.0
|
83
|
-
Archived-At: http://mailarchive.ietf.org/arch/msg/dmarc/
|
84
|
-
Cc: dmarc@ietf.org
|
85
|
-
Subject: [dmarc-ietf] DMARC test message
|
86
|
-
X-BeenThere: dmarc@ietf.org
|
87
|
-
X-Mailman-Version: 2.1.15
|
88
|
-
Precedence: list
|
89
|
-
List-Id: "Domain-based Message Authentication, Reporting,
|
90
|
-
and Compliance \(DMARC\)" <dmarc.ietf.org>
|
91
|
-
List-Unsubscribe: <https://www.ietf.org/mailman/options/dmarc>,
|
92
|
-
<mailto:dmarc-request@ietf.org?subject=unsubscribe>
|
93
|
-
List-Archive: <http://www.ietf.org/mail-archive/web/dmarc/>
|
94
|
-
List-Post: <mailto:dmarc@ietf.org>
|
95
|
-
List-Help: <mailto:dmarc-request@ietf.org?subject=help>
|
96
|
-
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dmarc>,
|
97
|
-
<mailto:dmarc-request@ietf.org?subject=subscribe>
|
98
|
-
Content-Type: text/plain; charset="utf-8"
|
99
|
-
Content-Transfer-Encoding: base64
|
100
|
-
X-CM-Forward-Sender: dmarc-bounces@ietf.org
|
101
|
-
|
102
|
-
--===============8693109903873658895==--
|
103
|
-
|