Simple Anti-Spam

Categories

Component ID

1836006

Component name

Simple Anti-Spam

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

7692

Component created

Component changed

Component body

Simple anti-spam module to prevent automatic spam from anonymous users.

Module adds for certain forms two new elements — checkbox "I'm not a spammer" and hidden checkbox "I'm a spammer". If user not checked first checkbox or checked second checkbox, form not submitted and display warning message.

Second features:

  1. Block forms by stop words.
  2. Block forms by max text length.
  3. Block forms by number of links.
  4. Block forms by custom php code.
  5. Ban by IP after fail form submissions

Similar module — Honeypot.