search for: trace_debugging

Displaying 10 results from an estimated 10 matches for "trace_debugging".

2017 Dec 17
2
Sieve with LDA
> On 17 December 2017, at 02:42, Jerry <jerry at seibercom.net> wrote: > > On Sat, 16 Dec 2017 18:17:39 -0800, Doug Hardie stated: > >> I found an email that sieve stored in Deleted Messages incorrectly. The log >> messages show sieve doing that, but don't give me any indication of which >> sieve rule caused the problem. I went through it manually, but
2018 May 30
1
Struggling with sieve, fileinto and variables.
...ieve-test confirms that > issue. Im at a loss as to whats going on. Im particularly perplexed > by the difference in behaviour between sieve-test and the result under > the live server. You can also get a trace for the live server: https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Trace_Debugging Regards, Stephan. -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20180530/01555bae/attachment.html>
2018 May 30
2
Struggling with sieve, fileinto and variables.
Hi, Im on Manjaro linux fully up to date running dovecot 2.3.1-2 pigeonhole 0.5.1-2 All is running well except I am having problems with fileinto - it refuses to use variables, and mailboxexists is also failing for me. Im just dealing with plus addressing - should be simple but the behaviour Im experiencing isnt right. require ["variables", "envelope",
2017 Dec 17
0
Sieve with LDA
...output. >> > Thanks. I got it figured out now. The man page had me confused for awhile. Found the logic error in my script. Now to figure out how to remember this months from now... If version is recent enough, you can also use: https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Trace_Debugging Regards, Stephan
2018 May 30
0
Struggling with sieve, fileinto and variables.
...-test confirms that > issue. ?Im at a loss as to whats going on. Im particularly perplexed > by the difference in behaviour between sieve-test and the result under > the live server. You can also get a trace for the live server: https://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration#Trace_Debugging Regards, Stephan.
2020 Jan 06
1
Logging what sieve does
Is there anyway to log exactly what sieve does with a message? (Like, what rules triggered, flags applied, headers rewritten, if the message was placed anywhere else before final delivery, etc). -- In Genua, stories came to life. In Genua, someone set out to make dreams come true. Remember some of your dreams?
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. > > >
2020 Feb 15
0
shared folder name or public folder with mail address
...mespace and the folder in your MUA or via telnet? Are you sure the ACL are correct? Can be that the error message ?Mailbox doesn't exist? is misleading and the permissions are not correct. Here you can see how to debug if not already https://wiki.dovecot.org/Pigeonhole/Sieve/Configuration#Trace_Debugging > Armin > >> The procedure in our setup is like this: >> >> 1. Virtual alias for each public-Folder email address within >> postfix: >> >> Pattern: >> folder at domain.tld <mailto:folder at domain.tld> >> listadm+Namespace/folder at d...
2020 Sep 04
0
Sieve: deleteheader not working with duplicate filter for implicit keep
...t; 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"; > 4 > 5 if duplicate { > 6 fileinto :create "Trash...
2020 Feb 15
2
shared folder name or public folder with mail address
On 15.02.2020 12:16, Tobias Kirchhofer wrote: ... > the sieve part seems to be very tricky. > My test is now working with a public folder and I have a > "sieve_before" script in place which works for rules of the > private namespace. > > But when the rule shall "fileinto" a public folder, the mail isn't > filtered (moved) and