Don't set -or0s (timeout 0) for possible network MAILTO

This commit is contained in:
Andrey A. Chernov 1995-04-12 19:28:30 +00:00
parent 4f7ac4bd57
commit f8cb57f574
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7778

View File

@ -17,7 +17,7 @@
/* config.h - configurables for Vixie Cron
*
* $Id: config.h,v 2.6 1994/01/15 20:43:43 vixie Exp $
* $Id: config.h,v 1.1.1.1 1994/08/27 13:43:04 jkh Exp $
*/
#if !defined(_PATH_SENDMAIL)
@ -42,11 +42,10 @@
*/
#define MAILCMD _PATH_SENDMAIL /*-*/
#define MAILARGS "%s -FCronDaemon -odi -oem -or0s %s" /*-*/
#define MAILARGS "%s -FCronDaemon -odi -oem %s" /*-*/
/* -Fx = set full-name of sender
* -odi = Option Deliverymode Interactive
* -oem = Option Errors Mailedtosender
* -or0s = Option Readtimeout -- don't time out
*/
/* #define MAILCMD "/bin/mail" /*-*/