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

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

Github user chibenwa commented on the issue:

    https://github.com/apache/james-project/pull/89
  
    Hi,
    
    I just merged this contribution. You can find it on master, and it will be 
available in the next release.
    
    Thanks again for your commitment to the James project.
    
    One last thing: Can you close this pull request? This will avoid me to ask 
about it to the Apache infrastructure team.
    
    Benoit Tellier


> RemoteDelivery mailet delayTime parse issue
> -------------------------------------------
>
>                 Key: JAMES-2260
>                 URL: https://issues.apache.org/jira/browse/JAMES-2260
>             Project: James Server
>          Issue Type: Bug
>          Components: Remote Delivery
>    Affects Versions: 3.0.0-beta5, master
>            Reporter: Taro App
>            Priority: Minor
>         Attachments: Delay.patch, DelayTest.java.patch, 
> DelaysAndMaxRetry.patch, DelaysAndMaxRetryTest.java.patch
>
>
> This works:
> {code:xml}
> <delayTime>3* 5 minutes,3* 15 minutes,23* 1 hour</delayTime>
> {code}
> But these don't work:
> {code:xml}
> <delayTime>3* 5 minutes, 3* 15 minutes, 23* 1 hour</delayTime>
> <delayTime>3 * 5 minutes,3 * 15 minutes,23 * 1 hour</delayTime>
> <delayTime>3 * 5 minutes, 3 * 15 minutes, 23 * 1 hour</delayTime>
> {code}
> Notice the spaces. The last one is usually what people would write.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to