JAMES-1773 Documenting that limit should be strictly positive for SizeGreaterThan
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/54f3bf31 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/54f3bf31 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/54f3bf31 Branch: refs/heads/master Commit: 54f3bf313b1952f3c4c4fb6445e402cd75b69305 Parents: 7fadba1 Author: Benoit Tellier <[email protected]> Authored: Wed Aug 17 12:44:42 2016 +0700 Committer: Benoit Tellier <[email protected]> Committed: Wed Aug 31 00:59:27 2016 +0700 ---------------------------------------------------------------------- server/src/site/xdoc/dev-provided-matchers.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/54f3bf31/server/src/site/xdoc/dev-provided-matchers.xml ---------------------------------------------------------------------- diff --git a/server/src/site/xdoc/dev-provided-matchers.xml b/server/src/site/xdoc/dev-provided-matchers.xml index 6818062..ffbe625 100644 --- a/server/src/site/xdoc/dev-provided-matchers.xml +++ b/server/src/site/xdoc/dev-provided-matchers.xml @@ -335,7 +335,7 @@ <subsection name="SizeGreaterThan"> <p>Description: Matches emails with a total message size (headers and body) greater than the specified limit. - All recipients are returned.</p> + All recipients are returned. Specified limit should be strictly positive.</p> <p>Configuration string: a positive integer followed by an 'm' or a 'k'. This is the maximum message size permitted specified in megabytes or kilobytes respectively. <pre><code> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
