diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-09 16:48:08 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-11 00:15:39 +0000 |
commit | ffc92d69bf2618aca35f2c523abde0a76657e3a2 (patch) | |
tree | 07651643a7aa35b4375a081e56c8245c8eefdeef /test/stdout/2750 | |
parent | b53c265b5c7825d7fb6bb672547c44d080459d71 (diff) |
JSON lookup
(cherry picked from commits 854bd65fa7, 11b31159ac, 19cb5e2f14, 9669c6e06f, 6db8b72c86)
Diffstat (limited to 'test/stdout/2750')
-rw-r--r-- | test/stdout/2750 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test/stdout/2750 b/test/stdout/2750 new file mode 100644 index 000000000..d70041a16 --- /dev/null +++ b/test/stdout/2750 @@ -0,0 +1,18 @@ +> policy-aliases:google:mode +> testing +> +> policies:hotmail.com +> {"policy-alias": "outlook"} +> +> policy-aliases:outlook +> {"mode": "testing", "mxs": [".outlook.com", "outlook.com"]} +> +> policy-aliases:outlook:mxs +> [".outlook.com", "outlook.com"] +> +> policy-aliases:outlook:mxs:1 +> outlook.com +> +> aggregate output vs. json extract +> [".outlook.com", "outlook.com"] +> |