https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7992
--- Comment #15 from Henrik Krohns <apa...@hege.li> --- Ok I have better proposal for regexp variable/tag templates: %{TAGNAME} body FOO /bar %{TAGNAME}/ Perlre does not interpolate % character so it's ok, also %{1,2} won't be misparsed as template, as %{[A-Z][A-Z0-9_]*} format is expected. To prevent literal %{TAGNAME} from being parsed, it can be escaped: body FOO /bar \%{TAGNAME}/ Let me know what you think. -- You are receiving this mail because: You are the assignee for the bug.