From: Todd C. Miller Date: Wed, 28 Feb 1996 01:41:44 +0000 (+0000) Subject: mail_argv should not contain ALERTMAIL as it includes "-t" X-Git-Tag: SUDO_1_5_0~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98a6190b155227cc0520ad1a47083086daf0e9bf;p=sudo mail_argv should not contain ALERTMAIL as it includes "-t" --- diff --git a/logging.c b/logging.c index 247bb128a..87d056eaa 100644 --- a/logging.c +++ b/logging.c @@ -441,10 +441,7 @@ void log_error(code) * */ -static char *mail_argv[] = { "sendmail", - "-t", - ALERTMAIL, - (char *) NULL }; +static char *mail_argv[] = { "sendmail", "-t", (char *) NULL }; static void send_mail() {