Re: [Sieve] Matches on body content - looking for working example

2018-09-20 Thread Stephan Bosch
Op 19/09/2018 om 21:54 schreef Adam Raszkiewicz: I have tried to do something like if body :content ["multipart"] :matches ["Original-Message-ID" “*”] { set "Original_Message_ID" "${0}"; } but instead getting Original Message ID I’m getting value from previous match which was if envelo

Re: [Sieve] Matches on body content - looking for working example

2018-09-20 Thread Adam Raszkiewicz
I know your example will work but I'm looking for something similar like if envelope :matches "From" "*" { set "sender" "${0}"; } but with the body :content On 9/19/18, 6:22 PM, "Doug Hardie" wrote: > On 19 September 2018, at 12:54, Adam Raszkiewicz wrote: > > I h

Re: [Sieve] Matches on body content - looking for working example

2018-09-19 Thread Doug Hardie
> On 19 September 2018, at 12:54, Adam Raszkiewicz > wrote: > > I have tried to do something like > > if body :content ["multipart"] :matches ["Original-Message-ID" “*”] { set > "Original_Message_ID" "${0}"; } > > but instead getting Original Message ID I’m getting value from previous mat