rspam -> rspamd
This commit is contained in:
parent
9e2df04c0f
commit
d0e9b3651d
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user