Hooks to be used to receive/send emails.
Author: blmayer (bleemayer@gmail.com)
Date: Sat Jan 20 01:09:54 2024 -0300
Parent: 74fb1a5
Fixed printf
diff --git a/receive-example.domain b/receive-example.domain index 370cae6..f749a97 100755 --- a/receive-example.domain +++ b/receive-example.domain @@ -163,7 +163,7 @@ emails() { # now write only text/plain part if [ "$pctype" = "text/plain;" ] then - printf -- "$line\n" + printf "%s\n" "$line" fi ;; esac