spamassassin: Added iXhash plugin support.
This commit is contained in:
parent
ac61c46322
commit
1c2a9acc95
1 changed files with 14 additions and 0 deletions
|
@ -110,6 +110,20 @@ class spamassassin::milter($options="") {
|
|||
}
|
||||
|
||||
|
||||
# Install iXhash plugin for spamassassin
|
||||
#
|
||||
class spamassassin::plugin::ixhash {
|
||||
|
||||
include spamassassin::common
|
||||
|
||||
package { "spamassassin-iXhash2":
|
||||
ensure => installed,
|
||||
notify => Service["spamassassin"],
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Install pyzor plugin for spamassassin
|
||||
#
|
||||
class spamassassin::plugin::pyzor {
|
||||
|
|
Loading…
Add table
Reference in a new issue