]> code.citadel.org Git - citadel.git/blobdiff - citadel/msgbase.c
* initial dspam integration module
[citadel.git] / citadel / msgbase.c
index 6fc437faf5ace9b3ad333b3fc70b73d0b5ef18c6..15fbd3993b02c2f031e069207882d6a096147a6c 100644 (file)
@@ -1708,7 +1708,7 @@ int CtdlOutputPreLoadedMsg(
                }
 
                /* Construct a fun message id */
-               cprintf("Message-ID: <%s", mid);
+               cprintf("Message-ID: <%s", mid);/// todo: this possibly breaks threadding mails.
                if (strchr(mid, '@')==NULL) {
                        cprintf("@%s", snode);
                }