diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2004-01-12 20:20:29 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2004-01-12 20:20:29 +0000 |
commit | 8030199c715acbdefbd86da9d28098bebf8bb143 (patch) | |
tree | 5e1712c169498d6be0151c1f32afe508bb517ea0 /usr.sbin | |
parent | 24c50acd3fc4854ea0922da07108a35e4c0411d2 (diff) | |
download | src-8030199c715acbdefbd86da9d28098bebf8bb143.tar.gz src-8030199c715acbdefbd86da9d28098bebf8bb143.zip |
Discuss the 'MAILTO' option.
PR: 58783
Submitted by: Marc Silver <marcs@draenor.org>
Notes
Notes:
svn path=/head/; revision=124444
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/cron/crontab/crontab.5 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/cron/crontab/crontab.5 b/usr.sbin/cron/crontab/crontab.5 index 48794170a6cf..950b1f667c70 100644 --- a/usr.sbin/cron/crontab/crontab.5 +++ b/usr.sbin/cron/crontab/crontab.5 @@ -105,7 +105,11 @@ if it has any reason to send mail as a result of running commands in ``this'' crontab. If .Ev MAILTO is defined (and non-empty), mail is -sent to the user so named. If +sent to the user so named. +.Ev MAILTO +may also be used to direct mail to multiple recipients +by seperating recipient users with a comma. +If .Ev MAILTO is defined but empty (MAILTO=""), no mail will be sent. Otherwise mail is sent to the owner of the crontab. This |