mailwatch / MailWatch

MailWatch for MailScanner is a web-based front-end to MailScanner
http://mailwatch.org/
GNU General Public License v2.0
115 stars 66 forks source link

MailWatch clean mail in quarantine #1279

Closed Doctober closed 1 year ago

Doctober commented 1 year ago

Issue summary

All Mail is being stored in Quarantine no matter if it actually is "bad" or not. I cannot find any point in my configuration that makes it so that "clean" mails do not get quarantined

Expected result

Only "bad" mails should appear in quarantine (spam, bad content/infected)

Actual result

Mails marked as "Clean" are being shown in Quarantine

Installation

Version and method

Server configuration

Skywalker-11 commented 1 year ago

You should have a setting in your MailScanner config like Non Spam Actions = deliver header "X-Spam-Status: No" store If you remove the store option the non spam mails should not be stored anymore.

Doctober commented 1 year ago

Thank you, the changes have worked.