Gitweb:
https://git.exim.org/exim-website.git/commitdiff/a484acf830810e5c6f1ba6154056b6f7e02c5a76
Commit: a484acf830810e5c6f1ba6154056b6f7e02c5a76
Parent: f563226bb7d0eb24bfcf665c86ebbcb70fb542af
Author: Jeremy Harris <jgh@???>
AuthorDate: Sun Jan 8 16:22:49 2023 +0000
Committer: Jeremy Harris <jgh@???>
CommitDate: Sun Jan 8 16:35:41 2023 +0000
Avoid interpreting list-sep spec as HTML. Bug 2905
---
templates/web/howto/mailman21.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/web/howto/mailman21.xsl b/templates/web/howto/mailman21.xsl
index 0ad1816..84b8910 100644
--- a/templates/web/howto/mailman21.xsl
+++ b/templates/web/howto/mailman21.xsl
@@ -163,7 +163,7 @@ MM_WRAP=MM_HOME/mail/mailman
# verifying list addresses). The option used takes a list
# which is list-split before string-expansion, so we change the
# default list-separator.
-MM_LISTCHK=MM_HOME/lists/${lc:$local_part}/config.pck</pre>
+MM_LISTCHK=<@ MM_HOME/lists/${lc:$local_part}/config.pck</pre>
<h4><a href="#index" id="roconf">Exim Router</a></h4>