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.*[email protected] > $GARBAGE > > :0: > * ^From.*[email protected] > $GARBAGE > > :0: > * ^From.*[email protected] > $GARBAGE > > :0: > * ^From.*[email protected] > $GARBAGE > ==========================================
And for anyone using sieve: ====8<=============== if anyof (header :contains "from" "[email protected]", header :contains "from" "[email protected]", .... and so on ...){ discard; # Throw away the message stop; # Don't process any more rules for this message } ====8<===============
signature.asc
Description: Digital signature

