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.*naturalli...@dcemail.com > $GARBAGE > > :0: > * ^From.*arnoldb...@cosmicemail.com > $GARBAGE > > :0: > * ^From.*usspookslovesys...@muchomail.com > $GARBAGE > > :0: > * ^From.*fredw...@mail.ru > $GARBAGE > ==========================================
And for anyone using sieve: ====8<=============== if anyof (header :contains "from" "naturalli...@dcemail.com", header :contains "from" "arnoldb...@cosmicemail.com", .... and so on ...){ discard; # Throw away the message stop; # Don't process any more rules for this message } ====8<===============
signature.asc
Description: Digital signature