X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Flib%2FRT%2FInterface%2FEmail%2FFilter%2FSpamAssassin.pm;fp=rt%2Flib%2FRT%2FInterface%2FEmail%2FFilter%2FSpamAssassin.pm;h=49e89c570f68a024196044ec91b4abb94dc1c90b;hb=b4b0c7e72d7eaee2fbfc7022022c9698323203dd;hp=176b39414d2ec3dd69033ccf41fc7db917f24978;hpb=2dfda73eeb3eae2d4f894099754794ef07d060dd;p=freeside.git diff --git a/rt/lib/RT/Interface/Email/Filter/SpamAssassin.pm b/rt/lib/RT/Interface/Email/Filter/SpamAssassin.pm index 176b39414..49e89c570 100644 --- a/rt/lib/RT/Interface/Email/Filter/SpamAssassin.pm +++ b/rt/lib/RT/Interface/Email/Filter/SpamAssassin.pm @@ -1,8 +1,8 @@ # BEGIN BPS TAGGED BLOCK {{{ # # COPYRIGHT: -# -# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC +# +# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -45,6 +45,7 @@ # those contributions and any derivatives thereof. # # END BPS TAGGED BLOCK }}} + package RT::Interface::Email::Filter::SpamAssassin; use Mail::SpamAssassin; @@ -77,7 +78,8 @@ RT::Interface::Email::Filter::SpamAssassin - Spam filter for RT =head1 SYNOPSIS - @RT::MailPlugins = ("Filter::SpamAssassin", ...); + # in RT config + Set(@MailPlugins, 'Filter::SpamAssassin', ...other filters...); =head1 DESCRIPTION