* give the flag to the CtdlDoIHavePermissionToPostInThisRoom in through the parameter...
[citadel.git] / citadel / journaling.c
index a0ebeb21d0c747bcf47f3c1f413225d6d01412eb..c78292b6bc7cb43b48cd5ef673506ed641c1d622 100644 (file)
@@ -133,7 +133,7 @@ void JournalRunQueueMsg(struct jnlq *jmsg) {
        static int seq = 0;
        int i;
 
-       journal_recps = validate_recipients(config.c_journal_dest);
+       journal_recps = validate_recipients(config.c_journal_dest, 0);
        if (journal_recps != NULL) {
 
                if (  (journal_recps->num_local > 0)