17 Feb 2009 21:33
Bug w.r.t. ORGANIZATION value, possible related issues
Folks,
First: argh! I goofed and sent this to -request the first time!
So here we go again.
In nail 11.25 I noticed a bug when I tried to install and run under Gentoo
Linux. I downloaded the Heirloom mailx-12.4 source, compiled, and
confirmed the bug there as well.
I've been able to track down and address the issue, which makes me
glad, because I really like running this mail client. Parts of my .mailrc
that had been sitting there inactive (askbcc, setting the prompt for examples)
suddenly worked because I was running a decent command line mailer again.
And the filtering and attachment mechanisms are very nice.
So I'm motivated to try to help. On to the issue.
I've seen reported in various places around the net instances of mail simply
not being sent with no apparent error message or with confusing
error messages (this case).
If you look in sendout.c at line 1222, you'll see:
if ((addr = hp->h_organization) != NULL ||
(addr = value("ORGANIZATION")) != NULL) {
fwrite("Organization: ", sizeof (char), 14, fo);
if (mime_write(addr, strlen(addr), fo,
action == SEND_TODISP ?
CONV_NONE:CONV_TOHDR,
action == SEND_TODISP ?
(Continue reading)
RSS Feed