From c7be0d0ebc80b340a7667567439b3e57880b4436 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 27 Aug 2024 18:08:16 +0200 Subject: [PATCH] access: document the dash-extension --- ChangeLog | 1 + README.access.md | 5 +++++ 2 files changed, 6 insertions(+) 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. -- 2.47.2