Bug in Erlang SMTP client?

Michael Bradford Michael.Bradford@REDACTED
Thu Jan 8 16:43:17 CET 2004


better late than never, here's a patch for the smtp_client-1.0 contribution
as well.

diff smtp_client-1.0/smtp_fsm.erl smtp_client-1.1/smtp_fsm.erl

15a16,17
> %% 1.1 fixes mail from & rcpt to bugs where they weren't
> %%    strictly standards compliant

55c57
< -vsn('v1.0').
---
> -vsn('v1.1').

335c337
<     Msg = ["mail from: ", Address, "\r\n"],
---
>     Msg = ["mail from:", Address, "\r\n"],

346c348
<     Msg = ["rcpt to: ", Address, "\r\n"],
---
>     Msg = ["rcpt to:", Address, "\r\n"],

I've also sent the new version (smtp_client-1.1) of the complete application
to Erlang Contributions.

cheers
Mike



 NOTICE AND DISCLAIMER:
This email (including attachments) is confidential.  If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents.  We cannot accept liability for any breaches of
confidence arising through use of email.  Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions.  We will not accept responsibility for any commitments
made by our employees outside the scope of our business.  We do not warrant
the accuracy or completeness of such information.




More information about the erlang-questions mailing list