Re: [Mailman-Users] Subscribe/unsubscribe with CGI script?

2013-05-14 Thread Tom Browder
On Tue, May 14, 2013 at 1:04 AM, Krylov Ivan wrote: > Tom Browder wrote: >> >> my $response = $browser->post( >> >> "https://host.org/cgi-bin/mailman/$oper/$list";, >> email=> $enc_email, >> fullname => $enc_name, >>

Re: [Mailman-Users] Subscribe/unsubscribe with CGI script?

2013-05-14 Thread Tom Browder
On Mon, May 13, 2013 at 5:49 PM, Mark Sapiro wrote: > On 05/13/2013 04:39 AM, Tom Browder wrote: ... > I assume $oper is 'subscribe'. There is apparently some incompatibility > between the way perl supplies the post data and the way Python's > cgi.FieldStorage() retrieves it as it is either not se

Re: [Mailman-Users] Subscribe/unsubscribe with CGI script?

2013-05-13 Thread Mark Sapiro
On 05/13/2013 04:39 AM, Tom Browder wrote: > > I viewed the page source of a typical subscription page to find how it > normally works. > > I get to the point of subscription and, using modules LWB::UserAgent > and URI::Esacpe do; > > > my $browser = LWP::UserAgent->new; > # may need t

[Mailman-Users] Subscribe/unsubscribe with CGI script?

2013-05-13 Thread Tom Browder
I am running Mailman 2 (from package on Debian 6) and am trying to build my own subscription page with a Perl cgi script. I viewed the page source of a typical subscription page to find how it normally works. I get to the point of subscription and, using modules LWB::UserAgent and URI::Esacpe do

Re: [Mailman-Users] Subscribe/unsubscribe with CGI script?

2013-05-13 Thread Tom Browder
On Mon, May 13, 2013 at 6:39 AM, Tom Browder wrote: > I am running Mailman 2 (from package on Debian 6) and am trying to > build my own subscription page with a Perl cgi script. ... > When using real data I get the following response from Mailman > You must supply a valid email address. I should

Re: [Mailman-Users] Subscribe/Unsubscribe remotely by admin

2006-05-09 Thread Michael Best
Thanks for your procmail recipe Dennis. I went for a slightly different tact. I'm using Exim and procmail ends up getting run by a user/group combination. So I changed mailman's shell to /bin/bash (required for procmail to work as a user), and just have mailman run the add remove scripts righ

Re: [Mailman-Users] Subscribe/Unsubscribe remotely by admin

2005-11-30 Thread Mark Sapiro
Rae wrote: >Okay, so the better way would be not to use the adminpasswd in the >command but a userpasswd instead. But this results in a confirmation email to the user which the OP was trying to avoid. >I tried to run the command as designated in the link below but it >does not work as expect

Re: [Mailman-Users] Subscribe/Unsubscribe remotely by admin

2005-11-30 Thread Dennis Black
Quoting Rae <[EMAIL PROTECTED]>: > Okay, so the better way would be not to use the adminpasswd in the > command but a userpasswd instead. > > I tried to run the command as designated in the link below but it > does not work as expected. >> >> It is not possible by email. There are comand line tool

Re: [Mailman-Users] Subscribe/Unsubscribe remotely by admin

2005-11-30 Thread Rae
Okay, so the better way would be not to use the adminpasswd in the command but a userpasswd instead. I tried to run the command as designated in the link below but it does not work as expected. I received this error: Bug in Mailman version 2.1.6 We're sorry, we hit a bug! Please inform the webm

Re: [Mailman-Users] Subscribe/Unsubscribe remotely by admin

2005-11-30 Thread Mark Sapiro
Rae wrote: >Hello Tomica, > >Address email to: [EMAIL PROTECTED] > >Command lines in the body of your message (no blank lines before): > >subscribe adminpasswd digest [EMAIL PROTECTED] >subscribe adminpasswd nodigest [EMAIL PROTECTED] This doesn't do what you want. What it does do (assuming su

Re: [Mailman-Users] Subscribe/Unsubscribe remotely by admin

2005-11-30 Thread Rae
Hello Tomica, Address email to: [EMAIL PROTECTED] Command lines in the body of your message (no blank lines before): subscribe adminpasswd digest [EMAIL PROTECTED] subscribe adminpasswd nodigest [EMAIL PROTECTED] Best wishes, Rae At 04:58 AM 11/30/2005, Tomica Crnek wrote: >I would like to a

[Mailman-Users] Subscribe/Unsubscribe remotely by admin

2005-11-30 Thread Tomica Crnek
Hi everyone, I would like to ask if it is possible for an administrator of a list who knows the list admin password to subscribe/unsubscribe someone remotely. Either via email to mailman or via some other interface, but not the web interface. I would like to make one automatic process to sen

Re: [Mailman-Users] Subscribe / Unsubscribe without confirm /approve

2003-02-11 Thread Jon Carnes
There are work-arounds to allow ordinary users to do this. Please look at the list archives for complete descriptions. Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ On Tue, 2003-02-11 at 13:32, Jeff Anderson wrote: > Does anyone know a way to send an email request

[Mailman-Users] Subscribe / Unsubscribe without confirm / approve

2003-02-11 Thread Jeff Anderson
Does anyone know a way to send an email request to subscribe / unsubscribe from a list without requiring a confirmation / approval. Simply adding / removing someone from the system automatically. I checked through the past few months of the discussions archives and didn't find anything specifi

[Mailman-Users] Subscribe/unsubscribe forms in my own webpages

2002-10-25 Thread e Virtual Home
Is there a way to subscribe/unsubscribe to a form in my own webpages? -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives

[Mailman-Users] subscribe/unsubscribe date retrieval

2002-01-16 Thread aaron
Is there anyway to check the date people subscrubed or unsusbcribed from a list? -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] subscribe/unsubscribe date retrieval

2002-01-16 Thread Aaron M Daley
Is there anyway to check the date people subscrubed or unsusbcribed from a list? Aaron M Daley Free Speech TV Systems Administrator [EMAIL PROTECTED] -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mail

Re: [Mailman-Users] Subscribe/unsubscribe interface

2001-05-01 Thread Barry A. Warsaw
> "JCL" == J C Lawrence <[EMAIL PROTECTED]> writes: >> Not exactly. We'd like a screen listing all the lists with >> subscribe and unsubscribe radio buttons beside each. Lists to >> which the user was already subscribed to be differentiated in >> some way. JCL> Seems lik

Re: [Mailman-Users] Subscribe/unsubscribe interface

2001-04-29 Thread J C Lawrence
On Sun, 29 Apr 2001 18:14:31 +0100 Andrew Brown <[EMAIL PROTECTED]> wrote: > Not exactly. We'd like a screen listing all the lists with > subscribe and unsubscribe radio buttons beside each. Lists to > which the user was already subscribed to be differentiated in some > way. Seems like a CGI th

Re: [Mailman-Users] Subscribe/unsubscribe interface

2001-04-29 Thread Andrew Brown
At 8:09 -0700 29/04/01, alex wetmore wrote: >On Sun, 29 Apr 2001, Andrew Brown wrote: >> We are looking for a web interface that will allow people to see a >> list of all the groups we provide and to subscribe/unsubscribe to any >> or all of them. Is this possible with Mailman? If not, does any

Re: [Mailman-Users] Subscribe/unsubscribe interface

2001-04-29 Thread alex wetmore
On Sun, 29 Apr 2001, Andrew Brown wrote: > We are looking for a web interface that will allow people to see a > list of all the groups we provide and to subscribe/unsubscribe to any > or all of them. Is this possible with Mailman? If not, does anyone > know of an alternative (free or paid) that of

[Mailman-Users] Subscribe/unsubscribe interface

2001-04-29 Thread Andrew Brown
We are looking for a web interface that will allow people to see a list of all the groups we provide and to subscribe/unsubscribe to any or all of them. Is this possible with Mailman? If not, does anyone know of an alternative (free or paid) that offers this option? AB ---

[Mailman-Users] subscribe/unsubscribe

2001-04-24 Thread Steve Lee
I have finally installed and setup mailman. I can subscribe and unsubscribe using the web interface. This part ask for a password when one does subscribe. When I subscribe using the email form by mailling [EMAIL PROTECTED] with the subject line containing subscribe, i recieve a message from mai