Replies: 1 comment
-
have found what i have done wrong. redirect :copy "addresse"; keep; is the solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
when a sieve script does
...
addheader "x-..." "value"
...
if condition {
redirect :copy "address"
}
then the mail where delivered to original rcpt and a copy goes to the redirect address.
But only the :copy Mail has this header.
the original rcpt gets the mail without header.
change sieve script to not include the redirect :copy command, then the header is seen in delivered mail.
So its seems that the redir :copy copyied internal the actual msg for the redirect address but that destroyes all changes like addheader or deleteheader for the original rcpt.
think this is a bug and not intended.
Beta Was this translation helpful? Give feedback.
All reactions