Closed (fixed)
Project:
Akismet
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Jan 2007 at 19:22 UTC
Updated:
5 Sep 2008 at 15:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
evanssd commentedme too, anybody?
Comment #2
furmans commentedYes. I've seen this too.
Comment #3
greg_y commentedanother one ... have double checked the contributor's access control level and have unset and reset the "post with no akismet checking" setting. Contributors still get caught by Akismet.
Comment #4
SimonVlc commentedSame here... drupal v5.1.
Comment #5
tangent commentedI've run into this as well. It seems that the 'post with no akismet checking' permission is not even used in the module. I've created a patch which places the permission check in the appropriate place.
Oddly, there is still a call to a Drupal 4.x function node_get_name() which I started have problems with after applying this change. The patch also changes this to use $node->type.
Comment #6
Greg Go commented+1
works for me
Comment #7
tangent commentedWe'll consider it reviewed then.
Comment #8
ikke commentedHm - in backend and the akismet-module the entrys are shown as unpublished but I can see them at the website :-(
Comment #9
ikke commentedSorry - forget my entry. it was a problem with Views. The patch works.
Comment #10
avskip commentedNot using the patch, but I'm using the 4.7 variant of this and it seems to ignore the "No Akismet Checking" permission I have set for some of the users.
Comment #11
avskip commentedHow does one apply the above patch to Version AKISMET_MODULE_VERSION', '1.1.2' ???
I tried "patch -b akismet.module < akismet.module.patch and it failed something about a second "hunk"?
I've never done this before...
Comment #12
Greg Go commented@avskip - if the output doesn't say "failed" anywhere, then you're fine. This was my output for patching akismet-5.x-1.3 (aka version 1.2 in the akismet.info file)
Comment #13
avskip commentedI think the problem I'm having is that the patch on here is for the 5.x version and I'm using thre 4.7 version.
Comment #14
avskip commentedI recently upgraded my site to Drupal 5.3 and installed the Akismet module for Drupal 5. I then installed the patch from above (with no errors). It is still ignoring the NoAkismet Checking Perm that I have set for specific people.
Any ideas?
Comment #15
neurer commentedSame for me. Patching went without any error, but issue still exists. I'm on Drupal 5.1 and using Akismet 5.x-1.3.
Comment #16
neurer commentedComment #17
avskip commentedI've upgraded to Drupal 5.5 and still have the patched code (#5) in the Akismet module. It's definitely ignoring the "No Akismet Check" perm.
Any ideas on a fix on this one?
Comment #18
pwhite commentedI've got this problem as well - any ideas when the fix will make it into a release?
Comment #19
drewish commented#5 doesn't apply any more. anyone want to re-roll it?
Comment #20
frjo commentedHere is a updated patch for version 1.4.
Comment #21
drewish commentedcommitted to HEAD and DRUPAL-5.
Comment #22
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #23
avskip commentedI am using the 5.x-1.x-dev version dated 2008-Jul-13 and the "post with no akismet checking" perm is not working. I have one subscriber with the perm set that has every post tagged as spam when it shouldn't even be checked to be spam.
I'm on Drupal 5.10
Any ideas?