Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: A Beginner's Guide to Using Mail::Audit and Mail::SpamAssassin

by Aristotle (Chancellor)
on Jul 09, 2002 at 15:40 UTC ( [id://180518]=note: print w/replies, xml ) Need Help??


in reply to A Beginner's Guide to Using Mail::Audit and Mail::SpamAssassin

One thing to note: I recommend making extensive use of eval wrapping blocks when using Mail::Audit. This way, you can catch any mishaps and still deliver the mail to a standard inbox. If you're not going through procmail, on some mailservers a failing Mail::Audit filter (I had poorly tested mine for whether the permissions allowed the smptd to run it f.ex) will result in the mail making a trip to the bit bucket - not what you want. It shouldn't be necessary in an ideal world to do so, but generously sprinkling evals followed $mail->accept($default_inbox); all over the place will protect your mail from boneheaded Monday morning mishaps and won't do any harm in other cases.

Makeshifts last the longest.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://180518]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-03-28 16:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found