[Mailman-Users] Unsubscribe Using Web Form

2014-11-06 Thread Greg Sims
Hi Mark, We are making good progress on our project thanks to your help a couple of weeks ago. The Subscribe portion of the process is working and the text is being translated into Chinese. I'm struggling with the Unsubscribe portion of the project. I extended the webform but can't get it to wo

[Mailman-Users] Unsubscribe Using Web Form

2014-11-07 Thread Greg Sims
Hey Mark, Subscribe / Unsubscribe works well for the normal case thanks to your help. (1) When I Unsubscribe an email address that does not exist, the result of Posting the form is: Bug in Mailman version 2.1.12 We're sorry, we hit a bug! Please inform the webmaster for this site of t

[Mailman-Users] Unsubscribe Using Web Form

2014-11-08 Thread Greg Sims
>> (2) It appears that the Subscription sequence always returns the contents >> of the file "subscribe.html". Is this in fact always the case? I tried to >> subscribe to email address "foo" and did not receive an error -- even >> though this is not a valid email address. I suppose I could valida

Re: [Mailman-Users] Unsubscribe Using Web Form

2014-11-06 Thread Mark Sapiro
On 11/06/2014 09:42 AM, Greg Sims wrote: > > I'm struggling with the Unsubscribe portion of the project. I extended the > webform but can't get it to work. My goal is for our users to use the same > web page to subscribe to and unsubscribe from the list with a minimum > number of interactions.

Re: [Mailman-Users] Unsubscribe Using Web Form

2014-11-07 Thread Richard Damon
I have been slowly working on a somewhat similar project. My thoughts on unsubscribing is to have the module know the admin password for the site, and use that to post into the mailman admin web form an unsubscribe request via curl. On 11/6/14, 12:42 PM, Greg Sims wrote: Hi Mark, We are maki

Re: [Mailman-Users] Unsubscribe Using Web Form

2014-11-07 Thread Mark Sapiro
On 11/07/2014 03:28 PM, Greg Sims wrote: > > Subscribe / Unsubscribe works well for the normal case thanks to your help. > > (1) When I Unsubscribe an email address that does not exist, the result of > Posting the form is: > > > Bug in Mailman version 2.1.12 ... > The error log is: ...

Re: [Mailman-Users] Unsubscribe Using Web Form

2014-11-08 Thread Richard Damon
Mailman tries (and I think succeeds) at not letting an outsider know who is subscribed to a list (unless the list publishes its member list, then that list will reveal those who don't hide their email address.) If you want to help someone unsubscribe without them needing to use the confirmatio

Re: [Mailman-Users] Unsubscribe Using Web Form

2014-11-09 Thread Mark Sapiro
On 11/08/2014 01:14 PM, Greg Sims wrote: > > It appears that > Posting: > > http:///mailman/subscribe/ > with: > email => > fullname => > email-button => "Subscribe" > > always returns the contents of the file "subscribe.html