Hi John

>  Any generic type of filter that will pick up spam?  These days I get
>  so much rubbish - be a millionaire in 30 days, send me money & make
>  yourself rich, etc., Viagra without a prescription (I sure could do
>  with some in any case <g>), etc. etc.

>  Any one had any success in getting rid of these pests?

I've just programmed a mail filter which does his job quite well. It's
a  perl  script  that  is  executed  each  time when a mail arrives. A
message  is  treated  as  spam if the sender's ip is listed in ORBS or
MAPS. So, it does for each time two requests (example ip: 1.2.3.4):

  host 4.3.2.1.blackholes.mail-abuse.org
  host 4.3.2.1.relays.orbs.org

If  the  ip  127.0.0.2  is  returned, the probability is high that the
message  is  spam.  Because I don't delete the message, but send it to
another address, I take no risks.

Additionally, I check the subjects for some suspect strings.

So,  I  let  a  script  filter my mails *before* they arrive in my pop
account. 

So short,
Beat

-- 
  Using The Bat! 1.47 Halloween Edition under Windows 95 4.0 Build 950 

-- 
PGP public key available:
Send a blank email to <[EMAIL PROTECTED]> or
get it on keyservers: 0x4E0B0777 (DH/DSS)

-- 
--------------------------------------------------------------
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   <mailto:[EMAIL PROTECTED]>
To Unsubscribe from TBUDL, double click here and send the message:
   <mailto:[EMAIL PROTECTED]>
--------------------------------------------------------------

You are subscribed as : archive@jab.org


Reply via email to