NAME

Mail::Milter::Authentication::Handler::RSpamD

VERSION

version 2.20180611

DESCRIPTION

Check email for spam using rspamd.

CONFIGURATION

"RSpamD" : {
    "default_user"   : "nobody",
    "rs_host"        : "localhost",
    "rs_port"        : "11333",
    "hard_reject"    : "1",
    "remove_headers" : "yes"
},

CONFIG

Add a block to the handlers section of your config as follows.

"RSpamD" : {
    "default_user"   : "nobody",
    "rs_host"        : "localhost",
    "rs_port"        : "11333",
    "hard_reject"    : "1",
    "remove_headers" : "yes"
},

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.