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,33 +0,0 @@
|
|
1
|
-
Return-Path: <>
|
2
|
-
Delivered-To: <rcvd-postmaster@example.jp>
|
3
|
-
To: <postmaster@example.jp>
|
4
|
-
From: Postmaster@ezweb.ne.jp
|
5
|
-
Message-ID: <XXXXXXXXXX@XXXXXXXXXX.ezweb.ne.jp>
|
6
|
-
Date: Fri, 8 Jan 2016 10:26:43 +0900
|
7
|
-
MIME-Version: 1.0
|
8
|
-
Content-Type: multipart/mixed; boundary="==_LD168/AvJO---cQTU=/LDS"
|
9
|
-
Reply-To: Mail Administrator <Postmaster@ezweb.ne.jp>
|
10
|
-
Subject: Mail System Error - Returned Mail
|
11
|
-
|
12
|
-
This message is in MIME format.Since your mail reader does not understand this format, some or all of the message may not be legible
|
13
|
-
|
14
|
-
--==_LD168/AvJO---cQTU=/LDS
|
15
|
-
Content-Type: text/plain; charset="ISO-2022-JP"
|
16
|
-
Content-Transfer-Encoding: 7bit
|
17
|
-
|
18
|
-
$B<!$N$"$F@h$X$N%a%C%;!<%8$O%(%i!<$N$?$aAw?.$G$-$^$;$s$G$7$?!#(B
|
19
|
-
|
20
|
-
$BAw?.@h%a!<%k%"%I%l%9$,8+$D$+$i$J$$$+!"(B
|
21
|
-
$BAw?.@h%a!<%k%5!<%P$N;vM3$K$h$jAw?.$G$-$^$;$s$G$7$?!#(B
|
22
|
-
$B%a!<%k%"%I%l%9$r$43NG'$N>e!":FAw?.$7$F$/$@$5$$!#(B
|
23
|
-
|
24
|
-
Each of the following recipients was rejected by a remote
|
25
|
-
mail server.
|
26
|
-
|
27
|
-
Recipient: <foobarbaz@ezweb.ne.jp>
|
28
|
-
>>> RCPT TO:<foobarbaz@ezweb.ne.jp>
|
29
|
-
<<< 550 <foobarbaz@ezweb.ne.jp>: User unknown
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
--==_LD168/AvJO---cQTU=/LDS--
|
@@ -1,70 +0,0 @@
|
|
1
|
-
Return-Path: <2ndml-admin@example.com>
|
2
|
-
X-Original-To: 2ndml-admin@example.com
|
3
|
-
Delivered-To: 2ndml-admin@example.com
|
4
|
-
Received: from example.com (mail.example.com [127.0.0.1])
|
5
|
-
by mail.example.com (Postfix) with ESMTP id C544B22FD056B
|
6
|
-
for <2ndml-admin@example.com>; Mon, 20 Nov 2017 18:10:11 +0900 (JST)
|
7
|
-
Date: Mon, 20 Nov 2017 18:10:11 +0900
|
8
|
-
From: 2ndml-admin@example.com
|
9
|
-
Subject: Loop Alert: Duplicated Message-ID (2ndml ML)
|
10
|
-
To: 2ndml-admin@example.com
|
11
|
-
Message-Id: <201711201810.FMLAAA26207.2ndml@example.com>
|
12
|
-
References: <20171119044659.832032F81073@host.example.org>
|
13
|
-
X-MLServer: fml [fml 4.0.3 release (20011202/4.0.3)]
|
14
|
-
Mime-Version: 1.0
|
15
|
-
Content-Type: text/plain; charset=iso-2022-jp
|
16
|
-
|
17
|
-
Duplicated Message-ID in <2ndml@example.com>.
|
18
|
-
|
19
|
-
|
20
|
-
Original mail as follows:
|
21
|
-
|
22
|
-
From owner-2ndml@example.com Mon Nov 20 18:10:11 2017
|
23
|
-
Return-Path: <owner-2ndml@example.com>
|
24
|
-
Delivered-To: 2ndml@example.com
|
25
|
-
Received: from localhost (mail.example.com [127.0.0.1])
|
26
|
-
by mail.example.com (Postfix) with ESMTP id 8A7F52314F017
|
27
|
-
for <2ndml@example.com>; Mon, 20 Nov 2017 18:10:11 +0900 (JST)
|
28
|
-
Received: from mail.example.com ([127.0.0.1])
|
29
|
-
by localhost (example.com [127.0.0.1]) (amavisd-new, port 10024)
|
30
|
-
with ESMTP id NwsmRJK9Dn_v for <2ndml@example.com>;
|
31
|
-
Mon, 20 Nov 2017 18:10:09 +0900 (JST)
|
32
|
-
Received: from 5th.example.net (5th.example.net [104.47.93.76])
|
33
|
-
(using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits))
|
34
|
-
(No client certificate requested)
|
35
|
-
by mail.example.com (Postfix) with ESMTPS id B2D1E2314ADF0
|
36
|
-
for <2ndml@example.com>; Mon, 20 Nov 2017 18:10:09 +0900 (JST)
|
37
|
-
Received: from 4th.example.net (10.168.43.137) by
|
38
|
-
4th.example.net (10.168.43.137) with ShadowRedundancy
|
39
|
-
id 15.20.239.5; Mon, 20 Nov 2017 09:10:08 +0000
|
40
|
-
Received: from 3rd.example.net (10.167.147.9) by
|
41
|
-
4th.example.net (10.168.43.137) with Microsoft SMTP
|
42
|
-
Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id
|
43
|
-
15.20.239.5; Sun, 19 Nov 2017 04:47:01 +0000
|
44
|
-
Received: from 1st.example.net
|
45
|
-
(2a01:111:f400:7e9c::206) by 2nd.example.net
|
46
|
-
(2603:1096:402:19::25) with Microsoft SMTP Server (version=TLS1_2,
|
47
|
-
cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.239.5 via Frontend
|
48
|
-
Transport; Sun, 19 Nov 2017 04:47:01 +0000
|
49
|
-
Received: from mail.example.org (192.0.2.2) by
|
50
|
-
1st.example.net (10.152.184.126) with Microsoft
|
51
|
-
SMTP Server id 15.20.197.9 via Frontend Transport; Sun, 19 Nov 2017 04:46:59
|
52
|
-
+0000
|
53
|
-
Received: from host.example.org (unknown [192.0.2.1])
|
54
|
-
by mail.example.org (Postfix) with ESMTP id 861A81F8A69A
|
55
|
-
for <1stml@example.org>; Sun, 19 Nov 2017 13:46:59 +0900 (JST)
|
56
|
-
Received: by host.example.org (Postfix, from userid 503)
|
57
|
-
id 832032F81073; Sun, 19 Nov 2017 13:46:59 +0900 (JST)
|
58
|
-
To: <1stml@example.org>
|
59
|
-
Subject: subject text
|
60
|
-
MIME-Version: 1.0
|
61
|
-
Content-Type: text/plain; charset="iso-2022-jp"
|
62
|
-
Content-Transfer-Encoding: 7bit
|
63
|
-
Date: Sun, 19 Nov 2017 13:46:59 +0900
|
64
|
-
X-Mailer: PHP/5.3.3
|
65
|
-
From: <foo@host.example.org>
|
66
|
-
Message-ID: <20171119044659.832032F81073@host.example.org>
|
67
|
-
|
68
|
-
$BK\J8%Q!<%H(B
|
69
|
-
|
70
|
-
|
@@ -1,304 +0,0 @@
|
|
1
|
-
From <> Wed Nov 25 10:58:32 2015
|
2
|
-
Delivered-To: cacco.taiwan@gmail.com
|
3
|
-
Received: from gmail-pop.l.google.com [74.125.23.109]
|
4
|
-
by ip-172-31-25-6.ap-northeast-1.compute.internal with IMAP (fetchmail-6.3.17)
|
5
|
-
for <batch@localhost> (single-drop); Wed, 25 Nov 2015 10:58:32 +0800 (CST)
|
6
|
-
Received: by 10.25.141.129 with SMTP id p123csp2392605lfd; Tue, 24 Nov 2015
|
7
|
-
18:09:44 -0800 (PST)
|
8
|
-
X-Received: by 10.25.14.209 with SMTP id 200mr15018571lfo.117.1448417384153;
|
9
|
-
Tue, 24 Nov 2015 18:09:44 -0800 (PST)
|
10
|
-
Return-Path: <>
|
11
|
-
Received: from mail-lf0-x248.google.com (mail-lf0-x248.google.com.
|
12
|
-
[2a00:1450:4010:c07::248]) by mx.google.com with ESMTPS id
|
13
|
-
a10si10581961lfa.238.2015.11.24.18.09.44 for <cacco.taiwan@gmail.com>
|
14
|
-
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Nov
|
15
|
-
2015 18:09:44 -0800 (PST)
|
16
|
-
Received-SPF: pass (google.com: best guess record for domain of
|
17
|
-
mail-lf0-x248.google.com designates 2a00:1450:4010:c07::248 as permitted
|
18
|
-
sender) client-ip=2a00:1450:4010:c07::248;
|
19
|
-
Authentication-Results: mx.google.com; spf=pass (google.com: best guess record
|
20
|
-
for domain of mail-lf0-x248.google.com designates 2a00:1450:4010:c07::248 as
|
21
|
-
permitted sender) smtp.mailfrom=; dkim=pass header.i=@googlemail.com;
|
22
|
-
dmarc=pass (p=QUARANTINE dis=NONE) header.from=googlemail.com
|
23
|
-
Received: by mail-lf0-x248.google.com with SMTP id z4so524710lfa.0 for
|
24
|
-
<cacco.taiwan@gmail.com>; Tue, 24 Nov 2015 18:09:44 -0800 (PST)
|
25
|
-
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com;
|
26
|
-
s=20120113; h=mime-version:from:to:subject:message-id:date:content-type
|
27
|
-
:content-transfer-encoding; bh=RcJGf3eB7VYKClUg+j/uOLm845R/t11+7cF8g3byO1w=;
|
28
|
-
b=pgqzz1R/V9CRadRw7HKN5I8wNssyw0a2ChS9E9HVDByHM9NOgQO6p9Z/sSgypRBnNP
|
29
|
-
02oj+8iZe7W1GqnIoe3izygriAK0j7TYKV8IE9Xz/r6BOxYD7O5KGpR7mPLtDZUcK+WC
|
30
|
-
qHkmIlGou/aFbIL0YPyiqIpsFEAN0zyz7Va0/Lz1OQSjCGX2B4F36cpmrSBEjgcv2hPP
|
31
|
-
N7ni9NxyKnkEwzdZ1GHQT6JAZyAaTtuPa8jNH7ok8QoXpesyqKy8yvD6WP6g7AUYxHt6
|
32
|
-
RsQnCFH/B836n0dK436KCa7upmHZ/rPzz8y4ioqAmwYfZXn1XqdhweEXWMP5KznFp7eE 2Njg==
|
33
|
-
X-Received: by 10.112.63.100 with SMTP id f4mr14610592lbs.85.1448417384107;
|
34
|
-
Tue, 24 Nov 2015 18:09:44 -0800 (PST)
|
35
|
-
MIME-Version: 1.0
|
36
|
-
Return-Path: <>
|
37
|
-
Received: by 10.112.63.100 with SMTP id f4mr16889554lbs.85; Tue, 24 Nov 2015
|
38
|
-
18:09:44 -0800 (PST)
|
39
|
-
From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
|
40
|
-
To: cacco.taiwan@gmail.com
|
41
|
-
X-Failed-Recipients: doesnotexist@sanyutechnos-ph.com
|
42
|
-
Subject: Delivery Status Notification (Failure)
|
43
|
-
Message-ID: <001a11c3fe80aa8ece052553f35d@google.com>
|
44
|
-
Date: Wed, 25 Nov 2015 02:09:44 +0000
|
45
|
-
Content-Type: text/plain; charset=UTF-8
|
46
|
-
Content-Transfer-Encoding: quoted-printable
|
47
|
-
|
48
|
-
Delivery to the following recipient failed permanently:
|
49
|
-
|
50
|
-
doesnotexist@sanyutechnos-ph.com
|
51
|
-
|
52
|
-
Technical details of permanent failure:=20
|
53
|
-
Google tried to deliver your message, but it was rejected by the server for=
|
54
|
-
the recipient domain sanyutechnos-ph.com by aspmx.l.google.com. [2a00:1450=
|
55
|
-
:4010:c06::1a].
|
56
|
-
|
57
|
-
The error that the other server returned was:
|
58
|
-
550-5.1.1 The email account that you tried to reach does not exist. Please =
|
59
|
-
try
|
60
|
-
550-5.1.1 double-checking the recipient's email address for typos or
|
61
|
-
550-5.1.1 unnecessary spaces. Learn more at
|
62
|
-
550 5.1.1 https://support.google.com/mail/answer/6596 i124si14546647lfd.21=
|
63
|
-
1 - gsmtp
|
64
|
-
|
65
|
-
|
66
|
-
----- Original message -----
|
67
|
-
|
68
|
-
DKIM-Signature: v=3D1; a=3Drsa-sha256; c=3Drelaxed/relaxed;
|
69
|
-
d=3Dgmail.com; s=3D20120113;
|
70
|
-
h=3Dmime-version:date:message-id:subject:from:to:content-type;
|
71
|
-
bh=3DBJPt1XiW8GfP/azx95d77CYXQOm7ewQnfmYDivAZpds=3D;
|
72
|
-
b=3Dj3ue2HRssRNptv9r6Vc/w12AsgftwgIA74uu3TTrWhjnBzLoPfmifXrTlHuRKwi=
|
73
|
-
Xj3
|
74
|
-
AAk09sX2Dx3bvCEzCjT+xUX2HmaSGZD0jjjbDo8/x6pEvccquN1W9IVULkKj5PlDhU=
|
75
|
-
9f
|
76
|
-
fxsq+iOGV2Dn5HkiKNPPIiKZhsNxdQBbV5t5UpGpYaTz3Rddlo/Tt9ZmmmPIEC/1Lj=
|
77
|
-
dK
|
78
|
-
QSSgx9PLiUm+su7FZs6eg//1iWfKyBYNRGdp56OTUXAFqwhOjI10MwOif+tO559uq3=
|
79
|
-
Bl
|
80
|
-
gpE43lWGcoxbPYRNyMYb7/YKkld9zEViTyBoXBjQE2lbxznAq2BMP8QRryVHd+XT0f=
|
81
|
-
iQ
|
82
|
-
+IOg=3D=3D
|
83
|
-
MIME-Version: 1.0
|
84
|
-
X-Received: by 10.112.63.100 with SMTP id f4mr14610582lbs.85.1448417383457;
|
85
|
-
Tue, 24 Nov 2015 18:09:43 -0800 (PST)
|
86
|
-
Received: by 10.25.87.65 with HTTP; Tue, 24 Nov 2015 18:09:43 -0800 (PST)
|
87
|
-
Date: Wed, 25 Nov 2015 10:09:43 +0800
|
88
|
-
Message-ID: <CA+7CZmbRJfmd2ZOhumuk_tiLmPk=3DiaO6QYPc-W19vCR5PK+dCA@mail.gma=
|
89
|
-
il.com>
|
90
|
-
Subject: =3D?UTF-8?B?55m855m855m855m8?=3D
|
91
|
-
From: =3D?UTF-8?B?44GL44Gj44GT5Y+w5rm+?=3D <cacco.taiwan@gmail.com>
|
92
|
-
To: doesnotexist@sanyutechnos-ph.com
|
93
|
-
Content-Type: multipart/alternative; boundary=3D001a11c3fe80a0ada9052553f31=
|
94
|
-
8
|
95
|
-
|
96
|
-
=E7=99=BC=E7=99=BC=E7=99=BC=E7=99=BC=E7=99=BC=E7=99=BC=E7=99=BC=E7=99=BC=E7=
|
97
|
-
=99=BC=E7=99=BC=E7=99=BC=E7=99=BC=E7=99=BC=E7=99=BC=E7=99=BC=E7=99=BC
|
98
|
-
|
99
|
-
From <> Wed Nov 25 10:58:34 2015
|
100
|
-
Delivered-To: cacco.taiwan@gmail.com
|
101
|
-
Received: from gmail-pop.l.google.com [74.125.23.109]
|
102
|
-
by ip-172-31-25-6.ap-northeast-1.compute.internal with IMAP (fetchmail-6.3.17)
|
103
|
-
for <batch@localhost> (single-drop); Wed, 25 Nov 2015 10:58:34 +0800 (CST)
|
104
|
-
Received: by 10.25.141.129 with SMTP id p123csp2392790lfd; Tue, 24 Nov 2015
|
105
|
-
18:10:15 -0800 (PST)
|
106
|
-
X-Received: by 10.28.177.11 with SMTP id a11mr1421499wmf.92.1448417415477;
|
107
|
-
Tue, 24 Nov 2015 18:10:15 -0800 (PST)
|
108
|
-
Return-Path: <>
|
109
|
-
Received: from mail-wm0-x246.google.com (mail-wm0-x246.google.com.
|
110
|
-
[2a00:1450:400c:c09::246]) by mx.google.com with ESMTPS id
|
111
|
-
ej8si28881117wjd.85.2015.11.24.18.10.15 for <cacco.taiwan@gmail.com>
|
112
|
-
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Nov
|
113
|
-
2015 18:10:15 -0800 (PST)
|
114
|
-
Received-SPF: pass (google.com: best guess record for domain of
|
115
|
-
mail-wm0-x246.google.com designates 2a00:1450:400c:c09::246 as permitted
|
116
|
-
sender) client-ip=2a00:1450:400c:c09::246;
|
117
|
-
Authentication-Results: mx.google.com; spf=pass (google.com: best guess record
|
118
|
-
for domain of mail-wm0-x246.google.com designates 2a00:1450:400c:c09::246 as
|
119
|
-
permitted sender) smtp.mailfrom=; dkim=pass header.i=@googlemail.com;
|
120
|
-
dmarc=pass (p=QUARANTINE dis=NONE) header.from=googlemail.com
|
121
|
-
Received: by mail-wm0-x246.google.com with SMTP id o63so15849403wme.1 for
|
122
|
-
<cacco.taiwan@gmail.com>; Tue, 24 Nov 2015 18:10:15 -0800 (PST)
|
123
|
-
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com;
|
124
|
-
s=20120113; h=mime-version:from:to:subject:message-id:date:content-type
|
125
|
-
:content-transfer-encoding; bh=MgLhWNQmf+RsynbykXfOd03yqeLavPKqUP8nZoUTwro=;
|
126
|
-
b=mnle58Nd1PkVDMFmJ2bHBWcw0KhIK58WtcmwRoCoB86gbA0linlL5uuc/UxnaE91dS
|
127
|
-
PjPGl1dfAB35syma4fBGE20FMJMxKa2mjP9b8TxpbOXsYFW/sDcQ0IgsFJyPJPwILsST
|
128
|
-
rXn/8yFQOUGZ437EorUH71GsIUT0j/lRseYsRiw0v7/5/d5zbrui9t/I02+DLl3Y5u0D
|
129
|
-
cFeAy9afDdnI5G2qVtfwovh+lVveLKhDPX3R7Zhf1v8hHJonRy+Vlx4pI9U2nF2VWbzy
|
130
|
-
gz6SumohzaLDXZrpGbMyaEaQFKq0Fw9DoVTxhhyyMc9OSrcaMNSuz3vm8O+sNRVPJhoT BYSg==
|
131
|
-
X-Received: by 10.25.142.84 with SMTP id q81mr11995622lfd.77.1448417415403;
|
132
|
-
Tue, 24 Nov 2015 18:10:15 -0800 (PST)
|
133
|
-
MIME-Version: 1.0
|
134
|
-
Return-Path: <>
|
135
|
-
Received: by 10.25.142.84 with SMTP id q81mr14401531lfd.77; Tue, 24 Nov 2015
|
136
|
-
18:10:15 -0800 (PST)
|
137
|
-
From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
|
138
|
-
To: cacco.taiwan@gmail.com
|
139
|
-
X-Failed-Recipients: doesnotexist@sanyutechnos-ph.com
|
140
|
-
Subject: Delivery Status Notification (Failure)
|
141
|
-
Message-ID: <001a11401a80881536052553f5d4@google.com>
|
142
|
-
Date: Wed, 25 Nov 2015 02:10:15 +0000
|
143
|
-
Content-Type: text/plain; charset=UTF-8
|
144
|
-
Content-Transfer-Encoding: base64
|
145
|
-
|
146
|
-
RGVsaXZlcnkgdG8gdGhlIGZvbGxvd2luZyByZWNpcGllbnQgZmFpbGVkIHBlcm1hbmVudGx5OgoK
|
147
|
-
ICAgICBkb2Vzbm90ZXhpc3RAc2FueXV0ZWNobm9zLXBoLmNvbQoKVGVjaG5pY2FsIGRldGFpbHMg
|
148
|
-
b2YgcGVybWFuZW50IGZhaWx1cmU6IApHb29nbGUgdHJpZWQgdG8gZGVsaXZlciB5b3VyIG1lc3Nh
|
149
|
-
Z2UsIGJ1dCBpdCB3YXMgcmVqZWN0ZWQgYnkgdGhlIHNlcnZlciBmb3IgdGhlIHJlY2lwaWVudCBk
|
150
|
-
b21haW4gc2FueXV0ZWNobm9zLXBoLmNvbSBieSBhc3BteC5sLmdvb2dsZS5jb20uIFsyYTAwOjE0
|
151
|
-
NTA6NDAxMDpjMDk6OjFhXS4KClRoZSBlcnJvciB0aGF0IHRoZSBvdGhlciBzZXJ2ZXIgcmV0dXJu
|
152
|
-
ZWQgd2FzOgo1NTAtNS4xLjEgVGhlIGVtYWlsIGFjY291bnQgdGhhdCB5b3UgdHJpZWQgdG8gcmVh
|
153
|
-
Y2ggZG9lcyBub3QgZXhpc3QuIFBsZWFzZSB0cnkKNTUwLTUuMS4xIGRvdWJsZS1jaGVja2luZyB0
|
154
|
-
aGUgcmVjaXBpZW50J3MgZW1haWwgYWRkcmVzcyBmb3IgdHlwb3Mgb3IKNTUwLTUuMS4xIHVubmVj
|
155
|
-
ZXNzYXJ5IHNwYWNlcy4gTGVhcm4gbW9yZSBhdAo1NTAgNS4xLjEgIGh0dHBzOi8vc3VwcG9ydC5n
|
156
|
-
b29nbGUuY29tL21haWwvYW5zd2VyLzY1OTYgdDhzaTEyMzEyOTQwbGJiLjUwIC0gZ3NtdHAKCgot
|
157
|
-
LS0tLSBPcmlnaW5hbCBtZXNzYWdlIC0tLS0tCgpES0lNLVNpZ25hdHVyZTogdj0xOyBhPXJzYS1z
|
158
|
-
aGEyNTY7IGM9cmVsYXhlZC9yZWxheGVkOw0KICAgICAgICBkPWdtYWlsLmNvbTsgcz0yMDEyMDEx
|
159
|
-
MzsNCiAgICAgICAgaD1taW1lLXZlcnNpb246ZGF0ZTptZXNzYWdlLWlkOnN1YmplY3Q6ZnJvbTp0
|
160
|
-
bzpjb250ZW50LXR5cGU7DQogICAgICAgIGJoPUV6L2FITFB2a1FCbGUwMXN3UFhRbVBpT0xhNnRk
|
161
|
-
bkovdm8xTWladU5zcjQ9Ow0KICAgICAgICBiPUh6bUxTOXhMbVlGMGxxelh5YmdwQS9OVmlpL3BM
|
162
|
-
VGVhSWNtRW96S3pxcmRoUTBlaEpSb3EwTHYzTlQ3YjIxVlNiZQ0KICAgICAgICAgaURNeVFhK3FE
|
163
|
-
Z2JvczNsem5EWTJJVjRmM3crUkRUZXo2T01RME9mdEJIVVBaZERjZTA4MzJ0NlFLR2hsTHh0KzEy
|
164
|
-
R2sNCiAgICAgICAgIHZHK3BVZ21ET1JqZS9hWVlVWW1JZUt5UndZbi9GMWE2M1gweHdCcjlBcWIr
|
165
|
-
cGtWSDU1RzUzMVcyUXpjdWRjTVJVbnphDQogICAgICAgICBucnMwQ0prbS9GL1AyZ0E3NVh2WVpR
|
166
|
-
WDdxWmxmNnFjWjhJeHZlazg5YzcwSUhzRkdoRllBMlZsY1Y5bEdidUhZUWZwVQ0KICAgICAgICAg
|
167
|
-
N28yU0N5dk96UmhkeGMvUWdXS3QyeHkvWGxIR2lIUFluakREb1BSU2ovWFFvNHJZRWZoM055S2ZY
|
168
|
-
UnRqRmZOQm1lYUYNCiAgICAgICAgIGw2MEE9PQ0KTUlNRS1WZXJzaW9uOiAxLjANClgtUmVjZWl2
|
169
|
-
ZWQ6IGJ5IDEwLjI1LjE0Mi44NCB3aXRoIFNNVFAgaWQgcTgxbXIxMTk5NTYxOWxmZC43Ny4xNDQ4
|
170
|
-
NDE3NDE1MjYyOw0KIFR1ZSwgMjQgTm92IDIwMTUgMTg6MTA6MTUgLTA4MDAgKFBTVCkNClJlY2Vp
|
171
|
-
dmVkOiBieSAxMC4yNS44Ny42NSB3aXRoIEhUVFA7IFR1ZSwgMjQgTm92IDIwMTUgMTg6MTA6MTUg
|
172
|
-
LTA4MDAgKFBTVCkNCkRhdGU6IFdlZCwgMjUgTm92IDIwMTUgMTA6MTA6MTUgKzA4MDANCk1lc3Nh
|
173
|
-
Z2UtSUQ6IDxDQSs3Q1ptYU1IU19nK0tjN0xPcHlGUG1xQjhhaGtQaWRmVG5SMlBxR3dSZExlYjc5
|
174
|
-
YndAbWFpbC5nbWFpbC5jb20+DQpTdWJqZWN0OiA9P1VURi04P0I/NTVtODU1bTg1NW04NTVtODU1
|
175
|
-
bTg/PQ0KRnJvbTogPT9VVEYtOD9CPzQ0R0w0NEdqNDRHVDVZK3c1cm0rPz0gPGNhY2NvLnRhaXdh
|
176
|
-
bkBnbWFpbC5jb20+DQpUbzogZG9lc25vdGV4aXN0QHNhbnl1dGVjaG5vcy1waC5jb20NCkNvbnRl
|
177
|
-
bnQtVHlwZTogbXVsdGlwYXJ0L2FsdGVybmF0aXZlOyBib3VuZGFyeT0wMDFhMTE0MDFhODA4NWY5
|
178
|
-
YTYwNTI1NTNmNWMyDQoK55m855m855m855m855m855m855m855m855m855m855m855m855m855m8
|
179
|
-
55m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m8
|
180
|
-
55m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m8
|
181
|
-
55m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m855m8
|
182
|
-
55m855m855m855m855m8DQrnmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbzn
|
183
|
-
mbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbzn
|
184
|
-
mbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbzn
|
185
|
-
mbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbznmbzn
|
186
|
-
mbznmbznmbznmbznmbznmbwNCueZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZ
|
187
|
-
vOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZ
|
188
|
-
vOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZ
|
189
|
-
vOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZvOeZ
|
190
|
-
vOeZvOeZvOeZvOeZvOeZvOeZvA0K55m855m8DQo=
|
191
|
-
|
192
|
-
From <> Wed Nov 25 10:58:35 2015
|
193
|
-
Delivered-To: cacco.taiwan@gmail.com
|
194
|
-
Received: from gmail-pop.l.google.com [74.125.23.109]
|
195
|
-
by ip-172-31-25-6.ap-northeast-1.compute.internal with IMAP (fetchmail-6.3.17)
|
196
|
-
for <batch@localhost> (single-drop); Wed, 25 Nov 2015 10:58:35 +0800 (CST)
|
197
|
-
Received: by 10.25.141.129 with SMTP id p123csp2395757lfd; Tue, 24 Nov 2015
|
198
|
-
18:19:00 -0800 (PST)
|
199
|
-
X-Received: by 10.194.185.132 with SMTP id fc4mr2347357wjc.55.1448417940676;
|
200
|
-
Tue, 24 Nov 2015 18:19:00 -0800 (PST)
|
201
|
-
Return-Path: <>
|
202
|
-
Received: from mail-wm0-x247.google.com (mail-wm0-x247.google.com.
|
203
|
-
[2a00:1450:400c:c09::247]) by mx.google.com with ESMTPS id
|
204
|
-
v4si21991802wjz.22.2015.11.24.18.19.00 for <cacco.taiwan@gmail.com>
|
205
|
-
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Nov
|
206
|
-
2015 18:19:00 -0800 (PST)
|
207
|
-
Received-SPF: pass (google.com: best guess record for domain of
|
208
|
-
mail-wm0-x247.google.com designates 2a00:1450:400c:c09::247 as permitted
|
209
|
-
sender) client-ip=2a00:1450:400c:c09::247;
|
210
|
-
Authentication-Results: mx.google.com; spf=pass (google.com: best guess record
|
211
|
-
for domain of mail-wm0-x247.google.com designates 2a00:1450:400c:c09::247 as
|
212
|
-
permitted sender) smtp.mailfrom=; dkim=pass header.i=@googlemail.com;
|
213
|
-
dmarc=pass (p=QUARANTINE dis=NONE) header.from=googlemail.com
|
214
|
-
Received: by mail-wm0-x247.google.com with SMTP id o63so5642wme.1 for
|
215
|
-
<cacco.taiwan@gmail.com>; Tue, 24 Nov 2015 18:19:00 -0800 (PST)
|
216
|
-
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com;
|
217
|
-
s=20120113; h=mime-version:from:to:subject:message-id:date:content-type;
|
218
|
-
bh=uqpS77lCy5O2Dza3BxHzu4IMoWguWZwjJjc8om9D0jI=;
|
219
|
-
b=gwBOM68vSpWGvmHIegGlLl5fqD9+ovCUq5JxRqtWG+1Dm13AVLyaSRiJ5vuR2g4uXn
|
220
|
-
In4HpDxgOrmO+xvYjCGbjlSlj8dHaP6/wjzA7qjzZQ8FQwiEkeTRE7p9eNrXV7eamQRo
|
221
|
-
YnM3XlgtnivgNpmFt2Dp5zLmcWVRK16KblWJbE0QvOceclR1Bb9eWkRrRtqZP0Ig5D0Q
|
222
|
-
in7231EaMQ4+TSb+DlQl83gxrkW8C1vNbHZb3XBIAfufztXMQQlJ2KqeCy41d16dOfuu
|
223
|
-
55qMIbkgkvtA5Mp3TrOM8PI1USgJ0CxrzAYaG1UV4Ol8eoIXaZgurVjipP0+toDhcTAB uv7g==
|
224
|
-
X-Received: by 10.25.126.5 with SMTP id z5mr15256023lfc.112.1448417940603;
|
225
|
-
Tue, 24 Nov 2015 18:19:00 -0800 (PST)
|
226
|
-
MIME-Version: 1.0
|
227
|
-
Return-Path: <>
|
228
|
-
Received: by 10.25.126.5 with SMTP id z5mr17687184lfc.112; Tue, 24 Nov 2015
|
229
|
-
18:19:00 -0800 (PST)
|
230
|
-
From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
|
231
|
-
To: cacco.taiwan@gmail.com
|
232
|
-
X-Failed-Recipients: doesnotexist@sanyutechnos-ph.com
|
233
|
-
Subject: Delivery Status Notification (Failure)
|
234
|
-
Message-ID: <001a113eadb8d600200525541412@google.com>
|
235
|
-
Date: Wed, 25 Nov 2015 02:19:00 +0000
|
236
|
-
Content-Type: text/plain; charset=UTF-8
|
237
|
-
|
238
|
-
Delivery to the following recipient failed permanently:
|
239
|
-
|
240
|
-
doesnotexist@sanyutechnos-ph.com
|
241
|
-
|
242
|
-
Technical details of permanent failure:
|
243
|
-
Google tried to deliver your message, but it was rejected by the server for the recipient domain sanyutechnos-ph.com by aspmx.l.google.com. [2a00:1450:4010:c01::1b].
|
244
|
-
|
245
|
-
The error that the other server returned was:
|
246
|
-
550-5.1.1 The email account that you tried to reach does not exist. Please try
|
247
|
-
550-5.1.1 double-checking the recipient's email address for typos or
|
248
|
-
550-5.1.1 unnecessary spaces. Learn more at
|
249
|
-
550 5.1.1 https://support.google.com/mail/answer/6596 oa4si6012078lbb.204 - gsmtp
|
250
|
-
|
251
|
-
|
252
|
-
----- Original message -----
|
253
|
-
|
254
|
-
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
255
|
-
d=gmail.com; s=20120113;
|
256
|
-
h=mime-version:date:message-id:subject:from:to:content-type;
|
257
|
-
bh=wp4nKxKIUvoPd2BbeqaPDwuYKD7l9gbZqhF/IPmdLhM=;
|
258
|
-
b=CSwdTrrz4wXndOxIC6Vc2gDNv2xwo5cMgRxBGq0i3CwSx2KGMueYVLi58MEed4eoIH
|
259
|
-
6oXqEMh0lQn/md/OkoGnZLhUQGlMiiqcwB7Xe8sb0kvG2ltskGxKdJVCX9rj16LXDKef
|
260
|
-
kKGOgbLZpanE9nXp68Qxj0D8g9ztZbIvqh8SoBikr455WikALEpFyI+3oW/gdm6MWRA4
|
261
|
-
+UQuocxMwbcEvy/b1pvOCjDDLPyF9KQ32PFWzYLYNIRb1B/kGUMbKfDigWnpoiLP24AC
|
262
|
-
ovwokSTX03/bMMVmkWADafxUivFOscjIIi9UB0q4BxeJgmajN8CU01VA0Xg8ueczh/yS
|
263
|
-
NbTA==
|
264
|
-
MIME-Version: 1.0
|
265
|
-
X-Received: by 10.25.126.5 with SMTP id z5mr15256011lfc.112.1448417939973;
|
266
|
-
Tue, 24 Nov 2015 18:18:59 -0800 (PST)
|
267
|
-
Received: by 10.25.87.65 with HTTP; Tue, 24 Nov 2015 18:18:59 -0800 (PST)
|
268
|
-
Date: Wed, 25 Nov 2015 10:18:59 +0800
|
269
|
-
Message-ID: <CA+7CZmate399+ZYecX+9t623GniYRWQQt18Ze55YjPq7q3dj4w@mail.gmail.com>
|
270
|
-
Subject: trial, will cause bounce
|
271
|
-
From: =?UTF-8?B?44GL44Gj44GT5Y+w5rm+?= <cacco.taiwan@gmail.com>
|
272
|
-
To: doesnotexist@sanyutechnos-ph.com
|
273
|
-
Content-Type: multipart/alternative; boundary=001a113eadb8cc6e780525541491
|
274
|
-
|
275
|
-
Sisimai is the system formerly known as bounceHammer 4, is a Pelr module
|
276
|
-
for analyzing bounce mails and generate structured data in a JSON format
|
277
|
-
(YAML is also available if "YAML" module is installed on your system) from
|
278
|
-
parsed bounce messages. Sisimai is a coined word: Sisi (the number 4 is
|
279
|
-
pronounced "Si" in Japanese) and MAI (acronym of "Mail Analyzing
|
280
|
-
Interface").Sisimai is the system formerly known as bounceHammer 4, is a
|
281
|
-
Pelr module for analyzing bounce mails and generate structured data in a
|
282
|
-
JSON format (YAML is also available if "YAML" module is installed on your
|
283
|
-
system) from parsed bounce messages. Sisimai is a coined word: Sisi (the
|
284
|
-
number 4 is pronounced "Si" in Japanese) and MAI (acronym of "Mail
|
285
|
-
Analyzing Interface").Sisimai is the system formerly known as bounceHammer 4,
|
286
|
-
is a Pelr module for analyzing bounce mails and generate structured data in
|
287
|
-
a JSON format (YAML is also available if "YAML" module is installed on your
|
288
|
-
system) from parsed bounce messages. Sisimai is a coined word: Sisi (the
|
289
|
-
number 4 is pronounced "Si" in Japanese) and MAI (acronym of "Mail
|
290
|
-
Analyzing Interface").Sisimai is the system formerly known as bounceHammer 4,
|
291
|
-
is a Pelr module for analyzing bounce mails and generate structured data in
|
292
|
-
a JSON format (YAML is also available if "YAML" module is installed on your
|
293
|
-
system) from parsed bounce messages. Sisimai is a coined word: Sisi (the
|
294
|
-
number 4 is pronounced "Si" in Japanese) and MAI (acronym of "Mail
|
295
|
-
Analyzing Interface").Sisimai is the system formerly known as bounceHammer 4,
|
296
|
-
is a Pelr module for analyzing bounce mails and generate structured data in
|
297
|
-
a JSON format (YAML is also available if "YAML" module is installed on your
|
298
|
-
system) from parsed bounce messages. Sisimai is a coined word: Sisi (the
|
299
|
-
number 4 is pronounced "Si" in Japanese) and MAI (acronym of "Mail
|
300
|
-
Analyzing Interface").Sisimai is the system formerly known as bounceHammer 4,
|
301
|
-
is a Pelr module for analyzing bounce mails and generate structured data in
|
302
|
-
|
303
|
-
----- Message truncated -----
|
304
|
-
|
@@ -1,43 +0,0 @@
|
|
1
|
-
Received: from MailMarshal.Sender ([127.0.0.1]) by relay.xxxxxxxxx.com
|
2
|
-
id <C549996730000>; Mon, 22 Dec 2014 16:21:07 +0000
|
3
|
-
Message-ID: <C549996730000@relay.xxxxxxxxxxxx.com>
|
4
|
-
From: postmaster@igfej.xxxxxxxxxxxx.com
|
5
|
-
To: originalsender@example.com
|
6
|
-
CC:
|
7
|
-
Date: Mon, 22 Dec 2014 16:21:07 +0000
|
8
|
-
Subject: Undeliverable Mail: "IIdentifica�ݩ�o"
|
9
|
-
MIME-Version: 1.0
|
10
|
-
Content-Type: multipart/mixed;
|
11
|
-
boundary="--=30ecf893-1096-4eca-ba85-bc3fca72024d"
|
12
|
-
|
13
|
-
|
14
|
-
----=30ecf893-1096-4eca-ba85-bc3fca72024d
|
15
|
-
Content-Type: text/plain;
|
16
|
-
charset="iso-8859-1"
|
17
|
-
Content-Transfer-Encoding: 7bit
|
18
|
-
|
19
|
-
Your message:
|
20
|
-
From: originalsender@example.com
|
21
|
-
Subject: IIdentifica�ݩ�o
|
22
|
-
|
23
|
-
Could not be delivered because of
|
24
|
-
|
25
|
-
550 5.1.1 User unknown
|
26
|
-
|
27
|
-
The following recipients were affected:
|
28
|
-
dummyuser@blabla.xxxxxxxxxxxx.com
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
Additional Information
|
34
|
-
======================
|
35
|
-
Original Sender: <originalsender@example.com>
|
36
|
-
Sender-MTA: <10.11.12.13>
|
37
|
-
Remote-MTA: <10.0.0.1>
|
38
|
-
Reporting-MTA: <relay.xxxxxxxxxxxx.com>
|
39
|
-
MessageName: <B549996730000.000000000001.0003.mml>
|
40
|
-
Last-Attempt-Date: <16:21:07 seg, 22 Dezembro 2014>
|
41
|
-
|
42
|
-
----=30ecf893-1096-4eca-ba85-bc3fca72024d--
|
43
|
-
|