Lorenzo Fiorini wrote:
In contrib/hbtip/sendmail.prg these lines:
...
the standard requires Cr+Lf and servers like QMail reject messages
with ONLY Lf reporting:

451 See http://pobox.com/~djb/docs/smtplf.html

while others like Postfix accept them but report:

354 End data with <CR><LF>.<CR><LF>

Using Chr( 13 ) + Chr( 10 ) seems to fix the send with QMail but
Postfix still reports 354 ...

Any comments is welcome.

Hi,


I know nothing about hbtip, but 354 is a standard response for SMTP DATA command. For example, Exim 4.69 response is:
  354 Enter message, ending with "." on a line by itself
It means exactly the same as "End data with <CR><LF>.<CR><LF>". These "<CR><LF>" is not a hint that you are doing something wrong.


Regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to