Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Mail::Audit::MAPS - Mail::Audit plugin for RBL checking
SYNOPSIS
use Mail::Audit qw(MAPS);
my $mail = Mail::Audit->new;
...
if ($mail->rblcheck) {
...
}
DESCRIPTION
This is a Mail::Audit plugin which provides a method for checking messages against the Relay Black List.
METHODS
rblcheck([$timeout])
-
Attempts to check the mail headers with the Relay Blackhole List. Returns false if the headers check out fine or the query times out, returns a reason if the mail is considered spam.
AUTHOR
Simon Cozens <simon@cpan.org>