Re: My sieve is failing

2020-02-21 Thread @lbutlr
On 20 Feb 2020, at 12:00, @lbutlr wrote: > elsif header :contains "List-id" "dovecot.dovecot.org" { > if header :matches "Reply-to" “*” { I guess the headers in the mailing list have changed. Looking at older messages I see the rely-to header added and the X- header added, but not in recent m

My sieve is failing

2020-02-20 Thread @lbutlr
I have an active sieve file for my list account that alters the headers for this list (sets the reply-to address to the list instead of the poster) which is suddenly failing. require [ "regex", "variables", "fileinto", "envelope", "mailbox", "imap4flags", "editheader" ]; /* other stuff */ elsif