commit eeecabfb4220f14c86778550b02567280d47dc33
parent e4056979003442010880a8e4f926aa3775caea9b
Author: Christoph Lohmann <20h@r-36.net>
Date: Sat, 10 Oct 2020 15:10:35 +0200
The author e-mail needs to be encoded properly for sendmail cmd.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sfeed_sendmail b/sfeed_sendmail
@@ -32,7 +32,7 @@ do
fromaddr="${author}"
;;
*)
- fromaddr="$(printf "%s none@none.no" "${author}")"
+ fromaddr="$(printf "\"%s\" <none@none.no>" "${author}")"
;;
esac