]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix misprint
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 9 Aug 2021 15:31:39 +0000 (16:31 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 9 Aug 2021 15:31:39 +0000 (16:31 +0100)
lualib/rspamadm/dmarc_report.lua

index 2501621a49673f9ef11078cae6702cd76e868947..062e8070e8e05189909c412025a0cddae174ea0b 100644 (file)
@@ -321,7 +321,7 @@ local function process_rua(dmarc_domain, rua)
           end
 
           if not found then
-            logger.errx('%s is not authorized to process reports on %s', reporting_domain, u:get_tld())
+            logger.errx('%s is not authorized to process reports on %s', dmarc_domain, u:get_host())
           else
             -- All good
             table.insert(addrs, u)
@@ -360,7 +360,7 @@ local function validate_reporting_domain(reporting_domain)
     local processed,rec = dmarc_common.dmarc_check_record(rspamd_config, r, false)
     if processed and rec.rua then
       -- We need to check or alter rua if needed
-      local processed_rua = process_rua(dmarc_domian, rec.rua)
+      local processed_rua = process_rua(dmarc_domain, rec.rua)
       if processed_rua then
         rec = rec.raw_elts
         rec.rua = processed_rua