Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: Possible project - Python mail proxy to do greylisting, etc.

Reply
Thread Tools

Re: Possible project - Python mail proxy to do greylisting, etc.

 
 
Richie Hindle
Guest
Posts: n/a
 
      06-27-2003
Hi Evan,

> I'm toying with the idea of learning Twisted by writing a simple SMTP
> proxy that only deals with early connection events, before DATA. It
> would be an MTA-independent way to do greylisting, tarpitting, smarter
> HELO analysis, things like that.
>
> Does anyone know of an existing project like this *in Python*? (I know
> about GNU SAUCE).


Spambayes (a Python Bayesian spam filter, see www.spambayes.org) has a
Python SMTP proxy - you can train it by sending email messages to special
addresses. Training messages are not forwarded to the real SMTP server,
while non-training messages are passed straight though. It runs on top of
the Python asyncore/asynchat libraries rather than Twisted, but at the
lowest level <flamebait level='outrageous'>async and Twisted are basically
the same thing</flamebait>.

--
Richie Hindle



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
I look for proxy cache like apt-proxy (for Debian Package) but for python eggs package… Klein Stéphane Python 3 12-20-2009 01:58 AM
Help to set up tomcat 4.1.27 behind socks proxy to access database outside the proxy vidy5300 Java 0 06-07-2004 02:23 PM
Re: Possible project - Python mail proxy to do greylisting, etc. Fredrik Lundh Python 1 06-29-2003 05:42 AM
Re: Possible project - Python mail proxy to do greylisting, etc. Fredrik Lundh Python 0 06-27-2003 06:10 PM
Re: Possible project - Python mail proxy to do greylisting, etc. Evan Simpson Python 0 06-27-2003 05:58 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57