Mail::Milter::Module::HeaderValidateMIME(3pm) | User Contributed Perl Documentation | Mail::Milter::Module::HeaderValidateMIME(3pm) |
Mail::Milter::Module::HeaderValidateMIME - enforce MIME header conformance
use Mail::Milter::Module::HeaderValidateMIME; my $milter = new Mail::Milter::Module::HeaderValidateMIME(); my $milter2 = &HeaderValidateMIME; # convenience
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.
Todd Vierling, <tv@duh.org> <tv@pobox.com>
Mail::Milter::Object
2023-01-22 | perl v5.36.0 |