Make spamassassin optional for milter, from Russell Coker.

This commit is contained in:
Chris PeBenito 2010-07-07 08:55:57 -04:00
parent bca0cdb86e
commit 3c4e9fce8e

View File

@ -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) mta_send_mail(spamass_milter_t)
# The main job of the milter is to pipe spam through spamc and act on the result # 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)
')