mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Add port mail/surblhost:
Surblhost is a small program to see if hostnames are listed in the Spam URI Realtime Blocklists (SURBL). Hosts that are blacklisted means that global spam email have been reported to contain links to these hosts. Many popular spam email filters use these lists to identify spam email, but this program makes it possible to use the lists for any conceivable purpose, such as filtering out bad hosts from URL redirection, and so on. WWW: http://surblhost.sourceforge.net/
This commit is contained in:
parent
ffcac8dd6c
commit
fecd40a243
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171050
@ -540,6 +540,7 @@
|
||||
SUBDIR += squirrelmail-wetteronline-plugin
|
||||
SUBDIR += sqwebmail
|
||||
SUBDIR += ssmtp
|
||||
SUBDIR += surblhost
|
||||
SUBDIR += svnmailer
|
||||
SUBDIR += swaks
|
||||
SUBDIR += sylpheed
|
||||
|
21
mail/surblhost/Makefile
Normal file
21
mail/surblhost/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: surblhost
|
||||
# Date created: 20 August 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= surblhost
|
||||
PORTVERSION= 0.5.10
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= Check if a hostname is blacklisted
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
PLIST_FILES= bin/${PORTNAME}
|
||||
MAN1= ${PORTNAME}.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
mail/surblhost/distinfo
Normal file
3
mail/surblhost/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (surblhost-0.5.10.tar.bz2) = df997d840495a7d4273b0c489c06c2e9
|
||||
SHA256 (surblhost-0.5.10.tar.bz2) = 28edd4f2b19d35ac23b0fb3aeedf6bc25d128f753445be0dd69bcbe31671159c
|
||||
SIZE (surblhost-0.5.10.tar.bz2) = 75593
|
11
mail/surblhost/pkg-descr
Normal file
11
mail/surblhost/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Surblhost is a small program to see if hostnames are listed in the Spam
|
||||
URI Realtime Blocklists (SURBL).
|
||||
|
||||
Hosts that are blacklisted means that global spam email have been reported
|
||||
to contain links to these hosts.
|
||||
|
||||
Many popular spam email filters use these lists to identify spam email,
|
||||
but this program makes it possible to use the lists for any conceivable
|
||||
purpose, such as filtering out bad hosts from URL redirection, and so on.
|
||||
|
||||
WWW: http://surblhost.sourceforge.net/
|
Loading…
Reference in New Issue
Block a user