oskar.szafraniec
New Pleskian
- Server operating system version
- Debian
- Plesk version and microupdate number
- 18.0.44
I noticed that when some users delete emails from Spam folder (moved to Trash) sa-learn --ham is fired on it. Change in es-report-ham.sieve listed below solves the problem. Can someone from Plesk Team check it? After every update I have to change this by hand. I think this can happen when a mailbox value is not Trash but INBOX.Trash.
# diff es-report-ham.sieve.org es-report-ham.sieve
7c7
< if string "${mailbox}" "Trash" {
---
> if string :matches "${mailbox}" "*Trash" {