delay_checks.m4 revision 90792
11558Srgrimesdivert(-1)
274531Sru#
31558Srgrimes# Copyright (c) 1999-2000 Sendmail, Inc. and its suppliers.
41558Srgrimes#	All rights reserved.
51558Srgrimes#
674815Sru# By using this file, you agree to the terms and conditions set
71558Srgrimes# forth in the LICENSE file which can be found at the top level of
81558Srgrimes# the sendmail distribution.
977031Sru#
101558Srgrimes#
111558Srgrimes
121558Srgrimesdivert(0)
13VERSIONID(`$Id: delay_checks.m4,v 8.8 2000/12/05 18:50:45 ca Exp $')
14divert(-1)
15
16define(`_DELAY_CHECKS_', 1)
17ifelse(defn(`_ARG_'), `',  `',
18	lower(substr(_ARG_,0,1)), `f', `define(`_SPAM_FRIEND_', 1) define(`_SPAM_FH_', 1)',
19	lower(substr(_ARG_,0,1)), `h', `define(`_SPAM_HATER_', 1)  define(`_SPAM_FH_', 1)',
20	`errprint(`*** ERROR: illegal argument _ARG_ for FEATURE(delay_checks)
21')
22	')
23
24dnl be backward compatible by default 
25ifelse(len(X`'_ARG2_), `1', `define(`_DELAY_COMPAT_8_10_', 1)', `')
26