You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "ASF GitHub Bot (JIRA)" <se...@james.apache.org> on 2016/08/13 07:49:22 UTC

[jira] [Commented] (JAMES-1816) Error reading quota configuration

    [ https://issues.apache.org/jira/browse/JAMES-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15419843#comment-15419843 ] 

ASF GitHub Bot commented on JAMES-1816:
---------------------------------------

GitHub user chibenwa opened a pull request:

    https://github.com/apache/james-project/pull/50

    JAMES-1816 Fix error while reading quota configuration - Reported by …

    …Guofeng Zhang

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chibenwa/james-project JAMES-1816

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/james-project/pull/50.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #50
    
----
commit 69906d19eb3675ae3bfb42e0050b2df68635b9d4
Author: Benoit Tellier <bt...@linagora.com>
Date:   2016-08-13T07:45:41Z

    JAMES-1816 Fix error while reading quota configuration - Reported by Guofeng Zhang

----


> 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org