Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 beta 3/9/83; site encore.UUCP Path: utzoo!linus!encore!ptw From: ptw@encore.UUCP (P. Tucker Withington) Newsgroups: net.mail,net.unix Subject: Re: Tip for cc or bcc into a file (re: reply problem) Message-ID: <208@encore.UUCP> Date: Fri, 5-Apr-85 15:35:05 EST Article-I.D.: encore.208 Posted: Fri Apr 5 15:35:05 1985 Date-Received: Sun, 7-Apr-85 06:01:44 EST References: <526@lsuc.UUCP> <2077@sun.uucp> Reply-To: ptw@encore.UUCP (P. Tucker Withington) Organization: Encore Computer Corp., Wellesley Hills, MA Lines: 26 Xref: linus net.mail:761 net.unix:3462 Summary: The following change (which might be considered a bug fix) will cause Mail to treat all "file" recipients as "bcc:", i.e., their names will not appear on outgoing mail, thus preventing the awkward situation of someone "replying" to a file... *** /tmp/,RCSt1002644 Fri Apr 5 15:28:29 1985 --- def.h Fri Apr 5 13:47:35 1985 *************** *** 125,131 #define GSUBJECT 2 /* Likewise, Subject: line */ #define GCC 4 /* And the Cc: line */ #define GBCC 8 /* And also the Bcc: line */ ! #define GMASK (GTO|GSUBJECT|GCC|GBCC) /* Mask of places from whence */ #define GNL 16 /* Print blank line after */ --- 125,131 ----- #define GSUBJECT 2 /* Likewise, Subject: line */ #define GCC 4 /* And the Cc: line */ #define GBCC 8 /* And also the Bcc: line */ ! #define GMASK (GTO|GSUBJECT|GCC|GBCC|GDEL) /* Mask of places from whence */ #define GNL 16 /* Print blank line after */