COREBlog 1.2.4 released!
COREBlog 1.2.4 had been released.
1.2.4 has a additional option to avoid spam.
For combinience, please fix your 'comment_form' like followings.
<dtml-try>
<dtml-if "hasProperty('comment_session_key') and REQUEST.SESSION.has_key(getProperty('comment_session_key'))">
<input type="submit" name="addComment:method" value=" POST " />
</dtml-if>
<dtml-except></dtml-try>
Have fun :-).