Configure the spam filter rule update settings.
warden --task=antispam:ruleupdates
Option |
Value | Default | Description |
---|---|---|---|
--update_interval |
<disabled|daily|weekly|monthly> | daily | How often to check for anti-spam rule updates using the sa-update command. |
--update_hour |
<0-23> | 3 | The hour of day to check for anti-spam rule updates. |
--update_day |
<0-7> | 0 | The day to check for anti-spam rule updates (weekly scans). |
--kam |
<1|0> | 1 | Enable or disable the KAM channel. |
--default |
<yes> | Reset all settings to their default values. | |
--default_option |
<option> | Reset a specific setting to its default value. | |
--reload |
<yes> | Reload the service after saving settings. |
// disable the KAM channel
warden --task=antispam:plugins --kam=0 --reload=yes
// reset the kam channel back to its default value
warden --task=antispam:plugins --default_option=kam --reload=yes
// reset all settings to their default values
warden --task=antispam:plugins --default=yes --reload=yes