[Mailman-Developers] [ANNOUNCE] Mailman 2.0 beta 2

Nigel Metheringham Nigel.Metheringham@VData.co.uk
Sun, 09 Apr 2000 22:21:53 +0100


Looks to me like the Sendmail interface is pathologically broken :-(

The envelope sender address is wrong (set to original message sender 
rather than list so subscribers get the bounces back).  My quick hack 
fix is attached, but I wonder what happens for (say) monthly reminder 
mail - whats set for that?

	Nigel.

--- Sendmail.py.orig Tue Mar 21 06:25:51 2000
+++ Sendmail.py Sun Apr  9 22:17:37 2000
@@ -56,7 +56,7 @@
         # 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 = []

-- 
[ - Opinions expressed are personal and may not be shared by VData - ]
[ Nigel Metheringham                  Nigel.Metheringham@VData.co.uk ]
[ Phone: +44 1423 850000                         Fax +44 1423 858866 ]