|
|
Reported by fizban,
Apr 10, 2008
Hi there,
I've just run into something I personally consider a "bug".. people are supposed to make the
"viagra-test-123" in order to figure out if their akismet setup is working or not, and so did I.
However your code is missing "comment_author" in moderation.py (when it builds
"akismet_data"), so my akismet test kept on getting published :)
I had to double (and triple) check everything and I even tried to use the python console in order
to see if my api key was the problem; since everything seemed to run fine from there I checked
your code and noticed the missing argument. After adding it the viagra-test-123 got his True
response and wasn't published.
Well, it's obviously a minor issue, but still.. ;)
Keep up the good work!
|