Sven Schmidt wrote: > >I have one list with a subject text, but it is not shown on the config >website. I already dumped the config.pck, but didn't find it in there. >Where could it be?
Are you saying that subject_prefix on the list's General Options page is empty, yet the subject is being prefixed on list mails? If that is what you're saying, then either this is a different list than you think it is and you are not looking at the General Options page/config.pck for the list that is actually processing the mail, or there are some modifications to this Mailman that are doing this. You could try looking at Mailman/Handlers/CookHeaders.py which is where the prefixing is done. You could also try grep -r 'text' Mailman/* where 'text' is the added prefix. -- 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
