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 "Tellier Benoit (JIRA)" <se...@james.apache.org> on 2017/12/15 06:47:00 UTC

[jira] [Commented] (JAMES-2260) RemoteDelivery mailet delayTime parse issue

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

Tellier Benoit commented on JAMES-2260:
---------------------------------------

Hi, 

I first wanted to thank you for your work and the contribution to the James project. Your issue is well detailed and the fix looks good to me.

Would it be possible for you to open this pull request on GitHub? https://github.com/apache/james-project This will makes exchanging on it easier.

Thanks, and best regards,

Benoit

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