logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Mail::Milter::Module::HeloUnqualified - milter to check for an unqualified HELO name

Author

       Todd Vierling, <tv@duh.org> <tv@pobox.com>

Description

       This 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, '^localhost' is excepted.

Name

       Mail::Milter::Module::HeloUnqualified - milter to check for an unqualified HELO name

See Also

       Mail::Milter::Object

perl v5.36.0                                       2023-01-22              Mail::Milter::...HeloUnqualified(3pm)

Synopsis

           use Mail::Milter::Module::HeloUnqualified;

           my $milter = new Mail::Milter::Module::HeloUnqualified([EXCEPT]);

           my $milter2 = &HeloUnqualified([EXCEPT]); # convenience

See Also