Fix symbol check
This commit is contained in:
parent
09850a76e5
commit
9f4a5b1834
@ -33,7 +33,7 @@ rspamd_config:register_post_filter(function(task)
|
|||||||
local rcpt = user .. '@' .. domain
|
local rcpt = user .. '@' .. domain
|
||||||
local authdomain = auth_domain_map:get_key(domain)
|
local authdomain = auth_domain_map:get_key(domain)
|
||||||
|
|
||||||
if tagged_rcpt[1].options[1] then
|
if tagged_rcpt then
|
||||||
local tag = tagged_rcpt[1].options[1]
|
local tag = tagged_rcpt[1].options[1]
|
||||||
rspamd_logger.infox("found tag: %s", tag)
|
rspamd_logger.infox("found tag: %s", tag)
|
||||||
local action = task:get_metric_action('default')
|
local action = task:get_metric_action('default')
|
||||||
|
Loading…
Reference in New Issue
Block a user