From c3e18b3401333f95bf36b4ceb8272068aeaaad6f Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Fri, 23 Jan 2004 00:26:07 +0000 Subject: _dispose(): Fix typo in comparison to site-list owner address. Fix given by SHIGENO Kazutaka. --- Mailman/Queue/BounceRunner.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mailman/Queue') diff --git a/Mailman/Queue/BounceRunner.py b/Mailman/Queue/BounceRunner.py index 33baa4d4..ffffc2a6 100644 --- a/Mailman/Queue/BounceRunner.py +++ b/Mailman/Queue/BounceRunner.py @@ -1,4 +1,4 @@ -# Copyright (C) 2001-2003 by the Free Software Foundation, Inc. +# Copyright (C) 2001-2004 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -68,7 +68,7 @@ class BounceRunner(Runner): # All messages to list-owner@vdom.ain have their envelope sender set # to site-owner@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. -- cgit v1.2.3