[ale] cron mail messages

David Corbin dcorbin at machturtle.com
Sat Nov 20 18:04:30 EST 2004


On Saturday 20 November 2004 17:25, Jay Loden wrote:
> Ok, I have a couple cron jobs that run quite often.  Is there some way to
> get this NOT to mail my mailbox every time it completes? I really, really,
> really don't want my mailbox chock full of "job completed" emails.
>

Write your cron scripts such that there is no output to stdout/stderr, or 
redirect them to a file or /dev/null.

David



More information about the Ale mailing list