[rt-users] How bestpractical.com filters spam in front of RT

Asif Iqbal iqbala at qwestip.net
Mon Sep 22 16:25:59 EDT 2003


Hi All

I know Jesse is extremely busy. However anyone else used this setup and have
answer to the following question ? I installed the modules required for this to
run. Now I am stuck here. What would be the default value of rt owner in this
next line ?

my @defaults = qw(your-rt-owner); [excerpted from the following code..]

Thanks

On Sun, 21 Sep 2003, Asif Iqbal wrote:

> On Wed, 17 Sep 2003, Asif Iqbal wrote:
>
> > On Mon, 15 Sep 2003, Jesse Vincent wrote:
> >
> > >
> > > I use the following tool to do my spam filtering in front of RT.
> > > It uses Mail::Audit and Mail::Spamassassin.  It can, in fact, be run in
> > > front of any program that receives mail through a pipe in your
> > > /etc/aliases file. You'll need to make sure it can write to its temp
> > > directories and your spamassassin setup is as you like it.
> > >
> > > Rob Spier wrote this tool for perl.org and I adapted it for RT3.
> > > I'm eternally grateful. It's made my life suck much less.
> > >
> > > in /etc/aliases, I've got this:
> > > rt-3.0-bugs: "|/opt/bestpractical.com-rt3/bin/mailaudit /opt/fsck.com-rt3/bin/rt-m
> > > ailgate --queue 'rt3' --action 'correspond' --url http://rt3.fsck.com/"
> > >
> > > mailaudit is this:
> > >
> > >
> > > #!/usr/bin/perl
> > >
> > > # $Id: bugsfilter,v 1.31 2002/07/31 04:06:22 rt Exp rt $
> > >
> > >
> > > use strict;
> > >
> > > # -- CONFIGURATION --
> > > my $HOME = "/opt/rt3/mail/";
> >
> > I am guessing you meant /opt/rt3 as $HOME
> >
> > > $ENV{'HOME'} = $HOME;
> > > my $maildir = "$HOME/Mail/";
> > >
> > >
> > > use Mail::Audit qw(KillDups);
> > > use Mail::SpamAssassin;
> > > $Mail::Audit::KillDups::dupfile = "$HOME/.msgid-cache";
> > >
> > > my @defaults = qw(your-rt-owner);
> >
> > What would be the default value of rt-owner ?
>
> I am ready to test it. Except I am not sure what would the default value of
> rt-owner. I am runnign RT-3-0-5
>
> Please help
>
> >
> > [...]
> >
> > I will give this a shot
> >
> > Thanks a lot
> >
>
>

-- 
Asif Iqbal
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x8B686E08
There's no place like 127.0.0.1




More information about the rt-users mailing list