Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Pyzor (from httphttps://www.pyzor.sourceforge.netorg/)

Used to check message signatures against the Pyzor collaborative filtering network. Pyzor was initially "a Python implementation of Razor", but now also uses its own (free) server architecture and is "based upon a new, lighter, more language-independent protocol."

Pyzor requires at least Python 2.2.1 which can be found at http://www.python.org/ .

To install Pyzor, download the latest revision from follow the instructions at https://sourceforge.net/project/showfiles.php?group_id=50000 and perform the following steps:

No Format

        tar xvfj pyzor-*.tar.bz2
        cd pyzor-*
        python setup.py build
        python setup.py install

For a single user installation, change the last line to

No Format

        python setup.py install --home=$HOME

Note that your system might install the modules and scripts with non-world-readable permissions. Correct this with a command such as:

...

www.pyzor.org/en/latest/installation.html#installing

Read the INSTALL document if you want to setup your own Pyzor server and signature store. Otherwise, you can just use the public servers.

...