Sendmail::PMilter

Perl binding of Sendmail Milter protocol
Download

Sendmail::PMilter Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Todd Vierling
  • Publisher web site:
  • http://search.cpan.org/~avar/

Sendmail::PMilter Tags


Sendmail::PMilter Description

Perl binding of Sendmail Milter protocol Sendmail::PMilter is a mail filtering API that implements the Sendmail milter protocol in pure Perl. This allows Sendmail servers (and perhaps other MTAs implementing milter) to filter and modify mail in transit during the SMTP connection, all in Perl. It should be noted that PMilter 0.90 and later is NOT compatible with scripts written for PMilter 0.5 and earlier. The API has been reworked significantly, and the enhanced APIs and rule logic provided by PMilter 0.5 and earlier has been factored out for inclusion in a separate package to be called Mail::Milter.SYNOPSIS use Sendmail::PMilter; my $milter = new Sendmail::PMilter; $milter->auto_setconn(NAME); $milter->register(NAME, { CALLBACKS }, FLAGS); $milter->main(); Requirements: · Perl


Sendmail::PMilter Related Software