Guess what! I’ve made alot more improvements (this refactoring will never end) to the plugin.. Many are based on improvements to the WordPress Core Files, which I am constantly examining and learning from..
If you’ve seen the version 4.6 debugging options, you probably won’t believe the 4.7 debugging options. I spent the most time implementing even MORE debugging options so that in the future you can find problems much easier… even if you don’t know a thing about syslog, php error logging, etc.. Of course all that was done to try and figure out what was causing all of you posters problems.. and I think I am getting close to a 100% mysterious error free plugin! Which is the main goal and a huge step on the way to the ultimate goal of this plugin.
I am still working on the user/group management code, so that probably won’t be in the upcoming 4.7 release. But one thing I will tell you is the new version will have the best .htaccess anti-spam code for WP (maybe anything) ever seen on the net. (without using mod_security).. It’s not incredibly complex or lengthy, the rules are just very specific and very tight. I’m good at finding security vulnerabilities, this is the same thing only backwards.
I’ve been logging the entire HTTP request for every comment/trackback/pingback made to my blog for about 6 months (it took forever to find out how to log the entire request like this… I’m saying even the entire POST body.. just like having wireshark installed on the server!)
Then I would manually go through them about once a week (using a lot of linux shell scripting) and detail the subtle differences between spam and a real comment, and try different things.
So my blog kills thousands of would-be-spam connections every day to my blog (i actively try to recruit new spammers to study their technique), literally shuts down the TCP connection and wastes 0 bandwidth or CPU that a programming language like PHP used by akismet would waste (basically loading the whole wordpress program for each spam receieved)..
So I’m hesitant to publish this info, but then again, these spammers are so stupid that I’m not sure they can even read. What do you think?
Look for the update to come out sometime this month..