add CheckAliases
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 11 Jan 1986 13:02:18 +0000 (05:02 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 11 Jan 1986 13:02:18 +0000 (05:02 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 5.8

usr/src/usr.sbin/sendmail/src/sendmail.h

index 777740f..6a63763 100644 (file)
@@ -7,7 +7,7 @@
 **  All rights reserved.  The Berkeley software License Agreement
 **  specifies the terms and conditions for redistribution.
 **
 **  All rights reserved.  The Berkeley software License Agreement
 **  specifies the terms and conditions for redistribution.
 **
-**     @(#)sendmail.h  5.7 (Berkeley) %G%
+**     @(#)sendmail.h  5.8 (Berkeley) %G%
 */
 
 /*
 */
 
 /*
@@ -19,7 +19,7 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 5.7             %G%";
+static char SmailSccsId[] =    "@(#)sendmail.h 5.8             %G%";
 # endif lint
 # else  _DEFINE
 # define EXTERN extern
 # endif lint
 # else  _DEFINE
 # define EXTERN extern
@@ -503,6 +503,7 @@ EXTERN bool NoConnect;      /* don't connect to non-local mailers */
 EXTERN bool    SuperSafe;      /* be extra careful, even if expensive */
 EXTERN bool    ForkQueueRuns;  /* fork for each job when running the queue */
 EXTERN bool    AutoRebuild;    /* auto-rebuild the alias database as needed */
 EXTERN bool    SuperSafe;      /* be extra careful, even if expensive */
 EXTERN bool    ForkQueueRuns;  /* fork for each job when running the queue */
 EXTERN bool    AutoRebuild;    /* auto-rebuild the alias database as needed */
+EXTERN bool    CheckAliases;   /* parse addresses during newaliases */
 EXTERN int     SafeAlias;      /* minutes to wait until @:@ in alias file */
 EXTERN time_t  TimeOut;        /* time until timeout */
 EXTERN FILE    *InChannel;     /* input connection */
 EXTERN int     SafeAlias;      /* minutes to wait until @:@ in alias file */
 EXTERN time_t  TimeOut;        /* time until timeout */
 EXTERN FILE    *InChannel;     /* input connection */