Hi there,
I've got a few empty watchdog entries from Mollom since I installed
Mollom yesterday. They say only "Spam: ", with no more explanations.
Is it correct?
Szy.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mollom2.jpg | 155.53 KB | szy |
Hi there,
I've got a few empty watchdog entries from Mollom since I installed
Mollom yesterday. They say only "Spam: ", with no more explanations.
Is it correct?
Szy.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mollom2.jpg | 155.53 KB | szy |
Comments
Comment #1
szy commentedIt still happens -> attachment.
Is it a Mollom's error, is it an empty comment form sent?
---
By the way. I know, that Mollom is a half-commercial project, I know that
I can't expect too much, but... I think that authors of this project are guys,
who we can expect much more from.
So, I think it could be nice having here more support for non-paying users.
This question was sent a month ago and no reply was given... :/
Szy.
Comment #2
dries commentedThe behavior is not necessarily incorrect. This message would appear when spammers try to spam with an empty comment body and with just a name and homepage URL. That is the case because we simply write:
watchdog('mollom', 'Spam: %message', array('%message' => $data['post_body']));Normally this shouldn't happen because the comment module validation should not allow an empty comment body. I'm making this a bug with low priority.
Comment #3
dave reidCould also be a node with an empty body, which is valid sometimes.
Comment #4
sunFixed at least in D6, due to more verbose log messages.