How can I disable the real-time learning in Warden?

Option To disable the Real-time Learning

To disable the Real-time learning go to Warden -> Settings -> Learning Settings -> Sieve learning -> uncheck Use IMAP sieve learning and save the page. When the real-time learning is disabled. Then you can schedule nightly training instead.

Using the Command Line Interface

// turn off the real-time learning
warden --task=antispam:sievelearning --use_sieve_learning=0 --reload=yes

Enable Scheduled Training

Go to Warden -> Settings -> Training Settings and schedule nightly training instead.

Traning Settings

Using the Command Line Interface

// set the training to daily at 3:00 AM
warden --task=antispam:training --training_interval=daily --training_hour=3
  • sa-learn, dovecot
  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

How can I change the interface language of the extension?

You can change the interface language under Settings -> Application Settings -> Locale...

How can I disable admin email notifications in Amavis?

Amavis has different default options for controlling where virus, spam, banned file attachments,...

How can I whitelist or blacklist a mail server from greylisting?

To Whitelist a Mail Server From Greylisting Navigate to Warden -> Settings ->...

How can I enable third party anti-virus signatures within Warden to improve the ClamAV detection rate?

Warden supports enabling third party anti-virus signatures to improve the detection rate. These...

How can I setup a local caching DNS resolver to speed up DNS queries used by Amavis?

Run the following command to check if local DNS caching is enabled: host -tTXT...