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

Re: mailbox adding extra line?




> It seems that the mailbox transport agent adds an extra empty line at the
> beginning of any message body.  In 2.99.38, it did not.  I am speaking
> about the mailbox because I checked a message while it was in the router
> queue and in the transport queue, and it looked fine.  But in the mailbox,
> it gets one or even more extra empty lines (BTW, it broke some automatic
> processing here :-( )
> 
> Has anyone noticed this?  It applies to 2.99.43+all patches on Solaris 2.4.
> I did not do any mods to the mailbox program.

	"Mea's culpa" -- damn it...
	( ... just waiting Aspirin to have an effect after using my
	  head to pound the table ... )

	At  sm.c, and at mailbox.c there is line:

		append_header(rp,"Return-Path: <%s>\n", fromuser);

	Now it happens that  writeheaders()  routine does add the
	trailing newlines - ALWAYS..  So remove that newline, and
	no extras are added.

> Eugene

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