Displaying 4 results from an estimated 4 matches for "sieve_trace".
2020 Sep 03
2
Sieve: deleteheader not working with duplicate filter for implicit keep
Hi Stephan,
On Wednesday 02 September 2020 19:59:57, Stephan Bosch wrote:
>
>
> On 29/08/2020 21:04, Alec Moskvin wrote:
> > Hello,
> >
> > I have a rule to always delete a header. If the message gets fileinto'd,
> > the header is gone, but if it's delivered into the INBOX through
> > implicit keep, the header does not get deleted.
> >
>
2016 Nov 08
1
Sieve Logs
Hi all,
I have installed dovecot version 2.2.13 on a debian wheezy (bakported
version).
I want to debug/log sieve filtering and lda if possible on a per user
level (like procmail
for example) , is it possible ?
thanks in advance
2020 Sep 04
0
Sieve: deleteheader not working with duplicate filter for implicit keep
...t;> Can you enable Sieve tracing? That should show you in detail what is
>> happening during delivery and why.
> It's saying "deleted 1 occurrences of header", but when it gets stored,
> the header is still there.
Hmm, did you try tracing with actual delivery using the sieve_trace*
settings
(https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Trace_Debugging)?
>
>
> + nl -ba mini.sieve
> 1 require ["fileinto", "editheader", "duplicate", "mailbox"];
> 2
> 3 deleteheader "X-Bad-Header"...
2023 Feb 24
2
Inconsistent filtering with debugging
Hello,
I have the problem, that I have a Postfix/Dovecot combination running
with Sieve activated. The sieve script is running in general as some
messages get filtered and moved to the appropriate folders.
Now, I see that for the envelope filter, the behavior differs depending
if I am debugging the rules or if the mails are received in a regular way.
I have something like this:
require