aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Bouncers/SMTP32.py
diff options
context:
space:
mode:
authormsapiro <>2006-01-25 05:33:13 +0000
committermsapiro <>2006-01-25 05:33:13 +0000
commit3b11622d2100aa18ddcbc636e596d525591791e2 (patch)
tree3caa3315650cabfb449e6cfa7f9d08e0e8ee215c /Mailman/Bouncers/SMTP32.py
parent315dfd44fab52456f7430855a2b205f2561ed821 (diff)
downloadmailman2-3b11622d2100aa18ddcbc636e596d525591791e2.tar.gz
mailman2-3b11622d2100aa18ddcbc636e596d525591791e2.tar.xz
mailman2-3b11622d2100aa18ddcbc636e596d525591791e2.zip
Added another observed prefix 'unknown user:'
Diffstat (limited to 'Mailman/Bouncers/SMTP32.py')
-rw-r--r--Mailman/Bouncers/SMTP32.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/Mailman/Bouncers/SMTP32.py b/Mailman/Bouncers/SMTP32.py
index 7f9e7347..9273d17c 100644
--- a/Mailman/Bouncers/SMTP32.py
+++ b/Mailman/Bouncers/SMTP32.py
@@ -1,4 +1,4 @@
-# Copyright (C) 1998,1999,2000,2001,2002 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2006 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
@@ -12,7 +12,8 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
"""Something which claims
X-Mailer: <SMTP32 vXXXXXX>
@@ -35,6 +36,7 @@ acre = re.compile(r'''
( # several different prefixes
user\ mailbox[^:]*: # have been spotted in the
|delivery\ failed[^:]*: # wild...
+ |unknown\ user[^:]*:
|undeliverable\ to
)
\s* # space separator