[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] cron mail, how to STOP it.
- Subject: [ale] cron mail, how to STOP it.
- From: jimpop at yahoo.com (Jim Popovitch)
- Date: Fri, 14 Oct 2005 17:08:17 -0400
- In-reply-to: <[email protected]>
- References: <[email protected]>
Add:
MAILTO=""
to the top of your crontab.
-Jim P.
Paul Cartwright wrote:
> I created a cron entry to check my yahoo mail using yosucker. I HATE
> getting emailed every X hours to tell me it ran... I "thought" the
> correct way to stop the mailing of a cron job running was to add a
> 2>/dev/null at the end of the line.
> here is the line I don't want mail from:
> 10 3,6,9,12,15,18 * * * /home/pbc/bin/yosucker
>
>
> suggestions?