[COREblog-en] Trackback-Spam

Frank Scholz frank at netzflocken.de
Tue Feb 1 09:51:12 CET 2005


Good morning,

Jörg Kantel (joerg at kantel.de) schrieb:
> this morning my COREBlog was overwhelmed with Trackback-Spam.
> For fighting Comment-Spam I've got a nice little Script
> from Atsushi Shibata. Now I need the same for trackbacks
> (I tried it by myself but I couldn't recognize the naming
> of the variables. Could anybody help?
if you refer to http://blog.schockwellenreiter.de/1757
it should look like this

  ent = container.blog.get_entry(i)
  for com in ent.trackback_list():
    if com.title == "schrottblog": # com.blog_name == "schrottblog":
                                   # com.url == "http://schrottblog.com":
     ent.deleteTrackback(int(com.id))

Hope I got everything right. ;-)

Ciao,
dev




More information about the COREblog-en mailing list