[pmg-devel] [PATCH pmg-api 1/1] templates: adapt to new path for KAM rules in proxmox-spamassassin

Stoiko Ivanov s.ivanov at proxmox.com
Fri Mar 24 13:46:55 CET 2023


This changes the included KAM.cf to the one downloaded from the
kam-channel, which in turn includes all files contained in the
rule-set

This commit needs a versioned dependency bump on proxmox-spamassassin

Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 src/templates/local.cf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/templates/local.cf.in b/src/templates/local.cf.in
index f1106fe..da66538 100644
--- a/src/templates/local.cf.in
+++ b/src/templates/local.cf.in
@@ -25,5 +25,5 @@ whitelist_bounce_relays [% composed.wl_bounce_relays %]
 score ANY_BOUNCE_MESSAGE [% pmg.spam.bounce_score %]
 [% END %]
 
-include /usr/share/spamassassin-extra/KAM.cf
+include /usr/share/spamassassin-extra/kam_sa-channels_mcgrail_com.cf
 
-- 
2.30.2





More information about the pmg-devel mailing list