From: Hugh E Cruickshank via mailop Sent: February 5, 2024 16:52
> From: Scott Undercofler via mailop Sent: February 1, 2024 17:04
> >
> > The servers at shaw are configured to reject non-RFC bare linefeeds.
> 
> Silly me I was looking for bare CRs as the error message advised. I
> will now go back and review the code for bare LFs. I am also having
> the code reviewed by someone else.
> 
> > Can you elaborate on why you’re sending them as they are not
> > allowed.
> 
> If we are sending them we are not doing so intentionally. The code in
> question was reviewed and updated for CR/LF pairing many years ago and
> has been running fine until now.

Hi All:

Just a quick post to confirm that we have resolved our issue...

The problem was indeed a "bare CR". The code in question had been
updated many years ago to ensure the all LFs were replaced by a CR/LF
however there was one line of code that applied this same replacement
to the body of a message without first checking to see if already
contained a CR/LF. If this occurred then we would end up with CR/CR/LF
hence the "bare CR" error message.

Cleaning up this code has resolved the problem. If there is anyone out
there working with OpenEdge and the FreeFrameWork smtpmail.p library
just drop me a line and I will pass on my code.

I would like to express my great appreciation to all who contributed.

Regards, Hugh

-- 
Hugh E Cruickshank, Payroll Guardian, www.PayrollGuardian.com

_______________________________________________
mailop mailing list
[email protected]
https://list.mailop.org/listinfo/mailop

Reply via email to