]> git.plutz.net Git - cgilite/blobdiff - users.sh
fix auto detection of sender address
[cgilite] / users.sh
index be68a8acbe04ca0864917f92b0aef9541536429a..c924789c2e25a6fcb71b7b60eb9980373e9038ec 100755 (executable)
--- 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