python script to act as list server

Tim Roberts timr at probo.com
Tue Nov 18 00:19:54 EST 2008


William Gill <noreply at example.com> wrote:

>Before I spend the next couple weeks researching and testing, can anyone 
>tell me if what I want to do is possible, and possibly point me in the 
>right direction to get started.
>
>I want to forward any email addressed to agroup at example.com to a python 
>script that will forward it to all the other subscribers,but does not 
>reveal the sender's email address.  Instead the return address will be 
>agroup at example.com.  That way people will be able to have an e-mail 
>based chat group w/o revealing their email address.

You know, the well-known, well-tested, and reliable Mailman application can
do this, and it's written in Python.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list