2014-03-04 8:46 GMT+01:00 David Guntner <[email protected]>: > Steve Litt grabbed a keyboard and 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 > > ========================================== > > > > > > I'll probably have to add more to that as he comes on line with a slew > > of other identities, but .procmailrc is a pretty easy filtering > > mechanism. > > > > Life is more pleasant when you don't have to hear that stuff. > > Unless you have a reason to want one test per address, you could simply > put them all in a single test. > > > :0: > > * ^From.*([email protected]|[email protected]| > [email protected]|[email protected]) > > $GARBAGE > > Collect them all! :-) > > --Dave >
Lately I would add :0B * .*(systemd) $GARBAGE :0 * ^Subject.*(systemd) $GARBAGE

