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
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
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
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