From 28a18a27e3253f7afcb17569f98655d6f559b316 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Fri, 17 Oct 2025 02:59:44 +0200 Subject: Separate program and program args --- FICS/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FICS/config.h') diff --git a/FICS/config.h b/FICS/config.h index 6edcb66..2396919 100644 --- a/FICS/config.h +++ b/FICS/config.h @@ -65,7 +65,8 @@ * options. These may differ significantly depending on the type of * system and what mailer is installed. */ -#define SENDMAILPROG "/usr/sbin/sendmail -t" +#define SENDMAILPROG "/usr/sbin/sendmail" +#define SENDMAILPROG_ARGS "-t" /* * Details of the head admin -- cgit v1.2.3