Re: [Mailman-Users] add_members and email confirmation

2005-12-10 Thread Mark Sapiro
Ren Bucholz wrote: >One last caveat: following the confirmation link works, as does >confirming your subscription once you get there. However, *cancelling* >your subscription from the website leads to the same "We hit a bug >message." I'm not including the URL in my verify.txt confirmation

Re: [Mailman-Users] add_members and email confirmation

2005-12-10 Thread Ren Bucholz
One last caveat: following the confirmation link works, as does confirming your subscription once you get there. However, *cancelling* your subscription from the website leads to the same "We hit a bug message." I'm not including the URL in my verify.txt confirmation message (users just h

Re: [Mailman-Users] add_members and email confirmation

2005-12-10 Thread Ren Bucholz
Mark is officially awesome. This works, and now my list can be confirmed-opt-in. Thanks so much! -Ren PS - If you want to see the final, working replacement for Add_Members, you can get it here: http://trubble.com/miscellaneous/new_add_members.txt On Dec 10, 2005, at 2:43 PM, Mark Sap

Re: [Mailman-Users] add_members and email confirmation

2005-12-10 Thread Mark Sapiro
Ren Bucholz wrote: > >Quick question before trying this fix - can I just erase pending.pck, >or do I need to replace it with a non-corrupted version from another >list? You can just remove it. It will be recreated when needed. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gambler

Re: [Mailman-Users] add_members and email confirmation

2005-12-10 Thread Ren Bucholz
On Dec 10, 2005, at 2:43 PM, Mark Sapiro wrote: > At this point, lists/listname/pending.pck is corrupt and has to be > removed for normal stuff to proceed. Quick question before trying this fix - can I just erase pending.pck, or do I need to replace it with a non-corrupted version from another l

Re: [Mailman-Users] add_members and email confirmation

2005-12-10 Thread Mark Sapiro
Ren Bucholz wrote: > >I'm still having a problem with the confirmations, however. To recap, >I'm trying to use a modified version of add_members (call it >new_add_members) in order to subscribe people via my own webform (where >PHP executes add_members). I modified it because I'd like the list

Re: [Mailman-Users] add_members and email confirmation

2005-12-10 Thread Ren Bucholz
This is a followup to an older message, but I wanted to say that Mark's fix worked for the error handling. Thanks, Mark! I'm still having a problem with the confirmations, however. To recap, I'm trying to use a modified version of add_members (call it new_add_members) in order to subscribe pe

Re: [Mailman-Users] add_members and email confirmation

2005-10-28 Thread Mark Sapiro
Ren Bucholz wrote: > >So I created a >modified add_members and swapped this line: > >> mlist.ApprovedAddMember(userdesc, ack, 0) > >with this one: > >> mlist.AddMember(userdesc, remote="Webpage") > >Running the new script on the command line generates this: > >> [EMAIL PROTECTED] echo [EMAIL PROTE

Re: [Mailman-Users] add_members and email confirmation

2005-10-28 Thread Ren Bucholz
Thanks very much to John for his advice on this. I've implemented it, and am now facing a slightly different problem. For those just tuning in, I'm using MM 2.1.5 and trying to add new list subscribers via the command line (so users don't see the default MM templates and I have control over th

Re: [Mailman-Users] add_members and email confirmation

2005-10-21 Thread John Dennis
On Fri, 2005-10-21 at 14:23 -0400, Ren Bucholz wrote: > Hello, > > I have a signup sheet that subscribes people to a Mailman list by using > PHP to call add_members (the PHP is below, FYI). My problem is that > add_members seems to ignore the email confirmation settings from the > admin interf

[Mailman-Users] add_members and email confirmation

2005-10-21 Thread Ren Bucholz
Hello, I have a signup sheet that subscribes people to a Mailman list by using PHP to call add_members (the PHP is below, FYI). My problem is that add_members seems to ignore the email confirmation settings from the admin interface. Even though my list is configured to send a confirmation me