• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

training does not "hold" emails

J

jfreger

Guest
Some help please!

When I try to train emails there are never any emails listed under: "Messages in your mailbox". It'slike spam assassin isn't retainging any email for me to train.

Other than that it is filtering, I basically just cannon use the training feature.
 
There has been numerous threads on this topic. Try to search the forum a bit...
 
You can use sa-learn tool but it's not recommended because it requires advanced knowledge for this tool and wrong utilizing can cause serious consequences for spamassassin.
Here is one tip for your case:
You can use provided solution for manual utilizing of sa-learn

> > sa-learn --spam c:\program files\swsoft\plesk\mail servers\mail enable\domains\domain.com\mailroot\mailbox\inbox

This command puts learnt bayes files to
C:\Documents and Settings\Administrator\.spamassassin.
But personal mail box SA configuration files a stored at
C:\Program Files\SWsoft\Plesk\Additional\SpamAssassin\SpamFilterUserConfigsPath\[email protected]\.spamassassin

so you should copy them manually.
Commonly learn algorithm can be described as the following:
1. Copy from C:\Program Files\SWsoft\Plesk\Additional\SpamAssassin\SpamFilterUserConfigsPath\[email protected]\.spamassassin to C:\Documents and Settings\Administrator\.spamassassin.
2. sa-learn --spam c:\program files\swsoft\plesk\mail servers\mail enable\domains\domain.com\mailroot\mailbox\inbox
3. Copy from C:\Documents and Settings\Administrator\.spamassassin back to C:\Program Files\SWsoft\Plesk\Additional\SpamAssassin\SpamFilterUserConfigsPath\[email protected]\.spamassassin

Note: This feature should be performed only under human monitoring and control.

To browse generated bayes database please use:

C:\>sa-learn --dump --dbpath "C:/Program Files/SWsoft/Plesk/Additional/SpamAssassin/SpamFilterUserConfigsPath/[email protected]/.spamassassin"

Spamassassin under Plesk for Windows has more poor management interface than Plesk for Linux because Plesk for Windows supports several mail servers and every of them have quite different mail message structure and full mechanism is still not completed to the end.
 
Back
Top