Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!apple!oliveb!sun!eureka!argv From: argv%eureka@Sun.COM (Dan Heller) Newsgroups: comp.mail.mush Subject: Re: Bcc in auto_hdr (suggestion) Keywords: mush my_hdr Bcc Message-ID: <105202@sun.Eng.Sun.COM> Date: 16 May 89 22:16:49 GMT References: <1700@taux01.UUCP> Sender: news@sun.Eng.Sun.COM Reply-To: argv@sun.UUCP (Dan Heller) Organization: Sun Microsystems, Mountain View Lines: 17 In article <1700@taux01.UUCP> crehta%taux01%nsc.com@sun.com (Ran Ever-Hadani) writes: > Another suggestion for further releases of mush: > > I find the auto_hdr option very useful. I only wish it let you edit the > Bcc: header in the same way it treats Cc: . > > A general sollution might be allowing my_hdr to be applied to an empty > header, e.g. > > my_hdr Some-Header: '' > You can do this, but instead of using a null string, use a "blank". e.g. my_hdr Bcc: " " This way, Bcc: has the value of " " (a space) but spaces are ignored in the header-parsing method and the header won't be added. dan