From b6c1fc25b2293a5161a7f7a7671ee74df46ee32a Mon Sep 17 00:00:00 2001 From: Michael Schlapa Date: Mon, 19 Jun 2023 22:48:09 +0200 Subject: [PATCH] Fix create stanza - times 3 --- mailserver/sieve.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailserver/sieve.md b/mailserver/sieve.md index 36ea4ec..3753286 100644 --- a/mailserver/sieve.md +++ b/mailserver/sieve.md @@ -3,7 +3,7 @@ ### Sieve rule to automatically sort mails by alias This Sieve rule filters mails by the mail alias they were sent to. -Specifically, it uses a custom suffix separated by a dot: `.(.*)` +Specifically, it uses a custom suffix separated by a dot: `.([0-9a-zA-Z]*)` It automatically creates a directory for that alias and moves the mail there. Then it stops processing.