Make spamassassin optional for milter, from Russell Coker.
This commit is contained in:
parent
bca0cdb86e
commit
3c4e9fce8e
@ -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)
|
||||||
|
')
|
||||||
|
Loading…
Reference in New Issue
Block a user