Deleted Added
full compact
dnsblaccess.m4 (90792) dnsblaccess.m4 (95154)
1divert(-1)
2#
3# Copyright (c) 2001 Sendmail, Inc. and its suppliers.
4# All rights reserved.
5#
6# By using this file, you agree to the terms and conditions set
7# forth in the LICENSE file which can be found at the top level of
8# the sendmail distribution.

--- 45 unchanged lines hidden (view full) ---

54dnl ## is used to reject the mail. If it returns 127.0.0.4, the
55dnl ## mail is processed as if there were no HACK line. If the
56dnl ## address returned is something else beginning with 127.*, the
57dnl ## mail is rejected with a default error message. If the
58dnl ## address returned does not begin 127, then the mail is
59dnl ## processed as if the HACK line were not present.
60
61divert(0)
1divert(-1)
2#
3# Copyright (c) 2001 Sendmail, Inc. and its suppliers.
4# All rights reserved.
5#
6# By using this file, you agree to the terms and conditions set
7# forth in the LICENSE file which can be found at the top level of
8# the sendmail distribution.

--- 45 unchanged lines hidden (view full) ---

54dnl ## is used to reject the mail. If it returns 127.0.0.4, the
55dnl ## mail is processed as if there were no HACK line. If the
56dnl ## address returned is something else beginning with 127.*, the
57dnl ## mail is rejected with a default error message. If the
58dnl ## address returned does not begin 127, then the mail is
59dnl ## processed as if the HACK line were not present.
60
61divert(0)
62VERSIONID(`$Id: dnsblaccess.m4,v 1.2 2001/07/23 00:24:04 ca Exp $')
62VERSIONID(`$Id: dnsblaccess.m4,v 1.1.1.1 2002/02/17 21:56:45 gshapiro Exp $')
63ifdef(`_ACCESS_TABLE_', `dnl',
64 `errprint(`*** ERROR: dnsblaccess requires FEATURE(`access_db')
65')')
66ifdef(`_EDNSBL_R_',`dnl',`dnl
67define(`_EDNSBL_R_', `1')dnl ## prevent multiple redefines of the map.
68LOCAL_CONFIG
69# map for enhanced DNS based blacklist lookups
70Kednsbl dns -R A -a. -T<TMP> -r`'ifdef(`EDNSBL_TO',`EDNSBL_TO',`5')

--- 24 unchanged lines hidden ---
63ifdef(`_ACCESS_TABLE_', `dnl',
64 `errprint(`*** ERROR: dnsblaccess requires FEATURE(`access_db')
65')')
66ifdef(`_EDNSBL_R_',`dnl',`dnl
67define(`_EDNSBL_R_', `1')dnl ## prevent multiple redefines of the map.
68LOCAL_CONFIG
69# map for enhanced DNS based blacklist lookups
70Kednsbl dns -R A -a. -T<TMP> -r`'ifdef(`EDNSBL_TO',`EDNSBL_TO',`5')

--- 24 unchanged lines hidden ---