CDB cat dog-egories:
      

February 12, 2005

Note: CogDogBlog has a new WordPress powered home at http://cogdogblog.com/. All entries from this version have been moved there, so as a guide dog service try finding this article in its new home by title search.

Spam Slithered in the MT Cracks

Worrisome. I just got Movable Type (2.661) comment spam on entries in one of my blogs where the database has been set via comment closing routines to turn the allow comments to the value that closes them. How is it possible for the roach to sneak in? I had hoped that was a complete shutoff.

I stomped the roach swiftly with the steel toed boots (it just made that slimy soft crunching spineless sound) and have updated Blacklists (10,000th iteration).

Update: My error, these were Trackback spams. Gotta shut down those old ones.

Update: I just mass closed Trackbacks on a bunch of old blogs that are not used by attract the roaches. Done via direct MySQL statements (thanks phpMyAdmin):

UPDATE `mt_trackback` set  trackback_is_disabled=1 WHERE trackback_blog_id=XX

where XX= the database ID for the blog (browse the mt_blog table to grab these).

Next, I turned off trackbacks older than September 1, 2005:

UPDATE `mt_trackback` set  trackback_is_disabled=1 WHERE trackback_created_on < '2004-06-01'

STOMP! goes the boot!

blogged February 12, 2005 10:30 AM :: category [ using mt ]
Comments About "Spam Slithered in the MT Cracks"
RSS Feed for comments on this entry
RSS Feed for all CDB comments
Spammers Have Force Our Hands...
spamroach.jpg
Note: Those nasty blog-spamming roaches have forced us to take action to prevent their spread- all entries made to this blog will remain open for comments for 30 days after the original posting date. After that, it is old news anyhow, correct?

If you really need to make contact with the chief dog around here, please submit a request via our feedback center