[rt-devel] RT3 and SpamAssassin?
    Dave Alden 
    alden at math.ohio-state.edu
       
    Thu Mar 27 07:20:40 EST 2003
    
    
  
Hi,
  Ok, then now I'm asking for help.  :-)  I'm not really sure where the
proper place to define RT::MailPlugins is, so I modified Email.pm and
put it in there (where is the best place to do this?).  I replaced:
    push @RT::MailPlugins, "Auth::MailFrom"   unless @RT::MailPlugins;
with
    @RT::MailPlugins = (
        "Filter::SpamAssassin",
        "Auth::MailFrom"
        );
Email now bounces back with a webpage.  There's a ton of HTML, followed
by a "raw error" message, a bunch of <br>'s and then:
<a name="raw"></a>
No GetCurrentUser code found in  module at /home/rt3/lib/RT/Interface/Email.pm line 466.
Trace begun at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Exceptions.pm line 90
HTML::Mason::Exceptions::__ANON__('No GetCurrentUser code found in  module at /home/rt3/lib/RT/Interface/Email.pm line 466.^J') called at /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm line 283
HTML::Mason::Request::__ANON__('No GetCurrentUser code found in  module at /home/rt3/lib/RT/Interface/Email.pm line 466.^J') called at /home/rt3/lib/RT/Interface/Email.pm line 466
etc...
Help?
...thnx,
...dave
    
    
More information about the Rt-devel
mailing list