From: Baptiste Daroussin Date: Tue, 27 Aug 2024 16:08:16 +0000 (+0200) Subject: access: document the dash-extension X-Git-Tag: RELEASE_1_5_0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7be0d0ebc80b340a7667567439b3e57880b4436;p=thirdparty%2Fmlmmj.git access: document the dash-extension --- diff --git a/ChangeLog b/ChangeLog index 5bda88b9..8657f987 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 1.5.0 o remove contrib/pymime + o granular access rejection message 1.4.7 o fix duplicate queued moderation notification email o fix build on macOS diff --git a/README.access.md b/README.access.md index 6b11486f..e027f80b 100644 --- a/README.access.md +++ b/README.access.md @@ -33,6 +33,11 @@ moderated, nor subject to subonlypost, nor modnonsubposts. The action "deny" will not send the mail to the mailing list, but will send a rejection mail to the sender. +The action "deny" can be specialised with "dash-extension". The dash-extension +is used to identify the listtext to use, if present. +For example, if "deny-html" is triggered, the rejection message is loaded from +listtexts/deny-post-access-html + The action "discard" will not send the mail to the list, and will not send a rejection mail.