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
@@ -21,29 +21,22 @@ module Sisimai
|
|
21
21
|
# true: Matched
|
22
22
|
def match(argv1)
|
23
23
|
return nil unless argv1
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|reject
|
39
|
-
)
|
40
|
-
|we[ ]failed[ ]to[ ]deliver[ ]mail[ ]because[ ]the[ ]following[ ]address
|
41
|
-
[ ]recipient[ ]id[ ]refuse[ ]to[ ]receive[ ]mail # Willcom
|
42
|
-
)
|
43
|
-
|you[ ]have[ ]been[ ]blocked[ ]by[ ]the[ ]recipient
|
44
|
-
}x
|
24
|
+
index = [
|
25
|
+
'because the recipient is only accepting mail from specific email addresses', # AOL Phoenix
|
26
|
+
'bounced address', # SendGrid|a message to an address has previously been Bounced.
|
27
|
+
'due to extended inactivity new mail is not currently being accepted for this mailbox',
|
28
|
+
'has restricted sms e-mail', # AT&T
|
29
|
+
'is not accepting any mail',
|
30
|
+
'refused due to recipient preferences', # Facebook
|
31
|
+
'resolver.rst.notauthorized', # Microsoft Exchange
|
32
|
+
'this account is protected by',
|
33
|
+
'user not found', # Filter on MAIL.RU
|
34
|
+
'user reject',
|
35
|
+
'we failed to deliver mail because the following address recipient id refuse to receive mail', # Willcom
|
36
|
+
'you have been blocked by the recipient',
|
37
|
+
]
|
45
38
|
|
46
|
-
return true if argv1
|
39
|
+
return true if index.find { |a| argv1.include?(a) }
|
47
40
|
return false
|
48
41
|
end
|
49
42
|
|
@@ -23,7 +23,9 @@ module Sisimai
|
|
23
23
|
|
24
24
|
# Destination mail server does not accept any message
|
25
25
|
index = [
|
26
|
+
'host/domain does not accept mail', # iCloud
|
26
27
|
'name server: .: host not found', # Sendmail
|
28
|
+
'no mx record found for domain=', # Oath(Yahoo!)
|
27
29
|
'smtp protocol returned a permanent error',
|
28
30
|
]
|
29
31
|
|
@@ -74,6 +74,7 @@ module Sisimai
|
|
74
74
|
|filters[ ]rate[ ]at[ ]and[ ]above[ ].+[ ]percent[ ]probability[ ]of[ ]being[ ]spam
|
75
75
|
|system[ ]has[ ]detected[ ]that[ ]this[ ]message[ ]is
|
76
76
|
)
|
77
|
+
|permanent[ ]failure[ ]for[ ]one[ ]or[ ]more[ ]recipients[ ][(].+:blocked[)]
|
77
78
|
|probable[ ]spam
|
78
79
|
|reject[ ]bulk[.]advertising
|
79
80
|
|reject,.+[ ][-][ ]spam[.][ ]
|
data/lib/sisimai/rhost.rb
CHANGED
@@ -14,6 +14,8 @@ module Sisimai
|
|
14
14
|
'mailstore1.secureserver.net' => 'GoDaddy',
|
15
15
|
'laposte.net' => 'FrancePTT',
|
16
16
|
'orange.fr' => 'FrancePTT',
|
17
|
+
'lsean.ezweb.ne.jp' => 'KDDI',
|
18
|
+
'msmx.au.com' => 'KDDI',
|
17
19
|
}.freeze
|
18
20
|
|
19
21
|
# Retrun the list of remote hosts Sisimai support
|
@@ -48,7 +50,6 @@ module Sisimai
|
|
48
50
|
def get(argvs)
|
49
51
|
return nil unless argvs
|
50
52
|
return nil unless argvs.is_a? Sisimai::Data
|
51
|
-
return argvs.reason if argvs.reason.size > 0
|
52
53
|
|
53
54
|
remotehost = argvs.rhost.downcase
|
54
55
|
rhostclass = ''
|
@@ -0,0 +1,40 @@
|
|
1
|
+
module Sisimai
|
2
|
+
module Rhost
|
3
|
+
# Sisimai::Rhost detects the bounce reason from the content of Sisimai::Data
|
4
|
+
# object as an argument of get() method when the value of "rhost" of the object
|
5
|
+
# is "lsean.ezweb.ne.jp" or "msmx.au.com".
|
6
|
+
# This class is called only Sisimai::Data class.
|
7
|
+
module KDDI
|
8
|
+
class << self
|
9
|
+
# Imported from p5-Sisimail/lib/Sisimai/Rhost/KDDI.pm
|
10
|
+
MessagesOf = {
|
11
|
+
filtered: '550 : User unknown', # The response was: 550 : User unknown
|
12
|
+
userunknown: '>: User unknown', # The response was: 550 <...>: User unknown
|
13
|
+
}.freeze
|
14
|
+
|
15
|
+
# Detect bounce reason from au (KDDI)
|
16
|
+
# @param [Sisimai::Data] argvs Parsed email object
|
17
|
+
# @return [String] The bounce reason for au.com or ezweb.ne.jp
|
18
|
+
def get(argvs)
|
19
|
+
return nil unless argvs
|
20
|
+
return nil unless argvs.is_a? Sisimai::Data
|
21
|
+
|
22
|
+
statusmesg = argvs.diagnosticcode
|
23
|
+
reasontext = ''
|
24
|
+
|
25
|
+
MessagesOf.each_key do |e|
|
26
|
+
# Try to match the error message with message patterns defined in $MessagesOf
|
27
|
+
next unless statusmesg.end_with?(MessagesOf[e])
|
28
|
+
reasontext = e.to_s
|
29
|
+
break
|
30
|
+
end
|
31
|
+
|
32
|
+
return reasontext
|
33
|
+
end
|
34
|
+
|
35
|
+
end
|
36
|
+
end
|
37
|
+
end
|
38
|
+
end
|
39
|
+
|
40
|
+
|
data/lib/sisimai/smtp/error.rb
CHANGED
@@ -79,18 +79,8 @@ module Sisimai
|
|
79
79
|
softorhard = ''
|
80
80
|
|
81
81
|
elsif argv1 == 'onhold' || argv1 == 'undefined'
|
82
|
-
#
|
83
|
-
|
84
|
-
|
85
|
-
if getchecked.nil?
|
86
|
-
softorhard = ''
|
87
|
-
else
|
88
|
-
softorhard = if getchecked
|
89
|
-
'hard'
|
90
|
-
else
|
91
|
-
'soft'
|
92
|
-
end
|
93
|
-
end
|
82
|
+
# It should be "soft" when a reason is "onhold" or "undefined"
|
83
|
+
softorhard = 'soft'
|
94
84
|
|
95
85
|
elsif argv1 == 'notaccept'
|
96
86
|
# NotAccept: 5xx => hard bounce, 4xx => soft bounce
|
data/lib/sisimai/version.rb
CHANGED
data/set-of-emails/README.md
CHANGED
@@ -1,18 +1,15 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
___) | __/ |_ | |_| | _| | |___| | | | | | (_| | | \__ \
|
5
|
-
|____/ \___|\__| \___/|_| |_____|_| |_| |_|\__,_|_|_|___/
|
6
|
-
|
1
|
+
<p align="center"><img src="logo/horizontalversions.png" alt="set-of-emails" height="180px"></p>
|
2
|
+
|
3
|
+
|
7
4
|
About "set-of-emails" repository
|
8
|
-
|
5
|
+
================================================================================
|
9
6
|
This repository hold bounce mail collections for developing Sisimai. Email files
|
10
7
|
in this repository are read from `make test` at p5-Sisimai and rb-Sisimai.
|
11
8
|
|
12
9
|
|
13
10
|
| Directory | Description |
|
14
11
|
|-------------------------------|----------------------------------------------|
|
15
|
-
| jsonobj/ | JSON
|
12
|
+
| jsonobj/ | JSON files include bounce objects |
|
16
13
|
| mailbox/ | Unix mbox files |
|
17
14
|
| maildir/ | Email files |
|
18
15
|
| - bsd/ | A newline is LF |
|
@@ -28,9 +25,22 @@ in this repository are read from `make test` at p5-Sisimai and rb-Sisimai.
|
|
28
25
|
| to-be-parsed-for-test/ | Email files to be parsed for test |
|
29
26
|
|
30
27
|
See Also
|
31
|
-
|
28
|
+
================================================================================
|
32
29
|
* __Sisimai Project__ | [github.com/sisimai](https://github.com/sisimai)
|
33
30
|
* __libsisimai.org__ | [Sisimai — A successor to bounceHammer, Library to parse error mails](https://libsisimai.org/)
|
34
31
|
* __Perl Verson__ | [Perl version of Sisimai(Stable)](https://github.com/sisimai/p5-Sisimai)
|
35
32
|
* __Ruby verson__ | [Ruby version of Sisimai(Under the development)](https://github.com/sisimai/rb-Sisimai)
|
36
33
|
|
34
|
+
Author
|
35
|
+
===============================================================================
|
36
|
+
[@azumakuniyuki](https://twitter.com/azumakuniyuki)
|
37
|
+
|
38
|
+
Copyright
|
39
|
+
===============================================================================
|
40
|
+
Copyright (C) 2018 azumakuniyuki, All Rights Reserved.
|
41
|
+
|
42
|
+
License
|
43
|
+
===============================================================================
|
44
|
+
This software is distributed under The BSD 2-Clause License.
|
45
|
+
Files in logo/ created by @batarian71 are distributed under CC BY 4.0
|
46
|
+
|
Binary file
|
Binary file
|
@@ -0,0 +1,57 @@
|
|
1
|
+
Received: from fbl-01.returnpath.example.net (fbl-01.returnpath.example.net [192.0.2.178])
|
2
|
+
by mta3.eu.example.net (Postfix) with ESMTP id 000000000000000
|
3
|
+
for <sironeko@example.com>; Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
4
|
+
Received: from fbl-02.r.returnpath.example.net (fbl-02.r.returnpath.example.net [192.0.2.110])
|
5
|
+
by fbl-01.returnpath.example.net (Postfix) with ESMTP id 2222222222
|
6
|
+
for <sironeko@example.com>; Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
7
|
+
Received: by fbl-02.r.returnpath.example.net (Postfix, from userid 333333)
|
8
|
+
id AAAAAAAAAA; Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
9
|
+
Content-Transfer-Encoding: binary
|
10
|
+
Content-Type: multipart/report; boundary="_----------=_15000000000000000000";
|
11
|
+
report-type="feedback-report"
|
12
|
+
MIME-Version: 1.0
|
13
|
+
Date: Thu, 29 Apr 2015 23:34:45 +0000
|
14
|
+
Subject: Abuse Report
|
15
|
+
To: sironeko@example.com
|
16
|
+
From: feedbackloop@feedback.example.org
|
17
|
+
Message-Id: <20150429000000.00000000FF@fbl-02.r.returnpath.example.net>
|
18
|
+
|
19
|
+
This is a multi-part message in MIME format.
|
20
|
+
|
21
|
+
--_----------=_15000000000000000000
|
22
|
+
Content-Disposition: inline
|
23
|
+
Content-Transfer-Encoding: 7bit
|
24
|
+
Content-Type: text/plain
|
25
|
+
|
26
|
+
This is a Example email abuse report for an email message received from IP 192.0.2.222 on Thu, 29 Apr 2015 23:34:45 +0000
|
27
|
+
|
28
|
+
|
29
|
+
--_----------=_15000000000000000000
|
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: Thu, 29 Apr 2015 23:34:45 +0000
|
37
|
+
Feedback-Type: abuse
|
38
|
+
Version: 1
|
39
|
+
Source-IP: 192.0.2.222
|
40
|
+
Original-Mail-From: kijitora@example.net
|
41
|
+
|
42
|
+
--_----------=_15000000000000000000
|
43
|
+
Content-Disposition: inline
|
44
|
+
Content-Transfer-Encoding: 8bit
|
45
|
+
Content-Type: message/rfc822
|
46
|
+
|
47
|
+
Return-Path: <kijitora@example.net>
|
48
|
+
Received: from [192.0.2.22] by mta2.r.example.org (LMTP);
|
49
|
+
Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
50
|
+
Date: Thu, 29 Apr 2015 23:34:45 +0000
|
51
|
+
To: "undisclosed"
|
52
|
+
From: Kijitora <kijitora@example.net>
|
53
|
+
Subject: Nyaan
|
54
|
+
Message-ID: <ffffffffffffffffffffffff00000000@example.net>
|
55
|
+
|
56
|
+
Nyaan
|
57
|
+
|
@@ -0,0 +1,68 @@
|
|
1
|
+
Return-Path: <fbl@senderscore.example.net>
|
2
|
+
Received: from fbl-02.r.returnpath.example.net (unknown [192.0.2.222])
|
3
|
+
by fbl-01.returnpath.example.net (Postfix) with ESMTP id 0000000000
|
4
|
+
for <fbl@example.com>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
|
5
|
+
Received: by fbl-02.r.returnpath.example.net (Postfix, from userid 106706)
|
6
|
+
id EEEEEEEEEE; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
|
7
|
+
Content-Transfer-Encoding: binary
|
8
|
+
Content-Type: multipart/report; boundary="_----------=_20000000000000000222";
|
9
|
+
report-type="feedback-report"
|
10
|
+
MIME-Version: 1.0
|
11
|
+
Date: Thu, 29 Apr 2015 23:34:45 +0900
|
12
|
+
Subject: Abuse Report
|
13
|
+
To: postmaster@example.jp
|
14
|
+
From: feedbackloop@feedback.example.com
|
15
|
+
Message-Id: <20150429233445.0000000000@fbl-02.r.returnpath.example.net>
|
16
|
+
|
17
|
+
This is a multi-part message in MIME format.
|
18
|
+
|
19
|
+
--_----------=_20000000000000000222
|
20
|
+
Content-Disposition: inline
|
21
|
+
Content-Transfer-Encoding: 7bit
|
22
|
+
Content-Type: text/plain
|
23
|
+
|
24
|
+
This is a Example email abuse report for an email message received from IP 192.0.2.1 on Thu, 29 Apr 2015 23:34:45 +0000
|
25
|
+
|
26
|
+
|
27
|
+
--_----------=_20000000000000000222
|
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: Thu, 29 Apr 2015 23:34:45 +0000
|
35
|
+
Feedback-Type: abuse
|
36
|
+
Version: 1
|
37
|
+
Source-IP: 192.0.2.1
|
38
|
+
Original-Rcpt-To: kijitora@example.com
|
39
|
+
Original-Rcpt-To: sironeko@example.com
|
40
|
+
Original-Rcpt-To: mikeneko@example.com
|
41
|
+
Original-Rcpt-To: sabatora@example.com
|
42
|
+
Original-Rcpt-To: sirokiji@example.org
|
43
|
+
Original-Rcpt-To: kuroneko@example.com
|
44
|
+
Original-Rcpt-To: sabineko@example.com
|
45
|
+
Original-Mail-From: neko@example.jp
|
46
|
+
Reported-Domain: example.com
|
47
|
+
Reported-Domain: example.org
|
48
|
+
|
49
|
+
--_----------=_20000000000000000222
|
50
|
+
Content-Disposition: inline
|
51
|
+
Content-Transfer-Encoding: 8bit
|
52
|
+
Content-Type: message/rfc822
|
53
|
+
|
54
|
+
Received: from mta-002.rr.example.com (mta-002.rr.example.com
|
55
|
+
[192.0.2.22]) by mxg.senderscore.example.net (Postfix) with ESMTP id FFFFFFFFFF0
|
56
|
+
for <fbl@senderscore.example.net>; Thu, 29 Apr 2015 23:34:45 +0900 (JST)
|
57
|
+
Received: from mail.example.net ([192.0.1.3]) (authenticated bits=0)
|
58
|
+
by mail.example.net (8.13.1/8.13.1) with ESMTP id t3P00000000000
|
59
|
+
(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 29
|
60
|
+
Apr 2015 23:34:45 GMT
|
61
|
+
Subject: Nyaan
|
62
|
+
From: Neko <neko@example.jp>
|
63
|
+
Message-Id: <ffffffffffffffffffffffff0000000@example.jp>
|
64
|
+
Date: Sun, 29 Apr 2015 23:34:45 +0000
|
65
|
+
Content-Transfer-Encoding: 7bit
|
66
|
+
|
67
|
+
Nyaan
|
68
|
+
|
@@ -1,16 +1,16 @@
|
|
1
|
-
Received: from
|
2
|
-
by
|
3
|
-
for <abuse@example.com>; Thu,
|
1
|
+
Received: from mta-02.abusix.example.org (localhost [127.0.0.1])
|
2
|
+
by f0.abusix.example.org (Postfix) with ESMTP id 2222222222EEE
|
3
|
+
for <abuse@example.com>; Thu, 29 Apr 2016 23:34:45 +0000 (UTC)
|
4
4
|
MIME-Version: 1.0
|
5
5
|
Content-Type: multipart/report; report-type="feedback-report";
|
6
|
-
boundary="==
|
7
|
-
From: no-reply@
|
8
|
-
To:
|
9
|
-
Subject: Spamtraphit by 192.0.2.
|
10
|
-
Message-ID:
|
6
|
+
boundary="==f000000000111111111110000000eee=="
|
7
|
+
From: no-reply@example.org
|
8
|
+
To: postmaster@example.org
|
9
|
+
Subject: Spamtraphit by 192.0.2.3 Thu, 29 Apr 2016 23:34:45 +0000 [no-reply]
|
10
|
+
Message-ID: 000000-FFFFFF-22-ARF
|
11
11
|
Auto-Submitted: auto-generated
|
12
12
|
|
13
|
-
--==
|
13
|
+
--==f000000000111111111110000000eee==
|
14
14
|
Content-Type: text/plain; charset="us-ascii"
|
15
15
|
MIME-Version: 1.0
|
16
16
|
Content-Transfer-Encoding: 7bit
|
@@ -40,43 +40,38 @@ Your abusix Team
|
|
40
40
|
|
41
41
|
P.S.: You receive this mail because we identified you as the
|
42
42
|
responsible POC for this type of incident. Anyhow, please let us know if
|
43
|
-
our information is outdated: http://
|
43
|
+
our information is outdated: http://example.org/contact
|
44
44
|
|
45
|
-
--==
|
45
|
+
--==f000000000111111111110000000eee==
|
46
46
|
Content-Type: message/feedback-report
|
47
47
|
MIME-Version: 1.0
|
48
48
|
|
49
|
-
Original-Envelope-Id:
|
49
|
+
Original-Envelope-Id: 000000-FFFFFF-22
|
50
50
|
Feedback-Type: abuse
|
51
|
-
Original-Mail-From:
|
51
|
+
Original-Mail-From: sironeko@example.jp
|
52
52
|
User-Agent: abusix-py/0.1
|
53
53
|
Version: 1
|
54
|
-
Original-Rcpt-To:
|
55
|
-
Original-Rcpt-To:
|
56
|
-
Arrival-Date: Thu,
|
57
|
-
Source-IP: 192.0.2.
|
54
|
+
Original-Rcpt-To: kijitora@example.com
|
55
|
+
Original-Rcpt-To: sabatora@example.net
|
56
|
+
Arrival-Date: Thu, 29 Apr 2016 23:34:45 +0000
|
57
|
+
Source-IP: 192.0.2.3
|
58
58
|
|
59
|
-
--==
|
59
|
+
--==f000000000111111111110000000eee==
|
60
60
|
Content-Type: message/rfc822
|
61
61
|
MIME-Version: 1.0
|
62
62
|
|
63
|
-
Received: from [
|
64
|
-
by
|
65
|
-
Thu,
|
66
|
-
Subject:
|
67
|
-
From: "
|
68
|
-
Content-Type: text/plain;
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
Date: Thu, 1 Jan 2015 05:52:13 -0700
|
73
|
-
To: "fake.rcpt@example.org" <fake.rcpt@example.org>
|
63
|
+
Received: from [192.0.2.3] ([192.0.2.3])
|
64
|
+
by example.org (trap) with ESMTP (betamax) id 000000-FFFFFF-22;
|
65
|
+
Thu, 29 Apr 2016 23:34:45 +0000
|
66
|
+
Subject: Nyaan
|
67
|
+
From: "Sironeko" <sironeko@example.jp>
|
68
|
+
Content-Type: text/plain; charset=us-ascii
|
69
|
+
Message-Id: <EEEEEEEE-0000-0000-0000-EEEEEEEE2222@example.net>
|
70
|
+
Date: Thu, 29 Apr 2016 23:34:45 -0700
|
71
|
+
To: kijitora@example.org
|
74
72
|
Content-Transfer-Encoding: quoted-printable
|
75
73
|
Mime-Version: 1.0 (1.0)
|
76
74
|
|
77
|
-
|
75
|
+
Nyaan
|
78
76
|
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
--==a2c8e6e5b5f94c488ef3e98dee8d49e2==--
|
77
|
+
--==f000000000111111111110000000eee==--
|
@@ -0,0 +1,59 @@
|
|
1
|
+
Received: from [127.0.0.1] ([localhost])
|
2
|
+
by neko.example.org (envelope-from <dmarc-noreply@example.com>)
|
3
|
+
(ecelerity 3.6.5.1 r(Core:3.6.5.0)) with UNKNOWN
|
4
|
+
id 22/22-00000-00000225; Thu, 29 Apr 2015 23:34:45 +0000
|
5
|
+
Date: Thu, 29 Apr 2015 23:34:45 +0000
|
6
|
+
Message-ID: <22.220000.0000.00000200@example.org>
|
7
|
+
Subject: DMARC Forensic report for example.net Mail-From:sironeko@example.org IP:192.0.2.222
|
8
|
+
To: dmarc-noreply@example.com
|
9
|
+
From: dmarc-noreply@example.com
|
10
|
+
Content-Type: multipart/report; report-type=feedback-report;
|
11
|
+
boundary="_----NekoNyaan/222nnn300===_22/00-22002-00000225"
|
12
|
+
|
13
|
+
--_----NekoNyaan/222nnn300===_22/00-22002-00000225
|
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.222 on Thu, 29 Apr 2015 23:34:45 +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
|
+
--_----NekoNyaan/222nnn300===_22/00-22002-00000225
|
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: sironeko@example.org
|
28
|
+
Original-Rcpt-To: kijitora@example.com
|
29
|
+
Arrival-Date: Thu, 29 Apr 2015 23:34:45 +0000
|
30
|
+
Message-ID: <000000000.2222222.1500000000222@example.net>
|
31
|
+
Authentication-Results: dmarc=fail (p=none; dis=none) header.from=example.org
|
32
|
+
Source-IP: 192.0.2.222
|
33
|
+
Delivery-Result: delivered
|
34
|
+
Auth-Failure: dmarc
|
35
|
+
Reported-Domain: example.net
|
36
|
+
|
37
|
+
--_----NekoNyaan/222nnn300===_22/00-22002-00000225
|
38
|
+
Content-Type: message/rfc822
|
39
|
+
Content-Disposition: inline
|
40
|
+
|
41
|
+
Received: from [192.0.2.222] ([192.0.2.222:222] helo=mta-2.example.org)
|
42
|
+
by example.org (envelope-from <sironeko@example.org>)
|
43
|
+
(ecelerity 3.6.5.1 r(Core:3.6.5.0)) with ESMTPS (cipher=AES256-GCM-SHA384
|
44
|
+
id 22/00-00000-EEEEEEEE; Thu, 29 Apr 2015 23:34:45 +0000
|
45
|
+
Received: from neko (localhost [127.0.0.1])
|
46
|
+
by mta-2.example.org (Postfix) with ESMTP id EEEEEEEEE22;
|
47
|
+
Thu, 29 Apr 2015 23:34:45 +0000 (UTC)
|
48
|
+
Date: Thu, 29 Apr 2015 23:34:45 +0900 (JST)
|
49
|
+
From: Sironeko <sironeko@example.org>
|
50
|
+
To: kijitora@example.org
|
51
|
+
Message-ID: <000000002.2222222.1500000000022@example.net>
|
52
|
+
Subject: Nyaan
|
53
|
+
MIME-Version: 1.0
|
54
|
+
Content-Type: text/plain
|
55
|
+
|
56
|
+
Nyaaaaaaaaaaaaaaaan
|
57
|
+
|
58
|
+
--_----NekoNyaan/222nnn300===_22/00-22002-00000225--
|
59
|
+
|