[Mailman-Users] Re: Mailman-2.1.34 with Captcha

2020-11-11 Thread Odhiambo Washington
On Tue, 10 Nov 2020 at 21:01, Mark Sapiro  wrote:

> On 11/10/20 7:28 AM, Odhiambo Washington wrote:
> > On Tue, 10 Nov 2020 at 10:28, Sebastian Hagedorn 
> > wrote:
> >
> >>
> >>
> >> Am 10.11.20 um 08:00 schrieb Odhiambo Washington:
> >>> Hello good people,
> >>>
> >>> Which of the many HOWTOs online is the recommended one for integrating
> >>> Captcha with mailman-2.1.34?
> >>
> >> We use the new text cased Captcha feature:
> >>
> >> # Use a custom question-answer CAPTCHA to protect against subscription
> >> spam.
> >> # Has no effect unless SUBSCRIBE_FORM_SECRET is set.
> >> # Should be set to a dict mapping language keys to a list of pairs
> >> # of questions and regexes for the answers, e.g.
> >> # CAPTCHAS = {
> >> #   'en': [
> >> # ('What is two times six?', '(12|twelve)'),
> >> # ('What is this mailing list software called?', '[Mm]ailman'),
> >> #   ],
> >> #   'de': [
> >> # ('Was ist 3 mal 6?', '(18|achtzehn)'),
> >> #   ],
> >> # }
> >> # The regular expression must match the full string, i.e., it is
> implicitly
> >> # acting as if it had "^" in the beginning and "$" at the end.
> >> # An 'en' key must be present and is used as fall-back if there are no
> >> # questions for the currently set language.
> >>
> >>
> >> Just uncomment that and add your question/answer pairs.
> >>
> > Hi,
> >
> > Where should I add this to?
>
>
> Actually, the above text is in Mailman/Defaults.py which you should
> never change.
>
> Instead, add something like
>
> CAPTCHAS = {
>   'en': [
> ('What is two times six?', '(12|twelve)'),
> ('What is this mailing list software called?', '[Mm]ailman'),
>   ],
>   'de': [
> ('Was ist 3 mal 6?', '(18|achtzehn)'),
>   ],
> }
>
> to Mailman/mm_cfg.py. Of course use your own settings for the
> language(s) and question, answer pairs.
>
> You can also enable Google's reCAPTCHA by going to
>  and generating a site
> key/secret key pair and setting
>
> RECAPTCHA_SITE_KEY = 'the site key'
> RECAPTCHA_SECRET_KEY = 'the secret key'
>
> in mm_cfg.py. You can use either the text based CAPTCHA feature or
> Googles reCAPTCHA or both.
>
>
I am getting "ERROR for site owner: Invalid key type"  with Google
reCAPTCHA.
when using v3 key type.


-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: cPanel mailing list accumulating space

2020-11-11 Thread Tom Corcoran
On Tue, 10 Nov 2020 at 22:36, Brian Carpenter 
wrote:

>
> You are correct. A forwarder does not need a corresponding email
> account. To see what happened to your test email, try using the Track
> Delivery tool within the Email section of cPanel.
>

Thanks, Brian, I never knew about hat tool, that will come in handy.
The emails turned up in my box overnight with the same arrival time as sent
time even though they did not show for at least up to an hour initially
when I was refreshing webmail.
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: cPanel mailing list accumulating space

2020-11-11 Thread Christian Buser via Mailman-Users
Hello Tom Corcoran. On Wed, 11 Nov 2020 10:22:45 +, you wrote:

> Thanks, Christian! I set up the forwarders and deleted the mailing 
> lists! So much unnecessary pain over the years!

Ah - you had a mailinglist with the same name as the mail address to be 
forwarded. Possible that this does not work.  

Good to hear that it works now. 

Christian 
-- 
Christian F. Buser, Hohle Gasse 6, CH-5507 Mellingen (Switzerland)  
Hilfe fuer Strassenkinder in Ghana: https://www.chance-for-children.org
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Fwd: Re: cPanel mailing list accumulating space

2020-11-11 Thread Tom Corcoran
On Wed, 11 Nov 2020 at 10:49, Christian Buser via Mailman-Users <
mailman-users@python.org> wrote:

> Hello Tom Corcoran. On Wed, 11 Nov 2020 10:22:45 +, you wrote:
>
> > Thanks, Christian! I set up the forwarders and deleted the mailing
> > lists! So much unnecessary pain over the years!
>
> Ah - you had a mailinglist with the same name as the mail address to be
> forwarded. Possible that this does not work.
>

No, I never had the clash, I just added the forwarders this morning. The
pain I had over the years was the mailing lists archiving and consequently
me running out of my allotted space. All good now, I think, thanks!
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: Mailman-2.1.34 with Captcha

2020-11-11 Thread Mark Sapiro
On 11/11/20 1:59 AM, Odhiambo Washington wrote:

> I am getting "ERROR for site owner: Invalid key type"  with Google
> reCAPTCHA.
> when using v3 key type.


You need V2 checkbox keys for this feature.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/


[Mailman-Users] Re: Mailman-2.1.34 with Captcha

2020-11-11 Thread Odhiambo Washington
On Wed, 11 Nov 2020 at 19:28, Mark Sapiro  wrote:

> On 11/11/20 1:59 AM, Odhiambo Washington wrote:
>
> > I am getting "ERROR for site owner: Invalid key type"  with Google
> > reCAPTCHA.
> > when using v3 key type.
>
>
> You need V2 checkbox keys for this feature.
>
> --
> Mark Sapiro The highway is for gamblers,
> San Francisco Bay Area, Californiabetter use your sense - B. Dylan
>
>
Thank you very much for the clarification.

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254 7 3200 0004/+254 7 2274 3223
"Oh, the cruft.", grep ^[^#] :-)
--
Mailman-Users mailing list -- mailman-users@python.org
To unsubscribe send an email to mailman-users-le...@python.org
https://mail.python.org/mailman3/lists/mailman-users.python.org/
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: https://www.mail-archive.com/mailman-users@python.org/
https://mail.python.org/archives/list/mailman-users@python.org/