procmail
[Top] [All Lists]

Re: sending spam to /dev/null (viagra autolearn=spam)

2005-07-24 14:51:43
Damian Menscher:

 :0:
 * ^X-Spam-Status: Yes
 * autolearn=spam
 /dev/null

No need for locking when delivering to /dev/null.

You don't specify where "autolearn=spam" comes from, so it will match it
in the Subject too.


:0:
* ^X-Spam-Status: Yes
junk


  :0
  * ^X-Spam-Status: Yes\/.*
  {
    :0
    * MATCH ?? autolearn=spam
    /dev/null

    :0:
    junk
  }


Alternative:

  :0   # 8 or more
  * ^X-Spam-Level: \*\*\*\*\*\*\*\*
  /dev/null

  :0:  # 5 or more
  * ^X-Spam-Level: \*\*\*\*\*
  junk


-- 
Grtz, Ruud


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail