So far, the only way i found to at least slow things down a bit in the spam department is to make sure search engines don't index your site and clearly state so in every page.

Spammers want their spam to show up in search engines. So suddenly your forums seems much less interesting. Of course there are a lot of downsides and it wont work with automated bots.

I'm currently also experimenting on ways to detect and eliminate spam bots. But i probably have it way easier, since the site i'm doing this on is neither a) of any signifcant relevance (so it doesn't matter if it's down for a few hours while i play with it not b) do i use a widely spread forum/blog/whatever software (wrote my own webserver). And since the site also isn't commercially relevant in any way (just my personal blog, where i want to add a discussion system), i have no bad conscience when "playing with my food", either.

If you trying to stop spam on an existing, well known forum with lots of users, it's much harder. You don't want to experiment too much (downtime=bad), it uses a well documented software that is easy to automate from the client side and it's probably a valuable target for spammers (well known, google-indexed, high reputation because many site link to it). For very big forums, even hiring people to manually type in Spam can be profitable, so it get's harder and harder to detected spammers...

"For me, programming in Perl is like my cooking. The result may not always taste nice, but it's quick, painless and it get's food on the table."

In reply to Re: Stopping spam AHHHHH!!!!! by cavac
in thread Stopping spam AHHHHH!!!!! by james28909

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.