On Tue, Mar 04, 2014 at 01:31:45AM -0500, Steve Litt wrote:
> Hi all,
>
> Here's how I just made my life happier and less stressful:
>
> ==========================================
> GARBAGE=/dev/null
>
> ### DEBIAN LIST UBERSCREAMER ARNOLD BIRD'S 4 ADDRESSES
> :0:
> * ^From.*naturallinux@dcemail.com
> $GARBAGE
>
> :0:
> * ^From.*arnoldbird@cosmicemail.com
> $GARBAGE
>
> :0:
> * ^From.*usspookslovesystmd@muchomail.com
> $GARBAGE
>
> :0:
> * ^From.*fredwln2@mail.ru
> $GARBAGE
> ==========================================
And for anyone using sieve:
====8<===============
if anyof (header :contains "from" "naturallinux@dcemail.com",
header :contains "from" "arnoldbird@cosmicemail.com",
.... and so on ...){
discard; # Throw away the message
stop; # Don't process any more rules for this message
}
====8<===============
Attachment:
signature.asc
Description: Digital signature