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 bt...@apache.org on 2018/04/27 07:26:51 UTC

[5/6] james-project git commit: JAMES-2374 reverse {Add, Remove}AddressMapping argument order in doc to match implementation

JAMES-2374 reverse {Add,Remove}AddressMapping argument order in doc to match implementation


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/308050d4
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/308050d4
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/308050d4

Branch: refs/heads/master
Commit: 308050d4f280f5200b8318da7345edf71a80dc21
Parents: ff1ff88
Author: Matthieu Baechler <ma...@apache.org>
Authored: Tue Apr 24 16:09:50 2018 +0200
Committer: benwa <bt...@linagora.com>
Committed: Fri Apr 27 14:25:58 2018 +0700

----------------------------------------------------------------------
 src/site/markdown/server/manage-cli.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/308050d4/src/site/markdown/server/manage-cli.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/server/manage-cli.md b/src/site/markdown/server/manage-cli.md
index fcb318f..ebfa1db 100644
--- a/src/site/markdown/server/manage-cli.md
+++ b/src/site/markdown/server/manage-cli.md
@@ -161,11 +161,11 @@ A mapping is a recipient rewritting rule. There is several kind of rewritting ru
  - address mapping: rewrite a given mail address into an other one.
  - regex mapping.
 
-You can manage address mapping like (redirects email from user@domain.tld to redirected@domain.new, then deletes the mapping):
+You can manage address mapping like (redirects email from fromUser@fromDomain.tld to redirected@domain.new, then deletes the mapping):
 
 ```
-{cli} AddAddressMapping redirected domain.new user@domain.tld
-{cli} RemoveAddressMapping redirected domain.new user@domain.tld
+{cli} AddAddressMapping fromUser fromDomain.tld redirected@domain.new
+{cli} RemoveAddressMapping fromUser fromDomain.tld redirected@domain.new
 ```
 
 You can manage regex mapping like this:


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