summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox.c b/sandbox.c
index 0b89205..cbe0043 100644
--- a/sandbox.c
+++ b/sandbox.c
@@ -94,7 +94,7 @@ LL_BEGIN(sbox_enter_linux_, const char* basedir, const char *address, int smail)
94 LL_PATH(sdir, s); 94 LL_PATH(sdir, s);
95 } 95 }
96 96
97 if (smail) 97 if (smail && mtime("/usr/sbin/sendmail") > 0)
98 LL_PATH("/usr/sbin/sendmail", x); 98 LL_PATH("/usr/sbin/sendmail", x);
99 99
100 if (*address != '/') { 100 if (*address != '/') {