Re: [Mailman-Users] Blocking or holding subscribe requests when email address contains "+"

2015-09-15 Thread Mark Sapiro
On September 15, 2015 9:33:35 AM PDT, David Gibbs wrote: >Unfortunately, Mailman sends out the confirmation email before >requiring approval. I want to stop (or hold) the subscription request >before the confirmation message goes out. > >Maybe I have to look into a captcha

Re: [Mailman-Users] Blocking or holding subscribe requests when email address contains "+"

2015-09-15 Thread David Gibbs
On 9/15/2015 1:13 PM, Mark Sapiro wrote: Unfortunately, Mailman sends out the confirmation email before requiring approval. I want to stop (or hold) the subscription request before the confirmation message goes out. You want a regexp in the ban_list for each list. For the python.org lists we

Re: [Mailman-Users] Blocking or holding subscribe requests when email address contains "+"

2015-09-15 Thread David Gibbs
On 9/15/2015 11:31 AM, Richard Damon wrote: The only thing I can think of is to require approval of all subscriptions (and maybe confirmation) and then build a regexp to auto approve all addresses without a + in them. I don't know how this will interact with the ban list (if you need that).

Re: [Mailman-Users] Blocking or holding subscribe requests when email address contains "+"

2015-09-15 Thread Richard Damon
The only thing I can think of is to require approval of all subscriptions (and maybe confirmation) and then build a regexp to auto approve all addresses without a + in them. I don't know how this will interact with the ban list (if you need that). > On Sep 15, 2015, at 12:17 PM, Gibbs, David