Edgewall Software

Changes between Version 128 and Version 129 of SpamFilter


Ignore:
Timestamp:
Oct 14, 2017, 4:23:03 AM (7 years ago)
Author:
Ryan J Ollos
Comment:

Additional dependency needed. Package conflict discovered, see SO:25665155.

Legend:

Unmodified
Added
Removed
Modified
  • SpamFilter

    v128 v129  
    277277== Requirements
    278278
    279  * The modules for IP blacklisting and HTTP:BL require [pypi:dnspython] (v1.8+).
    280  * The !ImageCaptcha requires [pypi:pillow] to work.
    281  * Bayes filtering requires [pypi:spambayes].
    282  * Mollom filter requires [pypi:oauth2].
     279* The modules for IP blacklisting and HTTP:BL require [pypi:dnspython] (v1.8+).
     280 * The [pypi:pydns] package conflicts with `dnspython` and cannot be installed in the same environment. If `pydns` is installed, uninstall both packages and then install `dnspython`.
     281* The !ImageCaptcha requires [pypi:pillow] to work.
     282* Bayes filtering requires [pypi:spambayes].
     283* Mollom filter requires [pypi:oauth2] and [pypi:httplib2].
    283284
    284285The packages can be installed using `pip install <packagename>`.