procmail
[Top] [All Lists]

Re: Newbie needs help

2003-02-06 05:39:58
Paul Tram skribis:

In my .procmailrc file, I wrote:
  :0:
  * 
!(^From:(_dot_)*email1(_at_)hotmail(_dot_)com|^From:(_dot_)*email2(_at_)hotmail(_dot_)com|\
  
^From:(_dot_)*email3(_at_)yahoo(_dot_)com|^From:(_dot_)*somebody(_at_)yahoo(_dot_)com|\
  
^From:(_dot_)*friend(_at_)aol(_dot_)com|^From:(_dot_)*friend(_at_)hotmail(_dot_)com|\
  
^From:(_dot_)*brother(_at_)serv(_dot_)net|^From:(_dot_)*sister(_at_)qwest(_dot_)net|\
  
^To:(_dot_)*procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE|^Subject:.*[CyberDojo]|\
  ^From:(_dot_)*(_at_)somemailinglist(_dot_)com)
  Spam

I assume there is more in your .procmailrc than just the above, 
lines like 'SHELL=/bin/sh' and 'LOGFILE=$HOME/pm.log' and 
'MAILDIR=$HOME/mail'.

A first rewrite (untested):
  :0:
  * ! ^From:.*(\
        (email1|email2|friend)@hotmail\.com|\
        (email3|somebody)@yahoo\.com|\
        friend(_at_)aol\(_dot_)com|\
        (brother(_at_)serv|sister(_at_)qwest)\.net|\
        @somemailinglist\.com|\
      @@)
  * ! ^Sender:.*procmail-admin@
  * ! ^Subject:.*[CyberDojo]
  * ! ^TO_(myaddress1|myaddress2)@domain1\.tld
  Spam

But From:'friend(_at_)aol(_dot_)com(_dot_)cn' will not go to Spam.

-- 
Affijn, Ruud

Easy people don't care too much.

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>