diff --git a/galaxy.yml b/galaxy.yml
index 05e405f..fcf4995 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -8,7 +8,7 @@ namespace: s3lph
 name: mailserver
 
 # The version of the collection. Must be compatible with semantic versioning
-version: '0.4.0'
+version: '0.4.1'
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
diff --git a/roles/spamassassin/tasks/install.yml b/roles/spamassassin/tasks/install.yml
index d99fe6d..7744af5 100644
--- a/roles/spamassassin/tasks/install.yml
+++ b/roles/spamassassin/tasks/install.yml
@@ -7,6 +7,9 @@
       - spamass-milter
       - spamc
       - spamd
+      - libmail-dmarc-perl
+      - pyzor
+      - razor
 
 - name: start and enable spamassassin spamd
   ansible.builtin.service: