antispam 0.3.1
Antispam helps prevent spam in your Rails applications by checking against DNS blacklists and spam-prevention databases. Key features: - IP-based spam detection using Project Honey Pot to block known spammers automatically. - Content-based spam detection using Defendium's machine learning API (free for up to 1,000 checks per day). - Blacklist lookups are cached for 24 hours to minimize performance impact. The gem integrates seamlessly with Rails, allowing you to block spam at the request level and redirect flagged users to a captcha page. See the README for more details.
Gemfile:
=
install:
=
Runtime Dependencies (3):
Development Dependencies (1):
net-http
>= 0