Update of /cvsroot/mailman/mailman/Mailman/Queue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18098/Queue
Modified Files:
Tag: Release_2_1-maint
BounceRunner.py
Log Message:
Changed BouncerAPI.py to return Stop from a Bouncer and changed
BounceRunner.py to discard the bounce when Stop returned. Changed
DSN.py to recognize Action: headers with comments. Changed Qmail.py
to recognize an observed different starting string.
Index: BounceRunner.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Queue/BounceRunner.py,v
retrieving revision 2.27.2.7
retrieving revision 2.27.2.8
diff -u -d -r2.27.2.7 -r2.27.2.8
--- BounceRunner.py 5 Feb 2006 04:44:04 -0000 2.27.2.7
+++ BounceRunner.py 1 Mar 2006 02:34:10 -0000 2.27.2.8
@@ -206,6 +206,9 @@
# That didn't give us anything useful, so try the old fashion
# bounce matching modules.
addrs = BouncerAPI.ScanMessages(mlist, msg)
+ if addrs is BouncerAPI.Stop:
+ # This is a recognized, non-fatal notice. Ignore it.
+ return
# If that still didn't return us any useful addresses, then send it on
# or discard it.
if not addrs:
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org