about summary refs log tree commit diff
path: root/nixos/modules/services/mail/spamassassin.nix
diff options
context:
space:
mode:
authorPhilipp Kern <phil@philkern.de>2023-02-19 13:15:04 +0100
committerLuke Granger-Brown <git@lukegb.com>2023-06-25 09:38:10 +0000
commit0ce6a09235ba11534c7cc9ee4bbd2aed5bf89aeb (patch)
treeede9730bc13da2d2de8bfa1c811c2734fce7ac4f /nixos/modules/services/mail/spamassassin.nix
parentdc2afced518559f1c962b5824599b2c99c7684e3 (diff)
spamassassin: 3.4.6 → 4.0.0
The HashCash module has been removed, so this change also drops it from
the default config for spamassassin.
Diffstat (limited to 'nixos/modules/services/mail/spamassassin.nix')
-rw-r--r--nixos/modules/services/mail/spamassassin.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/services/mail/spamassassin.nix b/nixos/modules/services/mail/spamassassin.nix
index 49d1d93159856..4b5736dfd1bc1 100644
--- a/nixos/modules/services/mail/spamassassin.nix
+++ b/nixos/modules/services/mail/spamassassin.nix
@@ -79,7 +79,6 @@ in
           loadplugin Mail::SpamAssassin::Plugin::DKIM
           loadplugin Mail::SpamAssassin::Plugin::DNSEval
           loadplugin Mail::SpamAssassin::Plugin::FreeMail
-          loadplugin Mail::SpamAssassin::Plugin::Hashcash
           loadplugin Mail::SpamAssassin::Plugin::HeaderEval
           loadplugin Mail::SpamAssassin::Plugin::HTMLEval
           loadplugin Mail::SpamAssassin::Plugin::HTTPSMismatch