[GH-ISSUE #618] [Feature Request] Redirect Newsletters #1008

Open
opened 2026-03-14 11:28:42 +03:00 by kerem · 2 comments
Owner

Originally created by @pablo03v on GitHub (Mar 17, 2024).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/618

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 "mail@example.com";
}

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)

Originally created by @pablo03v on GitHub (Mar 17, 2024). Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/618 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'. ```sieve anyof (header :matches "List-Unsubscribe" "*", header :matches "List-Id" "*", header :matches "List-Post" "*", header :matches "List-Subscribe" "*", header :matches "List-Help" "*") { redirect :copy "mail@example.com"; } ``` 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)
Author
Owner

@stites commented on GitHub (Sep 24, 2024):

Does https://kill-the-newsletter.com / https://github.com/leafac/kill-the-newsletter work for you? If so, I think this issue can be closed.

<!-- gh-comment-id:2371951342 --> @stites commented on GitHub (Sep 24, 2024): Does https://kill-the-newsletter.com / https://github.com/leafac/kill-the-newsletter work for you? If so, I think this issue can be closed.
Author
Owner

@pablo03v commented on GitHub (Sep 28, 2024):

Does https://kill-the-newsletter.com / https://github.com/leafac/kill-the-newsletter work for you? If so, I think this issue can be closed.

No, it does not. This would require me to subscribe using the kill-the-newsletter alias LR else all my mails would be sent there

<!-- gh-comment-id:2380409365 --> @pablo03v commented on GitHub (Sep 28, 2024): > Does https://kill-the-newsletter.com / https://github.com/leafac/kill-the-newsletter work for you? If so, I think this issue can be closed. No, it does not. This would require me to subscribe using the kill-the-newsletter alias LR else all my mails would be sent there
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/anonaddy#1008
No description provided.