On Di, 1999-02-16 18:34:58 +0100, Ralf S. Engelschall wrote:
> I use:
> 
> | :0 Hhb
> | * ^TO.*sw-mod-ssl@.*
> | sw-mod-ssl
> | :0 Hhb
> | * ^(Reply-to|Sender):.*sw-mod-ssl@.*
> | sw-mod-ssl
> 
> where "sw-mod-ssl" is the mail folder under procmail's MAILDIR.

My Procmail recipe just reads:

| # sw-mod-ssl mailing list
| :0:
| * ^Sender: owner-sw-mod-ssl@engelschall\.com
| sw-mod-ssl

Should be sufficient and hasn't missed a single list mail so far.

Important note:
- The ":0" lines also should end with a colon (":") to ensure
  proper locking.  Without, there's the dange of mail loss, if
  two or more list mails are received in fast succession.

Unimportant side notes:
- the flags "Hhb" are the default values and therefore may be omitted
- if you want to combine several recipes with a locial OR, you could
  use the following construct with scoring:
  | :0:
  | * 1^0 ^TO.*sw-mod-ssl@.*
  | * 1^0 ^(Reply-to|Sender):.*sw-mod-ssl@.*
  | sw-mod-ssl

Regards,
  Martin
-- 
Martin Ramsch <[EMAIL PROTECTED]> <URL: http://home.pages.de/~ramsch/ >
PGP KeyID=0xE8EF4F75 FiPr=52 44 5E F3 B0 B1 38 26  E4 EC 80 58 7B 31 3A D7
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl)   www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to