Re: [Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread Stephen J. Turnbull
Joseph Brennan writes: > - Andrei - wrote: > > I would like members to receive email with From: Mailing List Name > > How will people know who wrote each message? Obviously, the Cabal authored it. P.S. There is no cabal. -- Mailman-User

Re: [Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread Mark Sapiro
Andrei wrote: >I don't see anything in mailman error log. >Here are the mail headers: http://pastebin.com/5qnms2wK From and >Reply-to headers seem unchanged and are from the list (not the >sender). Those headers look like the post was anonymized (anonymous_list = Yes) by Cleanse.py prior to MyHa

Re: [Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread - Andrei -
Sorry about that and thanks for your patience with this. I made all the changes. No errors are generated on config_list -i /home/files/config-file test-list However, when I send an email it gets delivered with unmodified reply-to header. From is replaced with the list name. When I hit reply, list

Re: [Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread Mark Sapiro
Andrei wrote: >Thanks, Mark. I'm trying to use this just for one of the lists. > >I added MyHandler.py in /var/lib/mailman/Mailman/Handlers, and in >config_list added >mlist.pipeline = [ 'Replybot', 'MyHandler', 'Moderate', 'ToOutgoing', ] I'm not sure what you mean by "in config_list added", bu

Re: [Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread - Andrei -
Thanks, Mark. I'm trying to use this just for one of the lists. I added MyHandler.py in /var/lib/mailman/Mailman/Handlers, and in config_list added mlist.pipeline = [ 'Replybot', 'MyHandler', 'Moderate', 'ToOutgoing', ] When I run config.list test-list I get File "/usr/sbin/config_list", line

Re: [Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread Mark Sapiro
Andrei wrote: >OK, thanks. Does anybody has a custom handler like that and is willing >to share? I have no idea how to do this. Something like this from email.Utils import formataddr, getaddresses, parseaddr def process(mlist,

Re: [Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread Joseph Brennan
- Andrei - wrote: I would like members to receive email with From: Mailing List Name How will people know who wrote each message? Joseph Brennan Columbia University Information Technology -- Mailman-Users mailing list Mailman-Users@pyth

Re: [Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread - Andrei -
OK, thanks. Does anybody has a custom handler like that and is willing to share? I have no idea how to do this. On Mon, Mar 11, 2013 at 11:01 AM, Mark Sapiro wrote: > Andrei wrote: > >>Is it possible to replace sender with name of of the mailing list, but >>keep senders email in reply-to intact

Re: [Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread Mark Sapiro
Andrei wrote: >Is it possible to replace sender with name of of the mailing list, but >keep senders email in reply-to intact? I would like members to receive >email with From: Mailing List Name, but if somebody replies to the >email then the email would go to the original sender of the message >(a

[Mailman-Users] Hide sender but keep reply-to sender address?

2013-03-11 Thread - Andrei -
Is it possible to replace sender with name of of the mailing list, but keep senders email in reply-to intact? I would like members to receive email with From: Mailing List Name, but if somebody replies to the email then the email would go to the original sender of the message (and not to the list).

Re: [Mailman-Users] Digest members continue to receive individual posts

2013-03-11 Thread Mark Sapiro
Jeff White wrote: >I figured out what the problem was: > >https://bugs.launchpad.net/mailman/+bug/558274 > >I corrected the documentation on my mailman install but I think the >better fix is to change the code as the patch attached to the bug report >does. This fix has been committed for Mailm

Re: [Mailman-Users] Digest members continue to receive individual posts

2013-03-11 Thread Jeff White
I figured out what the problem was: https://bugs.launchpad.net/mailman/+bug/558274 I corrected the documentation on my mailman install but I think the better fix is to change the code as the patch attached to the bug report does. It doesn't make sense to simple check if greater than. When se