Path: utzoo!attcan!uunet!cs.utexas.edu!uwm.edu!ogicse!schaefer From: schaefer@ogicse.ogi.edu (Barton E. Schaefer) Newsgroups: comp.mail.mush Subject: Re: Multiple From: headers Message-ID: <9558@ogicse.ogi.edu> Date: 29 May 90 04:54:52 GMT References: <3906@taux01.UUCP> Organization: Oregon Graduate Institute (formerly OGC), Beaverton, OR Lines: 25 In article <3906@taux01.UUCP> crehta@taux01.nsc.com (Ran Ever-Hadani) writes: } What I get is a message with two From: headers - } first the additional one I don't want, and then the original I do } want. } } Is there a way to get mush to see the second one for purposes of } display, reply etc.? No, other than the method you've already discovered. To see how mush deals with multiple headers with the same name, use the "echo -h" command and an appropriate formatting string. In this particular case try "echo -h %f". What you should see is the contents of *both* From: headers, separated by a comma. There isn't any way to get mush to reorder the headers, so hdr_format strings %a and %n are always going to use the first one, but you will get the second From: included when you "replyall". } What I do now is edit the message and } insert ">" before the first From: . Why not just delete it entirely? -- Bart Schaefer schaefer@cse.ogi.edu