I am trying to use deliver (2.1.4) from procmail. According to the man-page and several HOWTO-documents on the web describing solutions with earlier versions of cyrus, "deliver -a foo -m user.foo.folder" shoud deliver to the folder "folder" of user foo, as should "deliver -a foo -m folder foo". Now in my case, the last sytax delivers to foo's INBOX, while the first one fails because "+user.foo.folder: Mailbox does not exist".
Is this an intended, but not yet documented change in the semantics of the -m option, an off-by-one error in the code that handles the expansion of the '+' chars that newer versions of deliver happen to introduce into mailbox names, or a configuration error on my part? Yours, Florian Hars