< Home - < Back

pyzor


Information about the package, pyzor, which is shipped with common Linux distributions. The pyzor package is designed for, Pyzor collaborative spam filtering system.


Package Name:

pyzor

Summary:

Pyzor collaborative spam filtering system

Description:

Pyzor is a collaborative, networked system to detect and block spam using identifying digests of messages. Pyzor is similar to Vipul's Razor except implemented in python, and using fully open source servers. Pyzor can be used either standalone, or to augment the spam filtering ability of spamassassin. spamassassin is highly recommended.

Architecture:

noarch

Version:

0.5.0

Release:

3.el6

Size:

57 k

Repository:

epel

From Repository:

Licence:

GPLv2+



Handy Yum Commands for pyzor


Control the pyzor package with the following handy commands outlined below.


Command

Description of Command

yum install pyzor

This command will install pyzor on the server.

yum remove pyzor

This command will un-install pyzor on the server. When you run this command, you will be asked if you are sure that you want to remove pyzor, so you have to manually confirm that you want to do this.

yum -y remove pyzor

This command will un-install pyzor on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pyzor when using the -y flag.

yum update pyzor

This command will update pyzor to the latest version. When you run this command, you will be asked if you are sure that you want to remove pyzor, so you have to manually confirm that you want to do this.

yum -y update pyzor

This command will update pyzor to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove pyzor when using the -y flag.

yum info pyzor

This command will show you core information about the pyzor package.

yum deplist pyzor

This command will show you the dependencies for pyzor. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update pyzor

This command will check if there is an update waiting on pyzor. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.