From 3c4e9fce8ed95b4d40624d9b42f9917c11f3ae95 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Jul 07 2010 12:55:57 +0000 Subject: Make spamassassin optional for milter, from Russell Coker. --- diff --git a/policy/modules/services/milter.te b/policy/modules/services/milter.te index 7df98dd..1b6dea0 100644 --- a/policy/modules/services/milter.te +++ b/policy/modules/services/milter.te @@ -1,4 +1,4 @@ -policy_module(milter, 1.2.0) +policy_module(milter, 1.2.1) ######################################## # @@ -91,4 +91,6 @@ corecmd_search_bin(spamass_milter_t) mta_send_mail(spamass_milter_t) # The main job of the milter is to pipe spam through spamc and act on the result -spamassassin_domtrans_client(spamass_milter_t) +optional_policy(` + spamassassin_domtrans_client(spamass_milter_t) +')