procmail
[Top] [All Lists]

Matches with egrep

2003-07-03 10:55:20
I use the following condition

* !? egrep -is -f /home/me/goodhtml.txt

to compare email addresses in a whitelist and make sure they do NOT match the 
email message.

I now want to compare against a blacklist for items which DO match. I had 
assumed that

:0 :
* ? egrep -is -f /home/me/INBOX/spammers

but the logs say that there was no match, even though I entered the sender's 
name into the file myself.

Have I got the syntax for egrep correct? Thanks!

_______________________________________________
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>
  • Matches with egrep, Lee Hoffner <=