zinnia-spam-checker-mollom

Anti-spam protections for django-blog-zinnia with Mollom


Keywords
django, zinnia, spam, mollom
License
BSD-3-Clause
Install
pip install zinnia-spam-checker-mollom==1.0

Documentation

Zinnia-spam-checker-mollom

Zinnia-spam-checker-mollom is a package providing spam protection on comments for django-blog-zinnia via Mollom.

Installation

  • Install the package on your system:

    $ pip install zinnia-spam-checker-mollom
    

    PyMollom will also be installed as a dependency.

  • Put this setting to enable the spam checker backend:

    ZINNIA_SPAM_CHECKER_BACKENDS = ('zinnia_mollom',)

  • Define these following settings with your credentials:

    MOLLOM_PUBLIC_KEY Your Mollom public key

    MOLLOM_PRIVATE_KEY Your Mollom private key

Get a free account at http://mollom.com/pricing if you don't already have one.