Re: Help with rule/action1996-03-22 16:07:54Marty Frongillo <marty(_at_)isis(_dot_)com> writes: I trying to write a rule that will only deliver mail to me when my name is part of the body of the letter. I thought I would just pipe this to /dev/null, but that does not work; I get errors writing to /dev/null. Do you want to _execute_ /dev/null, or _write_ to /dev/null? (correct answer: b) # filter out all but my dormant call notifications :0 HBb *^Subject:.*Call Notification *!Owner:.*marty /dev/null
|
|