[pLog-svn] Trackbacks with 1.1.1

Reto Hugi plog at hugi.to
Wed Nov 1 17:04:56 GMT 2006


Hi list

still big troubles here with trackbacks. Although sending and receiving
trackbacks is actually working, I do have problems when the
validatetrackback plugin is installed on the weblog I try to trackback.
(and checking for valid trackback urls is enabled, nothing else).

the validatetrackback plugin with this setting is calling back and tries
to get rdf content with valid pingback urls. Now, I do have two posts in
my blog:
a) http://hugi.to/blog/archive/2006/11/01/First-Snow-Post
and
b) http://hugi.to/blog/archive/2006/10/24/phpsecinfo

and a testblog, with enabled validatetrackback and disabled Bayesian
filtering :
(link to one blog article)
http://lifetype.ch/lt/stable/index.php?op=ViewArticle&articleId=6&blogId=1

c) (ping URL)
http://lifetype.ch/lt/stable/trackback.php?id=6


I'm doing trackbacks with tbgen.php here:
http://lifetype.ch/lt/stable/tools/tbgen.php

I get two different results with these testcases:
Trackback URL = c)
Blog URL = a)
This returns an error:
<?xml version="1.0" encoding="iso-8859-1"?>
<response>
<error>1</error>
<message>You cannot post this message. Anti-spam filter has blocked
it.</message>
</response>


Trackback URL = c)
Blog URL = b)
This returns an ok:
<?xml version="1.0" encoding="iso-8859-1"?>
<response>
<error>0</error>
</response>

I can see that the error message is not generated by the
validatetrackback plugin, but still, why is one returning an error and
one not? I double checked the RDF content, but may understand not enough
to track down the error.

Maybe related, maybe not: I tried some testcases and this one failes (it
also fails on devel.lifetype.net:
http://lifetype.ch/lt/stable/runtests.php?suite=httpclient

If anybody has and idea, I'd really appreciate feedback!

reto




More information about the pLog-svn mailing list