[quote user="GLM"] Anyone knows how bare LF messages received by the SMTP module are processed by Mercury/32? -messages are accepted and LF converted to CR/LF pair
I would expect this to be the case almost everywhere in Mercury. The problem is that a message file can be processed so many times in the course of passing through the queue that there may be some places where it's not so - but as a general rule, this is what I would expect to happen. I code pretty defensively against bad line endings.
Cheers!
-- David --
[quote user="GLM"]<font size="2"><p>Anyone knows how <i>bare LF</i> messages received by the SMTP module are processed by Mercury/32?</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -messages are accepted and LF converted to CR/LF pair</p></font>[/quote]
I would expect this to be the case almost everywhere in Mercury. The problem is that a message file can be processed so many times in the course of passing through the queue that there may be some places where it's not so - but as a general rule, this is what I would expect to happen. I code pretty defensively against bad line endings.
Cheers!
-- David --