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

2015-05-29 Thread Stephen J. Turnbull
Mark Sapiro writes: > Thats because they should be %(user_address)s, etc., not $(user_address)s. Oops, sorry about that. Too much shell programming (and I don't use % formatting anymore, I almost always use .format). -- Mailman-Users mailing

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] 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 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] 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 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 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 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-27 Thread 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 Defaults.py. See . --

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

2015-05-27 Thread EyeLand
2015-05-27 20:45 GMT+03:00 Mark Sapiro : > On May 27, 2015 12:13:13 PM CDT, EyeLand wrote: > > > >file is from /etc/mailman/mm_cfg.py, there I need to insert next > >variables? > > > >OWNERS_CAN_ENABLE_PERSONALIZATION = Yes > >VERP_PERSONALIZED_DELIVERIES = Yes > > > Yes. > > You will probably al

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

2015-05-27 Thread Mark Sapiro
On May 27, 2015 12:13:13 PM CDT, EyeLand wrote: > >file is from /etc/mailman/mm_cfg.py, there I need to insert next >variables? > >OWNERS_CAN_ENABLE_PERSONALIZATION = Yes >VERP_PERSONALIZED_DELIVERIES = Yes Yes. You will probably also see a symlink to that file from /var/lib/Mailman/mm_cfg.py.

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

2015-05-27 Thread EyeLand
2015-05-27 19:51 GMT+03:00 Mark Sapiro : > On May 27, 2015 11:36:14 AM CDT, EyeLand wrote: > > > >I not have file mm_cfg.py, but I have files mm_cfg.pyc and > >mm_cfg.py.dist, > >where I need to insert variables? > > > Where did this come from. > > > https://gist.githubusercontent.com/eyeland/b3

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

2015-05-27 Thread Mark Sapiro
On May 27, 2015 11:36:14 AM CDT, EyeLand wrote: > >I not have file mm_cfg.py, but I have files mm_cfg.pyc and >mm_cfg.py.dist, >where I need to insert variables? Where did this come from. https://gist.githubusercontent.com/eyeland/b3a2ede982b5db3ab3dc/raw/a18096825a97c6d752f81c6cea68ad221e1c16

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

2015-05-27 Thread EyeLand
2015-05-03 15:41 GMT+03:00 Stephen J. Turnbull : > EyeLand writes: > > > I not see OWNERS_CAN_ENABLE_PERSONALIZATION and > VERP_PERSONALIZED_DELIVERIES > > Defaults are set in /usr/lib/mailman/Mailman/Defaults.py on my Debian > system. You should not change that file, any changes will be > overw

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

2015-05-03 Thread Stephen J. Turnbull
EyeLand writes: > I not see OWNERS_CAN_ENABLE_PERSONALIZATION and VERP_PERSONALIZED_DELIVERIES Defaults are set in /usr/lib/mailman/Mailman/Defaults.py on my Debian system. You should not change that file, any changes will be overwritten the next time you upgrade. Instead, add those variables

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

2015-05-03 Thread Laura Creighton
In a message of Sun, 03 May 2015 14:04:47 +0300, EyeLand writes: >root@vps1:~# sudo find / -name mm_cfg.py >/usr/lib/mailman/Mailman/mm_cfg.py >/etc/mailman/mm_cfg.py > >on file /usr/lib/mailman/Mailman/mm_cfg.py >https://gist.githubusercontent.com/eyeland/e33c20045867b262d1a2/raw/1bdb433403594c4f1

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

2015-05-03 Thread EyeLand
2015-05-03 0:32 GMT+03:00 Mark Sapiro : > On 05/02/2015 01:31 PM, EyeLand wrote: > > > - On Debian when I can find file $prefix/Mailman/Defaults.py, > > $prefix/Mailman/mm_cfg.py ? > > > As far as I know, in the Debian package, $prefix is /var/lib/mailman, > but there may also be a symlink from /u

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

2015-05-02 Thread Mark Sapiro
On 05/02/2015 01:31 PM, EyeLand wrote: > - On Debian when I can find file $prefix/Mailman/Defaults.py, > $prefix/Mailman/mm_cfg.py ? As far as I know, in the Debian package, $prefix is /var/lib/mailman, but there may also be a symlink from /usr/lib/mailman/Mailman to /var/lib/mailman/Mailman. I

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

2015-05-02 Thread EyeLand
2015-05-02 23:15 GMT+03:00 Mark Sapiro : > On 05/02/2015 12:56 PM, EyeLand wrote: > > > > > > 2015-05-02 21:23 GMT+03:00 Mark Sapiro : > > > > > > I can't read the Russian. I do not know in which header you want the > > member's email, but I'm guessing you want it in To:. If so, this is >

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

2015-05-02 Thread Mark Sapiro
On 05/02/2015 12:56 PM, EyeLand wrote: > > > 2015-05-02 21:23 GMT+03:00 Mark Sapiro : > > > I can't read the Russian. I do not know in which header you want the > member's email, but I'm guessing you want it in To:. If so, this is > called Full Personalization. If you do not see the

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

2015-05-02 Thread EyeLand
2015-05-02 21:23 GMT+03:00 Mark Sapiro : > On 05/02/2015 10:23 AM, EyeLand wrote: > > > Not accurately described the problem, I want to display the subscribers > > email on received letter, look screanshots: > > > > https://img-fotki.yandex.ru/get/17840/20871157.78/0_c4066_ebf55cbe_orig > > https:

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

2015-05-02 Thread Mark Sapiro
On 05/02/2015 10:23 AM, EyeLand wrote: > Not accurately described the problem, I want to display the subscribers > email on received letter, look screanshots: > > https://img-fotki.yandex.ru/get/17840/20871157.78/0_c4066_ebf55cbe_orig > https://img-fotki.yandex.ru/get/6846/20871157.78/0_c4067_14e

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

2015-05-02 Thread EyeLand
2015-05-02 21:07 GMT+03:00 Mark Sapiro : > On 05/02/2015 10:54 AM, Laura Creighton wrote: > > I can see his screenshots. Reposted here: > > http://www2.openend.se/~lac/EyeLand/EyeLand.ss1.jpg > > http://www2.openend.se/~lac/EyeLand/EyeLand.ss2.jpg > > > > Let me know if you can see the ones he pu

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

2015-05-02 Thread Mark Sapiro
On 05/02/2015 10:54 AM, Laura Creighton wrote: > I can see his screenshots. Reposted here: > http://www2.openend.se/~lac/EyeLand/EyeLand.ss1.jpg > http://www2.openend.se/~lac/EyeLand/EyeLand.ss2.jpg > > Let me know if you can see the ones he put up on img-fotki.yandex.ru , > If not, I can keep do

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

2015-05-02 Thread Laura Creighton
I can see his screenshots. Reposted here: http://www2.openend.se/~lac/EyeLand/EyeLand.ss1.jpg http://www2.openend.se/~lac/EyeLand/EyeLand.ss2.jpg Let me know if you can see the ones he put up on img-fotki.yandex.ru , If not, I can keep doing this. Though I am having dinner soon ... Laura -

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

2015-05-02 Thread EyeLand
2015-05-02 19:45 GMT+03:00 Mark Sapiro : > On 05/02/2015 09:07 AM, EyeLand wrote: > > Hello, on ”General Options - Default options for new members joining this > > list. - Conceal the member's address” > > http://i11.pixs.ru:/storage/9/6/1/1JPG_2435911_17190961.jpg > > I deactivate check box, but

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

2015-05-02 Thread Mark Sapiro
On 05/02/2015 09:07 AM, EyeLand wrote: > Hello, on ”General Options - Default options for new members joining this > list. - Conceal the member's address” > http://i11.pixs.ru:/storage/9/6/1/1JPG_2435911_17190961.jpg > I deactivate check box, but on letter I not see the subscriber email > http://i1

[Mailman-Users] Conceal the member's address

2015-05-02 Thread EyeLand
Hello, on ”General Options - Default options for new members joining this list. - Conceal the member's address” http://i11.pixs.ru:/storage/9/6/1/1JPG_2435911_17190961.jpg I deactivate check box, but on letter I not see the subscriber email http://i11.pixs.ru:/storage/9/6/2/2JPG_7009327_17190962.jp