Tip for cc or bcc into a file (re: reply problem)

P. Tucker Withington ptw at encore.UUCP
Sat Apr 6 06:35:05 AEST 1985


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 */



More information about the Comp.unix mailing list