Hooks to be used to receive/send emails.
Author: brian (git@myr.sh)
Date: Tue Jan 16 13:26:45 2024 -0300
Parent: 21b68c8
Improved boundary matching
diff --git a/receive-example.domain b/receive-example.domain index 1ccc05d..c157c41 100755 --- a/receive-example.domain +++ b/receive-example.domain @@ -149,7 +149,7 @@ emails() { case "$ctype" in "multipart"*) - boundary="${boundary%\";}" + boundary="${boundary%\"*}" printf "<pre>\n" while read -r line do