-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kevin Coyner <[EMAIL PROTECTED]> wrote: > On Sun, Aug 18, 2002 at 06:00:11PM +0300, Jussi Ekholm wrote...... >> #!/bin/sh >> # >> # $Id: addspam.sh,v 1.5 2002/08/11 07:48:09 ekhowl Exp $ > > This looks like a pretty nifty solution.
Well, dunno about nifty, but it works - to some extent. :-) > I was going to give it a try, but realized I don't know what you > have for a recipe in .procmail/spammers. I'm not quite intuitive or > advanced enough in this stuff to guess the contents of > .procmail/spammers, so would you mind sharing? I'd like to give > your addspam script a try. Ah, indeed, I forgot - my bad. Here's what I have: [...] # $Id: spam.rc,v 1.8 2002/08/19 14:08:44 ekhowl Exp $ ... # Check the list of known spam addresses and kill every mail # originating from a known spam address. :0: * ? (formail -x From: -x Sender: -x Reply-To: -x Received: | fgrep -iqf /home/ekhowl/.procmail/spammers) /dev/null [...] There, HTH! It's somewhat working solution -- it was mainly in use before I got introduced to SpamAssassin. Still, as it is such a heavy software, I'm having this rule-set which I apply to every incoming mail _before_ it gets sent to spamd, thus saving CPU and memory. - -- Jussi Ekholm <[EMAIL PROTECTED]> | <http://erppimaa.ihku.org/> | <0x1410081E> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9YP6xAtEARxQQCB4RAp4FAJ9RVMAdnbNiNxnlpoDFnxhdbWRGKQCeLH+T koV/wXaA+bb5QCLjpcwIjOk= =3czy -----END PGP SIGNATURE-----