]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Clarify display message 960/head
authorAndrew Lewis <nerf@judo.za.org>
Mon, 19 Sep 2016 08:47:59 +0000 (10:47 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Mon, 19 Sep 2016 08:47:59 +0000 (10:47 +0200)
src/plugins/lua/dmarc.lua

index dec1424542a079bd8d011dde4fb5f39de191f7a2..350c66072cbd59bca71dafbe4be7bbfec51667c6 100644 (file)
@@ -259,7 +259,7 @@ local function dmarc_callback(task)
         end
       end
     else
-      table.insert(reason, "No SPF")
+      table.insert(reason, "No valid SPF")
     end
     local das = task:get_symbol(symbols['dkim_allow_symbol'])
     if das and das[1] and das[1]['options'] then
@@ -279,7 +279,7 @@ local function dmarc_callback(task)
         end
       end
     else
-      table.insert(reason, "No DKIM")
+      table.insert(reason, "No valid DKIM")
     end
 
     local disposition = 'none'