The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

SEE ALSO

Plagger, Mail::SpamAssassin