> 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