A repo of useful sieve filters by the community. This is mainly aimed at ProtonMail filters, but they should work with any sieve filter interpreter. See here for the Proton sieve filter docs.
To contribute your sieve filter, open a pull request.
This can be done by clicking fork
at the top of this page, then modifying your fork once it is created by adding your sieves, then come back to this repository and create a pull request by comparing the main from here and yours.
In the filters
folder,
add your filter as a markdown file with the following template :
## Filter name
Description
~~~sieve
Commented (if necessary) filter
~~~
Please respect these rules :
- Try to split your filters as much as possible to make importing and using them as easy as possible (avoid contributing filters with multiple uses in the same file)
- Try to mark clearly in your snippets where the user needs to replace with his information (for example, email addresses)
- Comment your filters where necessary
- Add more filters
- Organize the filters into categories
- Create a pull request template
- Create an issue for filter ideas or requests
- Add GitHub action for publishing
- SoMuchToGrok for some very useful filters