Hi,

It is the master branch.

Line 48 in org.apache.james.container.spring.mailbox.MaxQuotaConfigurationReader.java:

Map<String, Long> maxStorage = parseMaxMessageConfiguration(config, "maxMessage");

It should be:

Map<String, Long> maxStorage = parseMaxMessageConfiguration(config, "maxStorage");

That is, "maxMessage" should be changed to "maxMessage".

Thanks.

Guofeng





---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org
For additional commands, e-mail: server-user-h...@james.apache.org

Reply via email to