On Fri, 2022-09-09 at 12:29 +0000, Marc wrote:
> > 
> > perhaps it could contain better unsubscribe info, the top-down link:
> > https://docs.clamav.net/#mailing-lists-and-chat
> > does not contain unsubscribe
> 
> What about doing some sort of IQ test before users subscribe something
> like 2+2=?
> 
> ;)

You jest, but that is core Mailman2 functionality that is in every
decent version of Mailman:

ClamTeam, just add this to /etc/mailman/mm_cfg.py:
-------------
CAPTCHAS = {
   'en': [
     ('What is three times 2?', '(6|six)'),
   ],
   'de': [
     ('Was ist 3 mal 6?', '(18|achtzehn)'),
   ],
}
--------------

Mailman2 also supports reCPATCHA and there's a working patch for
HCAPTCHA support.


-Jim P.


_______________________________________________

clamav-users mailing list
clamav-users@lists.clamav.net
https://lists.clamav.net/mailman/listinfo/clamav-users


Help us build a comprehensive ClamAV guide:
https://github.com/Cisco-Talos/clamav-documentation

https://docs.clamav.net/#mailing-lists-and-chat

Reply via email to