[exim] Delivering sieve "inbox" to maildir

2024-07-22 Thread Paul Warren via Exim-users
I'm trying to get the Sieve default delivery for "inbox" to go to a directory in Maildir format, rather than a file. Our system supports both Maildir and mbox being specified in .forward files, so the redirect router that handles the filter files specifies separate "file_transport" and "direct

[exim] Re: Delivering sieve "inbox" to maildir

2024-07-22 Thread Paul Warren via Exim-users
On 22/07/2024 12:13, Jeremy Harris via Exim-users wrote: On 22/07/2024 11:26, Paul Warren via Exim-users wrote: by having the "file_transport" conditionally deliver to a directory? That would depend on how conditional you need to handle. You say "Our system supports both M

[exim] Re: Delivering sieve "inbox" to maildir

2024-07-22 Thread Paul Warren via Exim-users
On 22/07/2024 15:20, Jeremy Harris via Exim-users wrote: OK, that's an awkward mixture to handle. I suspect you're going to have to manually spot Sieve filters and handle them separately. Thanks for the suggestions.  I think we're probably going to just tell users that "inbox" (and thus "ke

[exim] Re: Delivering sieve "inbox" to maildir

2024-07-29 Thread Paul Warren via Exim-users
On 23/07/2024 21:28, Jeremy Harris via Exim-users wrote: On 22/07/2024 16:20, Paul Warren via Exim-users wrote: I think the clean solution here would be an additional option on the redirect router Well, it took all evening: c7ff32cf0e6d Apologies for the slow reply.  That looks great