Skip to content

Set post option to false disables upload #9849

@MonkeybreadSoftware

Description

@MonkeybreadSoftware

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions