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

Modified Files:
      Tag: Release_2_1-maint
        SimpleMatch.py 
Log Message:
Added bounces from yahoo.com on behalf of other domains like sbcglobal.net.

Index: SimpleMatch.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Bouncers/SimpleMatch.py,v
retrieving revision 2.10.2.4
retrieving revision 2.10.2.5
diff -u -d -r2.10.2.4 -r2.10.2.5
--- SimpleMatch.py      23 Jan 2006 21:08:39 -0000      2.10.2.4
+++ SimpleMatch.py      2 Feb 2006 16:16:03 -0000       2.10.2.5
@@ -83,6 +83,10 @@
     (_c('The email below could not be delivered to the following user:'),
      _c('Old message:'),
      _c('<(?P<addr>[^>]*)>')),
+    # Yahoo on behalf of other domains like sbcglobal.net
+    (_c('Unable to deliver message to the following address\(es\)\.'),
+     _c('--- Original message follows\.'),
+     _c('<(?P<addr>[^>]*)>:')),
     # Next one goes here...
     ]
 

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

Reply via email to