X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_smtp.c;h=0e372056adedd3325f53878ef7561e4c2e930447;hb=cb16d095ee1f3f2a5e8022b7a4a7c4289eadd77c;hp=4c557a94b3c24a61ec073e225ab127ff40127e63;hpb=f68b0f9d9eaca8300005eea0d6d13b241f35a36a;p=citadel.git diff --git a/citadel/serv_smtp.c b/citadel/serv_smtp.c index 4c557a94b..0e372056a 100644 --- a/citadel/serv_smtp.c +++ b/citadel/serv_smtp.c @@ -636,7 +636,7 @@ void smtp_data(void) { cprintf("354 Transmit message now; terminate with '.' by itself\r\n"); - generate_rfc822_datestamp(nowstamp, time(NULL)); + datestring(nowstamp, time(NULL), DATESTRING_RFC822); body = mallok(4096); if (body != NULL) snprintf(body, 4096,