diff options
| -rw-r--r-- | sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 != '/') { |