to determine whether to use the blacklistd feature. This allows for automatically picking up new OSes that provide blacklistd as well as ignoring older versions of NetBSD and FreeBSD that don't have blacklistd. Add UseBlacklist to M4 config generator. This means that you can turn it on by doing something like: LOCAL_CONFIG ... define(`confUSE_BLACKLIST', `True')dnl ... It is set to false as the feature is experimental having just been created. Ride previous PKGREVISION bump as it was less than an hour ago.
14 lines
511 B
Text
14 lines
511 B
Text
$NetBSD: patch-bp,v 1.1 2019/07/15 05:30:33 jnemeth Exp $
|
|
|
|
--- cf/README.orig 2015-06-17 16:51:58.000000000 +0000
|
|
+++ cf/README
|
|
@@ -4456,6 +4456,9 @@ confMILTER_MACROS_EOH Milter.macros.eoh
|
|
confMILTER_MACROS_DATA Milter.macros.data
|
|
Macros to transmit to milters
|
|
after DATA command is received.
|
|
+confUSE_BLACKLIST UseBlacklist [False] Whether to send authentication
|
|
+ failure and success information to
|
|
+ blacklistd.
|
|
|
|
|
|
See also the description of OSTYPE for some parameters that can be
|