New dnsbl_check version coming

I am happy to announce a new version of dnsbl_check is underway. I’ve had some feedback about false positives and I have seen this happen myself now once. My proposed solution is to check to see if the method `logged_in?` returns true. When that’s the case, obviously the current user is OK and the filter should pass.

The method name is a defacto standard for Rails apps, but if you don’t have it you can easily create it in ApplicationController. This way you can wire it up for your site specifically (e.g. you have a Subscriber model that does the hard work, like I have with GO Magazine).

I am currently very busy but will release the new version in a little while.

Rails

This post is here to test my new plugin.

The plugin displays a list of pages in the same category as the current slug.

If a list is displayed under this post, it appears to work quite nicely!

Posted in web