How to delete spam in COREBlog
Briefly analyze Products/COREBlog/COREBlog.py to determine where to make the following changes.
from SpamEraser import SpamEraser
class COREBlog(ZCatalog.ZCatalog, SpamEraser):
{'label':'Spam', 'icon':'', 'action':'manage_spamForm', 'target':'manage_main'},
Add the following files.
_____
tags: