RE: Moderator messages seen as spam
"Jonathan Kamens" <[email protected]>
| Newsgroups | gmane.mail.bogofilter.general |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ Bogofilter mailing list [email protected] http://www.bogofilter.org/mailman/listinfo/bogofilter