X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fregex.c;h=de8ec685fc15a1114ae5de001a9f1c43b10a03c4;hb=82c6910a112610ac5c121ff5321365c5dc7e8eb2;hp=63c1c2c1085694a12d4d41bf7013fed06caa01d5;hpb=c58b88df956cd5f2b2febc6c447d8549928b454b;p=exim.git diff --git a/src/src/regex.c b/src/src/regex.c index 63c1c2c10..de8ec685f 100644 --- a/src/src/regex.c +++ b/src/src/regex.c @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/src/regex.c,v 1.7 2005/07/01 10:49:02 ph10 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ @@ -47,7 +45,7 @@ int regex(uschar **listptr) { if (mime_stream == NULL) { /* We are in the DATA ACL */ - mbox_file = spool_mbox(&mbox_size); + mbox_file = spool_mbox(&mbox_size, NULL); if (mbox_file == NULL) { /* error while spooling */ log_write(0, LOG_MAIN|LOG_PANIC,