From: Andrew Lewis Date: Wed, 19 Aug 2015 10:03:26 +0000 (+0200) Subject: Fix misprint X-Git-Tag: 1.0.0~188^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82e6fbe7760c77f5e035360361751938e6df2873;p=thirdparty%2Frspamd.git Fix misprint --- diff --git a/src/plugins/dkim_check.c b/src/plugins/dkim_check.c index 3966415917..50644cb28a 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