diff options
Diffstat (limited to 'FICS/config.h')
| -rw-r--r-- | FICS/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
