ブラックリストは、 Send e-mail on comment deletion Delete comments where the author e-mail is blacklisted Delete comments where the author URL is blacklisted Delete comments where the comment contains URLs which are blacklisted の4箇所にチェックを入れています。
Delete TrackBack where the author URL site does not contains my site URL には、チェックを入れていません。 他にさわるところがありますか?
少々気になって、WPblacklistのソースを見直してみたのですが・・・・ あらら「Delete TrackBack where the author URL site does not contains my site URL 」 のオプションが無効になっていてもチェックしてしまっていますね。 馬五郎さんも、パナセさんもBlacklistプラグインが過剰に聞いてしまっていたようです。
ということで、wp-content/plugins/blacklist.phpの192行目の
if (($wpbl_comment['comment_type']=='trackback') && (!$held || in_array('deltbsp', $wpbl_options))) {
を
if (($wpbl_comment['comment_type']=='trackback') && (!$held && in_array('deltbsp', $wpbl_options))) {
に変更して頂けませんか。
引用:
馬五郎さんは書きました: 引用:
パナセさんは書きました:
Delete TrackBack where the author URL site does not contains my site URL には、チェックを入れていません。 他にさわるところがありますか?
私はこのチェックをオフにしているのですが,どうしても単なるトラックバックが Triggered by : TrackBack URL does not contain my site URL で削除されて困っています。