Deleted Added
full compact
blacklist_recipients.m4 (302408) blacklist_recipients.m4 (38032)
1divert(-1)
2#
1divert(-1)
2#
3# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers.
4# All rights reserved.
3# Copyright (c) 1998 Sendmail, Inc. 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.
9#
10#
11
12divert(0)
4#
5# By using this file, you agree to the terms and conditions set
6# forth in the LICENSE file which can be found at the top level of
7# the sendmail distribution.
8#
9#
10
11divert(0)
13VERSIONID(`$Id: blacklist_recipients.m4,v 8.14 2013-11-22 20:51:11 ca Exp $')
12VERSIONID(`@(#)blacklist_recipients.m4 8.9 (Berkeley) 5/19/98')
14divert(-1)
15
13divert(-1)
14
16ifdef(`_ACCESS_TABLE_',
15ifdef(`ACCESS_TABLE',
17 `define(`_BLACKLIST_RCPT_', 1)',
18 `errprint(`*** ERROR: FEATURE(blacklist_recipients) requires FEATURE(access_db)
19')')
16 `define(`_BLACKLIST_RCPT_', 1)',
17 `errprint(`*** ERROR: FEATURE(blacklist_recipients) requires FEATURE(access_db)
18')')