Sendmail::Milter(3pm) | User Contributed Perl Documentation | Sendmail::Milter(3pm) |
Sendmail::Milter - compatibility interface for Sendmail::PMilter
use Sendmail::Milter; Sendmail::Milter::auto_setconn(NAME); Sendmail::Milter::register(NAME, { CALLBACKS }, FLAGS); Sendmail::Milter::main();
This is a compatibility interface which emulates the "standard" Sendmail::Milter API.
The following functions are available in this module. Unlike "Sendmail::PMilter", this interface involves a single, global instance of milter data, so these functions are called without an object reference.
For each function, see the description of its object-based counterpart in Sendmail::PMilter.
One extension function is provided by this implementation.
In order to preserve compatibility with the standard "Sendmail::Milter" interface, all SMFI* constants described in Sendmail::PMilter are exported into the caller's namespace by default.
(Note that "Sendmail::PMilter" itself does not export these symbols by default.)
2021-12-26 | perl v5.32.1 |