I simply put this at the tob of crontab

MAILTO=""

No mail for any cronjobs with that.  From man 5 crontab....

In addition to LOGNAME, HOME, and SHELL, cron(8) will look at MAILTO if
     it has any reason to send mail as a result of running commands in
     `this'' crontab.  If MAILTO is defined (and non-empty), mail is sent to
     the user so named.  If MAILTO is defined but empty (MAILTO=""), no mail
     will be sent.

DustyC

On Mon, Sep 15, 2003 at 11:43:09AM -0500,
Len Conrad ([EMAIL PROTECTED]) wrote:

> 
> 
> >/usr/local/bin/jobs/whatever.sh > dev/null 2>&1
> 
> great! that's what I was referring to.
> 
> but shouldn't that be:  .sh > /dev/null 2>&1
> 
> 
> FQ path?
> 
> Len
> 

Reply via email to