Query: mail::milter::module::helounqualified
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Mail::Milter::Module::HeloUnqualified(3pm) User Contributed Perl Documentation Mail::Milter::Module::HeloUnqualified(3pm)NAMEMail::Milter::Module::HeloUnqualified - milter to check for an unqualified HELO nameSYNOPSISuse Mail::Milter::Module::HeloUnqualified; my $milter = new Mail::Milter::Module::HeloUnqualified([EXCEPT]); my $milter2 = &HeloUnqualified([EXCEPT]); # convenienceDESCRIPTIONThis milter module rejects any domain name that HELOs without a dot, and which is not an IPv4/IPv6 literal. Whether or not the HELO value corresponds to the connecting host is not checked by this module. If the EXCEPT argument is supplied, it should be a regex enclosed in a string which will be exempted from this check. Commonly, '^local- host' is excepted.AUTHORTodd Vierling, <tv@duh.org> <tv@pobox.com>SEE ALSOMail::Milter::Object perl v5.8.8 2004-02-26 Mail::Milter::Module::HeloUnqualified(3pm)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Detecting unused variables... |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |