public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Commit
Revert "[Rspamd] Respect Redis REPLICA in reputation plugin (#4046)" (#4065)
This reverts commit 7fdc4c2cc3b21f51255d209b3d2602a54e679181.
ee6ca4ea
data/conf/rspamd/local.d/reputation.conf | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Diff
diff --git a/data/conf/rspamd/local.d/reputation.conf b/data/conf/rspamd/local.d/reputation.conf
index fa66c13c..0e3d03eb 100644
--- a/data/conf/rspamd/local.d/reputation.conf
+++ b/data/conf/rspamd/local.d/reputation.conf
@@ -2,7 +2,9 @@ rules {
ip_reputation = {
selector "ip" {
}
- backend "redis";
+ backend "redis" {
+ servers = "redis";
+ }
symbol = "IP_REPUTATION";
}
}