RT 3.8.17 Documentation

RT::Interface::Email::Filter::SpamAssassin

Go to latest version →

NAME

RT::Interface::Email::Filter::SpamAssassin - Spam filter for RT

SYNOPSIS

    # in RT config
    Set(@MailPlugins, 'Filter::SpamAssassin', ...other filters...);

DESCRIPTION

This plugin checks to see if an incoming mail is spam (using spamassassin) and if so, rewrites its headers. If the mail is very definitely spam - 1.5x more hits than required - then it is dropped on the floor; otherwise, it is passed on as normal.

← Back to index