python script to act as list server

Benjamin Kaplan benjamin.kaplan at case.edu
Sun Nov 16 12:23:44 EST 2008


On Sun, Nov 16, 2008 at 12:05 PM, 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.
>
> Sounds simple enough to me, but sounding and implementing can be vastly
> different animals :-)
>
> --


You might want to check Gnu Mailman.  I haven't used it myself, but I do
know that you can change the reply-to header to reply to the list. If you
don't want to use Mailman, you can at least look at the source code to see
how they get the message and modify the header.

http://www.gnu.org/software/mailman/index.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20081116/f3499270/attachment-0001.html>


More information about the Python-list mailing list