strip out bcc: and resent-bcc: always
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 28 Oct 1982 12:43:43 +0000 (04:43 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 28 Oct 1982 12:43:43 +0000 (04:43 -0800)
SCCS-mr: usr.sbin/sendmail/src/version.c 044
SCCS-mr: usr.sbin/sendmail/src/conf.c 044
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.229
SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.60

usr/src/usr.sbin/sendmail/src/conf.c
usr/src/usr.sbin/sendmail/src/version.c

index 3dfc52d..a16e984 100644 (file)
@@ -32,7 +32,7 @@
 
 
 
 
 
 
-SCCSID(@(#)conf.c      3.59            %G%);
+SCCSID(@(#)conf.c      3.60            %G%);
 \f/*
 **  Header info table
 **     Final (null) entry contains the flags used for any other field.
 \f/*
 **  Header info table
 **     Final (null) entry contains the flags used for any other field.
@@ -64,8 +64,8 @@ struct hdrinfo        HdrInfo[] =
        "resent-to",            H_RCPT,                 0,
        "cc",                   H_RCPT,                 0,
        "resent-cc",            H_RCPT,                 0,
        "resent-to",            H_RCPT,                 0,
        "cc",                   H_RCPT,                 0,
        "resent-cc",            H_RCPT,                 0,
-       "bcc",                  H_RCPT,                 0,
-       "resent-bcc",           H_RCPT,                 0,
+       "bcc",                  H_RCPT|H_ACHECK,        0,
+       "resent-bcc",           H_RCPT|H_ACHECK,        0,
                /* message identification and control */
        "message-id",           0,                      0,
        "resent-message-id",    0,                      0,
                /* message identification and control */
        "message-id",           0,                      0,
        "resent-message-id",    0,                      0,
index 3c1ef16..929b06d 100644 (file)
@@ -1,5 +1,5 @@
 # ifndef lint
 # ifndef lint
-static char    SccsId[] = "@(#)SendMail version 3.228 of %G%";
+static char    SccsId[] = "@(#)SendMail version 3.229 of %G%";
 # endif lint
 
 # endif lint
 
-char   Version[] = "3.228 [%G%]";
+char   Version[] = "3.229 [%G%]";