new extern: NoMXforCanon
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 10 Apr 1995 06:30:06 +0000 (22:30 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 10 Apr 1995 06:30:06 +0000 (22:30 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.119

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

index c89626d..b2b1159 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sendmail.h  8.118 (Berkeley) %G%
+ *     @(#)sendmail.h  8.119 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -15,7 +15,7 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 8.118           %G%";
+static char SmailSccsId[] =    "@(#)sendmail.h 8.119           %G%";
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
@@ -945,6 +945,7 @@ EXTERN bool TryNullMXList;  /* if we are the best MX, try host directly */
 EXTERN bool    InChild;        /* true if running in an SMTP subprocess */
 EXTERN bool    DisConnected;   /* running with OutChannel redirected to xf */
 EXTERN bool    ColonOkInAddr;  /* single colon legal in address */
 EXTERN bool    InChild;        /* true if running in an SMTP subprocess */
 EXTERN bool    DisConnected;   /* running with OutChannel redirected to xf */
 EXTERN bool    ColonOkInAddr;  /* single colon legal in address */
+EXTERN bool    NoMXforCanon;   /* don't use MX records when canonifying */
 EXTERN char    SpaceSub;       /* substitution for <lwsp> */
 EXTERN int     PrivacyFlags;   /* privacy flags */
 EXTERN char    *ConfFile;      /* location of configuration file [conf.c] */
 EXTERN char    SpaceSub;       /* substitution for <lwsp> */
 EXTERN int     PrivacyFlags;   /* privacy flags */
 EXTERN char    *ConfFile;      /* location of configuration file [conf.c] */