[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another glitch with latest beta



> > Apr 24 18:39:12 chronos mailbox[15922]: S.nLr/p68048: to="|exec
> > /usr/local/bin/mailping", delay=00:00:27, xdelay=00:00:00, mailer=local,
> > stat=deferred message write to ""|exec /usr/local/bin/mailping"" failed: Error
> > 0
...
> 	The "nobodypipe" alias works now ok at Linux, but constantly
> 	fails at HP-UX by reporting an error on the FILE* stream.
...
> 	Hmm... Fails on Solaris 2.5.1 too.  Same report !?

	Found it!  Urgle...  I am blind to my own code at the times.

	It didn't like to do  fseek()  on a pipe, and did set
	ferror() flag on it...  Now it recognizes file being
	a pipe, and won't try to be clever with ending newlines.

> > Eugene

	/Matti Aarnio <mea@nic.funet.fi>