/zinnia-spam-checker-mollom

Anti-spam protection via Mollom for django-blog-zinnia

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.