On Fri, Oct 05, 2001 at 09:46:03AM -0500, Dave Sherohman wrote: | On Fri, Oct 05, 2001 at 08:35:54AM -0400, Wayne Topa wrote: | > Using exim. In .forward | > | > if $h_MBOX-Line: contains "[EMAIL PROTECTED]" | > then | > save /dev/null | > finish | > endif | | You don't have to actually (pretend to) save the message anywhere. | Just | | if ... then | seen finish | endif
Wayne and Dave : Neat, thanks. (I want to switch from procmail to exim, but haven't tested by rules yet). Say, how do you use maildir folders with exim filters? -D