aboutsummaryrefslogtreecommitdiffstats
path: root/doc/markdown
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-10 10:55:28 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-09-10 10:55:28 +0100
commit38a6ceb5fff743c2233b79920ee2d1ff7a6a0cdc (patch)
tree4f059a53489eaa3e56c3345ee63a9bfb36db6d42 /doc/markdown
parent259cab02423faae0435695bc39e169b696b3d1fd (diff)
downloadrspamd-38a6ceb5fff743c2233b79920ee2d1ff7a6a0cdc.tar.gz
rspamd-38a6ceb5fff743c2233b79920ee2d1ff7a6a0cdc.zip
Change separators to commas to avoid issues with ipv6.
Diffstat (limited to 'doc/markdown')
-rw-r--r--doc/markdown/modules/dmarc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/modules/dmarc.md b/doc/markdown/modules/dmarc.md
index 191e1c216..c69fa3015 100644
--- a/doc/markdown/modules/dmarc.md
+++ b/doc/markdown/modules/dmarc.md
@@ -36,7 +36,7 @@ When you have this module enabled, it also adds symbols:
When a message violates DMARC policy, rspamd adds the following information to `redis` server:
- unixtime:ip:spf_result:dkim_result
+ unixtime,ip,spf_result,dkim_result
where results are `true` or `false` meaning allow and reject values accordingly.
Unixtime and IP are inserted in text form. Keys are therefore `lists` in redis terminology.