Comment spam pointing nowhere

Spam Probably, I should’ve just shut up when I stated that poocs.net hasn’t been hit hard by comment spam. When I woke up this morning there were 90 comments pending moderation (thank god they were not live!).

A new form of comment spam seems to have crept up though, we’re not talking about PageRank whoring, not spam in the traditional/email-like sense, not even real words! All 90+ comments consisted of a non-existing/non-resolving linked with a random bunch of characters and followed by another bunch of random characters and a literal period:

feiirok xawwocqwwet.

Hello? I mean, what is this garbage going to get them besides a handful blog authors either switching to using Typekey or switching off commenting alltogether (both being quite unfortunate)?

I’ve been trying to come up with a regexp for MT-Blacklist to tighten the rules a bit but I’ve been unsuccessful using the ‘beginning of string’-anchor (``) or ‘end of string’-anchor (`$`) despite reading Jay Allen’s Getting the most out of MT-Blacklist. I ended up using:

\\w+\ \w+.

.. but that’s certainly going to block some false positives while keeping my inbox clean of comments to moderate for the moment. However, with `` and `$` added (given that they work) this should be blocking all of this nonsense.

Any hints?

plugin to force comment previews as another measure to lower comment spam.]