1*0Sstevel@tonic-gatedivert(-1) 2*0Sstevel@tonic-gate# 3*0Sstevel@tonic-gate# Copyright (c) 1999-2000 Sendmail, Inc. and its suppliers. 4*0Sstevel@tonic-gate# All rights reserved. 5*0Sstevel@tonic-gate# 6*0Sstevel@tonic-gate# By using this file, you agree to the terms and conditions set 7*0Sstevel@tonic-gate# forth in the LICENSE file which can be found at the top level of 8*0Sstevel@tonic-gate# the sendmail distribution. 9*0Sstevel@tonic-gate# 10*0Sstevel@tonic-gate#ident "%Z%%M% %I% %E% SMI" 11*0Sstevel@tonic-gate# 12*0Sstevel@tonic-gate 13*0Sstevel@tonic-gatedivert(0) 14*0Sstevel@tonic-gateVERSIONID(`$Id: delay_checks.m4,v 8.8 2000/12/05 18:50:45 ca Exp $') 15*0Sstevel@tonic-gatedivert(-1) 16*0Sstevel@tonic-gate 17*0Sstevel@tonic-gatedefine(`_DELAY_CHECKS_', 1) 18*0Sstevel@tonic-gateifelse(defn(`_ARG_'), `', `', 19*0Sstevel@tonic-gate lower(substr(_ARG_,0,1)), `f', `define(`_SPAM_FRIEND_', 1) define(`_SPAM_FH_', 1)', 20*0Sstevel@tonic-gate lower(substr(_ARG_,0,1)), `h', `define(`_SPAM_HATER_', 1) define(`_SPAM_FH_', 1)', 21*0Sstevel@tonic-gate `errprint(`*** ERROR: illegal argument _ARG_ for FEATURE(delay_checks) 22*0Sstevel@tonic-gate') 23*0Sstevel@tonic-gate ') 24*0Sstevel@tonic-gate 25*0Sstevel@tonic-gatednl be backward compatible by default 26*0Sstevel@tonic-gateifelse(len(X`'_ARG2_), `1', `define(`_DELAY_COMPAT_8_10_', 1)', `') 27