Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-2374

RRT documentation is reversed

    XMLWordPrintableJSON

Details

    Description

      Given the documentation:

      {cli} AddAddressMapping to domain.new from@domain.old
      

      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:

      {cli} AddAddressMapping from domain.old to@domain.new
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            btellier Benoit Tellier
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: