From: Paul Hänsch Date: Tue, 27 Feb 2024 21:50:00 +0000 (+0100) Subject: fix auto detection of sender address X-Git-Url: https://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=426dac52b5648fea4854fb141452d113b5c2251a fix auto detection of sender address --- diff --git a/users.sh b/users.sh index be68a8a..c924789 100755 --- a/users.sh +++ b/users.sh @@ -29,9 +29,8 @@ USER_ACCOUNTPAGE="${USER_ACCOUNTPAGE}" USER_ACCOUNTEXPIRE="${USER_ACCOUNTEXPIRE:-$((86400 * 730))}" USER_CONFIRMEXPIRE="${USER_CONFIRMEXPIRE:-86400}" -MAILFROM="${MAILDOMAIN-noreply@${HTTP_HOST%:*}}" - HTTP_HOST="$(HEADER Host)" +MAILFROM="noreply@${HTTP_HOST%:*}" [ "$HTTPS" ] && SCHEMA=https || SCHEMA=http