On Jul 12, 2005, at 15:52, Julian Ohm wrote: > I'm using Mailman 2.1.6 and have a problem with the subject prefix. > mailman doesent change the subject and i'm not able to fix that > problem
Did you set DELIVERY_MODULE to 'Sendmail' in your mm_cfg.py (rather than the *strongly* recommended 'SMTPDirect')? The Subject prefix is not added when using the 'Sendmail' module. (As the header of Sendmail.py warns, that module is not intended for production use.) -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman ------------------------------------------------------ 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
