aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/cf/feature/blacklist_recipients.m4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/sendmail/cf/feature/blacklist_recipients.m4')
-rw-r--r--contrib/sendmail/cf/feature/blacklist_recipients.m419
1 files changed, 0 insertions, 19 deletions
diff --git a/contrib/sendmail/cf/feature/blacklist_recipients.m4 b/contrib/sendmail/cf/feature/blacklist_recipients.m4
deleted file mode 100644
index d6218d119401..000000000000
--- a/contrib/sendmail/cf/feature/blacklist_recipients.m4
+++ /dev/null
@@ -1,19 +0,0 @@
-divert(-1)
-#
-# Copyright (c) 1998, 1999 Sendmail, 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: blacklist_recipients.m4,v 8.13 1999/04/02 02:25:13 gshapiro Exp $')
-divert(-1)
-
-ifdef(`_ACCESS_TABLE_',
- `define(`_BLACKLIST_RCPT_', 1)',
- `errprint(`*** ERROR: FEATURE(blacklist_recipients) requires FEATURE(access_db)
-')')