Tellier Benoit created JAMES-1816:
-------------------------------------

             Summary: Error reading quota configuration
                 Key: JAMES-1816
                 URL: https://issues.apache.org/jira/browse/JAMES-1816
             Project: James Server
          Issue Type: Bug
         Environment: As reported by Guofeng Zhang : 

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". 
            Reporter: Tellier Benoit






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to