I downloaded the 4gl program smtpmail53.p from freeframework.
When i run the 4gl program mailtest.w to test it, i get the following error:
string is 451. see http://pobox.com/~djb/docs/smtplf.html.
when i check out this site it says that the mailer is violating
822bis section 2.3 which prohibits bare LF characters. Basically
they are saying that the message is ending with LF instead of the
required CR LF pair.
the message also states that it is generated by a qmail server,
which enforces this standard.
Does anyone have a fixed copy of smtpmail.p or smtpmail53.p?
When i run the 4gl program mailtest.w to test it, i get the following error:
string is 451. see http://pobox.com/~djb/docs/smtplf.html.
when i check out this site it says that the mailer is violating
822bis section 2.3 which prohibits bare LF characters. Basically
they are saying that the message is ending with LF instead of the
required CR LF pair.
the message also states that it is generated by a qmail server,
which enforces this standard.
Does anyone have a fixed copy of smtpmail.p or smtpmail53.p?