Browse Source

[Fix] Fix calling of process_regexp after flattening

tags/1.2.4
Vsevolod Stakhov 8 years ago
parent
commit
edf752e236
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/spamassassin.lua

+ 1
- 1
src/plugins/lua/spamassassin.lua View File

return 0 return 0
end end


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

Loading…
Cancel
Save