Re: sieve filters that sometimes don't work

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[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"] "XXX@xxxxxxxx",
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: phil@xxxxxxxx
Subject: Check COBRA Bill
Date: Wed, 11 Jan 2023 15:15:09 -0800 (PST)
From: Phil Dibowitz <phil@xxxxxxxx>
```

Wat?

[Index of Archives]     [Cyrus SASL]     [Squirrel Mail]     [Asterisk PBX]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [KDE]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux