Use the de facto standard signature separator instead of "regards"

This commit is contained in:
Richard Hansen 2024-05-22 18:16:21 -04:00
parent 065b227711
commit d6693e0175

View file

@ -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)"
); );
} }