notes for Stop trackback spam in wordpress:
for new postings
setttings -> discussion default article settings -> uncheck "ALLOW link notifications from other blogs"
for existing postings
only possible with SQL query, only do it if too much spam! select table, then run this query: UPDATE wp_posts SET ping_status="closed"; http://basicblogtips.com/stop-wordpress-trackback-spam.html