summaryrefslogtreecommitdiffstats
path: root/test/functional/lua/simple.lua
blob: 22ecde8028d0c30a64aac694149ac11944975e5a (plain)
1
2
3
4
5
6
7
rspamd_config:register_symbol({
  name = 'SIMPLE_TEST',
  score = 1.0,
  callback = function()
    return true, 'Fires always'
  end
})