Query: mail::milter::wrapper::defertorcpt
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mail::Milter::Wrapper::DeferToRCPT(3pm) User Contributed Perl Documentation Mail::Milter::Wrapper::DeferToRCPT(3pm)NAMEMail::Milter::Wrapper::DeferToRCPT - milter wrapper to delay failure returnsSYNOPSISuse Mail::Milter::Wrapper::DeferToRCPT; my $milter = ...; my $wrapper = new Mail::Milter::Wrapper::DeferToRCPT($milter); my $wrapper2 = &DeferToRCPT($milter); # convenienceDESCRIPTIONMail::Milter::Wrapper::DeferToRCPT is a convenience milter wrapper which defers any error return during the "connect", "helo", and/or "envfrom" callbacks to the "envrcpt" callback. Many broken client mailers exist in the real world and will do such things as instantaneously reconnect when receiving an error at the MAIL FROM: stage. This wrapper ensures that errors are never propagated back to the MTA until at least the RCPT TO: phase. Errors in "connect" and "helo" will apply to the entire SMTP transaction. Errors in "envfrom" will only apply to that particular message. This wrapper can also be used to enhance logging. Though the contained milter may wish to reject a mail in progress, it may be useful for logging purposes to capture the HELO string, sender, and recipient addresses of each attempted mail.AUTHORTodd Vierling, <tv@duh.org> <tv@pobox.com>SEE ALSOMail::Milter::Wrapper perl v5.8.8 2004-02-26 Mail::Milter::Wrapper::DeferToRCPT(3pm)
Similar Topics in the Unix Linux Community |
---|
helo,every! |
Scam-backscatter 1.4.1 (Default branch) |
Formatting echo o/p |
Wrapper functions like SuSEFirewall2 |