RE: Simple script that rejects mail from spammers

2006-11-01 Thread Suhas \(QualiSpace\)
Subject: Re: Simple script that rejects mail from spammers At 09:36 AM 10/31/2006, you wrote: Here's something similar: http://fut.patch.com/ I'd be interested in something for postfix / ipfw... :)

Re: Simple script that rejects mail from spammers

2006-10-31 Thread John D. Hardin
On Tue, 31 Oct 2006, sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. I just set up something similar to block at the firewall (Linux iptables, sendmail

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Will Nordmeyer
On Tue, 31 Oct 2006, sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. I just set up something similar to block at the firewall (Linux iptables,

Simple script that rejects mail from spammers

2006-10-31 Thread sa-russian
Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. The backgroung is as follows: Once I found that our MX is nearly down. Running top exposed a lot of spamd instances, cosuming

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Stuart Johnston
sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. The backgroung is as follows: Once I found that our MX is nearly down. Running top exposed a lot of spamd

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Millan, Raul
I'm intrested how do I get it? Cheers, Raul - Sent from my Treo 650 Smartphone -Original Message- From: John D. Hardin [EMAIL PROTECTED] Subj: Re: Simple script that rejects mail from spammers Date: Tue Oct 31, 2006 11:48 am Size: 924 bytes To: sa

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Evan Platt
At 09:36 AM 10/31/2006, you wrote: Here's something similar: http://fut.patch.com/ I'd be interested in something for postfix / ipfw... :)

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Chris Purves
sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. The backgroung is as follows: Once I found that our MX is nearly down. Running top exposed a lot of spamd

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Frank Bures
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 31 Oct 2006 19:29:37 +0300 (MSK), sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. The backgroung is as

Re: Simple script that rejects mail from spammers

2006-10-31 Thread Stuart Johnston
Evan Platt wrote: At 09:36 AM 10/31/2006, you wrote: Here's something similar: http://fut.patch.com/ I'd be interested in something for postfix / ipfw... :) Currently analyzes log files based on behavior of OpenSSH v4.2, Postfix v2.2.4, and ProFTPD v1.2 as packaged for Debian systems.

Re: Simple script that rejects mail from spammers

2006-10-31 Thread John D. Hardin
On Tue, 31 Oct 2006, Will Nordmeyer wrote: On Tue, 31 Oct 2006, sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. I just set up something

Re: Simple script that rejects mail from spammers

2006-10-31 Thread dsanchez
Evan Platt wrote: At 09:36 AM 10/31/2006, you wrote: Here's something similar: http://fut.patch.com/ I'd be interested in something for postfix / ipfw... :) Currently analyzes log files based on behavior of OpenSSH v4.2, Postfix v2.2.4, and ProFTPD v1.2 as packaged for Debian systems.

Re: Simple script that rejects mail from spammers

2006-10-31 Thread The Doctor
On Tue, Oct 31, 2006 at 08:48:16AM -0800, John D. Hardin wrote: On Tue, 31 Oct 2006, sa-russian wrote: Hi to all! I made a simple script that scans sendmail log files, finds IP from which several spam messages were received, and blocks them in sendmail access file. I just set up