Good morning,
JÃrg Kantel ([EMAIL PROTECTED]) 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
_______________________________________________
COREblog-en mailing list
[email protected]
http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en
Unsubscription writing to [EMAIL PROTECTED]