Ironically that is where I got the initial filter from.
Wayne Jackson
ICQ: 30427112
ICBM Target Coords: 27.500S, 153.017E
au.echoplex.org > #iloveziggy
http://www.powerup.com.au/~wmjackson
http://www.ozemail.com.au/~wmjackson
http://users.bigpond.net.au/warp_kez
----- Original Message -----
From: "Sam Varshavchik" <mrs...@courier-mta.com>
To: <cour...@lists.sourceforge.net>
Sent: Thursday, August 09, 2001 11:06 AM
Subject: [courier-users] Re: SPAM filtering with maildrop
Wayne Jackson writes:
How should that line look then?
That depends on what you're trying to accomplish.
See the maildropfilter man page.
Wayne Jackson
ICQ: 30427112
ICBM Target Coords: 27.500S, 153.017E
au.echoplex.org > #iloveziggy
http://www.powerup.com.au/~wmjackson
http://www.ozemail.com.au/~wmjackson
http://users.bigpond.net.au/warp_kez
-------------------------------------
----- Original Message -----
From: "Sam Varshavchik" <mrs...@courier-mta.com>
To: <cour...@lists.sourceforge.net>
Sent: Thursday, August 09, 2001 9:40 AM
Subject: [courier-users] Re: SPAM filtering with maildrop
Wayne Jackson writes:
if (/^From: <love...@iwon.com>/ || lookup( $MATCH2, "spam"))
{
to /dev/null
}
I use a generic email address of one spammer I have recieved from,
but
it
does not work for any others listed in the file spam.
The probable reason is that you did not properly initialize $MATCH2.