]> git.plutz.net Git - shellwiki/commitdiff
Merge commit 'b734e614d35220ae7032adae41908ceb7e948af7'
authorPaul Hänsch <paul@plutz.net>
Tue, 27 Feb 2024 21:50:35 +0000 (22:50 +0100)
committerPaul Hänsch <paul@plutz.net>
Tue, 27 Feb 2024 21:50:35 +0000 (22:50 +0100)
cgilite/users.sh

index be68a8acbe04ca0864917f92b0aef9541536429a..c924789c2e25a6fcb71b7b60eb9980373e9038ec 100755 (executable)
@@ -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