The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Mail::Audit::MAPS - Mail::Audit plugin for RBL checking

VERSION

version 2.228

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.

AUTHORS

  • Simon Cozens

  • Meng Weng Wong

  • Ricardo SIGNES

COPYRIGHT AND LICENSE

This 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.