mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-22 17:49:46 +00:00
Added charset for watchdog mails
Added charset parameter to get rid of the negative rating of rspamd R_MISSING_CHARSET (2.5).
This commit is contained in:
parent
85f20a901d
commit
39250ca3d0
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ function mail_error() {
|
|||
fi
|
||||
[ -f "/tmp/${1}" ] && BODY="/tmp/${1}"
|
||||
./smtp-cli --missing-modules-ok \
|
||||
--charset=UTF-8 \
|
||||
--subject="${SUBJECT}" \
|
||||
--body-plain="${BODY}" \
|
||||
--to=${rcpt} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue