
Mail::Decency::ContentFilter::SpamAssassin

Filter messages through spamc and translate results
---
disable: 0
#max_size: 0
#timeout: 30
cmd_check: '/usr/bin/spamc -u %user% --headers'

Spamassassin host .. use this or socket
Spamassassin port .. if host is used
Spamassassin socket .. instead of host and port

Use Mail::SpamAssassin::Client to retreive filter result from SpamAssassin
Train mails into SpamAssassin
Creates instance of Mail::SpamAssassin::Client and returns it

Ulrich Kautz <uk@fortrabbit.de>

Copyright (c) 2010 the "AUTHOR" as listed above

This library is free software and may be distributed under the same terms as perl itself.