• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved Plesk Email Security spam email deleted are treated as ham

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" {
 
1. Please respond in this thread with anythink, e.g. "OK" so that you have 5 posts.
2. Then please report here if you believe you have found an issue: Reports (reports are only available for users with 5 posts or more).
 
Back
Top