[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Procmail filtering / UNDELIVERABLE EMAIL



On Sun, Sep 24, 2000 at 03:37:29PM -0500, William Jensen wrote:

> Here's mine, it works, YMMV:
> 
> :0:
> * ^From:.<webmaster@my.netvigator.com>
> /dev/null

    I'm using the perl Mail::Audit module myself:

if (($from eq 'webmaster@my.netvigator.com')
    and ($subject =~ /undelivered email/))
{
    print "Rejecting stupid Debian error message.\n\n";
    my $reason = "I'm sick of looking at these in my inbox.";
    $message->reject($reason);
}

    To each their own I guess. ;-)

    Mike

-- 
Michael P. Soulier <msoulier@storm.ca>
"...the word HACK is used as a verb to indicate a massive amount
of nerd-like effort."  -Harley Hahn, A Student's Guide to UNIX



Reply to: