diff options
Diffstat (limited to 'cf/feature/blocklist_recipients.m4')
| -rw-r--r-- | cf/feature/blocklist_recipients.m4 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cf/feature/blocklist_recipients.m4 b/cf/feature/blocklist_recipients.m4 new file mode 100644 index 0000000000000..7c5a1df022181 --- /dev/null +++ b/cf/feature/blocklist_recipients.m4 @@ -0,0 +1,19 @@ +divert(-1) +# +# Copyright (c) 1998, 1999 Proofpoint, Inc. and its suppliers. +# All rights reserved. +# +# By using this file, you agree to the terms and conditions set +# forth in the LICENSE file which can be found at the top level of +# the sendmail distribution. +# +# + +divert(0) +VERSIONID(`$Id: blocklist_recipients.m4,v 8.14 2013-11-22 20:51:11 ca Exp $') +divert(-1) + +ifdef(`_ACCESS_TABLE_', + `define(`_BLOCKLIST_RCPT_', 1)', + `errprint(`*** ERROR: FEATURE(blocklist_recipients) requires FEATURE(access_db) +')') |
