MovableType Blacklist for .NET

As I promised, here is the code for the MovableType Blacklist that I wrote for dasBlog.

There are three pieces to it:

  1. the IBlackList interface
  2. The MovableTypeBlacklist class
  3. The Factory Class that holds an instance of the MovableTypeBlacklist and the ReferralUrlBlacklist

Feel free to use in your ASP.NET application.