From c9f258ab19f37ef792a8f8b15d09ec8db6b3f09e Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 14 Feb 2009 14:20:46 -0800 Subject: Recognize a couple more bounces. --- tests/bounces/qmail_06.txt | 32 ++++++++++++++++++++++++++++++++ tests/bounces/simple_34.txt | 31 +++++++++++++++++++++++++++++++ tests/test_bounces.py | 4 +++- 3 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 tests/bounces/qmail_06.txt create mode 100644 tests/bounces/simple_34.txt (limited to 'tests') diff --git a/tests/bounces/qmail_06.txt b/tests/bounces/qmail_06.txt new file mode 100644 index 00000000..1a466d5a --- /dev/null +++ b/tests/bounces/qmail_06.txt @@ -0,0 +1,32 @@ +X-MimeOLE: Produced By Microsoft Exchange V6.5 +Content-class: urn:content-classes:message +MIME-Version: 1.0 +Content-Type: text/plain; + charset="iso-8859-1" +Content-Transfer-Encoding: quoted-printable +Subject: failure notice +Date: Fri, 13 Feb 2009 09:22:22 -0800 +Message-ID: <200902131732.n1DHWlOA007588@mail.turners.com> +X-MS-Has-Attach: +X-MS-TNEF-Correlator: +From: +To: + +Hi. The MTA program at mta6-1.us4.outblaze.com was unable to deliver = +your message to the following addresses. +This is a permanent error. + +: +Error 01373: User's Disk Quota Exceeded. +Sorry, your intended recipient has too much mail stored +in his mailbox. +Your message totalled 23 Kbytes. +However a small (< 1Kb) message will be delivered should +you wish to inform your recipient you tried to email. + + +--- Below this line is a copy of the message. + + + +[message content removed - MS] diff --git a/tests/bounces/simple_34.txt b/tests/bounces/simple_34.txt new file mode 100644 index 00000000..0c0b10c6 --- /dev/null +++ b/tests/bounces/simple_34.txt @@ -0,0 +1,31 @@ +X-MimeOLE: Produced By Microsoft Exchange V6.5 +Content-class: urn:content-classes:message +MIME-Version: 1.0 +Content-Type: text/plain; + charset="iso-8859-1" +Content-Transfer-Encoding: quoted-printable +Subject: Undeliverable: [News] Possible State-Wide Lead Ammo Ban +Date: Fri, 13 Feb 2009 17:07:17 -0800 +Message-ID: +X-MS-Has-Attach: +X-MS-TNEF-Correlator: +From: +To: + +Your message did not reach some or all of the intended recipients. + + Sent: Fri, 13 Feb 2009 16:57:55 -0800 + Subject: [News] Possible State-Wide Lead Ammo Ban + +The following recipient(s) could not be reached: + +roland@xxx.com + Error Type: SMTP + Remote server (216.122.20.147) issued an error. + hMailServer sent: RCPT TO: + Remote server replied: 550 5.1.1 ... User unknown + + + +hMailServer + diff --git a/tests/test_bounces.py b/tests/test_bounces.py index ae28161c..981465ad 100644 --- a/tests/test_bounces.py +++ b/tests/test_bounces.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2008 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2009 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -71,6 +71,7 @@ class BounceTest(unittest.TestCase): ('SimpleMatch', 'simple_31.txt', ['nmorel@actisce.fr']), ('SimpleMatch', 'simple_32.txt', ['teteyn@agence-forbin.com']), ('SimpleMatch', 'simple_33.txt', ['hmu@extralumin.com']), + ('SimpleMatch', 'simple_34.txt', ['roland@xxx.com']), ('SimpleMatch', 'bounce_02.txt', ['acinsp1@midsouth.rr.com']), ('SimpleMatch', 'bounce_03.txt', ['james@jeborall.demon.co.uk']), # SimpleWarning @@ -125,6 +126,7 @@ class BounceTest(unittest.TestCase): ('Qmail', 'qmail_03.txt', ['crown@hbc.co.jp']), ('Qmail', 'qmail_04.txt', ['merotiia@tennisnsw.com.au']), ('Qmail', 'qmail_05.txt', ['ivokggrrdvc@caixaforte.freeservers.com']), + ('Qmail', 'qmail_06.txt', ['ntl@xxx.com']), # LLNL's custom Sendmail ('LLNL', 'llnl_01.txt', ['trotts1@llnl.gov']), # Netscape's server... -- cgit v1.2.3