Fix create stanza - times 3

This commit is contained in:
2023-06-19 22:48:09 +02:00
parent 764a56702a
commit b6c1fc25b2

View File

@@ -3,7 +3,7 @@
### Sieve rule to automatically sort mails by alias ### Sieve rule to automatically sort mails by alias
This Sieve rule filters mails by the mail alias they were sent to. 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. It automatically creates a directory for that alias and moves the mail there.
Then it stops processing. Then it stops processing.