]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Oops, restore tempfail handling in DKIM
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 1 Dec 2018 17:43:54 +0000 (17:43 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 1 Dec 2018 17:43:54 +0000 (17:43 +0000)
src/libserver/dkim.c

index 5047531d7d478ba55f737b807969bed0d9148d87..c70b0bbc0e22a0a58a987c44c5b64e7461e7a906 100644 (file)
@@ -2536,6 +2536,7 @@ rspamd_dkim_create_result (rspamd_dkim_context_t *ctx,
        res->domain = ctx->domain;
        res->fail_reason = NULL;
        res->short_b = ctx->short_b;
+       res->rcode = rcode;
 
        return res;
 }