On 02 May 2016, at 03:47, Leon Kyneur <[email protected]> wrote:
>
> Was excited to see that wildcards are now possible on autoexpunge in the
> 2.2.24 release.
>
> However I'm trying to configure these from the userdb lookup and it doesn't
> appear to be working.
>
> if I set in 15-mailboxes.conf
> mailbox Trash/* {
> ...
> autoexpunge = 10m
> }
>
> everything works..
>
> however if I return
>
> =namespace/inbox/mailbox/Trash/*/autoexpunge=10m
Using "/" in the namespace name conflicts with the "/" separator, so it needs
to be escaped. You can use "doveconf -n -S" to find out what the escaping needs
to look like ("/" = "\s").