On 21-Oct-2001 Lance Hoffmeyer wrote:
> Isn't the syntax to have cron run every five and not send email to anyone
> 
> MAILTO=""
> 5 * * * * <run program>
> 

not so sure about the MAILTO thing.  If the run generates an error the admin
may still get a message I think.  Why not just have it do:

program > /dev/null 2>&1

Reply via email to