list

hooks

Hooks to be used to receive/send emails.

curl -O https://dovel.email/hooks.tar.gz tar.gz

db13a93

Author: brian (git@myr.sh)

Date: Tue Jan 16 13:26:45 2024 -0300

Parent: 21b68c8

Improved boundary matching

Diff

receive-example.domain

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