POP3 Filter

Harry Penner hpenner at gmail.com
Fri Sep 24 15:12:58 EDT 2004


Check spambayes
http://spambayes.sourceforge.net/

-Harry
On Fri, 24 Sep 2004 11:11:43 -0700, crystal1 <crystal1 at spamless.net> wrote:
> Not sure if this has been done...
> 
> Has anyone created a python script that listens on the default POP3 port
> for incoming mail, kills certain messages based on a criteria, and
> forwards the output to a non-standard port the POP3 server is listening on?
> 
> Upon recieving requests from a sender, the script would transparently
> forward traffic to the off port unless a violating condition is encountered.
> 
> I'd like to use the listening python script to check for a correct 'to:'
>   address format, attachment size limit, etc.
> 
> Before I waste too much time, do you think this is do-able?
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list