NAME
Mail::Milter::Authentication::Handler::Sanitize
VERSION
version 2.20191205
DESCRIPTION
Remove unauthorized (forged) Authentication-Results headers from processed email.
CONFIGURATION
"Sanitize" : { | Config for the Sanitize Module
| Remove conflicting Auth-results headers from inbound mail
"hosts_to_remove" : [ | Hostnames (including subdomains thereof) for which we
"example.com", | want to remove existing authentication results headers.
"example.net"
],
"remove_headers" : "yes" | Remove headers with conflicting host names (as defined above)
| "no" : do not remove
| "yes" : remove and add a header for each one
| "silent" : remove silently
| Does not run for trusted IP address connections
}
AUTHOR
Marc Bradshaw <marc@marcbradshaw.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Marc Bradshaw.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.