initial import for mail/relaydb-1.0:

--
relaydb is a mail header analyzer that builds a database of IP addresses
either known as legitimate senders or spammers.

relaydb doesn't itself classify mails as legitimate or spam, that deci­
sion needs to be reached through other means.  Neither does relaydb block
spam itself.  It merely provides a list of IP addresses to block through
other means, like spamd(8) and pf(4).

relaydb reads a single mail from stdin, analyzes the Received: header
lines and updates blacklist and whitelist counters for each IP address.

WWW: http://www.benzedrine.cx/relaydb.html

Initial version submitted to dhartmei@ who came back to me with this.
This commit is contained in:
lebel 2003-01-24 21:07:05 +00:00
parent 1b0eead24b
commit f46c383e29
4 changed files with 43 additions and 0 deletions

25
mail/relaydb/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/01/24 21:07:05 lebel Exp $
COMMENT= "spam relay database"
DISTNAME= relaydb-1.0
CATEGORIES= mail
MASTER_SITES= http://www.benzedrine.cx/
HOMEPAGE= http://www.benzedrine.cx/relaydb.html
MAINTAINER= Daniel Hartmeier <dhartmei@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/relaydb ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/relaydb.8 ${PREFIX}/man/man8
.include <bsd.port.mk>

3
mail/relaydb/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (relaydb-1.0.tar.gz) = ebef364ad75d0225967ac02e04d4b509
RMD160 (relaydb-1.0.tar.gz) = 393920bab85e6e7aeed21f85852e19fa4073e8d4
SHA1 (relaydb-1.0.tar.gz) = 7df4db675d6bc60cf963dce239175692ecc01f8e

12
mail/relaydb/pkg/DESCR Normal file
View File

@ -0,0 +1,12 @@
relaydb is a mail header analyzer that builds a database of IP addresses
either known as legitimate senders or spammers.
relaydb doesn't itself classify mails as legitimate or spam, that deci­
sion needs to be reached through other means. Neither does relaydb block
spam itself. It merely provides a list of IP addresses to block through
other means, like spamd(8) and pf(4).
relaydb reads a single mail from stdin, analyzes the Received: header
lines and updates blacklist and whitelist counters for each IP address.
WWW: ${HOMEPAGE}

3
mail/relaydb/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/01/24 21:07:05 lebel Exp $
bin/relaydb
man/man8/relaydb.8