From 4f7ac4bd573d1b1b1e9ad8786890afdebfcb3418 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 12 Apr 1995 19:21:43 +0000 Subject: [PATCH] Add some useful sendmail options --- libexec/atrun/atrun.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexec/atrun/atrun.c b/libexec/atrun/atrun.c index 4ab933d16b6..68b0207fff4 100644 --- a/libexec/atrun/atrun.c +++ b/libexec/atrun/atrun.c @@ -73,7 +73,7 @@ /* File scope variables */ static char *namep; -static char rcsid[] = "$Id: atrun.c,v 1.1 1994/05/10 18:23:08 kernel Exp $"; +static char rcsid[] = "$Id: atrun.c,v 1.2 1995/04/12 02:52:15 ache Exp $"; static debug = 0; /* Local functions */ @@ -280,6 +280,7 @@ run_file(const char *filename, uid_t uid, gid_t gid) { #ifdef __FreeBSD__ execl(_PATH_SENDMAIL, "sendmail", "-F", "Atrun Service", + "-odi", "-oem", mailname, (char *) NULL); #else execl(MAIL_CMD, MAIL_CMD, mailname, (char *) NULL);