-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
A client updated an application using curl library for sending emails via SMTP.
After "235 Authentication succeeded", we see that CURL sends VRFY commands instead of RCPT TO.
In smtp.c, I see that data->set.upload is not set, but in set opt.c I see it is set.
Later it turns out that setting Post to 0 also sets Upload option to 0.
May it be reasonable to request that setting Post to 1 clears upload flag and setting post to 0 lets it alone?
Reactions are currently unavailable