This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
mailcow-dockerized
mirror of
https://github.com/mailcow/mailcow-dockerized
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Execute after rmilter_headers (prio 10)
andryyy
8 years ago
parent
5a95d2062c
commit
55071805f3
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
data/conf/rspamd/lua/rspamd.local.lua
+ 1
- 1
data/conf/rspamd/lua/rspamd.local.lua
View File
@@ -55,7 +55,7 @@ rspamd_config:register_symbol({
end
end
end
end
end,
end,
- priority = 1
0
+ priority = 1
1
})
})
end
end