X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fspam.c;h=49776a30d66b0595559e3a0f37b24c23ce06006a;hb=b7d3afcfad94edf99a8dbc50ab670ded417e6bea;hp=477ab62b44b4a606a2aa93a077eef41c41e75b3b;hpb=040721f2bc088d5e717c0475975ed6158352dce6;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/spam.c b/src/src/spam.c index 477ab62b4..49776a30d 100644 --- a/src/src/spam.c +++ b/src/src/spam.c @@ -265,9 +265,9 @@ if (spam_ok && Ustrcmp(prev_user_name, user_name) == 0) return override ? OK : spam_rc; /* make sure the eml mbox file is spooled up */ + if (!(mbox_file = spool_mbox(&mbox_size, NULL, NULL))) - { - /* error while spooling */ + { /* error while spooling */ log_write(0, LOG_MAIN|LOG_PANIC, "%s error while creating mbox spool file", loglabel); return DEFER;