Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tagging by plus addressing #327

Open
daurnimator opened this issue Jun 2, 2022 · 0 comments
Open

Tagging by plus addressing #327

daurnimator opened this issue Jun 2, 2022 · 0 comments

Comments

@daurnimator
Copy link

Many email setups deliver email to user+tag@domain to the inbox of user@domain.
As said user, how can I extract that tag to a notmuch tag?

My first attempt was:

[HeaderMatchingFilter.1]
header = Delivered-To
pattern = (?P<user>[^\+]+)\+(?P<box>[^@]+)@(?P<domain>.*)
tags = +{box}

But it turns out many emails have many Delivered-To headers, and I only really want to match the first one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant