diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-10-21 20:30:26 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-10-21 21:01:26 +0200 |
commit | 0e7f79283100244b1d2b4ae5598451fc56a6d3e6 (patch) | |
tree | 7ab4b1bb999ed23b96e13f0722847c37f594a8e8 /test/functional/configs | |
parent | e9b77979a4947297e94e36a90f3fc3429f96becb (diff) | |
download | rspamd-0e7f79283100244b1d2b4ae5598451fc56a6d3e6.tar.gz rspamd-0e7f79283100244b1d2b4ae5598451fc56a6d3e6.zip |
[Test] e-Mail detection
Diffstat (limited to 'test/functional/configs')
-rw-r--r-- | test/functional/configs/trivial.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/configs/trivial.conf b/test/functional/configs/trivial.conf index 81dd8f0c6..4a16554ca 100644 --- a/test/functional/configs/trivial.conf +++ b/test/functional/configs/trivial.conf @@ -8,6 +8,7 @@ options = { } } logging = { + log_urls = true; type = "file", level = "debug" filename = "${TMPDIR}/rspamd.log" |