* make QP encoding of senders optional, so we can flag it if we need it.
[citadel.git] / citadel / modules / dspam / serv_dspam.c
index e0f478f6c79042cdf80541004ec6b1943d073482..1c0c0d7c4e9933669a5a3913710cf192361f7775 100644 (file)
@@ -136,7 +136,7 @@ void dspam_do_msg(long msgnum, void *userdata)
        CC->redirect_buffer = malloc(SIZ);
        CC->redirect_len = 0;
        CC->redirect_alloc = SIZ;
-       CtdlOutputPreLoadedMsg(msg, MT_RFC822, HEADERS_ALL, 0, 1);
+       CtdlOutputPreLoadedMsg(msg, MT_RFC822, HEADERS_ALL, 0, 1, 0);
        msgtext = CC->redirect_buffer;
 // don't need? msglen = CC->redirect_len;
        CC->redirect_buffer = NULL;