rspam -> rspamd
This commit is contained in:
+1
-1
@@ -260,7 +260,7 @@ in {
|
|||||||
name = "rspamd_${msg}";
|
name = "rspamd_${msg}";
|
||||||
runtimeInputs = with pkgs; [ rspamd ];
|
runtimeInputs = with pkgs; [ rspamd ];
|
||||||
text =
|
text =
|
||||||
"exec rspamc -h ${cfg.rspamd.host}:${cfg.rspam.port} ${msg}";
|
"exec rspamc -h ${cfg.rspamd.host}:${cfg.rspamd.port} ${msg}";
|
||||||
};
|
};
|
||||||
learnHam = teachRspamd "learn_ham";
|
learnHam = teachRspamd "learn_ham";
|
||||||
learnSpam = teachRspamd "learn_spam";
|
learnSpam = teachRspamd "learn_spam";
|
||||||
|
|||||||
Reference in New Issue
Block a user