id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
10372,Add support for SpamFilter 0.7+,rjollos,osimons,I haven't tried out FullBlogPlugin with SpamFilterPlugin 0.7 or greater yet_ but you will be affected by the issue I experienced tonight while trying to patch the DiscussionPlugin in #8764. There is a simple change needed to account for a class having been moved:\r\n{{{\r\n#!python\r\ntry: #SpamFilter < 0.7 \r\n    from tracspamfilter.api import FilterSystem \r\nexcept ImportError: #SpamFilter 0.7+ \r\n    from tracspamfilter.filtersystem import FilterSystem \r\n}}}\r\n\r\nI implemented this for the DiscussionPlugin in [12058]. I wanted to bring this up now  in case we might use SpamFilterPlugin 0.7 and the latest FullBlogPlugin with the trac-hacks site upgrade.,enhancement,closed,normal,FullBlogPlugin,normal,fixed,,,1.0
