Ok, I have come to the conclusion that this list is unbearable without some filters. Can someone recomend what is the easiest way to drop email from certain posters, using the Qmail system? I just want something simple which won't require me to learn some new super-powerful filter ruleset description language. I just want to be able to say, "If it comes from ravage@... please discard." Thanks
I'm not that familiar with qmail, but I was under the impression it was an MTA like postfix or sendmail. I presume you intended to ask about procmail. Put this in your procmail.rc file before your cypherpunks rule: INCLUDERC=$PMDIR/kill.rc Insert in the new $PMDIR/kill.rc file something like this: :0: * ^From:.*?ravage@.*?ssz.com.* trash I suspect you don't have to include the last .* (don't recall). Do a search for procmail FAQs for far more details than you ever wanted. -Declan On Wed, Nov 07, 2001 at 12:46:58AM -0000, Dr. Evil wrote:
Ok, I have come to the conclusion that this list is unbearable without some filters. Can someone recomend what is the easiest way to drop email from certain posters, using the Qmail system? I just want something simple which won't require me to learn some new super-powerful filter ruleset description language. I just want to be able to say, "If it comes from ravage@... please discard."
Thanks
On Tue, Nov 06, at 11:27PM, Declan McCullagh wrote: | Put this in your procmail.rc file before your cypherpunks rule: | INCLUDERC=$PMDIR/kill.rc | | Insert in the new $PMDIR/kill.rc file something like this: | :0: | * ^From:.*?ravage@.*?ssz.com.* | trash/ ^^ Make sure you add the leading slash to denote Maildir as opposed to mbox. -- Churchill, Winston Leonard Spencer --On the eve of Britain's entry into World War II: "If you will not fight for right when you can easily win without bloodshed; if you will not fight when your victory will be sure and not too costly; you may come to the moment when you will have to fight with all odds against you and only a precarious chance of survival. There may be even a worse fate. You may have to fight when there is no hope of victory, because it is better to perish than to live as slaves.
At 12:46 AM 11/07/2001 +0000, Dr. Evil wrote:
Ok, I have come to the conclusion that this list is unbearable without some filters. Can someone recomend what is the easiest way to drop email from certain posters, using the Qmail system? I just want something simple which won't require me to learn some new super-powerful filter ruleset description language. I just want to be able to say, "If it comes from ravage@... please discard."
Declan suggests Procmail, if you want a powerful, flexible tool. Alternatively, many mail reader programs include filtering capabilities. /bin/mail didn't :-), but Eudora does, and probably most browser-based mail readers also do. So you're covered with Procmail on Unix, and client programs on Windows and Macs.
participants (4)
-
Bill Stewart
-
Declan McCullagh
-
Dr. Evil
-
Gabriel Rocha