quarantine = 'DMARC_POLICY_QUARANTINE',
},
},
+ ['stat-signature'] = {
+ header = 'X-Stat-Signature',
+ remove = 1,
+ },
},
}
end
end
+ routines['stat-signature'] = function()
+ if skip_wanted('stat-signature') then return end
+ if settings.routines['stat-signature'].remove then
+ remove[settings.routines['stat-signature'].header] =
+ settings.routines['stat-signature'].remove
+ end
+ local res = task:get_mempool():get_variable("stat_signature")
+ if res then
+ add[settings.routines['stat-signature'].header] = res
+ end
+ end
+
for _, n in ipairs(active_routines) do
local ok, err
if custom_routines[n] then