The Serendipity Handbook

You can now read the (german) handbook here: PDF - https://github.com/s9y/Book (LaTeX source).

Forum-Information

Before posting about errors, make sure that the answer cannot already be found in our FAQ or by searching this forum!
Posting is restricted to registered users (registering is free and simple!) due to recent spam attacks. When having trouble with this board, contact garvin(-at)s9y(-dot)org.

Board index General discussions Spam Filters & Capchas not working?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
petersreviews
Regular
 
Posts: 23
Joined: Thu Oct 27, 2005 7:51 pm
Location: Sunny California

Postby petersreviews » Thu Feb 09, 2012 8:51 pm

Hello Everyone!

Every day I get tons of spam. Fortunately it doesn't go public but it shows up moderated where I have to delete hundreds manually. Even if I turn off comments, comments still come through. Will using several different spam filters at the same time negate each other?

I'm running:
v1.6 - all files verified

Every spam message goes to moderate but this happens with emergency shutdown too! The Capcha box comes up but you can leave it blank and the comment still goes through. Any suggestions?

Thanks,
Peter
Please take a minute to visit my web site: http://www.petersreviews.com

User avatar
Timbalu
Regular
 
Posts: 2570
Joined: Sun May 02, 2004 3:04 pm

Postby Timbalu » Fri Feb 10, 2012 10:17 am

Oh well, thats odd, as this is a core plugin (not easy to update as an additional plugin) and we do not really know why this happened now and no one complained earlier. We have this in a german thread too at the moment.

It may be happening in conjunction with another plugin, like spamblock bayes, but first you could try to change line ~945 in the serendipity/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php from
Code: Select all
        // Check for global emergency moderation
        if ($this->get_config('killswitch', false) === true) {
to
Code: Select all
    if (serendipity_db_bool($this->get_config('killswitch', false)) === true) {
and see if that helps. We still are investigating if it might be something else.

Good luck!
Regards,
Ian

petersreviews
Regular
 
Posts: 23
Joined: Thu Oct 27, 2005 7:51 pm
Location: Sunny California

Postby petersreviews » Fri Feb 10, 2012 7:01 pm

Hi Timbalu,

I just made that edit to my serendipity_event_spamblock.php file and I'll see if it works. I'm wondering if this is either a permissions problem or maybe with the template I'm using.

Peter

Update: Spam comments are still coming through. I even tried a different template. Is there any way to bulk delete these comments instead of just going through the administration page?
Please take a minute to visit my web site: http://www.petersreviews.com



Return to General discussions

Who is online

Users browsing this forum: No registered users and 0 guests

cron