From b66541fe5cec84b9c9306c55da313a5e2e0f466e Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Mon, 10 May 2010 15:40:21 -0700 Subject: Forgot the loop address in the immediately previous change. --- Mailman/MTA/Postfix.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Mailman/MTA') diff --git a/Mailman/MTA/Postfix.py b/Mailman/MTA/Postfix.py index 0d729188..0fcf0526 100644 --- a/Mailman/MTA/Postfix.py +++ b/Mailman/MTA/Postfix.py @@ -123,6 +123,8 @@ def _addvirtual(mlist, fp): # Set up the mailman-loop address loopaddr = Utils.get_site_email(mlist.host_name, extra='loop') loopdest = Utils.ParseEmail(loopaddr)[0] + if mm_cfg.VIRTUAL_MAILMAN_LOCAL_DOMAIN: + loopdest += '@' + mm_cfg.VIRTUAL_MAILMAN_LOCAL_DOMAIN # Seek to the end of the text file, but if it's empty write the standard # disclaimer, and the loop catch address. fp.seek(0, 2) -- cgit v1.2.3