NAME

Authentication-Milter - Sanitize Module

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
}

SYNOPSIS

AUTHORS

Marc Bradshaw <marc@marcbradshaw.net>

COPYRIGHT

Copyright 2017

This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.