1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-bq,v 1.1 2019/07/15 05:30:33 jnemeth Exp $
--- cf/m4/cfhead.m4.orig 2015-02-28 00:20:38.000000000 +0000
+++ cf/m4/cfhead.m4
@@ -304,6 +304,7 @@ define(`confMILTER_MACROS_HELO', ``{tls_
define(`confMILTER_MACROS_ENVFROM', ``i, {auth_type}, {auth_authen}, {auth_ssf}, {auth_author}, {mail_mailer}, {mail_host}, {mail_addr}'')
define(`confMILTER_MACROS_ENVRCPT', ``{rcpt_mailer}, {rcpt_host}, {rcpt_addr}'')
define(`confMILTER_MACROS_EOM', `{msg_id}')
+define(`confUSE_BLACKLIST', `False')
divert(0)dnl
|