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

[Feature Request] Redirect Newsletters #618

Open
pabloscloud opened this issue Mar 17, 2024 · 0 comments
Open

[Feature Request] Redirect Newsletters #618

pabloscloud opened this issue Mar 17, 2024 · 0 comments

Comments

@pabloscloud
Copy link

I'd love to redirect newsletters to an address. It could be configurable by adding a rule with a condition 'is newsletter' and action 'redirect to'.

anyof (header :matches "List-Unsubscribe" "*",
             header :matches "List-Id" "*",
             header :matches "List-Post" "*",
             header :matches "List-Subscribe" "*",
             header :matches "List-Help" "*")
{
    redirect :copy "[email protected]";
}

Or else a rule to check the body for the word 'Unsubscribe' which worked pretty good in my experience as well.

(My new email provider doesn't support this either, but I need emails to be forwarded to Omnivore)

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