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

Modified Files:
        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.14
retrieving revision 2.15
diff -u -d -r2.14 -r2.15
--- SimpleMatch.py      23 Jan 2006 21:09:15 -0000      2.14
+++ SimpleMatch.py      2 Feb 2006 16:16:31 -0000       2.15
@@ -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