mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
[enh] Change sender enveloppe
Should reduce spam detection, but not even sure.
This commit is contained in:
parent
6d146e313b
commit
c72c6ab2cd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue