[Mailman-Developers] BounceRunner.py patch

SHIGENO Kazutaka shigeno at iij-mc.co.jp
Thu Jan 8 06:04:19 EST 2004


Hi,

Please use if the following patch is required for Mailman.

--- Mailman/Queue/BounceRunner.py-	Sat Nov 22 07:45:04 2003
+++ Mailman/Queue/BounceRunner.py	Thu Jan  8 19:15:56 2004
@@ -68,7 +68,7 @@
         # All messages to list-owner at vdom.ain have their envelope sender set
         # to site-owner at dom.ain (no virtual domain).  Is this a bounce for a
         # message to a list owner, coming to the site owner?
-        if msg.get('to', '') == Utils.get_site_email(extra='-owner'):
+        if msg.get('to', '') == Utils.get_site_email(extra='owner'):
             # Send it on to the site owners, but craft the envelope sender to
             # be the -loop detection address, so if /they/ bounce, we won't
             # get stuck in a bounce loop.

-- shigeno



More information about the Mailman-Developers mailing list