Re: [Mailman-Users] unsubscription problem!!

2009-04-24 Thread Mark Sapiro
Khalil Abbas wrote: > >I'm recieving many messages from members in my lists that they have stopped >recieving emails without requesting to be removed from the lists! when I check >the daily backups I find out that their addresses does exist in old backups >but disappear at some point .. > > > >

[Mailman-Users] unsubscription problem!!

2009-04-24 Thread Khalil Abbas
hello, I'm recieving many messages from members in my lists that they have stopped recieving emails without requesting to be removed from the lists! when I check the daily backups I find out that their addresses does exist in old backups but disappear at some point .. I suspect my bounc

[Mailman-Users] unsubscription

2002-04-02 Thread Maria Matoso
Hello Can I prevent members from unsubscribing (mandatory membership)? Maria Matoso Instituto Gulbenkian de Ciência Rua da Quinta Grande, 6 2780-156 Oeiras Tel. + 351 21 440 79 26 Fax + 351 21 441 08 52 -- Mailman-Users mailing list [EMAIL

Re: [Mailman-Users] Unsubscription Script, Try #3

2001-01-16 Thread Satya
On Jan 16, 2001 at 11:12, Satya wrote: >I'm about to post my Perl version of the same thing, which implements a >web interface (as well as email[0]) and uses MySQL[1] to save confirm >codes and stuff. Did I mention it asks for a confirmation email, like >majordomo? It's up at http://satya.virtua

Re: [Mailman-Users] Unsubscription Script, Try #3

2001-01-15 Thread Satya
On Jan 16, 2001 at 04:51, Gergely Soros wrote: >We are using your script on our live lists with great success. >I'm sure many lists will find this useful and I'm hoping to see it >in one of the future Mailman releases as a built-in feature. A >'confirmed unsubscription' similar to this but with a

Re: [Mailman-Users] Unsubscription Script, Try #3

2001-01-15 Thread Christopher P. Lindsey
> We are using your script on our live lists with great success. > I'm sure many lists will find this useful and I'm hoping to see it > in one of the future Mailman releases as a built-in feature. A > 'confirmed unsubscription' similar to this but with a 'pending > unsubscriptions' db and random n

Re: [Mailman-Users] Unsubscription Script, Try #3

2001-01-15 Thread Gergely Soros
but with a 'pending unsubscriptions' db and random numbers would be the final step, but we're more than satisfied now. Gergely Soros - Original Message - From: "Bob Puff@NLE" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2001 3:09

[Mailman-Users] Unsubscription Script, Try #3

2001-01-15 Thread Bob [EMAIL PROTECTED]
Ok, think I figured out a safe way. I used the -admin as the From: address in the mail to Mailman. Also added a return message to the originating person confirming their unsubscription. So far, this looks to be good! Call it with a couple parameters in your aliases file. Here is the script.

[Mailman-Users] Unsubscription Script, try #2

2001-01-15 Thread Bob [EMAIL PROTECTED]
Ok guys, here's my second shot at this unsubscription script. This time I used sendmail, and made the message look like it came from the person, so they get the unsubscription confirmation message. But there is a serious problem. First though, here is the script: #!/bin/bash # # Mailman au