smtp: without a MAIL_FROM, send blank MAIL FROM
authorGisle Vanem <gvanem@broadpark.no>
Wed, 21 Sep 2011 20:24:45 +0000 (22:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 21 Sep 2011 20:24:45 +0000 (22:24 +0200)
commit322f3d5af7093dc0c7277cb662b6fe5cae59a1c5
tree84afd3611fab61fbd410778ec53b2c1d590429e9
parentc1057fc9aa9ba0304ea9afae38282ad1e9b3f1d4
smtp: without a MAIL_FROM, send blank MAIL FROM

I think curl should ignore this case and smtp.c should test for this.
Since RFC-2821 seems to allow a "null reverse-path". Ref.  "MAIL
FROM:<>" in section 3.7, page 25.
lib/smtp.c