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 [EMAIL PROTECTED] have their envelope sender set
# to [EMAIL PROTECTED] (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
_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers