Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Re: Possible project - Python mail proxy to do greylisting, etc. (http://www.velocityreviews.com/forums/t318927-re-possible-project-python-mail-proxy-to-do-greylisting-etc.html)

Evan Simpson 06-27-2003 05:58 PM

Re: Possible project - Python mail proxy to do greylisting, etc.
 
Richie Hindle wrote:
> Spambayes (a Python Bayesian spam filter, see www.spambayes.org) has a
> Python SMTP proxy


Ah, thanks. I knew it had POP3 and IMAP proxies, but not SMTP.

I was obviously not clear enough when I said "project like this",
though. Python code to proxy SMTP isn't hard to come by, but I was
talking about a Python proxy that does interesting things with the data
provided by HELO, RCPT TO, and MAIL FROM.

In particular, I'm interested in making it very easy to experiment with
various greylisting, tarpitting, and sender validation configurations.
I could certainly start from Spambayes' code, or just use async, but I'm
also interesting in judging Twisted for myself.

Cheers,

Evan @ 4-am





All times are GMT. The time now is 04:36 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


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