On 10/16, Dale Morris rearranged the electrons to read:
> could someone post a simple spam receipe for procmail? I'm afraid I'll
> end up filtering out my important mails. You know, things like distant
> relatives writing to give me money and such..  
> thanks

Here are a few simple recipes I have in one of my .procmailrc's:

:0:
* ^From:.*(moneyworld|fincon|selfhelpnet|natureplus)\.com(\>|$)
/dev/null

:0:
* ^TO(moneyworld|fincon|selfhelpnet|natureplus)\.com(\>|$)
/dev/null

:0:
* ^Subject: Accept Credit Cards*
/dev/null

:0:
* ^From:.*Toll2troll@aol\.com(\>|$)
/dev/null

Hope this helps you.  "man 5 procmailrc" and "man 5 procmailex" have
some good information in them, too, regarding your .procmailrc file.

Good luck,
Jamie

Reply via email to