Comment 11 for bug 254130

Revision history for this message
Notch-1 (n1-notch-1) wrote :

From my point of view any software that goes boom by itself (with the default configuration) have a bug, don't you think?
Anyway i finally found the right way to forbid cron from sending emails:
MAILTO=""
while other methods like MAILTO=NULL or redirecting the output of each command as somebody suggest, are not always working...
I suggest to set this by default, and send mails only if otherwise specified by the user (i.e MAILTO= not empty, like now, but without the need to add MAILTO="")
thanks