|
NAMEMail::Audit::MAPS - Mail::Audit plugin for RBL checking VERSIONversion 2.228 SYNOPSIS use Mail::Audit qw(MAPS);
my $mail = Mail::Audit->new;
...
if ($mail->rblcheck) {
...
}
DESCRIPTIONThis is a Mail::Audit plugin which provides a method for checking messages against the Relay Black List. METHODS
AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2000 by Simon Cozens. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|