Re: Sieve matching the raw body

2020-10-30 Thread @lbutlr
On 30 Oct 2020, at 07:27, @lbutlr wrote: > I have tried the following to match the string '' in the body of an > email: > > if body :raw :contains "" { > if body :content "text/html" :contains "" { > if body :contains "" { Never mind, I was sending the wrong test mail through. -- If the

Sieve matching the raw body

2020-10-30 Thread @lbutlr
I have tried the following to match the string '' in the body of an email: if body :raw :contains "" { if body :content "text/html" :contains "" { if body :contains "" { All three result in matching value `' with key `' => 0 finishing match with result: not matched RFC 5173