man cron :
When executing commands, any output is mailed to the owner of the crontab (or to the user named in the MAILTO environment variable in the crontab, if such exists).
comme tu as utilisé " | tee ..." , il y a un output , donc il est envoyé par mail !
donc la solution est evidente (et deja indiquée par quelqu'un, plus haut)
# Re: Comment arrêter l'envoi de mails du crontab ?
Posté par kesako . En réponse au journal Comment arrêter l'envoi de mails du crontab ?. Évalué à 3.
man cron :
When executing commands, any output is mailed to the owner of the crontab (or to the user named in the MAILTO environment variable in the crontab, if such exists).
comme tu as utilisé " | tee ..." , il y a un output , donc il est envoyé par mail !
donc la solution est evidente (et deja indiquée par quelqu'un, plus haut)