I just found out I had an errant crontab which was sending tons of emails to root, and consequently pissing off our postmaster a bit. 
I changed the syntax...but I'm not sure how to make sure it's working properly, besides waiting for the postmaster to yell again - if he doesn't, then it's ok.
Should this work?
0 * * * * /usr/lib/cgi-bin/stats/pctstats >> /dev/null 2>&1
the old cron job looked like this...
0 * * * * /usr/lib/cgi-bin/stats/pctstats
...and was emailing all sorts of garbage to root@hostname.
Am I ok now?
Rob
I changed the syntax...but I'm not sure how to make sure it's working properly, besides waiting for the postmaster to yell again - if he doesn't, then it's ok.
Should this work?
0 * * * * /usr/lib/cgi-bin/stats/pctstats >> /dev/null 2>&1
the old cron job looked like this...
0 * * * * /usr/lib/cgi-bin/stats/pctstats
...and was emailing all sorts of garbage to root@hostname.
Am I ok now?
Rob
