On 23.2.2011, at 1.55, Sven Hartge wrote: > Given the following object: > > dn: uid=foo,ou=bar > quotaBytes: 100000000 > quotaBytes: 10000000 > > What happens with > > user_attrs = homeDirectory=home,quotaBytes=quota_rule=*:bytes=%$ > > in this case?
In multi-value attributes Dovecot uses only the first one and ignores the rest. I haven't spent much time thinking over this, so maybe it should give an error instead. Or a warning.
