Best practice are normally only redirecting stdout and not stderr, just to get the error in case something goes wrong, I don't know why the output of this script go on stderr.
But yes, to redirect all output script to nothing, append >/dev/null 2>&1 at the end of the script. Olivier. 2014-10-16 14:57 GMT+02:00 <[email protected]>: > > > MAILTO="" > > * * * * * /usr/sbin/sogo-ealarms-notify > > > YEP, that it is. Btw, I'm the first with these behaviour? > > Jan > -- > [email protected] > https://inverse.ca/sogo/lists > -- [email protected] https://inverse.ca/sogo/lists
