Update of /cvsroot/mailman/mailman/Mailman/Bouncers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4007

Modified Files:
        SMTP32.py 
Log Message:
Added another observed prefix 'unknown user:'

Index: SMTP32.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Bouncers/SMTP32.py,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -d -r2.6 -r2.7
--- SMTP32.py   27 Aug 2005 01:54:02 -0000      2.6
+++ SMTP32.py   25 Jan 2006 05:34:28 -0000      2.7
@@ -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 @@
     (                                             # several different prefixes
     user\ mailbox[^:]*:                           # have been spotted in the
     |delivery\ failed[^:]*:                       # wild...
+    |unknown\ user[^:]*:
     |undeliverable\ to
     )
     \s*                                           # space separator

_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to