From: Wilfried Göesgens Date: Thu, 9 Aug 2007 15:01:34 +0000 (+0000) Subject: * give the right status code for STARTTLS. thanks to bicos for pointing this out. X-Git-Tag: v7.86~3172 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=287b622f4739cadf68baa6643844dfd643e02763;p=citadel.git * give the right status code for STARTTLS. thanks to bicos for pointing this out. --- diff --git a/citadel/modules/smtp/serv_smtp.c b/citadel/modules/smtp/serv_smtp.c index f24701ac0..a08d6be05 100644 --- a/citadel/modules/smtp/serv_smtp.c +++ b/citadel/modules/smtp/serv_smtp.c @@ -798,7 +798,7 @@ void smtp_starttls(void) char error_response[SIZ]; sprintf(ok_response, - "200 2.0.0 Begin TLS negotiation now\r\n"); + "220 2.0.0 Begin TLS negotiation now\r\n"); sprintf(nosup_response, "554 5.7.3 TLS not supported here\r\n"); sprintf(error_response,