Use the de facto standard signature separator instead of "regards"
This commit is contained in:
parent
065b227711
commit
d6693e0175
1 changed files with 1 additions and 1 deletions
|
@ -2318,7 +2318,7 @@ sub sendmail {
|
||||||
"\r\n",
|
"\r\n",
|
||||||
$emailbody,
|
$emailbody,
|
||||||
"",
|
"",
|
||||||
"regards,",
|
"-- ", # https://en.wikipedia.org/wiki/Signature_block#Standard_delimiter
|
||||||
" $program\@$hostname (version $version)"
|
" $program\@$hostname (version $version)"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue