summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/list-filtering-4643d98b4064367a.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/releasenotes/notes/list-filtering-4643d98b4064367a.yaml b/releasenotes/notes/list-filtering-4643d98b4064367a.yaml
new file mode 100644
index 0000000..789acc8
--- /dev/null
+++ b/releasenotes/notes/list-filtering-4643d98b4064367a.yaml
@@ -0,0 +1,11 @@
+---
+features:
+ - |
+ Allow list filtering into multiple projects (and email dropping) based on
+ subject prefixes. Enable by specifying a regular expression which needs to
+ be matched in the subject on a per-project basis (field ``subject_match``).
+ Project with empty ``subject_match`` field (and matching ``list_id``)
+ serves as a default in case of no match.
+api:
+ - |
+ The ``/project`` endpoint now exposes a ``subject_match`` attribute.