Re: [Mailman-Users] Handling bogus subscribe requests

2016-01-17 Thread Mark Sapiro
On 01/17/2016 05:50 PM, Perry E. Metzger wrote: > On Sun, 17 Jan 2016 09:34:35 -0800 Mark Sapiro > wrote: >> >> I would look at it, but it's not likely I will include it. Keep in >> mind that MM 2.1 is end of life. By the time such code would be >> released, MM 3.1 with a migration path for MM 2.1

Re: [Mailman-Users] Handling bogus subscribe requests

2016-01-17 Thread Perry E. Metzger
On Sun, 17 Jan 2016 09:34:35 -0800 Mark Sapiro wrote: > On 01/17/2016 06:34 AM, Perry E. Metzger wrote: > > > > Mostly it just requires registration. Doing a custom template is > > probably fine for someone like me who is able to deal with the > > technical steps involved but it might be too much

Re: [Mailman-Users] Mailman with Gmail.

2016-01-17 Thread Mark Sapiro
On 01/17/2016 12:15 PM, David Benfell wrote: > I think what's going on here is that the OP wants to use gmail as their > MTA (honestly, I don't see the attraction). I assume this *might* be > possible by using a local postfix on the VPS as a secondary MX server to > the gmail primary. There are

Re: [Mailman-Users] Mailman with Gmail.

2016-01-17 Thread Paul Stuffins
On 17/01/2016 20:15, David Benfell wrote: On 01/17/2016 11:53 AM, Mark Sapiro wrote: On 01/16/2016 11:58 AM, Paul Stuffins wrote: Can we install mailman on a VPS, and use it with Google Apps? I have tried googling and not got a definitive answer, hence emailing the mailing list. I don't under

Re: [Mailman-Users] Mailman with Gmail.

2016-01-17 Thread David Benfell
On 01/17/2016 11:53 AM, Mark Sapiro wrote: > On 01/16/2016 11:58 AM, Paul Stuffins wrote: >> Can we install mailman on a VPS, and use it with Google Apps? I have tried >> googling and not got a definitive answer, hence emailing the mailing list. > I don't understand what you mean by "use it with

Re: [Mailman-Users] Mailman with Gmail.

2016-01-17 Thread Mark Sapiro
On 01/16/2016 11:58 AM, Paul Stuffins wrote: > > Can we install mailman on a VPS, and use it with Google Apps? I have tried > googling and not got a definitive answer, hence emailing the mailing list. You should be able to install Mailman on a VPS, either from source or, depending on the particu

Re: [Mailman-Users] Handling bogus subscribe requests

2016-01-17 Thread Mark Sapiro
On 01/17/2016 06:34 AM, Perry E. Metzger wrote: > > Mostly it just requires registration. Doing a custom template is > probably fine for someone like me who is able to deal with the > technical steps involved but it might be too much of a burden for > many users. If such code was contributed would

[Mailman-Users] Mailman with Gmail.

2016-01-17 Thread Paul Stuffins
Hi Everybody, We use Google Apps as our email platform but would like to install and run our own mailing list software as Google's offering does not really suit us. Can we install mailman on a VPS, and use it with Google Apps? I have tried googling and not got a definitive answer, hence emailing

Re: [Mailman-Users] Handling bogus subscribe requests

2016-01-17 Thread Jayson Smith
Hi, Just my $0.02 worth, but as a blind person, were I going to implement a CAPTCHA, I would probably write some sort of simple math problem system or something. Besides the benefit of not needing registration, this CAPTCHA can be solved by anybody who can solve simple problems. ReCaptcha has

Re: [Mailman-Users] Handling bogus subscribe requests

2016-01-17 Thread Perry E. Metzger
On Sat, 16 Jan 2016 18:27:00 -0800 Mark Sapiro wrote: > > Would it be hard to add optional recaptcha support for the pages > > with forms in a future release? That would probably prevent most > > such games and it doesn't seem so bad. > > I hate them. I'd really have to be convinced of the need.