* change CtdlReadMessageBody to use StrBuf for concattenating the lines
[citadel.git] / citadel / modules / smtp / serv_smtp.c
index 947e436f7b502b06d3fbf6dbba93478306df29d4..cc8057f8b80f06a5a101f174a99ff8da07b78096 100644 (file)
@@ -713,7 +713,7 @@ void smtp_data(void) {
                                 nowstamp);
                }
        }
-       body = CtdlReadMessageBody(".", config.c_maxmsglen, body, 1, 0);
+       body = CtdlReadMessageBody(HKEY("."), config.c_maxmsglen, body, 1, 0);
        if (body == NULL) {
                cprintf("550 Unable to save message: internal error.\r\n");
                return;