added sieve example for subaddress sorting#2410
Merged
georglauterbach merged 4 commits intodocker-mailserver:masterfrom Feb 17, 2022
mpldr:patch-1
Merged
added sieve example for subaddress sorting#2410georglauterbach merged 4 commits intodocker-mailserver:masterfrom mpldr:patch-1
georglauterbach merged 4 commits intodocker-mailserver:masterfrom
mpldr:patch-1
Conversation
wernerfred
previously approved these changes
Feb 15, 2022
Member
wernerfred
left a comment
There was a problem hiding this comment.
Thank you for your first contribution 🚀
One question: Will this also work if you use another delimiter or would you need to adjust something?
Contributor
Author
|
On Tue Feb 15, 2022 at 9:05 PM CET, Frederic Werner wrote:
One question: Will this also work if you use another delimiter or would you need to adjust something?
If you use a different path separator, you need to change that.
--
Moritz Poldrack
https://moritz.sh
|
Contributor
Author
|
I am also not aware of a way to automatically switch.
|
Member
|
I do not mean the delimiter option on the dms in general but in your sieve code snippert. Can't see where it matches to |
Contributor
Author
|
On that I am actually not too sure. If I read the docs correctly, the
`require subaddress` *should* take care of it.
|
georglauterbach
approved these changes
Feb 17, 2022
Contributor
|
Documentation preview for this PR is ready! 🎉 Built with commit: b2d0379 |
wernerfred
approved these changes
Feb 17, 2022
casperklein
approved these changes
Feb 17, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This just adds an example on how to automatically sort incoming mails, based on their subaddresses. I use this filter myself and thought it might be of interest to people setting up their sieves.
Type of change
Checklist:
docs/)