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.
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
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
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
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
How would i be able to subscribe users through the web
interface without having them reply to a confirmation email?
Joe