Jacob Sam-La Rose wrote: > >I've recently configured a mailman mailing list. Among other things, >I've been thrown by the fact that any time I mention the name of the >list in the "subject:" of an email, it gets stripped. The public >name for the list is FYI, the prefix for the subject line is FYI - >and if I write FYI anywhere in the subject line, it's automatically >removed. I don't often mention the name of the list, but it'd be >good to know what to do if I need to.
Multiple occurrences of subject_prefix in the subject are replaced with just one occurrence at the beginning of the subject to prevent 'build up' in replies. If you configure subject_prefix with brackets (e.g. [FYI]) as is conventionally done for prefixes, unbracketed FYI should not be removed. -- 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
