mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
removed -- at beginning of subject
This commit is contained in:
parent
95bbf1b190
commit
2b2845aa07
@ -62,7 +62,7 @@ mail_send() {
|
||||
fi
|
||||
|
||||
contenttype="text/plain; charset=utf-8"
|
||||
subject="=?UTF-8?B?$(printf "%b" -- "$_subject" | _base64)?="
|
||||
subject="=?UTF-8?B?$(printf "%b" "$_subject" | _base64)?="
|
||||
result=$({ _mail_body | eval "$(_mail_cmnd)"; } 2>&1)
|
||||
|
||||
# shellcheck disable=SC2181
|
||||
|
Loading…
Reference in New Issue
Block a user