RE: mail vrfy 252 => quit and res = CURLE_OK

2016-05-23 Thread Steve Holme
On Mon, 23 May 2016, andreas graeper wrote: > i try to send emails and get 252 as response to vrfy. then quit is sent and > curl_easy_perform() returns CURLE_OK is there a way to avoid vrfy or not to > stop when receiving 252. why perform returns OK when message actually has > not been sent ?

Re: mail vrfy 252 => quit and res = CURLE_OK

2016-05-23 Thread Daniel Stenberg
On Mon, 23 May 2016, andreas graeper wrote: i try to send emails and get 252 as response to vrfy. then quit is sent and curl_easy_perform() returns CURLE_OK is there a way to avoid vrfy or not to stop when receiving 252. why perform returns OK when message actually has not been sent ? This s