summaryrefslogtreecommitdiff
path: root/contrib/sendmail/src/sendmail.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-01-24 07:40:56 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-01-24 07:40:56 +0000
commit25bab6e9047f62b30df7b44a1049c2b740d492a2 (patch)
tree67c9250e87bf08c97b1bdc067576510ed21ad091 /contrib/sendmail/src/sendmail.h
parent065a643db393fd78e62e8b414b4789e13fbdb5ae (diff)
Diffstat (limited to 'contrib/sendmail/src/sendmail.h')
-rw-r--r--contrib/sendmail/src/sendmail.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/sendmail/src/sendmail.h b/contrib/sendmail/src/sendmail.h
index 023799d7e81bb..3c7369992d732 100644
--- a/contrib/sendmail/src/sendmail.h
+++ b/contrib/sendmail/src/sendmail.h
@@ -1258,6 +1258,8 @@ EXTERN gid_t RunAsGid; /* GID to become for bulk of run */
EXTERN int MaxRcptPerMsg; /* max recipients per SMTP message */
EXTERN bool DoQueueRun; /* non-interrupt time queue run needed */
EXTERN u_long ConnectOnlyTo; /* override connection address (for testing) */
+EXTERN int MaxHeaderLines; /* max lines of headers per message */
+EXTERN int MaxHeaderLineLength; /* max length of a header line */
#if _FFR_DSN_RRT_OPTION
EXTERN bool RrtImpliesDsn; /* turn Return-Receipt-To: into DSN */
#endif