bounce_email 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. data/.gitignore +5 -0
  2. data/Gemfile +4 -0
  3. data/HISTORY.md +17 -0
  4. data/Manifest.txt +11 -0
  5. data/PostInstall.txt +35 -0
  6. data/README.md +71 -0
  7. data/Rakefile +9 -0
  8. data/VERSION +1 -0
  9. data/bounce_email.gemspec +23 -0
  10. data/lib/bounce_email.rb +218 -0
  11. data/script/console +10 -0
  12. data/script/destroy +14 -0
  13. data/script/generate +14 -0
  14. data/test/bounce_email_test.rb +113 -0
  15. data/test/bounces/malformed_bounce_01.txt +75 -0
  16. data/test/bounces/tt_1234175799.txt +73 -0
  17. data/test/bounces/tt_1234177688.txt +75 -0
  18. data/test/bounces/tt_1234210655.txt +105 -0
  19. data/test/bounces/tt_1234211357.txt +82 -0
  20. data/test/bounces/tt_1234211929.txt +89 -0
  21. data/test/bounces/tt_1234211931.txt +87 -0
  22. data/test/bounces/tt_1234211932.txt +77 -0
  23. data/test/bounces/tt_1234241665.txt +78 -0
  24. data/test/bounces/tt_1234285532.txt +80 -0
  25. data/test/bounces/tt_1234285668.txt +78 -0
  26. data/test/bounces/tt_bounce_01.txt +49 -0
  27. data/test/bounces/tt_bounce_02.txt +49 -0
  28. data/test/bounces/tt_bounce_03.txt +91 -0
  29. data/test/bounces/tt_bounce_04.txt +93 -0
  30. data/test/bounces/tt_bounce_05.txt +78 -0
  31. data/test/bounces/tt_bounce_06.txt +48 -0
  32. data/test/bounces/tt_bounce_07.txt +91 -0
  33. data/test/bounces/tt_bounce_08.txt +51 -0
  34. data/test/bounces/tt_bounce_09.txt +51 -0
  35. data/test/bounces/tt_bounce_10.txt +139 -0
  36. data/test/bounces/tt_bounce_11.txt +535 -0
  37. data/test/bounces/tt_bounce_12_soft.txt +46 -0
  38. data/test/bounces/tt_bounce_13.txt +648 -0
  39. data/test/bounces/tt_bounce_14.txt +596 -0
  40. data/test/bounces/tt_bounce_15.txt +137 -0
  41. data/test/bounces/tt_bounce_16.txt +99 -0
  42. data/test/bounces/tt_bounce_17.txt +61 -0
  43. data/test/bounces/tt_bounce_18.txt +99 -0
  44. data/test/bounces/tt_bounce_19.txt +45 -0
  45. data/test/bounces/tt_bounce_20.txt +43 -0
  46. data/test/bounces/tt_bounce_21.txt +65 -0
  47. data/test/bounces/tt_bounce_22.txt +49 -0
  48. data/test/bounces/tt_bounce_23.txt +133 -0
  49. data/test/bounces/tt_bounce_24.txt +297 -0
  50. data/test/bounces/tt_bounce_25.txt +67 -0
  51. data/test/bounces/unknown_code_bounce_01.txt +64 -0
  52. data/test/non_bounces/tt_1234210666.txt +40 -0
  53. data/test/non_bounces/tt_1234211024.txt +42 -0
  54. data/test/non_bounces/tt_1234241664.txt +22 -0
  55. data/test/test_helper.rb +7 -0
  56. metadata +178 -0
@@ -0,0 +1,80 @@
1
+ From MAILER-DAEMON Tue Feb 10 19:05:32 2009
2
+ Return-Path: <>
3
+ X-Original-To: bounces-main+doesntexistthisemaill=yahoo.com@amerimail.lv
4
+ Delivered-To: bounce_and_mail_handler@ameriks
5
+ Received: from Albanis-3.local (unknown [87.99.72.11])
6
+ by ameriks (Postfix) with ESMTP id 5AFF43A08C
7
+ for <bounces-main+doesntexistthisemaill=yahoo.com@amerimail.lv>; Tue, 10 Feb 2009 19:05:32 +0200 (EET)
8
+ Received: by Albanis-3.local (Postfix)
9
+ id E6CFF329D08; Tue, 10 Feb 2009 19:05:31 +0200 (EET)
10
+ Date: Tue, 10 Feb 2009 19:05:31 +0200 (EET)
11
+ From: MAILER-DAEMON@Albanis-3.local (Mail Delivery System)
12
+ Subject: Undelivered Mail Returned to Sender
13
+ To: bounces-main+doesntexistthisemaill=yahoo.com@amerimail.lv
14
+ Auto-Submitted: auto-replied
15
+ MIME-Version: 1.0
16
+ Content-Type: multipart/report; report-type=delivery-status;
17
+ boundary="50514329496.1234285531/Albanis-3.local"
18
+ Message-Id: <20090210170531.E6CFF329D08@Albanis-3.local>
19
+
20
+ This is a MIME-encapsulated message.
21
+
22
+ --50514329496.1234285531/Albanis-3.local
23
+ Content-Description: Notification
24
+ Content-Type: text/plain; charset=us-ascii
25
+
26
+ This is the mail system at host Albanis-3.local.
27
+
28
+ I'm sorry to have to inform you that your message could not
29
+ be delivered to one or more recipients. It's attached below.
30
+
31
+ For further assistance, please send mail to postmaster.
32
+
33
+ If you do so, please include this problem report. You can
34
+ delete your own text from the attached returned message.
35
+
36
+ The mail system
37
+
38
+ <doesntexistthisemaill@yahoo.com>: host d.mx.mail.yahoo.com[66.196.82.7] said:
39
+ 554 delivery error: dd This user doesn't have a yahoo.com account
40
+ (doesntexistthisemaill@yahoo.com) [0] - mta153.mail.re1.yahoo.com (in reply
41
+ to end of DATA command)
42
+
43
+ --50514329496.1234285531/Albanis-3.local
44
+ Content-Description: Delivery report
45
+ Content-Type: message/delivery-status
46
+
47
+ Reporting-MTA: dns; Albanis-3.local
48
+ X-Postfix-Queue-ID: 50514329496
49
+ X-Postfix-Sender: rfc822; bounces-main@amerimail.lv
50
+ Arrival-Date: Tue, 10 Feb 2009 18:56:27 +0200 (EET)
51
+
52
+ Final-Recipient: rfc822; doesntexistthisemaill@yahoo.com
53
+ Action: failed
54
+ Status: 5.0.0
55
+ Remote-MTA: dns; d.mx.mail.yahoo.com
56
+ Diagnostic-Code: smtp; 554 delivery error: dd This user doesn't have a
57
+ yahoo.com account (doesntexistthisemaill@yahoo.com) [0] -
58
+ mta153.mail.re1.yahoo.com
59
+
60
+ --50514329496.1234285531/Albanis-3.local
61
+ Content-Description: Undelivered Message
62
+ Content-Type: message/rfc822
63
+
64
+ Received: by Albanis-3.local (Postfix, from userid 501)
65
+ id 50514329496; Tue, 10 Feb 2009 18:56:27 +0200 (EET)
66
+ Date: Tue, 10 Feb 2009 18:53:50 +0200
67
+ From: ameriks@amerimail.lv
68
+ Reply-To: ginta.amerika@ameri.lv
69
+ To: doesntexistthisemaill@yahoo.com
70
+ Subject: Mes loti atvainojamies, ja sanemat so epastu
71
+ Mime-Version: 1.0
72
+ Content-Type: text/html; charset=utf-8
73
+ Message-Id: <20090210165627.50514329496@Albanis-3.local>
74
+
75
+ Labdien, mes loti atvainojamies, ja sanemat so epastu. Mes paslaik veicam jaunas sistemas izstradi, kur ir arii ieklauta epastu sutisana. Ludzu ignorejiet so e-pastu!
76
+ Paldies par sapratni.
77
+
78
+ Ja jus velaties ar mums sazinaties si epasta sakaraa, sutiet epastu uz agris.ameriks@ameri.lv.
79
+
80
+ --50514329496.1234285531/Albanis-3.local--
@@ -0,0 +1,78 @@
1
+ From MAILER-DAEMON Tue Feb 10 19:07:48 2009
2
+ Return-Path: <>
3
+ X-Original-To: bounces-main+agrisa=one.lv@amerimail.lv
4
+ Delivered-To: bounce_and_mail_handler@ameriks
5
+ Received: from Albanis-3.local (unknown [87.99.72.11])
6
+ by ameriks (Postfix) with ESMTP id EE9CC3A1A4
7
+ for <bounces-main+agrisa=one.lv@amerimail.lv>; Tue, 10 Feb 2009 19:07:47 +0200 (EET)
8
+ Received: by Albanis-3.local (Postfix)
9
+ id 89FF3329E3C; Tue, 10 Feb 2009 19:07:47 +0200 (EET)
10
+ Date: Tue, 10 Feb 2009 19:07:47 +0200 (EET)
11
+ From: MAILER-DAEMON@Albanis-3.local (Mail Delivery System)
12
+ Subject: Undelivered Mail Returned to Sender
13
+ To: bounces-main+agrisa=one.lv@amerimail.lv
14
+ Auto-Submitted: auto-replied
15
+ MIME-Version: 1.0
16
+ Content-Type: multipart/report; report-type=delivery-status;
17
+ boundary="7895C329E32.1234285667/Albanis-3.local"
18
+ Message-Id: <20090210170747.89FF3329E3C@Albanis-3.local>
19
+
20
+ This is a MIME-encapsulated message.
21
+
22
+ --7895C329E32.1234285667/Albanis-3.local
23
+ Content-Description: Notification
24
+ Content-Type: text/plain; charset=us-ascii
25
+
26
+ This is the mail system at host Albanis-3.local.
27
+
28
+ I'm sorry to have to inform you that your message could not
29
+ be delivered to one or more recipients. It's attached below.
30
+
31
+ For further assistance, please send mail to postmaster.
32
+
33
+ If you do so, please include this problem report. You can
34
+ delete your own text from the attached returned message.
35
+
36
+ The mail system
37
+
38
+ <agrisa@one.lv>: host mail5.one.lv[62.85.54.62] said: 552 Account(s)
39
+ <agrisa@one.lv> does not have enough space (in reply to end of DATA
40
+ command)
41
+
42
+ --7895C329E32.1234285667/Albanis-3.local
43
+ Content-Description: Delivery report
44
+ Content-Type: message/delivery-status
45
+
46
+ Reporting-MTA: dns; Albanis-3.local
47
+ X-Postfix-Queue-ID: 7895C329E32
48
+ X-Postfix-Sender: rfc822; bounces-main@amerimail.lv
49
+ Arrival-Date: Tue, 10 Feb 2009 19:07:47 +0200 (EET)
50
+
51
+ Final-Recipient: rfc822; agrisa@one.lv
52
+ Action: failed
53
+ Status: 5.0.0
54
+ Remote-MTA: dns; mail5.one.lv
55
+ Diagnostic-Code: smtp; 552 Account(s) <agrisa@one.lv> does not have enough
56
+ space
57
+
58
+ --7895C329E32.1234285667/Albanis-3.local
59
+ Content-Description: Undelivered Message
60
+ Content-Type: message/rfc822
61
+
62
+ Received: by Albanis-3.local (Postfix, from userid 501)
63
+ id 7895C329E32; Tue, 10 Feb 2009 19:07:47 +0200 (EET)
64
+ Date: Tue, 10 Feb 2009 19:07:09 +0200
65
+ From: ameriks@amerimail.lv
66
+ Reply-To: ginta.amerika@ameri.lv
67
+ To: agrisa@one.lv
68
+ Subject: Mes loti atvainojamies, ja sanemat so epastu
69
+ Mime-Version: 1.0
70
+ Content-Type: text/html; charset=utf-8
71
+ Message-Id: <20090210170747.7895C329E32@Albanis-3.local>
72
+
73
+ Labdien, mes loti atvainojamies, ja sanemat so epastu. Mes paslaik veicam jaunas sistemas izstradi, kur ir arii ieklauta epastu sutisana. Ludzu ignorejiet so e-pastu!
74
+ Paldies par sapratni.
75
+
76
+ Ja jus velaties ar mums sazinaties si epasta sakaraa, sutiet epastu uz agris.ameriks@ameri.lv.
77
+
78
+ --7895C329E32.1234285667/Albanis-3.local--
@@ -0,0 +1,49 @@
1
+ Return-path: <languse@sprog.auc.dk>
2
+ Received: from abcycf1m.cf.ac.uk ([131.251.4.14])
3
+ by crane2.cf.ac.uk with esmtp (Exim 3.03 #1)
4
+ id 14KSwL-0002Fo-00
5
+ for thornborrow@connect4free.net; Sun, 21 Jan 2001 22:26:25 +0000
6
+ Received: from ABCYCF1M/SpoolDir by ABCYCF1M.CF.AC.UK (Mercury 1.48);
7
+ 21 Jan 01 22:27:45 GMT0BST
8
+ Received: from SpoolDir by ABCYCF1M (Mercury 1.48); 21 Jan 01 22:27:36 GMT0BST
9
+ Received: from ABCYCF1M/SpoolDir by ABCYCF1M.CF.AC.UK (Mercury 1.48)
10
+ for <SENJT3.STF.ENCAP.HUMS.CF@ABCYCF1M.CF.AC.UK>; 21 Jan 01 22:27:35 GMT0BST
11
+ Resent-from: SENJT3.STF.ENCAP.HUMS.CF@ABCYCF1M.CF.AC.UK
12
+ Resent-to: thornborrow@connect4free.net
13
+ Resent-Date: Sun, 21 Jan 2001 22:27:35 GMT0BST
14
+ X-Autoforward: 1
15
+ Received: from pigeon.cf.ac.uk (131.251.0.2) by ABCYCF1M.CF.AC.UK (Mercury 1.48) with ESMTP;
16
+ 21 Jan 01 22:27:25 GMT0BST
17
+ Received: from sprog.auc.dk ([130.225.58.12] ident=majordom)
18
+ by pigeon.cf.ac.uk with esmtp (Exim 3.03 #1)
19
+ id 14KSw1-00079N-00
20
+ for ThornborrowJ1@Cardiff.ac.uk; Sun, 21 Jan 2001 22:26:05 +0000
21
+ Received: (from majordom@localhost)
22
+ by sprog.auc.dk (8.9.1a/8.9.1) id VAA05111
23
+ for languse-outgoing; Sun, 21 Jan 2001 21:53:40 +0100 (MET)
24
+ X-Authentication-Warning: sprog.auc.dk: majordom set sender to owner-languse@sprog.auc.dk using -f
25
+ Received: from crane2.cf.ac.uk (crane2.cf.ac.uk [131.251.0.25])
26
+ by sprog.auc.dk (8.9.1a/8.9.1) with ESMTP id VAA05107
27
+ for <languse@sprog.auc.dk>; Sun, 21 Jan 2001 21:53:39 +0100 (MET)
28
+ Received: from exim by crane2.cf.ac.uk with local (Exim 3.03 #1)
29
+ id 14KRU7-000239-00
30
+ for languse@sprog.auc.dk; Sun, 21 Jan 2001 20:53:11 +0000
31
+ X-Failed-Recipients: thornborrow@connect4free.net
32
+ From: Mail Delivery System <Mailer-Daemon@crane2.cf.ac.uk>
33
+ To: languse@sprog.auc.dk
34
+ Subject: [languse] Mail delivery failed: returning message to sender
35
+ Message-Id: <E14KRU7-000239-00@crane2.cf.ac.uk>
36
+ Date: Sun, 21 Jan 2001 20:53:11 +0000
37
+ Sender: owner-languse@sprog.auc.dk
38
+ Precedence: bulk
39
+ Reply-To: languse@sprog.auc.dk,
40
+ Mail Delivery System <Mailer-Daemon@crane2.cf.ac.uk>
41
+ Resent-Message-Id: <E14KSwL-0002Fo-00@crane2.cf.ac.uk>
42
+
43
+ This message was created automatically by mail delivery software.
44
+
45
+ A message that you sent could not be delivered to all of its recipients. The
46
+ following address(es) failed:
47
+
48
+ thornborrow@connect4free.net:
49
+ unrouteable mail domain "connect4free.net"
@@ -0,0 +1,49 @@
1
+ Return-path: <languse@sprog.auc.dk>
2
+ Received: from abcycf1m.cf.ac.uk ([131.251.4.14])
3
+ by crane2.cf.ac.uk with esmtp (Exim 3.03 #1)
4
+ id 14KRU7-000237-00
5
+ for thornborrow@connect4free.net; Sun, 21 Jan 2001 20:53:11 +0000
6
+ Received: from ABCYCF1M/SpoolDir by ABCYCF1M.CF.AC.UK (Mercury 1.48);
7
+ 21 Jan 01 20:54:31 GMT0BST
8
+ Received: from SpoolDir by ABCYCF1M (Mercury 1.48); 21 Jan 01 20:54:06 GMT0BST
9
+ Received: from ABCYCF1M/SpoolDir by ABCYCF1M.CF.AC.UK (Mercury 1.48)
10
+ for <SENJT3.STF.ENCAP.HUMS.CF@ABCYCF1M.CF.AC.UK>; 21 Jan 01 20:54:04 GMT0BST
11
+ Resent-from: SENJT3.STF.ENCAP.HUMS.CF@ABCYCF1M.CF.AC.UK
12
+ Resent-to: thornborrow@connect4free.net
13
+ Resent-Date: Sun, 21 Jan 2001 20:54:04 GMT0BST
14
+ X-Autoforward: 1
15
+ Received: from pigeon.cf.ac.uk (131.251.0.2) by ABCYCF1M.CF.AC.UK (Mercury 1.48) with ESMTP;
16
+ 21 Jan 01 20:53:58 GMT0BST
17
+ Received: from sprog.auc.dk ([130.225.58.12] ident=majordom)
18
+ by pigeon.cf.ac.uk with esmtp (Exim 3.03 #1)
19
+ id 14KRTZ-0006gv-00
20
+ for ThornborrowJ1@Cardiff.ac.uk; Sun, 21 Jan 2001 20:52:38 +0000
21
+ Received: (from majordom@localhost)
22
+ by sprog.auc.dk (8.9.1a/8.9.1) id UAA04001
23
+ for languse-outgoing; Sun, 21 Jan 2001 20:20:58 +0100 (MET)
24
+ X-Authentication-Warning: sprog.auc.dk: majordom set sender to owner-languse@sprog.auc.dk using -f
25
+ Received: from crane2.cf.ac.uk (crane2.cf.ac.uk [131.251.0.25])
26
+ by sprog.auc.dk (8.9.1a/8.9.1) with ESMTP id UAA03997
27
+ for <languse@sprog.auc.dk>; Sun, 21 Jan 2001 20:20:56 +0100 (MET)
28
+ Received: from exim by crane2.cf.ac.uk with local (Exim 3.03 #1)
29
+ id 14KQ2O-0001rj-00
30
+ for languse@sprog.auc.dk; Sun, 21 Jan 2001 19:20:28 +0000
31
+ X-Failed-Recipients: thornborrow@connect4free.net
32
+ From: Mail Delivery System <Mailer-Daemon@crane2.cf.ac.uk>
33
+ To: languse@sprog.auc.dk
34
+ Subject: [languse] Mail delivery failed: returning message to sender
35
+ Message-Id: <E14KQ2O-0001rj-00@crane2.cf.ac.uk>
36
+ Date: Sun, 21 Jan 2001 19:20:28 +0000
37
+ Sender: owner-languse@sprog.auc.dk
38
+ Precedence: bulk
39
+ Reply-To: languse@sprog.auc.dk,
40
+ Mail Delivery System <Mailer-Daemon@crane2.cf.ac.uk>
41
+ Resent-Message-Id: <E14KRU7-000237-00@crane2.cf.ac.uk>
42
+
43
+ This message was created automatically by mail delivery software.
44
+
45
+ A message that you sent could not be delivered to all of its recipients. The
46
+ following address(es) failed:
47
+
48
+ thornborrow@connect4free.net:
49
+ unrouteable mail domain "connect4free.net"
@@ -0,0 +1,91 @@
1
+ Delivered-To: agris.ameriks@gmail.com
2
+ Received: by 10.36.252.76 with SMTP id z76cs42358nzh;
3
+ Mon, 28 Nov 2005 11:05:40 -0800 (PST)
4
+ Received: by 10.36.251.8 with SMTP id y8mr3758555nzh;
5
+ Mon, 28 Nov 2005 11:05:40 -0800 (PST)
6
+ X-Forwarded-To: Agris.Ameriks@gmail.com
7
+ X-Forwarded-For: ameriks@gmail.com Agris.Ameriks@gmail.com
8
+ X-Gmail-Received: 499bf0339a8d4dd35bcd03d4596db02d01fdefc5
9
+ Delivered-To: ameriks@gmail.com
10
+ Received: by 10.36.251.57 with SMTP id y57cs33742nzh;
11
+ Mon, 28 Nov 2005 11:05:39 -0800 (PST)
12
+ Received: by 10.48.3.5 with SMTP id 5mr493496nfc;
13
+ Mon, 28 Nov 2005 11:05:39 -0800 (PST)
14
+ Return-Path: <>
15
+ Received: from apollo.lv (jupiter.apollo.lv [80.232.168.212])
16
+ by mx.gmail.com with ESMTP id o45si619017nfa.2005.11.28.11.05.09;
17
+ Mon, 28 Nov 2005 11:05:39 -0800 (PST)
18
+ Received-SPF: pass (gmail.com: best guess record for domain of apollo.lv designates 80.232.168.212 as permitted sender)
19
+ Subject: Undeliverable mail:
20
+ From: MAILER-DAEMON@apollo.lv
21
+ To: <ameriks@gmail.com>
22
+ Date: Mon, 28 Nov 2005 20:26:38 +0200
23
+ Message-ID: <receipt-110354846@apollo.lv>
24
+ MIME-Version: 1.0
25
+ Content-Type: multipart/report; report-type="delivery-status"; boundary="_===110354846====apollo.lv===_"
26
+
27
+
28
+ --_===110354846====apollo.lv===_
29
+ Content-Type: text/plain; charset="utf-8"
30
+
31
+ Failed to deliver to '<agrisa@apollo.lv>'
32
+ Messages without To: fields are not accepted here
33
+
34
+
35
+ --_===110354846====apollo.lv===_
36
+ Content-Type: message/delivery-status
37
+
38
+ Reporting-MTA: dns; apollo.lv
39
+
40
+ Original-Recipient: rfc822;<agrisa@apollo.lv>
41
+ Final-Recipient: system;<>
42
+ Action: failed
43
+ Status: 5.0.0
44
+
45
+ --_===110354846====apollo.lv===_
46
+ Content-Type: message/rfc822
47
+
48
+ Received: from zproxy.gmail.com ([64.233.162.194] verified)
49
+ by apollo.lv (CommuniGate Pro SMTP 4.1.8)
50
+ with ESMTP id 110354858 for agrisa@apollo.lv; Mon, 28 Nov 2005 20:26:37 +0200
51
+ Received: by zproxy.gmail.com with SMTP id s18so2823588nze
52
+ for <agrisa@apollo.lv>; Mon, 28 Nov 2005 10:26:35 -0800 (PST)
53
+ DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
54
+ s=beta; d=gmail.com;
55
+ h=received:message-id:date:from:reply-to:subject:mime-version:content-type;
56
+ b=tVddE1twi6/ew8gg2erlzR1AV4UgqT1v2d7+lazGsJr8a68QzxZLAhp/6NvW18kcpgqxRajkHztCLu0HYtQ+eR7iZLfM45EB6McOaZm0cfoySOIUl60KDFAH1LyW3Vl8lC7BNMCZwxomqaLI8kK2J8L/wOP/iqpdo0lFvDGFnsY=
57
+ Received: by 10.37.15.37 with SMTP id s37mr3728494nzi;
58
+ Mon, 28 Nov 2005 10:26:35 -0800 (PST)
59
+ Received: by 10.36.251.57 with HTTP; Mon, 28 Nov 2005 10:26:35 -0800 (PST)
60
+ Message-ID: <4abe0f090511281026t1436fa8dg844ce3c26184a927@mail.gmail.com>
61
+ Date: Mon, 28 Nov 2005 20:26:35 +0200
62
+ From: Agris Ameriks <ameriks@gmail.com>
63
+ Reply-To: Agris.Ameriks@gmail.com
64
+ Subject:
65
+ MIME-Version: 1.0
66
+ Content-Type: multipart/alternative;
67
+ boundary="----=_Part_12151_7196822.1133202395822"
68
+
69
+ ------=_Part_12151_7196822.1133202395822
70
+ Content-Type: text/plain; charset=ISO-8859-1
71
+ Content-Transfer-Encoding: quoted-printable
72
+ Content-Disposition: inline
73
+
74
+ lalallalalaasd
75
+
76
+ --
77
+ Ar cienu,
78
+ Agris Ameriks
79
+ RSD Kulturas komitejas vaditajs
80
+
81
+ ------=_Part_12151_7196822.1133202395822
82
+ Content-Type: text/html; charset=ISO-8859-1
83
+ Content-Transfer-Encoding: quoted-printable
84
+ Content-Disposition: inline
85
+
86
+ lalallalalaasd<br clear=3D"all"><br>-- <br>Ar cienu,<br>Agris Ameriks<br>RS=
87
+ D Kulturas komitejas vaditajs
88
+
89
+ ------=_Part_12151_7196822.1133202395822--
90
+
91
+ --_===110354846====apollo.lv===_--
@@ -0,0 +1,93 @@
1
+ Delivered-To: agris.ameriks@gmail.com
2
+ Received: by 10.36.252.76 with SMTP id z76cs42363nzh;
3
+ Mon, 28 Nov 2005 11:06:11 -0800 (PST)
4
+ Received: by 10.36.25.8 with SMTP id 8mr3761324nzy;
5
+ Mon, 28 Nov 2005 11:06:11 -0800 (PST)
6
+ X-Forwarded-To: Agris.Ameriks@gmail.com
7
+ X-Forwarded-For: ameriks@gmail.com Agris.Ameriks@gmail.com
8
+ X-Gmail-Received: 2a7289d18d2f59a47dde79a70a1f4f6a690bcf51
9
+ Delivered-To: ameriks@gmail.com
10
+ Received: by 10.36.251.57 with SMTP id y57cs33747nzh;
11
+ Mon, 28 Nov 2005 11:06:11 -0800 (PST)
12
+ Received: by 10.48.142.6 with SMTP id p6mr493395nfd;
13
+ Mon, 28 Nov 2005 11:06:10 -0800 (PST)
14
+ Return-Path: <>
15
+ Received: from apollo.lv (jupiter.apollo.lv [80.232.168.212])
16
+ by mx.gmail.com with ESMTP id o45si619017nfa.2005.11.28.11.05.40;
17
+ Mon, 28 Nov 2005 11:06:10 -0800 (PST)
18
+ Received-SPF: pass (gmail.com: best guess record for domain of apollo.lv designates 80.232.168.212 as permitted sender)
19
+ Subject: Undeliverable mail: asd
20
+ From: MAILER-DAEMON@apollo.lv
21
+ To: <ameriks@gmail.com>
22
+ Date: Mon, 28 Nov 2005 20:27:07 +0200
23
+ Message-ID: <receipt-110354911@apollo.lv>
24
+ MIME-Version: 1.0
25
+ Content-Type: multipart/report; report-type="delivery-status"; boundary="_===110354911====apollo.lv===_"
26
+
27
+
28
+ --_===110354911====apollo.lv===_
29
+ Content-Type: text/plain; charset="utf-8"
30
+
31
+ Failed to deliver to '<agrisa@apollo.lv>'
32
+ Messages without To: fields are not accepted here
33
+
34
+
35
+ --_===110354911====apollo.lv===_
36
+ Content-Type: message/delivery-status
37
+
38
+ Reporting-MTA: dns; apollo.lv
39
+
40
+ Original-Recipient: rfc822;<agrisa@apollo.lv>
41
+ Final-Recipient: system;<>
42
+ Action: failed
43
+ Status: 5.0.0
44
+
45
+ --_===110354911====apollo.lv===_
46
+ Content-Type: message/rfc822
47
+
48
+ Received: from zproxy.gmail.com ([64.233.162.194] verified)
49
+ by apollo.lv (CommuniGate Pro SMTP 4.1.8)
50
+ with ESMTP id 110354880 for agrisa@apollo.lv; Mon, 28 Nov 2005 20:27:07 +0200
51
+ Received: by zproxy.gmail.com with SMTP id s18so2823588nze
52
+ for <agrisa@apollo.lv>; Mon, 28 Nov 2005 10:27:06 -0800 (PST)
53
+ DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
54
+ s=beta; d=gmail.com;
55
+ h=received:message-id:date:from:reply-to:subject:cc:mime-version:content-type;
56
+ b=lj7BO/1r1H6jaGsjuCV7+4IlSZdoBt1PCSkVXBc0Uh97j+EWpsbfAYPSbbqo6AzxkkCSaVLMXG5cszvroWXvUsKD1tVB0IY7DRP2mP6VEb0C60tHRRwPJkAGbaqq1Q9T8ih1OQGKdNdBxxod7gH5XhK2uXZZiAkaCbLBNPmU5es=
57
+ Received: by 10.36.250.46 with SMTP id x46mr3723067nzh;
58
+ Mon, 28 Nov 2005 10:27:06 -0800 (PST)
59
+ Received: by 10.36.251.57 with HTTP; Mon, 28 Nov 2005 10:27:06 -0800 (PST)
60
+ Message-ID: <4abe0f090511281027i654be30bt5c2405dc847bcbc4@mail.gmail.com>
61
+ Date: Mon, 28 Nov 2005 20:27:06 +0200
62
+ From: Agris Ameriks <ameriks@gmail.com>
63
+ Reply-To: Agris.Ameriks@gmail.com
64
+ Subject: asd
65
+ Cc: Agris Ameriks 2 <agrisa@apollo.lv>, Agris Ameriks <Agris.Ameriks@gmail.com>,
66
+ ameriks@gmail.com
67
+ MIME-Version: 1.0
68
+ Content-Type: multipart/alternative;
69
+ boundary="----=_Part_12159_32010714.1133202426241"
70
+
71
+ ------=_Part_12159_32010714.1133202426241
72
+ Content-Type: text/plain; charset=ISO-8859-1
73
+ Content-Transfer-Encoding: quoted-printable
74
+ Content-Disposition: inline
75
+
76
+ alalallalala
77
+
78
+ --
79
+ Ar cienu,
80
+ Agris Ameriks
81
+ RSD Kulturas komitejas vaditajs
82
+
83
+ ------=_Part_12159_32010714.1133202426241
84
+ Content-Type: text/html; charset=ISO-8859-1
85
+ Content-Transfer-Encoding: quoted-printable
86
+ Content-Disposition: inline
87
+
88
+ alalallalala<br clear=3D"all"><br>-- <br>Ar cienu,<br>Agris Ameriks<br>RSD =
89
+ Kulturas komitejas vaditajs
90
+
91
+ ------=_Part_12159_32010714.1133202426241--
92
+
93
+ --_===110354911====apollo.lv===_--
@@ -0,0 +1,78 @@
1
+ Delivered-To: agris.ameriks@gmail.com
2
+ Received: by 10.100.94.18 with SMTP id r18cs649481anb;
3
+ Tue, 8 May 2007 09:35:28 -0700 (PDT)
4
+ Received: by 10.78.145.5 with SMTP id s5mr377920hud.1178642127951;
5
+ Tue, 08 May 2007 09:35:27 -0700 (PDT)
6
+ Return-Path: <>
7
+ Received: from smtp2.apollo.lv (smtp2.apollo.lv [80.232.168.229])
8
+ by mx.google.com with ESMTP id 55si1194537ugq.2007.05.08.09.35.27;
9
+ Tue, 08 May 2007 09:35:27 -0700 (PDT)
10
+ Received-SPF: pass (google.com: best guess record for domain of smtp2.apollo.lv designates 80.232.168.229 as permitted sender)
11
+ X-Cloudmark-Score: 0.000000 []
12
+ X-Virusscan: Clamd
13
+ Subject: Undeliverable mail: Labdien!
14
+ From: <MAILER-DAEMON@smtp2.apollo.lv>
15
+ To: <agris.ameriks@gmail.com>
16
+ Date: Tue, 08 May 2007 19:35:27 +0300
17
+ Message-ID: <receipt-92533048@smtp2.apollo.lv>
18
+ X-MAPI-Message-Class: REPORT.IPM.Note.NDR
19
+ MIME-Version: 1.0
20
+ Content-Type: multipart/report; report-type="delivery-status"; boundary="_===92533048====smtp2.apollo.lv===_"
21
+
22
+
23
+ --_===92533048====smtp2.apollo.lv===_
24
+ Content-Type: text/plain; charset="utf-8"
25
+
26
+ Failed to deliver to 'evor@apollo.lv'
27
+ SMTP module(domain pop.apollo.lv) reports:
28
+ host pop.apollo.lv says:
29
+ 550 evor@apollo.lv unknown user account
30
+
31
+
32
+ --_===92533048====smtp2.apollo.lv===_
33
+ Content-Type: message/delivery-status
34
+
35
+ Reporting-MTA: dns; smtp2.apollo.lv
36
+
37
+ Original-Recipient: rfc822;<evor@apollo.lv>
38
+ Final-Recipient: rfc822;<evor@apollo.lv>
39
+ Action: failed
40
+ Status: 5.0.0
41
+
42
+ --_===92533048====smtp2.apollo.lv===_
43
+ Content-Type: message/rfc822
44
+
45
+ Received: from wr-out-0506.google.com ([64.233.184.231] verified)
46
+ by smtp2.apollo.lv (CommuniGate Pro SMTP 5.0.10)
47
+ with ESMTP id 92533044 for evor@apollo.lv; Tue, 08 May 2007 19:35:26 +0300
48
+ Received: by wr-out-0506.google.com with SMTP id 25so1879201wry
49
+ for <evor@apollo.lv>; Tue, 08 May 2007 09:35:20 -0700 (PDT)
50
+ DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed;
51
+ d=gmail.com; s=beta;
52
+ h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
53
+ b=Sa8LZ3AQtQcbyYJx8yrTBpc8FMFhKCE7Hm1Vm4QSvn+teR7CpqPcEGUSWSNklzqPAzN+VsnFUgBwnxcRNi0+YddsnmgZWmI9V6HaUniXHxvAlId36z4UjTKSrGXb3dv/xwcTRut8AFmKdACrnxpiRPp+R1uqHbR2pMFotkynuCs=
54
+ DomainKey-Signature: a=rsa-sha1; c=nofws;
55
+ d=gmail.com; s=beta;
56
+ h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition;
57
+ b=giHBorElbW7SdOhu+wcknrVopvrUVV9io1n7dG3HI0+bZfYRYh1MAb2fAMbWGCvG13UjU1TZHds84xZ0xvKDGcKVIhCXb7mfo3XZCQoPyup7IHrcr/TPlLEf1MpKw1oCmk5NS1u5nVVYf2FZsI4kGZvoGeJHP68orx5PmlIEQXQ=
58
+ Received: by 10.100.230.13 with SMTP id c13mr3322842anh.1178642116550;
59
+ Tue, 08 May 2007 09:35:16 -0700 (PDT)
60
+ Received: by 10.100.94.18 with HTTP; Tue, 8 May 2007 09:35:16 -0700 (PDT)
61
+ Message-ID: <da9602510705080935y75e7b3b3if8b741acc2298fff@mail.gmail.com>
62
+ Date: Tue, 8 May 2007 19:35:16 +0300
63
+ From: "Agris Ameriks" <agris.ameriks@gmail.com>
64
+ To: evor@apollo.lv
65
+ Subject: Labdien!
66
+ MIME-Version: 1.0
67
+ Content-Type: text/plain; charset=ISO-8859-13; format=flowed
68
+ Content-Transfer-Encoding: base64
69
+ Content-Disposition: inline
70
+
71
+ TGFiZGllbiEKCkVzIGludGVyZXPnam9zLCBjaWsgdmFy53R1IGl6bWFrc+J0IDE1LnNlcHRlbWJy
72
+ 7iBub2Ryb/BpbuJ0IGvicnTuYnUKVudybWFuZXMgZOJyeuIgbm8gMTQ6MDAgLSAyMzowMC4gKHBh
73
+ c+JrdW1zIG5vcml053Mgbm8gMTU6MDAgLSAyMjoyMCkuCgpNYW4gaW50ZXJlc+csIGNpayBpem1h
74
+ a3PidHU6CjEpIDYgYXBzYXJnaS4KMikgMTAgYXBzYXJnaS4KCi0tIApBciBjaWXydSwKQWdyaXMg
75
+ QW1lcmlrcwpNb2IudGVsLiAyIDY0NjExMDEKRS1wYXN0czogQWdyaXMuQW1lcmlrc0BnbWFpbC5j
76
+ b20K
77
+
78
+ --_===92533048====smtp2.apollo.lv===_--
@@ -0,0 +1,48 @@
1
+ Delivered-To: agris.ameriks@gmail.com
2
+ Received: by 10.100.94.18 with SMTP id r18cs650238anb;
3
+ Tue, 8 May 2007 09:44:00 -0700 (PDT)
4
+ Received: by 10.100.240.19 with SMTP id n19mr5850181anh.1178642640024;
5
+ Tue, 08 May 2007 09:44:00 -0700 (PDT)
6
+ Return-Path: <>
7
+ Received: by 10.100.240.19 with SMTP id n19mr8655080anh;
8
+ Tue, 08 May 2007 09:44:00 -0700 (PDT)
9
+ Message-ID: <16368e24c8042ff81fe0345a2d1c5@googlemail.com>
10
+ From: Mail Delivery Subsystem <mailer-daemon@googlemail.com>
11
+ To: agris.ameriks@gmail.com
12
+ Subject: Delivery Status Notification (Failure)
13
+ Date: Tue, 08 May 2007 09:44:00 -0700 (PDT)
14
+
15
+ This is an automatically generated Delivery Status Notification
16
+
17
+ Delivery to the following recipient failed permanently:
18
+
19
+ info@koblenz.lv
20
+
21
+ Technical details of permanent failure:
22
+ PERM_FAILURE: SMTP Error (state 9): 550 5.7.1 Your message (sent through 209.85.132.244) was blocked by ROTA DNSBL. If you are not a spammer, open http://www.rota.lv/DNSBL and follow instructions or call +371 7019029, or send an e-mail message from another address to dz@ROTA.lv with the blocked sender e-mail name.
23
+
24
+ ----- Original message -----
25
+
26
+ Received: by 10.100.240.19 with SMTP id n19mr5850084anh.1178642634965;
27
+ Tue, 08 May 2007 09:43:54 -0700 (PDT)
28
+ Received: by 10.100.94.18 with HTTP; Tue, 8 May 2007 09:43:54 -0700 (PDT)
29
+ Message-ID: <da9602510705080943o7d5bc115lb1a1be029ef300be@mail.gmail.com>
30
+ Date: Tue, 8 May 2007 19:43:54 +0300
31
+ From: "Agris Ameriks" <agris.ameriks@gmail.com>
32
+ To: agrisa@apollo.lv
33
+ Subject: Labdien!
34
+ MIME-Version: 1.0
35
+ Content-Type: text/plain; charset=ISO-8859-13; format=flowed
36
+ Content-Transfer-Encoding: base64
37
+ Content-Disposition: inline
38
+
39
+ TGFiZGllbiEKCkVzIGludGVyZXPnam9zLCBjaWsgdmFy53R1IGl6bWFrc+J0IDE1LnNlcHRlbWJy
40
+ 7iBub2Ryb/BpbuJ0IGvicnTuYnUKVudybWFuZXMgZOJyeuIgbm8gMTQ6MDAgLSAyMzowMC4gKHBh
41
+ c+JrdW1zIG5vcml053Mgbm8gMTU6MDAgLSAyMjoyMCkuCgpNYW4gaW50ZXJlc+csIGNpayBpem1h
42
+ a3PidHU6CjEpIDYgYXBzYXJnaS4KMikgMTAgYXBzYXJnaS4KCi0tIApBciBjaWXydSwKQWdyaXMg
43
+ QW1lcmlrcwpNb2IudGVsLiAyIDY0NjExMDEKRS1wYXN0czogQWdyaXMuQW1lcmlrc0BnbWFpbC5j
44
+ b20K
45
+
46
+
47
+ ----- End of message -----
48
+
@@ -0,0 +1,91 @@
1
+ Delivered-To: agris.ameriks@gmail.com
2
+ Received: by 10.66.225.19 with SMTP id x19cs81231ugg;
3
+ Mon, 4 Jun 2007 15:20:37 -0700 (PDT)
4
+ Received: by 10.67.89.6 with SMTP id r6mr7631ugl.1180995637243;
5
+ Mon, 04 Jun 2007 15:20:37 -0700 (PDT)
6
+ Return-Path: <>
7
+ Received: from avalon.telekom.lv ([194.8.16.6])
8
+ by mx.google.com with ESMTP id c22si1797563ika.2007.06.04.15.20.31;
9
+ Mon, 04 Jun 2007 15:20:37 -0700 (PDT)
10
+ Received-SPF: pass (google.com: best guess record for domain of avalon.telekom.lv designates 194.8.16.6 as permitted sender)
11
+ Subject: Undeliverable mail: =?ISO-8859-13?Q?Atbalsta_l=FBgums?=
12
+ From: <MAILER-DAEMON@avalon.telekom.lv>
13
+ To: <agris.ameriks@gmail.com>
14
+ Date: Tue, 05 Jun 2007 01:20:30 +0300
15
+ Message-ID: <receipt-38387797@avalon.telekom.lv>
16
+ X-MAPI-Message-Class: REPORT.IPM.Note.NDR
17
+ MIME-Version: 1.0
18
+ Content-Type: multipart/report; report-type="delivery-status"; boundary="_===38387797====avalon.telekom.lv===_"
19
+
20
+
21
+ --_===38387797====avalon.telekom.lv===_
22
+ Content-Type: text/plain; charset="utf-8"
23
+
24
+ Failed to deliver to 'ilona.kalnina@citrus.lv'
25
+ SMTP module(domain [10.2.9.112]) reports:
26
+ host 10.2.9.112 says:
27
+ 550 5.1.1 User unknown
28
+
29
+
30
+ --_===38387797====avalon.telekom.lv===_
31
+ Content-Type: message/delivery-status
32
+
33
+ Reporting-MTA: dns; avalon.telekom.lv
34
+
35
+ Original-Recipient: rfc822;<ilona.kalnina@citrus.lv>
36
+ Final-Recipient: rfc822;<ilona.kalnina@citrus.lv>
37
+ Action: failed
38
+ Status: 5.0.0
39
+
40
+ --_===38387797====avalon.telekom.lv===_
41
+ Content-Type: message/rfc822
42
+
43
+ Received: from ug-out-1314.google.com ([66.249.92.174] verified)
44
+ by avalon.telekom.lv (CommuniGate Pro SMTP 5.0.8)
45
+ with ESMTP id 38387776 for ilona.kalnina@citrus.lv; Tue, 05 Jun 2007 01:20:10 +0300
46
+ Received: by ug-out-1314.google.com with SMTP id y2so152uge
47
+ for <ilona.kalnina@citrus.lv>; Mon, 04 Jun 2007 15:19:54 -0700 (PDT)
48
+ DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed;
49
+ d=gmail.com; s=beta;
50
+ h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type;
51
+ b=l10L7A+KF49Pwyz92+DFPA/wZLu/uOlsEYg0PlwTfaVpXI/OKFJXSfhw1seTSbKWTnnQK60/hVdRqvdzBuGCQaZo5fkdhRFVQ6U24aBna+4L3tRyROlpOwVVNcWvdZydaJPuRWf8XLVJjy0z/850mX9tlCk8vdFOcAMzoS+/YwU=
52
+ DomainKey-Signature: a=rsa-sha1; c=nofws;
53
+ d=gmail.com; s=beta;
54
+ h=received:message-id:date:from:to:subject:mime-version:content-type;
55
+ b=epPNHV4IgrC3VhiIdXBXrbxBObboO2zqkB9gca8ZMpQBaH6TDRIhpFzukgJdEZBQHQih2W1trVQ1qPDYJsH3vz0IN5jiGbREfmqobCtrKR36zMw4sJw11YLLSS0j7ej4dJhwg7Vt7YLSM4fXtqsNuODv1ykPcEEBuxTsWlD8XW8=
56
+ Received: by 10.67.32.16 with SMTP id k16mr3381783ugj.1180995594284;
57
+ Mon, 04 Jun 2007 15:19:54 -0700 (PDT)
58
+ Received: by 10.66.225.19 with HTTP; Mon, 4 Jun 2007 15:19:54 -0700 (PDT)
59
+ Message-ID: <da9602510706041519u6f2d8e0escfbe816de419b434@mail.gmail.com>
60
+ Date: Tue, 5 Jun 2007 01:19:54 +0300
61
+ From: "Agris Ameriks" <agris.ameriks@gmail.com>
62
+ To: ilona.kalnina@citrus.lv
63
+ Subject: =?ISO-8859-13?Q?Atbalsta_l=FBgums?=
64
+ MIME-Version: 1.0
65
+ Content-Type: multipart/mixed;
66
+ boundary="----=_Part_13894_24991589.1180995594034"
67
+
68
+ ------=_Part_13894_24991589.1180995594034
69
+ Content-Type: text/plain; charset=ISO-8859-13; format=flowed
70
+ Content-Transfer-Encoding: base64
71
+ Content-Disposition: inline
72
+
73
+ TGFiZGllbiEKCjE1LnNlcHRlbWJy7iBGaXptYXR1IGF0YmFsc3RhIGZvbmRzIHLua29zIGphdW5p
74
+ ZfB1IGJ1cnpp8nUgIlRhdmEgcGFzYXVsZSEiLgoKUGFz4mt1bXMgbm90aWtzIFLuZ2FzIERvbWVz
75
+ IEl6Z2zudO5iYXMsIGphdW5hdG5lcyB1biBzcG9ydGEKZGVwYXJ0YW1lbnRhIHLua290YWriIEph
76
+ dW5pZfB1IG3nbmXwYSBpZXR2YXJvcy4gUu5nYXMgRG9tZSBwaWXw7WlyCjQnMDAwIExzIGzuZHpm
77
+ aW5hbnPnanVtdS4KClbnbGFtaWVzIGz7Z3QgSvtzdSBwYWzuZHruYnUg8O4gcHJvamVrdGEg7nN0
78
+ ZW5v8GFu4i4KClPua+JrcyBwcm9qZWt0YSBhcHJha3N0cyBwaWV2aWVub3RzIHBpZWxpa3Vt4i4K
79
+ CgotLSAKQXIgY2ll8nUsCkFncmlzIEFtZXJpa3MKRml6bWF0dSBhdGJhbHN0YSBmb25kcyBwcmll
80
+ a/Bz52TndOJqcwpNb2IudGVsLiAyIDY0NjExMDEKRS1wYXN0czogQWdyaXMuQW1lcmlrc0BnbWFp
81
+ bC5jb20K
82
+ ------=_Part_13894_24991589.1180995594034
83
+ Content-Type: application/pdf; name="Citrus_Solutions.pdf"
84
+ Content-Transfer-Encoding: base64
85
+ Content-Disposition: attachment; filename="Citrus_Solutions.pdf"
86
+ X-Attachment-Id: f_f2ji9xzu
87
+ MzE3MiAwMDAwMCBuDQowMDAwNzI2OTE4IDAwMDAwIG4NCnRyYWlsZXINCjw8L1NpemUgMzQ2Pj4N
88
+ CnN0YXJ0eHJlZg0KMTE2DQolJUVPRg0KAttachmentTruncated
89
+ ------=_Part_13894_24991589.1180995594034--
90
+
91
+ --_===38387797====avalon.telekom.lv===_--