Sending digests has broken on upgrade to either 2.1.25 or 2.1.262.1.26
I'm pretty sure.
Getting this error:
Mar 12 17:50:55 2018 (17857) send_digests() failed: decode() takes no
keyword arguments
Mar 12 17:50:55 2018 (17857) Traceback (most recent call last):
File "/usr/local/mailman/Mailma
Just upgraded to Mailman 2.1.26 on a CentOS 5.11 system (yeah, I
knowthis is a legacy box and will be migrating to a newer OS soon). I'm
trying to enable reCAPTCHA v2 support. I've defined:
RECAPTCHA_SITE_KEY = '...'
RECAPTCHA_SECRET_KEY = '...'
in mm_cfg.py.
I keep getting the exception sho