X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fdeliver.c;h=ab0815ed4a1fb35ed08e81519cd10e75a007dae8;hp=86deceb760e1f1a1d84091542f1669c910f779db;hb=85098ee7ec9a0201b9d0df7dff202506097420b1;hpb=36b894a60b9431d20a8b8b1aa557673c747c4b47 diff --git a/src/src/deliver.c b/src/src/deliver.c index 86deceb76..ab0815ed4 100644 --- a/src/src/deliver.c +++ b/src/src/deliver.c @@ -7001,12 +7001,14 @@ wording. */ { struct stat statbuf; if (fstat(deliver_datafile, &statbuf) == 0 && statbuf.st_size > max) + { if (emf_text) fprintf(f, "%s", CS emf_text); else fprintf(f, "------ The body of the message is " OFF_T_FMT " characters long; only the first\n" "------ %d or so are included here.\n", statbuf.st_size, max); + } } fputc('\n', f);