cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[ curl-Bugs-3564114 ] SMTP: Superfluous SIZE parameter in MAIL FROM

From: SourceForge.net <noreply_at_sourceforge.net>
Date: Sun, 02 Sep 2012 02:16:01 -0700

Bugs item #3564114, was opened at 2012-09-02 02:06
Message generated for change (Comment added) made by xkucf03
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3564114&group_id=976

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: libcurl
Group: bad behaviour
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: František Kučera (xkucf03)
Assigned to: Daniel Stenberg (bagder)
Summary: SMTP: Superfluous SIZE parameter in MAIL FROM

Initial Comment:
Problem:

SMTP client should send SIZE parameter in MAIL FROM command

Version: latest git (ca84361e4b0d6b0f45a9a874d376cb598bc6803d)

----------------------------------------------------------------------

>Comment By: František Kučera (xkucf03)
Date: 2012-09-02 02:16

Message:
Problem: SMTP client always sends SIZE (rfc1870) parameter in MAIL FROM
command. If server does not support this param, it can say: "504 Command
parameter not implemented" and reject the message (or send 555 –
rfc1869).

Solution: So we should send SIZE param only if server advertises its
support by "250-SIZE" in response to EHLO. This is done by attached patch.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=100976&aid=3564114&group_id=976
Received on 2012-09-02

These mail archives are generated by hypermail.

donate! Page updated January 05, 2012.
web site info

File upload with ASP.NET