Jonas Meurer <[EMAIL PROTECTED]> writes: > On 11/03/2003 Detlef Neubauer wrote: > > > also. Now I would like to configure mailman to filter every incoming > > > mail through spamassassin. > > > > I think it would better you let your MTA or procmail to do this job. > > Ok, let procmail do the job is fine, but is there a procmailrc that can > be used for every list, I mean one procmailrc for all the lists, without > adding an entry for every list?
First, i use Mailman 2.0.12. I would my MTA (i preffered postfix) do it with spamassassin and then i would configure it in mm_cfg.py like this. # {header-name: regexp} spam filtering - we include some for example sake. DEFAULT_BOUNCE_MATCHING_HEADERS = """ #Lines that *start* with a '#' are comments. #to: [EMAIL PROTECTED] #message-id: relay.comanche.denmark.eu #from: [EMAIL PROTECTED] #from: [EMAIL PROTECTED] #Content-Type: .*octet #Content-Type: .*oda #Content-Type: .*audio #Content-Type: .*image #Content-Type: .*alternative #Content-Type: .*digest #Content-Type: .*mixed #Content-Type: .*rich #Content-Type: .*html #Content-Type: .*video X-Spam-Flag: .YES """ Mit freundlichen Gruessen Detlef Neubauer -- .oO GnuPG Key auf http://www.keyserver.net/ Oo. ------------------------------------------------------ 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/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org