From owner-cvs-all@FreeBSD.ORG  Tue Aug 21 11:01:56 2007
Return-Path: <owner-cvs-all@FreeBSD.ORG>
Delivered-To: cvs-all@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9C10916A41B;
	Tue, 21 Aug 2007 11:01:56 +0000 (UTC)
	(envelope-from itetcu@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 8B98913C4DE;
	Tue, 21 Aug 2007 11:01:56 +0000 (UTC)
	(envelope-from itetcu@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7LB1uiw095031;
	Tue, 21 Aug 2007 11:01:56 GMT
	(envelope-from itetcu@repoman.freebsd.org)
Received: (from itetcu@localhost)
	by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7LB1uM6095030;
	Tue, 21 Aug 2007 11:01:56 GMT (envelope-from itetcu)
Message-Id: <200708211101.l7LB1uM6095030@repoman.freebsd.org>
From: Ion-Mihai Tetcu <itetcu@FreeBSD.org>
Date: Tue, 21 Aug 2007 11:01:56 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: ports/dns Makefile ports/dns/p5-Net-DNSBL-MultiDaemon
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the entire tree <cvs-all.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-all>
List-Post: <mailto:cvs-all@freebsd.org>
List-Help: <mailto:cvs-all-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-all>,
	<mailto:cvs-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 21 Aug 2007 11:01:56 -0000

itetcu      2007-08-21 11:01:56 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/p5-Net-DNSBL-MultiDaemon Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Net::DNSBL::MultiDaemon is the Perl module that implements the multi_dnsbl
  daemon.
  
  multi_dnsbl is a DNS emulator daemon that increases the efficacy of DNSBL
  look-ups in a mail system. multi_dnsbl may be used as a stand-alone DNSBL or as
  a plug-in for a standard BIND 9 installation. multi_dnsbl shares a common
  configuration file format with the Mail::SpamCannibal sc_BLcheck.pl script so
  that DNSBL's can be maintained in a common configuration file for an entire
  mail installation.
  
  Because DNSBL usefulness is dependent on the nature and source of spam sent to
  a specific site and because sometimes DNSBL's may provide intermittant service,
  multi_dnsbl interrogates them sorted in the order of greatest successful hits.
  DNSBL's that do not respond within the configured timeout period are not
  interrogated at all after 6 consecutive failures, and thereafter will be
  retried not more often than once every hour until they come back online. This
  eliminates the need to place DNSBL's in a particular order in your MTA's config
  file or periodically monitor the DNSBL statistics and/or update the MTA config
  file.
  
  WWW: http://search.cpan.org/~miker/Net-DNSBL-MultiDaemon-0.18/MultiDaemon.pm
  
  PR:             ports/115639
  Submitted by:   Andrew Greenwood <greenwood.andy at gmail.com>
  
  Revision  Changes    Path
  1.83      +1 -0      ports/dns/Makefile
  1.1       +28 -0     ports/dns/p5-Net-DNSBL-MultiDaemon/Makefile (new)
  1.1       +3 -0      ports/dns/p5-Net-DNSBL-MultiDaemon/distinfo (new)
  1.1       +21 -0     ports/dns/p5-Net-DNSBL-MultiDaemon/pkg-descr (new)
  1.1       +29 -0     ports/dns/p5-Net-DNSBL-MultiDaemon/pkg-plist (new)