Kaynağa Gözat

[Fix] Fix calling of process_regexp after flattening

tags/1.2.4
Vsevolod Stakhov 8 yıl önce
ebeveyn
işleme
edf752e236
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      src/plugins/lua/spamassassin.lua

+ 1
- 1
src/plugins/lua/spamassassin.lua Dosyayı Görüntüle

@@ -176,7 +176,7 @@ local function handle_header_def(hline, cur_rule)
return 0
end

return task:process_regexp(r['re'], 'allheader')
return task:process_regexp(re, 'allheader')
end
else
local args = split(h, '[^:]+')

Loading…
İptal
Kaydet