[Hmm tried to reply via email, but didn't seem to work. Replying via web, 
hopefully there won't be dupes.]

OK, thanks. 
 
Modified to: 
 
``` 
address :is :all ["To", "Cc"] "[email protected]", 
anyof( 
  address :contains :domain "From" [ 
    ... 
  ] 
) 
``` 
 
We'll see how that goes. Is there a way to feel a message into sieve and 
get detailed info on how it's parsing a message and making decisions? 
Both so I can test this new ruleset, but also, it'd be generally useful 
in debugging these things. 

Actually here's a simpler one that doesn't work. 
 
``` 
if header :contains "Subject" "COBRA Bill" 
{ 
  fileinto "bills"; 
  stop; 
} 
``` 
 
Headers: 
 
``` 
To: [email protected] 
Subject: Check COBRA Bill 
Date: Wed, 11 Jan 2023 15:15:09 -0800 (PST) 
From: Phil Dibowitz <[email protected]> 
```

Wat?
------------------------------------------
Cyrus: Info
Permalink: 
https://cyrus.topicbox.com/groups/info/T2f012b160cebf95e-Md51f6d22637d51ba19a3b9e9
Delivery options: https://cyrus.topicbox.com/groups/info/subscription

Reply via email to