Re: [Mailman-Users] Conceal the member's address

2015-05-28 Thread EyeLand
2015-05-28 0:21 GMT+03:00 Mark Sapiro : > On May 27, 2015 12:55:13 PM CDT, EyeLand wrote: > > > >After that I need to delete (comment) from > >/usr/lib/mailman/Mailman/Defaults.py next variables? > > > NO! NEVER edit Defaults.py! > > Anything in mm_cfg.py overrides the corresponding setting in D

Re: [Mailman-Users] Conceal the member's address

2015-05-28 Thread Laura Creighton
Did you remember to restart mailman after you made these changes? You need to restart qrunner for the change to actually take effect. Laura -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-us

Re: [Mailman-Users] Conceal the member's address

2015-05-28 Thread EyeLand
2015-05-28 12:11 GMT+03:00 Laura Creighton : > Did you remember to restart mailman after you made these changes? > You need to restart qrunner for the change to actually take effect. > I write on console service mailman restart service amavis restart service postfix restart -

Re: [Mailman-Users] Conceal the member's address

2015-05-28 Thread Mark Sapiro
On 05/28/2015 01:50 AM, EyeLand wrote: > > I setup on /etc/mailman/mm_cfg.py variables and I view subscriber email > on each mail > > OWNERS_CAN_ENABLE_PERSONALIZATION = Yes > VERP_PERSONALIZED_DELIVERIES = Yes > > after I click on Full personalisation on > http://list.ournet.biz/cgi-bin/mailman

Re: [Mailman-Users] Conceal the member's address

2015-05-28 Thread Stephen J. Turnbull
EyeLand writes: > insert next variables on mail, top and futer > > user_address > user_delivered_to > user_password > user_name > user_optionsurl > > but they are not convert and I receive on subscriber email simple text > > user_address > user_delivered_

Re: [Mailman-Users] DMARC hack

2015-05-28 Thread Allan Hansen
Hi Stephen, You’re right. AOL does not accept these messages with ‘invalid’ at the end. You’re recommending this: name, addr = parseadder(msg.get('from')) if addr.endswith('aol.com') or addr.endswith('yahoo.com'): # I forget what happens if it's a bare address name = "%s (%s)

Re: [Mailman-Users] Conceal the member's address

2015-05-28 Thread EyeLand
2015-05-28 15:07 GMT+03:00 Stephen J. Turnbull : > Syntax error? Try > > $(user_address)s > $(user_delivered_to)s > $(user_password)s > $(user_name)s > $(user_optionsurl)s > > and restart. > Not work, look mail source: https://gist.githubusercontent.com/eyeland/d6fc6ff64d4228ad8a6d/raw/aeb852b4

Re: [Mailman-Users] Conceal the member's address

2015-05-28 Thread Mark Sapiro
On 05/28/2015 09:05 AM, EyeLand wrote: > 2015-05-28 15:07 GMT+03:00 Stephen J. Turnbull >: > > Syntax error? Try > > $(user_address)s > $(user_delivered_to)s > $(user_password)s > $(user_name)s > $(user_optionsurl)s > > and restart. > >

Re: [Mailman-Users] DMARC hack

2015-05-28 Thread Mark Sapiro
On 05/28/2015 08:25 AM, Allan Hansen wrote: > Hi Stephen, > > You’re right. AOL does not accept these messages with ‘invalid’ at the end. > > You’re recommending this: > >name, addr = parseadder(msg.get('from')) >if addr.endswith('aol.com') or addr.endswith('yahoo.com'): ># I for

[Mailman-Users] Question about confirming each email for one subscriber

2015-05-28 Thread Nancy C
Hi We have a member who is very computer / email illiterate & continually sends emails that should not get through to the group as a whole. Is there a setting that could be made so her emails always come to the listkeepers first? Thank you for any help :) Nancy ---

Re: [Mailman-Users] Question about confirming each email for one subscriber

2015-05-28 Thread Bryan Blackwell
Easy to do - check the "mod" (for "moderate") box next to their name on the member list, and set the list so moderated messages are held for review under Privacy options... > Sender filters > member_moderation_action. --Bryan > On May 28, 2015, at 5:17 PM, Nancy C wrote: > > Hi > > > > We