Getting tired of deleting those darn Busby SEO Test comments on my blog I decided to do something about it. I created a new BlogEngine.NET extension that allows you to generate a blacklist using regular expressions to filter the author names. Kudos goes out to Ruslan for making Commentor, such an excellent extension. I was able to reuse some of his code for this extension.
Just copy the CommentorBlacklist.cs file into your ~/app_code/extensions folder and then head into the Extensions Admin console. After configuring your filters and a match is made, the comment is inserted into the Commentor Spam.xml file so that you can review it using the Commentor Admin Console. It’s important to note that the blacklist is based on regular expressions so depending on your needs you may need to brush up on creating expressions before you can get an effective filter list.
CommentorBlacklist.zip