happyDeliver/pkg
Pierre-Olivier Mercier f88701681f content: treat unreplaced template placeholders as invalid links
URLs like "{unsubscribe}" parse without error in Go, so they were
reported as valid links and even counted as unsubscribe methods just
because they contain the word "unsubscribe".

Detect common un-substituted merge-field syntaxes ({x}, {{x}}, ${x},
*|X|*, %x%, [x], %7Bx%7D), mark such links invalid (Broken status),
exclude them from unsubscribe method detection, and surface them via a
new unreplaced_template content issue.
2026-06-13 16:14:57 +09:00
..
analyzer content: treat unreplaced template placeholders as invalid links 2026-06-13 16:14:57 +09:00