![](https://secure.gravatar.com/avatar/bef983fd2469fb62a674eb87081a8eb2.jpg?s=120&d=mm&r=g)
Hi, I have developed a custom python script to generate a captcha, to reduce the amount of illegitimate users signing up to our mailing lists. i would like to have the users to complete the captcha before they are able to subscribe. Where and how should this script be called from ?
![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
On 12/14/22 00:43, pontus.zoladz--- via Mailman-Users wrote:
First of all, Mailman 2.1 >=2.1.26 already has the ability to add Google reCAPTCHA to the subscribe form and >= 2.1.30 can add text based captchas (aka textchas) to the subscribe form. See https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/... beginning at line 134 for the documentation of the mm_cfg.py settings to enable one or both of these.
If you want to add your own, look at https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/revision/1815 for the changes that were made for the latter of these features.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
![](https://secure.gravatar.com/avatar/56f108518d7ee2544412cc80978e3182.jpg?s=120&d=mm&r=g)
On 12/14/22 00:43, pontus.zoladz--- via Mailman-Users wrote:
First of all, Mailman 2.1 >=2.1.26 already has the ability to add Google reCAPTCHA to the subscribe form and >= 2.1.30 can add text based captchas (aka textchas) to the subscribe form. See https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/... beginning at line 134 for the documentation of the mm_cfg.py settings to enable one or both of these.
If you want to add your own, look at https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/revision/1815 for the changes that were made for the latter of these features.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Mark Sapiro
-
Pontus Zoladz