X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fspool_mbox.c;h=2447daf1584e94194e1c2c898ce47678abfc288a;hb=0768462dc5830cde5ae7a3659577fb557926db28;hp=05f90a819c57fbd520f312706bf7236ec5f08885;hpb=1bd642c265dae5643f16d023879043b7576f66a9;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/spool_mbox.c b/src/src/spool_mbox.c index 05f90a819..2447daf15 100644 --- a/src/src/spool_mbox.c +++ b/src/src/spool_mbox.c @@ -147,7 +147,7 @@ if (!spool_mbox_ok) { uschar * s; - if (!spool_file_wireformat || source_file_override) + if (!f.spool_file_wireformat || source_file_override) j = fread(buffer, 1, sizeof(buffer), l_data_file); else /* needs CRLF -> NL */ if ((s = US fgets(CS buffer, sizeof(buffer), l_data_file))) @@ -209,7 +209,7 @@ unspool_mbox(void) spam_ok = 0; malware_ok = 0; -if (spool_mbox_ok && !no_mbox_unspool) +if (spool_mbox_ok && !f.no_mbox_unspool) { uschar *mbox_path; uschar *file_path;