Moderator messages seen as spam

Jonathan Kamens jik at kamens.brookline.ma.us
Mon Apr 26 15:39:41 CEST 2010


having had time to think, the solution is almost certainly three separate 

procmail rules - each combining the X-List-Administrivia header with the
List-

ID or some other list-specific header.

 

That would certainly work, but you don't need to do things that way.
Procmail regular expressions support (...|...) syntax, so you could do, for
example:

 

:0

* ^X-List-Administrivia:

* ^X-List-Id: (list1|list2|list3)

Folder name here

 

And that rule would match list1, list2, or list3.  You get the idea, I'm
sure ;-).  See the procmailrc(5) man page for more information about its
regular expression syntax.

 

  Jik




More information about the Bogofilter mailing list