schlitt.info - php, photography and private stuff ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :Author: Tobias Schlitt :Date: Wed, 19 Nov 2008 23:29:46 +0100 :Revision: 1 :Copyright: CC by-nc-sa ================================================= Trakbacks on PEARWeb and PEAR::Services_Trackback ================================================= :Description: I finally found some time and improved the trackback handling on PEARWeb: I finally found some time and improved the trackback handling on `PEARWeb`__: .. __: http://pear.php.net - HTML entities in trackbacks are now decoded before using the bad-word-filter (this will go into `Services_Trackback`__, soon) and I updated it with common bad words. - Only 3 trackbacks per 30 minutes will be accepted from a host from now. - If both of these criteria do not match, it uses DNSBL and SURBL mechanisms to check trackbacks additionally. Only trackbacks that come through these filters will be added to PEARWeb (and still need manual approval by package maintainers). Compared to the past we now receive only 10% of the spam, I estimate. .. __: http://pear.php.net/package/Services_Trackback Unapproved trackbacks will be deleted from PEARWeb automatically now, after 14 days, so maintainers who don't care about trackbacks can simply ignore them. At least, a lot of maintainers seem to care about trackbacks: By now we have more than 250 valid ones, which enhance the packages documentation with additional release information, use cases, examples and hints. I think this is a valid point for having trackbacks for our packages. Any further ideas how to fight trackback spam? .. Local Variables: mode: rst fill-column: 79 End: vim: et syn=rst tw=79 Trackbacks ========== - Defena on Tue, 05 Feb 2008 12:26:38 +0100 in Lauro Professor Richard Wiseman has discovered the secret of good luck Comments ======== - wiseguy at Sun, 12 Feb 2006 11:03:02 +0100 "Any further ideas how to fight trackback spam?" How about integration with Akismet? - Toby at Tue, 14 Feb 2006 22:47:19 +0100 Sounds like a neat idea. I will check that stuff and propably write a spam plugin for Services_Trackback for it. :) Thanks for the hint! Toby