[Mailman-Users] True anonymous list?

Lloyd F. Tennison lloyd_tennison at whoever.com
Mon May 10 10:21:10 CEST 2004


Actually it is simpler than that.  Just put that in the Handler Cleanse, 
like so: (at the bottom)


 # We delete all these extra Headers because I don't want them 
    del msg['X-URL']
    del msg['X-Mailer']
    del msg['X-Priority']
    del msg['Subject']
    del msg['received']

Then put the subject back in:

    msg ['Subject'] = 'Whatever You Want'

The only drawback is that now all of the subjects will be the same.

> You could deliver the mail to a script that extracts the subject and body 
> and then reposts it to the list, coming from a generic user.
> 
> If you want to restrict posting to members, you could look up the actual 
> from address in the list before forwarding the post.
> 
> Would that meet your needs?
> 
> </edg>
> 
> 
> 
> --On Friday, May 07, 2004 1:10 PM -0400 Michael Balamuth <mlb at chroma.com> 
> wrote:
> 
> > Hello list,
> > We have been using Mailman 2.0.13 for quite some time, but never with the
> > intention of creating a genuinely anonymous mailing list.  Now, we have a
> > reason to do so, but I have been unable to completely hide the originator
> > (poster's) email address from the headers of the sent mail.  Obviously,
> > anyone knowing how to read the headers will find the address of the
> > poster. So, is there a way to make a list anonymous even at this level?
> > Any help appreciated.  For completeness, I believe I have followed the
> > FAQ's and help and set explicit-reply to and hide posters address etc.
> > correctly... Maybe not?
> >
> > Thanks,
> > Michael Balamuth
> > mlb at chroma.com
> > ------------------------------------------------------
> > Mailman-Users mailing list
> > Mailman-Users at python.org
> > http://mail.python.org/mailman/listinfo/mailman-users
> > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> > Searchable Archives:
> > http://www.mail-archive.com/mailman-users%40python.org/
> 
> 
> 
> 
> 
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> 
> 


Thanks.

Lloyd F. Tennison
lloyd_tennison at whoever.com

No trees were harmed in the transmission of this message.
However, a rather large number of electrons were temporarily
inconvenienced.





More information about the Mailman-Users mailing list