diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-11-10 01:58:17 +0000 | 
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-11-10 01:58:17 +0000 | 
| commit | ff37c899d76b8a843614fb348674c7e94e4f53ce (patch) | |
| tree | ec1e00a87146aa91a3fe520fcbd0e82387524022 /usr.sbin/sendmail/src/sendmail.h | |
| parent | e54babdf0c067b521dc066286e05db2ab1add3df (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sendmail/src/sendmail.h')
| -rw-r--r-- | usr.sbin/sendmail/src/sendmail.h | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/usr.sbin/sendmail/src/sendmail.h b/usr.sbin/sendmail/src/sendmail.h index 00559ea1dffd..fc3bf4942ca0 100644 --- a/usr.sbin/sendmail/src/sendmail.h +++ b/usr.sbin/sendmail/src/sendmail.h @@ -31,7 +31,7 @@   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF   * SUCH DAMAGE.   * - *	@(#)sendmail.h	8.242 (Berkeley) 8/2/97 + *	@(#)sendmail.h	8.245 (Berkeley) 10/22/97   */  /* @@ -41,7 +41,7 @@  # ifdef _DEFINE  # define EXTERN  # ifndef lint -static char SmailSccsId[] =	"@(#)sendmail.h	8.242		8/2/97"; +static char SmailSccsId[] =	"@(#)sendmail.h	8.245		10/22/97";  # endif  # else /*  _DEFINE */  # define EXTERN extern @@ -206,6 +206,7 @@ typedef struct address ADDRESS;  # define QDELIVERED	0x00040000	/* DSN: successful final delivery */  # define QDELAYED	0x00080000	/* DSN: message delayed */  # define QTHISPASS	0x40000000	/* temp: address set this pass */ +# define QRCPTOK	0x80000000	/* recipient() processed address */  # define Q_PINGFLAGS	(QPINGONSUCCESS|QPINGONFAILURE|QPINGONDELAY) @@ -928,6 +929,7 @@ EXTERN int		NoRecipientAction;  #define PXLF_NOTHINGSPECIAL	0	/* no special mapping */  #define PXLF_MAPFROM		0x0001	/* map From_ to >From_ */  #define PXLF_STRIP8BIT		0x0002	/* strip 8th bit */ +#define PXLF_HEADER		0x0004	/* map newlines in headers */  /*  **  Additional definitions  */ @@ -1231,7 +1233,6 @@ EXTERN int	MaxRuleRecursion;	/* maximum depth of ruleset recursion */  EXTERN char	*MustQuoteChars;	/* quote these characters in phrases */  EXTERN char	*ServiceSwitchFile;	/* backup service switch */  EXTERN char	*DefaultCharSet;	/* default character set for MIME */ -EXTERN int	DeliveryNiceness;	/* how nice to be during delivery */  EXTERN char	*PostMasterCopy;	/* address to get errs cc's */  EXTERN int	CheckpointInterval;	/* queue file checkpoint interval */  EXTERN bool	DontPruneRoutes;	/* don't prune source routes */ | 
