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

Modified Files:
      Tag: Release_2_1-maint
        SMTP32.py 
Log Message:
Fixed 'undeliverable to' pattern. It can have multiple spaces 'undeliverable  
to'.

Index: SMTP32.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Bouncers/SMTP32.py,v
retrieving revision 2.5.2.2
retrieving revision 2.5.2.3
diff -u -d -r2.5.2.2 -r2.5.2.3
--- SMTP32.py   25 Jan 2006 05:33:13 -0000      2.5.2.2
+++ SMTP32.py   5 Feb 2006 19:46:20 -0000       2.5.2.3
@@ -37,7 +37,7 @@
     user\ mailbox[^:]*:                           # have been spotted in the
     |delivery\ failed[^:]*:                       # wild...
     |unknown\ user[^:]*:
-    |undeliverable\ to
+    |undeliverable\ +to
     )
     \s*                                           # space separator
     (?P<addr>.*)                                  # and finally, the address

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

Reply via email to