Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2001 15:43:18 -0800
From:      Mahlon Smith <reich@internetcds.com>
To:        Josh Thomas <jdt2101@ksu.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: cron jobs for ip updating
Message-ID:  <20010209154318.B2563@internetcds.com>
In-Reply-To: <Pine.GSO.4.21L.0102091710450.333-100000@unix2.cc.ksu.edu>; from "jdt2101@ksu.edu" on Fri, Feb 09, 2001 at 05:17:03PM
References:  <20010209144124.B69512@mollari.cthul.hu> <Pine.GSO.4.21L.0102091710450.333-100000@unix2.cc.ksu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

> Is there any way to stop cron from sending you emails about
> certain cronjobs?



You can either redirect output to /dev/null, or simply add

MAILTO=''

above the cron lines that you don't care to be notified about.

--
Mahlon Smith
InternetCDS
http://www.internetcds.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010209154318.B2563>