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

> Here's mine, it works, YMMV:
> 
> :0:
> * ^From:.<[EMAIL PROTECTED]>
> /dev/null

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

if (($from eq '[EMAIL PROTECTED]')
    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 <[EMAIL PROTECTED]>
"...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 via email to