[rt-users] Plugins

Larry Stone lcs at MIT.EDU
Thu Jul 8 01:03:21 EDT 2004


> 2) In RT_SiteConfig.pm
>
> adding the line:
>
> push @RT::MailPlugins, "Filter::SpamAssassin";

This is almost what I do; just set the whole list to be sure of the order:

@RT::MailPlugins = ("Filter::SpamAssassin", "Auth::MailFrom");

I posted a working version of the SpamAssassin plugin itself to this
list a few weeks ago, it ought to be easy to find.

    -- Larry




More information about the rt-users mailing list