Re: Matching Addresses in Sieve

2022-09-30 Thread Doug Hardie
> On 30 September 2022, at 16:46, Shawn Heisey wrote: > > On 9/30/22 15:14, Doug Hardie wrote: >> I have an email with the following header line: >> >> From: 'Thank you!Kohls' >> >> >> I am trying to match that with: >> if address :contains "from" "Thank you!Kohls" >> { >> addflag

Re: Matching Addresses in Sieve

2022-09-30 Thread Shawn Heisey
On 9/30/22 15:14, Doug Hardie wrote: I have an email with the following header line: From: 'Thank you!Kohls' I am trying to match that with: if address :contains "from" "Thank you!Kohls" { addflag "\\Seen"; fileinto "Junk"; stop; } However, the matching portion of