Vipul's Razor is a distributed, collaborative, spam detection and

filtering network. Razor establishes a distributed and constantly
updating catalogue of spam in propagation. This catalogue is used by
clients to filter out known spam. On receiving a spam, a Razor Reporting
Agent (run by an end-user or a troll box) calculates and submits a
20-character unique identification of the spam (a SHA Digest) to its
closest Razor Catalogue Server. The Catalogue Server echos this
signature to other trusted servers after storing it in its database.
Prior to manual processing or transport-level reception, Razor Filtering
Agents (end-users and MTAs) check their incoming mail against a
Catalogue Server and filter out or deny transport in case of a signature
match. Catalogued spam, once identified and reported by a Reporting
Agent, can be blocked out by the rest of the Filtering Agents on the
network.

WWW: http://razor.sourceforge.net/

Submitted by Marc Matteo <marcm@lectroid.net>
This commit is contained in:
lebel 2001-12-27 21:54:19 +00:00
parent 89c29a6519
commit d3fcf0f39c
4 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/12/27 21:54:19 lebel Exp $
COMMENT= "agent for Razor spam filtering networks"
VERSION= 1.19
DISTNAME= razor-agents-${VERSION}
CATEGORIES= mail
NEED_VERSION= 1.475
HOMEPAGE= http://razor.sourceforge.net/
MAINTAINER= Marc Matteo <marcm@lectroid.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= razor
# Uh, the razor SDK uses Mail-Tools 1.40... but it's not in the
# ports tree (yet)
BUILD_DEPENDS= :p5-Net-DNS->=0.12:net/p5-Net-DNS \
:p5-Time-HiRes->=1.20:devel/p5-Time-HiRes \
:p5-Digest-MD5->=2.00:security/p5-Digest-MD5 \
:p5-Mail-Tools->=1.15:mail/p5-Mail-Tools
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (razor-agents-1.19.tar.gz) = f2ebf412f2eb38960392b2e06054418e
RMD160 (razor-agents-1.19.tar.gz) = dfccefe401f4b033f62bc9bfae32265212057da6
SHA1 (razor-agents-1.19.tar.gz) = 75376cc785cd27376646be80dad8a1d765421161

View File

@ -0,0 +1,16 @@
Vipul's Razor is a distributed, collaborative, spam detection and
filtering network. Razor establishes a distributed and constantly
updating catalogue of spam in propagation. This catalogue is used by
clients to filter out known spam. On receiving a spam, a Razor Reporting
Agent (run by an end-user or a troll box) calculates and submits a
20-character unique identification of the spam (a SHA Digest) to its
closest Razor Catalogue Server. The Catalogue Server echos this
signature to other trusted servers after storing it in its database.
Prior to manual processing or transport-level reception, Razor Filtering
Agents (end-users and MTAs) check their incoming mail against a
Catalogue Server and filter out or deny transport in case of a signature
match. Catalogued spam, once identified and reported by a Reporting
Agent, can be blocked out by the rest of the Filtering Agents on the
network.
WWW: ${HOMEPAGE}

View File

@ -0,0 +1,16 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/12/27 21:54:19 lebel Exp $
bin/razor-check
bin/razor-discover
bin/razor-report
libdata/perl5/site_perl/Razor/Agent.pm
libdata/perl5/site_perl/Razor/Client.pm
libdata/perl5/site_perl/Razor/Config.pm
libdata/perl5/site_perl/Razor/Errorhandler.pm
libdata/perl5/site_perl/Razor/String.pm
libdata/perl5/site_perl/Razor/Version.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/razor-agents/.packlist
man/man1/razor-check.1
man/man1/razor-discover.1
man/man1/razor-report.1
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/razor-agents
@dirrm libdata/perl5/site_perl/Razor