What can be done to prevent spam in forum-like apps?

后端 未结 7 521
日久生厌
日久生厌 2021-01-13 15:51

Are there ways except CAPTCHAs for web apps like pastie.org or p.ramaze.net? CAPTCHAs take too long for a small paste for my taste.

7条回答
  •  粉色の甜心
    2021-01-13 16:33

    You could try Akismet. It is very good at blocking spam, could be free (depending on your use) and has APIs for numerous web apps.

    Your two aren't listed though, so some work would be required to get it to work with them. Is pastie.org rails based? If so, then there is a rails API for Akismet.

提交回复
热议问题