[geeklog-devtalk] Trackback Spam

Dirk Haun dirk at haun-online.de
Thu Feb 3 13:04:10 EST 2005


Mike,


> Make sure you add SpamX Support to the trackback stuff:


To quote myself (from lib-trackback.php):

// Spam will be inevitable ...
$comment = TRB_formatComment ($url, $title, $blog, $excerpt);
$result = PLG_checkforSpam ($comment, $_CONF['spamx']);
if ($result > 0) {
TRB_sendTrackbackResponse (1, $TRB_ERROR['spam']);

return false;
}

Our "friend", the poker spammer (obviously the same person that's now
sending those trackback comments), is attempting to spam geeklog.net
several times a day. But the only people who see his spam are those
getting the SpamX plugin's notification emails. And I want it to stay
that way ...

bye, Dirk


--
http://www.haun-online.de/
http://www.handful-of-sparks.de/




More information about the geeklog-devtalk mailing list