RBL-type header checking

2001-06-08 Thread Michael T. Babcock

I've written a filter in Python that scans for Received: lines and
checks IP addresses found therein against a configurable list of
RBL type services.  It is in beta stages and definately under
development, but it is very functional (doesn't crash for me
anymore).

http://www.fibrespeed.net/code/spamcheck.tar.gz

It uses threads to look up multiple IPs simultaneously and adds
a configurable header after applicable Received: lines in the form:
X-SPAM-service: notice from TXT
This allows the user to delete or re-file messages based on these
headers instead of just having the mail deleted by their ISP.

Its GPL'd and I'd appreciate any constructive feedback you might
have as well as patches from the Python gurus out there.

-- 
Michael T. Babcock
CTO, FibreSpeed





Re: RBL-type header checking

2001-06-08 Thread Charles Cazabon

Michael T. Babcock [EMAIL PROTECTED] wrote:
 I've written a filter in Python that scans for Received: lines and
 checks IP addresses found therein against a configurable list of
 RBL type services.  It is in beta stages and definately under
 development, but it is very functional (doesn't crash for me
 anymore).
 
 http://www.fibrespeed.net/code/spamcheck.tar.gz

I get a 404 on /code/ -- but I'm sure this is of interest to some here,
including myself.  Care to post a new URL?

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: RBL-type header checking

2001-06-08 Thread Ben Beuchler

On Fri, Jun 08, 2001 at 02:02:23AM -0400, Michael T. Babcock wrote:

 I've written a filter in Python that scans for Received: lines and
 checks IP addresses found therein against a configurable list of
 RBL type services.  It is in beta stages and definately under
 development, but it is very functional (doesn't crash for me
 anymore).
 
 http://www.fibrespeed.net/code/spamcheck.tar.gz

404

-- 
Ben Beuchler   There is no spoon.
[EMAIL PROTECTED]-- The Matrix



Re: RBL-type header checking

2001-06-08 Thread Michael T. Babcock

  http://www.fibrespeed.net/code/spamcheck.tar.gz
 
 404

Thanks ...

http://www.fibrespeed.net/~mbabcock/code/spamcheck.tar.gz
-- 
Michael T. Babcock
CTO, FibreSpeed