rspam -> rspamd

This commit is contained in:
niten 2023-09-24 14:14:34 -07:00
parent 9e2df04c0f
commit d0e9b3651d

View File

@ -260,7 +260,7 @@ in {
name = "rspamd_${msg}";
runtimeInputs = with pkgs; [ rspamd ];
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";
learnSpam = teachRspamd "learn_spam";