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::HeaderValidateMIME - enforce MIME header conformance

Author

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

Description

       This milter module rejects any message at the DATA stage that has one of the Content-Type: or MIME-
       Version: headers, but not the other.  In the future, this module may enforce stricter MIME checks.

Name

       Mail::Milter::Module::HeaderValidateMIME - enforce MIME header conformance

See Also

       Mail::Milter::Object

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

Synopsis

           use Mail::Milter::Module::HeaderValidateMIME;

           my $milter = new Mail::Milter::Module::HeaderValidateMIME();

           my $milter2 = &HeaderValidateMIME; # convenience

See Also