![]()
From: Paul Haldane (Paul.Haldane@newcastle.ac.uk)
Date: Fri Jul 30 1999 - 11:14:26 CDT
Two issues here
1. I reckon that the mechanism you're using to feed messages into
hypermail is resulting in the first line of each message being of the form
>From estewart Fri Jul 30 10:05:56 1999
In multi-message mode hypermail looks for 'From ' at the start of a line
as a separator between messages so that's not ideal. If you're working in
single shot mode that it's less of an issue.
2. When printing the headers if showheaders is set then hypermail shows
any messages included in the show_headers set _plus_ any headers that
start with a non-alphanumeric character. The comment with this bit of
code say sthis is to make sure the blank line between headers and body
gets printed - if so I think it would be better for us to use an explicit
test for that.
Paul
> > > How can I get rid of that initial ">From" line?
> >
> > Do you get the same effect with 2a23? I don't think there's anyone around
> > that is very keen on hunting for bugs in b3.
>
> Yes. Took me a while to realize you guys took the 'set' out of
> the configuration files (yeah, I'm behind). But this is what the config
> file says (well, the two lines I think you need to know about):
>
> hm_showheaders = 1
> hm_show_headers = To,Cc,Subject
>
> And this is what's popping up in the mail:
>
> >From estewart Fri Jul 30 10:05:56 1999
> To: help@dudley.lib.usf.edu, Super-User <root@dudley.lib.usf.edu>
> cc: "Eric Stewart (SYS)" <estewart@dudley.lib.usf.edu>
> Subject: one last test
![]()