[ https://issues.apache.org/jira/browse/JAMES-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16294568#comment-16294568 ]
ASF GitHub Bot commented on JAMES-2260: --------------------------------------- GitHub user apptaro opened a pull request: https://github.com/apache/james-project/pull/89 Fix for JAMES-2260 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apptaro/james-project JAMES-2260 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/james-project/pull/89.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 #89 ---- commit 271d243da7cf01b2bbff2385d3828199af449177 Author: apptaro <appt...@gmail.com> Date: 2017-12-18T06:46:22Z Fix for JAMES-2260 ---- > 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