It's quite likely I'm doing it wrong, but...
Given a valid mailbox...
doveadm mailbox list -u <username> realmb returns "realmb"
doveadm mailbox list -u <username> real* returns "realmb"
Seems reasonable. Now, with a non-existent mailbox... doveadm mailbox list -u <username> bogus returns "bogus"
doveadm mailbox list -u <username> bogus* returns ""
Is this a bug or correct behavior?
-- Daniel
On 8 Sep 2019, at 12:11, Daniel Miller dmiller@amfes.com wrote:
Seems reasonable. Now, with a non-existent mailbox... doveadm mailbox list -u <username> bogus returns "bogus"
doveadm mailbox list -u <username> bogus* returns ""
Is this a bug or correct behavior?
Seems like a bug. If it is correct IO can’t wait to hear the explanation, and I would suggest the man page needs updating.
👹 root@mail # doveadm mailbox list -u kremels@kreme.com "bogus" bogus 👹 root@mail # doveadm mailbox list -u kremels@kreme.com "bogus*" 👹 root@mail # doveadm mailbox list -u kremels@kreme.com "dovecot" dovecot 👹 root@mail # doveadm mailbox list -u kremels@kreme.com "dovecot*" dovecot 👹 root@mail # doveadm mailbox list -u kremels@kreme.com "dovecott*” 👹 root@mail #
-- I believe you can joke about anything. -- George Carlin
participants (2)
-
@lbutlr
-
Daniel Miller