Sub Zero wrote: > >I have removed the "Sender" header from one of my lists and now I want to >remove it from all my other lists too. I don't know how I did that :( but I >want to do the same for my other lists. Can anyone point me to a right >direction please?
I don't know. I only see two places in the code where the Sender: header is manipulated. It is removed for anonymous lists (General Options->anonymous_list = Yes), but it looks like SMTPDirect removes it from all outgoing messages and puts in a "Sender:" with the envelope sender (usually listname-bounces) address. If this doesn't help, you could use bin/config_list to dump the configuraton from the one list and from one of the others and then diff the two to see what's different. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
