Page 1 of 1

Double trackbacks / pingbacks and the AntiSpam plugin

Posted: Thu Jan 19, 2012 9:39 pm
by blog.brockha.us
My S9Y saved any received pingback no matter if it was there already. As I thought this would be the case because I was testing WP pingbacks that days I fixed it for pingbacks already.

Since some days I notice that I get double trackbacks saved, too, and I was sure, that that never was the case before.

Now I noticed what's the reason of this problem: I switched off the standard anti spam plugin and exchanged it with the Bayes plugin. The standard plugin has an algorithm for denying double comments. I guess that's the reason, why I never get trackbacks saved twice coming in again.

I think this check should be part of the core, not of an anti spam plugin, because denying double trackbacks is not optional (handled by a plugin) but is nonsense always. And they are very easy to identify.

So I think, the check should be added to the core for trackbacks the same way I did that already for pingbacks.

Agree?

Re: Double trackbacks / pingbacks and the AntiSpam plugin

Posted: Fri Jan 20, 2012 2:23 pm
by garvinhicking
Hi!

Sounds good to me; trackbacks are identified by their target URL, not their subject/body, right?

So for me +1 to go ahead :)

Regards,
Garvin

Re: Double trackbacks / pingbacks and the AntiSpam plugin

Posted: Sat Jan 21, 2012 7:04 pm
by blog.brockha.us
Yes, the same way as pingbacks are (url -> article id). So they are easily detected as dupes.
Okay. I will do a patch for this. :)

Re: Double trackbacks / pingbacks and the AntiSpam plugin

Posted: Wed Jan 25, 2012 1:47 pm
by blog.brockha.us
Patched Serenditpity 1.6(.1) and 1.7 on GitHub.