On Wed, 23 Oct 2013 16:12:12 -0700
"Ronald F. Guilmette" <[email protected]> wrote:
> I believe that you may be on to something here, but it is more than
> just Postfix seeing a \n\n and believeing that it had encountered the
> end of the headers. It is possible that something in the input
> stream I gave it signaled to it the end of *all* input (not just
> headers) but that is still perplexing. What character or character
> sequence would do that?
Sometimes if the string has a null character, "\0", it won't read pass
it. This, of course, is a bug but determining what piece of software is
doing it will be difficult.
--
Don't stop where the ink does.
Shawn
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/