RE: [SAtalk] How To generate a spammers domain list

2003-08-26 Thread Chris Santerre
You are in luck when using sendmail. You can use the ACCESS file to block known spammers. I get the BL from http://basic.wirehub.nl/spamstats.html  it is updated hourly. I have a quick script that adds this to my original access file and creates the final version. Takes me 1 minutes to do by

Re[2]: [SAtalk] How To generate a spammers domain list

2003-08-24 Thread Abigail Marshall
Hello myname, Friday, August 22, 2003, 10:33:44 PM, you wrote: m> Since I control the server where the mails are intitally received I m> can just block these spammers at the gate. I will get a list of all m> domains in the mail from , and create an Obviously spam domain list and m> then block

Re: [SAtalk] How To generate a spammers domain list

2003-08-23 Thread myname
On Sat, 2003-08-23 at 11:41, Hannu Liljemark wrote: On Fri, Aug 22, 2003 at 11:56:00AM +0300, Ramprasad A Padmanabhan wrote: > Is there a way I can generate a list of domains of senders which are > marked as spam by spamassassin Sure, create a file in e.g. /usr/share/spamassassin/ dir that h

Re: [SAtalk] How To generate a spammers domain list

2003-08-23 Thread Hannu Liljemark
On Fri, Aug 22, 2003 at 11:56:00AM +0300, Ramprasad A Padmanabhan wrote: > Is there a way I can generate a list of domains of senders which are > marked as spam by spamassassin Sure, create a file in e.g. /usr/share/spamassassin/ dir that has blacklist_from lines. Restart spamd or kill HUP (if us

RE: [SAtalk] How To generate a spammers domain list

2003-08-23 Thread myname
On Fri, 2003-08-22 at 22:36, Chris Santerre wrote: Ok, I grabbed the script I wrote. Quick and dirty but seems to save a LOT of time. The idea is simple. Basically grep your spamtrap for all lines that have 'http://' in them. You lose a small percent because of line breaks but they repeat so

RE: [SAtalk] How To generate a spammers domain list

2003-08-22 Thread Chris Santerre
l. No FPs unless you were alseep when you went over the evil file. Thia is a real winner in my book! Chris Santerre System Admin and SA Custom Rules Emporium keeper http://www.merchantsoverseas.com/wwwroot/gorilla/sa_rules.htm "A little nonsense now and then, is relished by the wisest

[SAtalk] How To generate a spammers domain list

2003-08-22 Thread Ramprasad A Padmanabhan
Hello all, Is there a way I can generate a list of domains of senders which are marked as spam by spamassassin Thanks Ram

RE: [SAtalk] How To generate a spammers domain list

2003-08-22 Thread Chris Santerre
Yorkshire Dave wrote a niffty little perl script. Works great. I wrote a little script to go along with it. It makes the process quicker. I'll make a writeup today and post it to the wiki and here. It is an incredible time saver!!!   here is the link: http://www.wot.no-ip.com/Projects/Block

[SAtalk] How To generate a spammers domain list

2003-08-22 Thread myname
Hello all, Is there a way I can generate a list of domains of senders which are marked as spam by spamassassin Thanks Ram