This website requires JavaScript.
Explore
Help
Register
Sign In
paxton
/
mailcow
Watch
1
Star
0
Fork
You've already forked mailcow
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c8955284a2
mailcow
/
data
/
conf
/
rspamd
/
local.d
/
reputation.conf
10 lines
118 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[Rspamd] Add reputation plugin, remove deprecated plugins
2020-10-08 23:03:39 +08:00
rules {
ip_reputation = {
selector "ip" {
}
Revert "[Rspamd] Respect Redis REPLICA in reputation plugin (#4046)" (#4065) This reverts commit 7fdc4c2cc3b21f51255d209b3d2602a54e679181.
2021-04-19 03:02:29 +08:00
backend "redis" {
}
[Rspamd] Add reputation plugin, remove deprecated plugins
2020-10-08 23:03:39 +08:00
symbol = "IP_REPUTATION";
}
}