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 2018/04/27 07:31:00 UTC

[jira] [Closed] (JAMES-2374) RRT documentation is reversed

     [ https://issues.apache.org/jira/browse/JAMES-2374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tellier Benoit closed JAMES-2374.
---------------------------------

> RRT documentation is reversed
> -----------------------------
>
>                 Key: JAMES-2374
>                 URL: https://issues.apache.org/jira/browse/JAMES-2374
>             Project: James Server
>          Issue Type: Bug
>          Components: data, Documentation, RRT
>            Reporter: Tellier Benoit
>            Priority: Major
>              Labels: Documentation, easy-fix
>
> Given the documentation:
> {code:java}
> {cli} AddAddressMapping to domain.new from@domain.old
> {code}
> should redirect emails from from@domain.old to to@domain.new. However it turns out the redirection is done the other way around. This is a valid command line for this:
> {code:java}
> {cli} AddAddressMapping from domain.old to@domain.new
> {code}
> We need to fix:
>  - http://james.apache.org/server/manage-cli.html page
>  - server/container/cli/src/main/java/org/apache/james/cli/type/CmdType.java CLI help message
>  - We need to make parameters names more explicit along side all the calling chain
>  - Javadoc, where existing should make such concerns not ambiguous.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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