diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-18 04:08:36 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-18 04:08:36 +0000 |
commit | f06c374d9ebfc93d41741cdb71cc8279b64c59b0 (patch) | |
tree | bc964fe6a044562cdc9afc917b647531dd6f2d04 /gnu/usr.sbin/sendmail/cf/feature/access_db.m4 | |
parent | 8665b934035fc50517e659380c682e6e04582855 (diff) |
Update to sendmail-8.13.1
Diffstat (limited to 'gnu/usr.sbin/sendmail/cf/feature/access_db.m4')
-rw-r--r-- | gnu/usr.sbin/sendmail/cf/feature/access_db.m4 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.sbin/sendmail/cf/feature/access_db.m4 b/gnu/usr.sbin/sendmail/cf/feature/access_db.m4 index c276e71fde9..886202c9b3a 100644 --- a/gnu/usr.sbin/sendmail/cf/feature/access_db.m4 +++ b/gnu/usr.sbin/sendmail/cf/feature/access_db.m4 @@ -1,6 +1,6 @@ divert(-1) # -# Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers. +# Copyright (c) 1998-2002, 2004 Sendmail, Inc. and its suppliers. # All rights reserved. # # By using this file, you agree to the terms and conditions set @@ -10,7 +10,7 @@ divert(-1) # divert(0) -VERSIONID(`$Sendmail: access_db.m4,v 8.25 2002/06/25 23:11:40 gshapiro Exp $') +VERSIONID(`$Sendmail: access_db.m4,v 8.26 2004/06/24 18:10:02 ca Exp $') divert(-1) define(`_ACCESS_TABLE_', `') @@ -33,6 +33,9 @@ ifelse(defn(`_ARG_'), `', `', ') ') ') +ifdef(`_GREET_PAUSE_', + `errprint(`*** WARNING: FEATURE(`greet_pause') before FEATURE(`access_db') + greet_pause will not use access_db!')') LOCAL_CONFIG # Access list database (for spam stomping) |