This commit is contained in:
bfahrenfort 2025-08-24 11:48:04 +00:00 committed by GitHub
commit 96389d1e22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -272,7 +272,7 @@ send_email() {
${SED_CMD} -i 's/\x1b\[[0-9;]*m//g' $EMAIL_REPORT
if [ -n "$MG_FROM" ]; then
cat $EMAIL_REPORT | $mail_path -f "$MG_FROM" -s "Nginx Bad Bot Blocker Updated" $EMAIL
cat $EMAIL_REPORT | $mail_path -r "$MG_FROM" -s "Nginx Bad Bot Blocker Updated" $EMAIL
else
cat $EMAIL_REPORT | $mail_path -s "Nginx Bad Bot Blocker Updated" $EMAIL
fi