Displaying 2 results from an estimated 2 matches for "fillori".
Did you mean:
fillory
2020 Oct 30
1
Sieve matching the raw body
I have tried the following to match the string '</head>' in the body of an email:
if body :raw :contains "</head>" {
if body :content "text/html" :contains "</head>" {
if body :contains "</head>" {
All three result in
matching value `'
with key `</head>' => 0
finishing match with result: not
2020 Oct 14
3
How do I enable sieve trace debugging?
Hi all,
I want to enable trace debugging for sieve. Most specifically, I want to know what sieve scripts are running, and whether they?re doing anything.
I cannot get anything other than dead silence from dovecot with respect to sieve.
I have tried the same as asked in this question: https://unix.stackexchange.com/questions/550618/dovecot-sieve-trace-does-not-create-a-log
In my case, the