[Gllug] low cost viagra
Stig Brautaset
gllug at brautaset.org
Wed Feb 19 14:53:59 UTC 2003
On Feb 19 2003, Doug wrote:
> On Wed 19 Feb Thomas Charles Robinson wrote:
> > I can't wait! send me some now and here's my check!
> >
> > Why do we get this rubbish?
>
> Because you don't run spamassassin?
Actually I do, but the default rules didn't trigger on this one. I believe you
must have a different version of SpamAssassin than me, or you have tweaked the
rules yourself. Pray tell which!
>
> X-Spam-Report: 6.2 hits, 4 required;
> * 0.6 -- From: does not include a real name
> * 2.4 -- BODY: Plugs Viagra
> * 3.2 -- HTML-only mail, with no text version
>
> (Incidentally, replying to spam and copying the list is a bit irritating
> for those of us whose spam filters are working, so we didn't see the
> actual spam.)
I think you will like these procmail recipes then:
# If SpamAssassin triggers, make sure we plonk followups
# too the message too.
:0
* ^X-Spam-Status: Yes
{
:0 ch:
| formail -x"Message-Id:" >> $spam_ids
:0
$spam
}
# File follow-ups to spam as spam too.
# Invaluable on e.g. debian-user etc.
:0
* ? formail -c -x"References:" -x"In-Reply-To:" | fgrep -is -f $spam_ids
{
:0 ch:
| formail -x"Message-Id:" >> $spam_ids
:0 f
| formail -A"X-Note: Follow-up to spam."
:0
$spam_followups
}
They obviously only work if people use decent mailers that adhere to the
References or In-Reply-To headers.
HTH, HAND.
Stig
--
brautaset.org
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list