diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-08-19 12:03:26 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-08-19 12:03:26 +0200 |
commit | 82e6fbe7760c77f5e035360361751938e6df2873 (patch) | |
tree | eace833d698f291a47127d66e1ec5b8b898942c6 /src/plugins | |
parent | 5dec70a5431680c5d48770a31672f8a98a07d593 (diff) | |
download | rspamd-82e6fbe7760c77f5e035360361751938e6df2873.tar.gz rspamd-82e6fbe7760c77f5e035360361751938e6df2873.zip |
Fix misprint
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/dkim_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/dkim_check.c b/src/plugins/dkim_check.c index 396641591..50644cb28 100644 --- a/src/plugins/dkim_check.c +++ b/src/plugins/dkim_check.c @@ -28,7 +28,7 @@ * Allowed options: * - symbol_allow (string): symbol to insert in case of allow (default: 'R_DKIM_ALLOW') * - symbol_reject (string): symbol to insert (default: 'R_DKIM_REJECT') - * - symbol_rempfail (string): symbol to insert in case of temporary fail (default: 'R_DKIM_TEMPFAIL') + * - symbol_tempfail (string): symbol to insert in case of temporary fail (default: 'R_DKIM_TEMPFAIL') * - whitelist (map): map of whitelisted networks * - domains (map): map of domains to check * - strict_multiplier (number): multiplier for strict domains |