Re: [Mailman-Users] subscribe users without confirmation

2005-03-16 Thread Mark Sapiro
Carlos Andrey wrote: > >it would please to know me if some way exists to be able to subscribe some >user with no need to give confirmation him to mailman, something similar >since she takes control of unsubscribe, that single with him password can be >with no need unsubscribe to give him password.

[Mailman-Users] subscribe users without confirmation

2005-03-16 Thread Carlos Andrey
Hi, it would please to know me if some way exists to be able to subscribe some user with no need to give confirmation him to mailman, something similar since she takes control of unsubscribe, that single with him password can be with no need unsubscribe to give him password. All this is with th

Re: [Mailman-Users] Subscribe users without confirmation

2002-02-19 Thread Marc MERLIN
On Tue, Feb 19, 2002 at 09:20:08AM +, Hakon Brynildsen wrote: > You can also change some default parameters in mm_cfg.py, but listen to > Merlin's warning. Actually I read "unsubscribe" instead of subscribe. For open unsubscribes in mailman 2.0, you need a CGI gateway. For open subscribes, yo

Re: [Mailman-Users] Subscribe users without confirmation

2002-02-19 Thread Hakon Brynildsen
You can also change some default parameters in mm_cfg.py, but listen to Merlin's warning. Output from Defaults.py : > # SUBSCRIBE POLICY > # 0 - open list (only when ALLOW_OPEN_SUBSCRIBE is set to 1) ** > # 1 - confirmation required for subscribes > # 2 - admin approval required for subscribes

Re: [Mailman-Users] Subscribe users without confirmation

2002-02-18 Thread Marc MERLIN
On Tue, Feb 19, 2002 at 08:13:57AM +1100, Joe Mizzi wrote: > How would i be able to subscribe users through the web interface without > having them reply to a confirmation email? You can write a small CGI that calls ~mailman/bin/remove_members listname email Of course, it then lets me unsubsc

[Mailman-Users] Subscribe users without confirmation

2002-02-18 Thread Joe Mizzi
How would i be able to subscribe users through the web interface without having them reply to a confirmation email?   Joe