NAME
Authentication Milter - SpamAssassin Module
DESCRIPTION
Check email for spam using SpamAssassin spamd.
CONFIGURATION
"SpamAssassin" : {
"default_user" : "nobody",
"sa_host" : "localhost",
"sa_port" : "783",
"remove_headers" : "yes"
},
SYNOPSIS
CONFIG
Add a block to the handlers section of your config as follows.
"SpamAssassin" : {
"default_user" : "nobody",
"sa_host" : "localhost",
"sa_port" : "783",
"remove_headers" : "yes"
},
AUTHORS
Marc Bradshaw <marc@marcbradshaw.net>
COPYRIGHT
Copyright 2015
This library is free software; you may redistribute it and/or modify it under the same terms as Perl itself.