From mclange at ucdavis.edu Fri Oct 5 10:51:58 2007 From: mclange at ucdavis.edu (Matthew Lange) Date: Fri, 5 Oct 2007 01:51:58 -0700 Subject: [COREblog-en] error on adding blog entry Message-ID: <019a01c8072d$06045890$6401a8c0@IMGCLap1> Hello all, I am receving the same error as posted by Ben Lobo on August 31, 2007 regarding: Module Products.CMFDefault.DiscussionTool, line 82, in overrideDiscussionFor AttributeError: allow_discussion I searched through the archives but didnot find a response or a solution. Please advise if there is a solution planned, or whether it is thought that thiis is a bug of Plone 3. I did find another report of a simillar bug, found in Poi (a different product) at: http://plone.org/products/poi/issues/140 Happy to help troubleshoot if someone can point me in the right direction. Looking forward to replies. Matthew -------------- next part -------------- An HTML attachment was scrubbed... URL: http://postaria.com/pipermail/coreblog-en/attachments/20071005/3fbef374/attachment.htm From welter at betabug.ch Sun Oct 28 10:48:11 2007 From: welter at betabug.ch (Sascha Welter) Date: Sun, 28 Oct 2007 10:48:11 +0100 Subject: [COREblog-en] http:BL Message-ID: <20071028094811.GC8848@betabug.ch> Hello corebloggers! A few days ago I've released a Zope product to give easy access to the http:BL DNS blacklist from http://www.projecthoneypot.org. This works perfectly with COREBlog (it was initially developed for COREBlog) and helps to reduce load from comment spammers and email scraping bots. What it does is to look up visitors IP addresses by DNS against the http:BL of projecthoneypot.org. If the visitor is a bot listed there, you can block them with a 403 status code and a short message. In case of error, visitors can temporarily whitelist themselves to get to view your blog. You can find the code to download here: http://betabug.ch/wiki/HoneyPotBL Note that there *is* some setup needed and you have to get an access key from Project Honeypot. It's all documented. On another note, I've started to list all the changes I've made to the code of my coreblog installation: http://betabug.ch/wiki/CoreBlogChanges Regards, Sascha