Closed (fixed)
Project:
Spam
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2005 at 12:22 UTC
Updated:
30 Mar 2011 at 13:23 UTC
Jump to comment: Most recent file
Comments
Comment #1
jgoerzen@changelog.complete.org commentedI'm attaching an example of such a comment.
Comment #2
puregin commentedHi John,
I've tried to reproduce this behaviour, but spam module on my installation seems to pick up the example you provided.
Perhaps you could give some more detail.
What version of Drupal are you running? Are there any messages in your Drupal logs related to the entry of the comment or subsequent action by Drupal?
Is the 'header' in your example (the first four lines, starting with "Name: texas hold em poker") part of what has is being posted into comments on your site?
Thanks, Djun
Comment #3
jgoerzen@changelog.complete.org commentedThanks for the follow-up.
This is Drupal 4.6.2, with the spam module 4.6.0 as of April 22, 2005 (according to the spam module project page, that's the latest release).
In the example I posted, those lines were not part of the body of the comment; I was just trying to show what exactly had been entered into the comment. You can see one example on my wife's blog (also running under this same Drupal instance) live at http://forest.complete.org/node/2#comment-2518.
Thanks, and please don't hesitate to ask or e-mail if you need any more information.
-- John
Comment #4
subakva commentedI'm having this same issue with the 4.5.x version of drupal.
I'm not sure if this will help, but I also noticed that these comments don't seem to appear in the watchdog for some reason.
e.g. Normally, when a user adds a comment, there'll be a watchdog entry saying "Added comment 'legit comment'".
But, those notices don't seem to appear for these enormous poker spams.
Comment #5
jeremy commentedThe spam filter routinely blocks such spams on my website. It's exactly the type of comment that the spam module was originally written to deal with.
A couple things to verify. Go to administer >> settings >> spam and verify that the following are checked:
- Filter comments
- Automatically unpublish spam
On the same page, set "Total URLs per comment" and "Repeated URLs per comment" each to a sane value (say 8 and 4).
On the same page, have you made any changes to the settings in the "advanced configuration"? Go ahead and check advanced configuration, then enable "Display spam rating". Don't change anything else in the advanced section. Now look at the comments in question, and see what spam value they are being assigned (1-99).
Comment #6
jgoerzen@changelog.complete.org commentedHi Jeremy,
Filter Comments is checked, as is Automatically Unpublish Spam. Total URLs per comment was set at 5, and repeated URLs per comment was set at 4. I had already enabled the spam ratings as well, and they normally would show up fine.
However, on these extra large comments, no spam rating would ever show up. It's as if the spam module never looks at it.
Even more odd -- if I were to click "mark as spam", nothing happens. No spam rating appears, and the comment is not unpublished like it normally would be. I'm puzzled.
Comment #7
Bèr Kessels commentedcould you post a database dump of yoàur spam tokens, please? The problem might be in there.
Comment #8
jgoerzen@changelog.complete.org commentedAttached.
Note that this problem persisted across different sites (and thus different databases) on this machine, so I'm a little skeptical of this particular path. But thanks for looking anyway!
Comment #9
Bèr Kessels commentedah. if it occurs on more databases, then for sure, a non-spam-token is not the cause.
Could it not be that spam module ignores large commetnts?
Comment #10
jeremy commentedI am unable to duplicate this, even with very large comments. Perhaps you are running up against some sort of memory limitation on your server? Try looking for errors in your webserver logs.
I have re-written the spam module. Perhaps you should try the new version?
Please read the release announcement here. Download the new module here.
Comment #11
jeremy commentedI have tried with very massive comments (many times larger than your example) and not seen any problems. I suggest you upgrade to the current spam module and try again. If you still have problems with the latest version, please re-open this issue.
Comment #12
(not verified) commentedComment #13
jeremy commentedClosing manually. (I think the project module is broken, it keeps marking them updated when they should be closed.)