X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Finboxrules%2Fserv_inboxrules.c;h=4979e57150e74f64900535fef0bd7de83e26c0bf;hp=b5dc6d91a4016dc5c7480bc556e29e07036be3b1;hb=0387f48886a9395d89eaca01cd40ab751610426f;hpb=436e37f800487ea58343ba015299869d216269d2 diff --git a/citadel/modules/inboxrules/serv_inboxrules.c b/citadel/modules/inboxrules/serv_inboxrules.c index b5dc6d91a..4979e5715 100644 --- a/citadel/modules/inboxrules/serv_inboxrules.c +++ b/citadel/modules/inboxrules/serv_inboxrules.c @@ -373,7 +373,7 @@ int inbox_do_redirect(struct irule *rule, long msgnum) { return(1); // don't delete the inbox copy if this failed } - CtdlSubmitMsg(msg, valid, NULL, 0); // send the message to the new recipient + CtdlSubmitMsg(msg, valid, NULL); // send the message to the new recipient free_recipients(valid); CM_Free(msg); return(0); // delete the inbox copy