Hi,
I know that reply to the list address is obsolete and not supported but in my list there're a bunch of people who claim this feature. It worked in the last version but the CVS version doesn't use this option anymore. Here's the patch.
Regards: Kevin (Balazs)
On Tue, 18 Jan 2000, Balazs Nagy wrote:
Hi,
I know that reply to the list address is obsolete and not supported but in my list there're a bunch of people who claim this feature. It worked in the last version but the CVS version doesn't use this option anymore. Here's the patch.
I just cannot understand why nobody from thosw who have write access did anything about the subject. Here's the patch again, in clear text: --- Mailman/Handlers/Cleanse.py.orig Tue Jan 18 13:17:36 2000 +++ Mailman/Handlers/Cleanse.py Tue Jan 18 13:18:43 2000 @@ -28,6 +28,10 @@ del msg['sender'] msg['From'] = mlist.GetAdminEmail() msg['Reply-To'] = mlist.GetListEmail() + else: + if mlist.reply_goes_to_list: + del msg['reply-to'] + msg['Reply-To'] = mlist.GetListEmail() # # Some headers can be used to fish for membership del msg['return-receipt-to'] -- Regards: Kevin (Balazs)
participants (1)
-
Balazs Nagy