- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] SpamAssassin Question
- From: Richard Ibbotson <richard@xxxxxxxxxxxxx>
- Date: Tue, 27 May 2003 10:13:24 +0100 (BST)
Simon
> :0fw
> | spamassassin -P
> :0:
> * ^X-Spam-Status: Yes
> spambox
Just for the sake of info and not much more you can combine it with
Mail::Audit to produce a more sophisticated mail filter....
http://www.perl.com/pub/a/2001/07/17/mailfiltering.html
http://www.crustynet.org.uk/~chrisb/filter
Might be helpful if Procmail doesn't want to play which does happen
sometimes. Installation instructions....
# perl -MCPAN -e shell
Whenever it asks for manual configuration, say no.
cpan> o conf prerequisites_policy ask
Stops it running away and installing loads of extras.
cpan> install Time::HiRes
cpan> install Net::DNS
cpan> install Pod::Usage
cpan> install Mail::Audit
cpan> install Mail::Spamassassin
cpan> quit
might need to install some other CPAN modules.
Thanks
Richard
www.sheflug.co.uk