Add custom spam rules

Targeting known campaigns
This commit is contained in:
2026-08-17 14:58:42 -06:00
parent 413f02d9c1
commit eae40fd55b
2 changed files with 70 additions and 0 deletions
@@ -29,6 +29,12 @@ template "/etc/spamassassin/local.cf" do
notifies :restart, "service[spamassassin]", :delayed
end
template "/etc/spamassassin/kosmos.cf" do
source "spamassassin_kosmos.cf.erb"
mode 0644
notifies :restart, "service[spamassassin]", :delayed
end
service "spamassassin" do
action [:enable, :start]
end