[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dropping long, long header fields (was Re: why is this failing?)
- To: Jim Osborn <http://www.eskimo.com/~jimo>
- Subject: Re: dropping long, long header fields (was Re: why is this failing?)
- From: http://dummy.us.eu.org/robert (robert)
- Date: Thu, 24 Dec 1998 15:52:33 -0500
- In-Reply-To: <199812241953.http://www.eskimo.com/~LAA10011>
> From: Jim Osborn <http://www.eskimo.com/~jimo>
> Date: Thu Dec 24, 11:53am
>
> Wouldn't it be pretty easy to make up test mails to run through it?
> If your hypothesis is correct, there should be some header length
> that fails, and then you can chase down the cause. I've encountered
> some pretty long Received lines, but never anything that failed the
> way you're describing; must have been REALLY long!
>
> Do let us know what you learn.
You were right -- it's nothing to do with procmail nor even formail.
After much experimentation, I determined that it's an unfortunate feature
of my MUA (mush). "mush" deletes the Bcc: line (this was the long line)
before it reaches sendmail. So, formail was handling what it got
correctly. Argh! I hacked it so I set an environment variable before it
reaches the procmail script to send the mail and reappend the bcc line.
Sorry for this.