Update of /cvsroot/mailman/mailman/Mailman/Bouncers
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23667
Modified Files:
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.7
retrieving revision 2.8
diff -u -d -r2.7 -r2.8
--- SMTP32.py 25 Jan 2006 05:34:28 -0000 2.7
+++ SMTP32.py 5 Feb 2006 19:47:33 -0000 2.8
@@ -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