A simple anti-spam system for question2answer, using the stopforumspam API and firewall rules (pf or ufw).
This repository has been archived on 2025-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-09-06 11:26:45 -07:00
forumspam.sh log ufw errors to log file 2020-09-06 11:26:45 -07:00
q2a_usercheck.sh only create cache if it does not exist 2020-09-06 11:21:40 -07:00
README.md add TODO: also check against botscout api 2020-09-01 17:19:27 -07:00

A simple anti-spam system for question2answer, using the stopforumspam API and ufw.

To deploy:

  • modify the configuration variables in the scripts
  • copy the scripts to /usr/local/bin
  • register q2a_usercheck.sh as a systemd unit or rc script

TODO:

  • also check against botscout
  • add support for pf
  • add support for iptables