From 85ab58f5898db482f6ca44453c694f3734c50547 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Mon, 10 Apr 2000 21:29:27 +0000 Subject: process(): Nigel Metheringham points out that the wrong address was being passed to the -f flag. Use the mailing list's admin address. --- Mailman/Handlers/Sendmail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Handlers/Sendmail.py b/Mailman/Handlers/Sendmail.py index 297c44bb7..f24ed5627 100644 --- a/Mailman/Handlers/Sendmail.py +++ b/Mailman/Handlers/Sendmail.py @@ -56,7 +56,7 @@ def process(mlist, msg): # nothing to do! return # Use -f to set the envelope sender - cmd = mm_cfg.SENDMAIL_CMD + ' -f ' + msg.GetSender() + ' ' + cmd = mm_cfg.SENDMAIL_CMD + ' -f ' + mlist.GetAdminEmail() + ' ' # make sure the command line is of a manageable size recipchunks = [] currentchunk = [] -- cgit v1.3.1