[enh] Change sender enveloppe

Should reduce spam detection, but not even sure.
This commit is contained in:
opi 2017-04-06 16:00:03 +02:00 committed by GitHub
parent 6d146e313b
commit c72c6ab2cd

View file

@ -1154,7 +1154,7 @@ then
# Send the message by mail, if a address has been find
if [ -n "$dest" ]; then
mail -s "[YunoHost] Your app $app_name has completely failed the continuous integration tests" "$dest" <<< "$message"
mail -a "From: yunohost@yunohost.org" -s "[YunoHost] Your app $app_name has completely failed the continuous integration tests" "$dest" <<< "$message"
fi
fi