まず、次の試験結果をみて下さい。
簡単に言ってしまえば、○○.com は依頼元IPでトラックバックを弾いています。
結果の ▲.com と ▼.com は、同じIPをもつサーバーの配下の、別ドメインです。
さらに ◆.com は、それとは別のIPをもつ別のサーバーです。
>>
POST /tb.php/33-○○○○ HTTP/1.1
Accept-Language: ja
Accept-Encoding: identity
Connection: close
Accept: text/*
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Content-Type: application/x-www-form-urlencoded;charset=UTF-8
Host: ○○○○.○○○.com
Content-Length: 112
title=○○○○
&url=http://▲.com/○.htm
&excerpt=
&blog_name=○○○○
200 OK
Server: nginx/0.4.13
Date: Thu, 27 Dec 2007 11:41:44 GMT
Content-Type: text/xml;charset=utf-8
Connection: close
Vary: Host
X-Powered-By: PHP/5.1.6
Set-Cookie: cookietest=test; expires=Sun, 06-Jan-2008 11:41:44 GMT; path=/
Set-Cookie: vcr=○○; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Content-Length: 138
Content-Language: en
<?xml version="1.0" encoding="utf-8" ?>
<response>
<error>1</error>
<message>Error: Spam Trackback (Bad Format)</message>
</response>
−・−・−・−・−・−・−・−・−・−
以後の記載は、上記と同じ部分は省略しています。
title=○○○○
&url=http://▲.com/○.htm
&excerpt=○○○○
&blog_name=○○○○
200 OK
<error>1</error>
<message>Error: Forbidden Your Blog (Black List)</message>
−・−・−・−・−・−・−・−・−・−
title=○○○○
&url=http://▼.com/○.htm
&excerpt=○○○○
&blog_name=○○○○
200 OK
<error>1</error>
<message>Error: Forbidden Your Blog (Black List)</message>
−・−・−・−・−・−・−・−・−・−
title=○○○○
&url=http://◆.com/○.htm
&excerpt=○○○○
&blog_name=○○○○
200 OK
<error>1</error>
<message>Error: Forbidden Your Blog (Black List)</message>