NAME
Plagger::Plugin::Filter::SpamAssassin - Find spam entries
SYNOPSIS
- module: Filter::SpamAssassin
config:
spam_tag: spam
new:
local_tests_only: 1
site_rules_filename: some_rule.cf
CONFIG
- spam_tag
-
A string that will be added to the entry's tag. Defaults to 'spam'.
- add_report (for debugging)
-
If set to true, the SpamAssassin's report will be added to spam entry's body.
- new
-
Options passed to Mail::SpamAssassin->new(). See Mail::SpamAssassin for details.
AUTHOR
Kenichi Ishigaki