From c72c6ab2cd0a49fb265bf25debb7a9cfaccf884d Mon Sep 17 00:00:00 2001 From: opi Date: Thu, 6 Apr 2017 16:00:03 +0200 Subject: [PATCH] [enh] Change sender enveloppe Should reduce spam detection, but not even sure. --- package_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package_check.sh b/package_check.sh index d1aa63f..a871fa6 100755 --- a/package_check.sh +++ b/package_check.sh @@ -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