• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Forwarded to devs Cannot mark messages as 'not spam'

Denis Gomes Franco

Regular Pleskian
User name: Denis Gomes Franco

TITLE

Cannot mark messages as 'not spam'

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Plesk Obsidian Version 18.0.26

PROBLEM DESCRIPTION

Messages are being flagged as spam and moved to the spam folder accordingly (I'm using Plesk Email Security Pro). But when a customer identifies a false positive, he tries to move the message back to the inbox and the message goes right back to the spam folder.

I have investigated the issue and what is happening is that:
- The mail server receives a message and mark it as spam (if it is indeed spam)
- Plesk Email Security Pro is set up to move messages to the spam folder, which it does
- Customer checks the spam folder and sees a message that is not spam, so he takes it from the spam folder and moves it to the inbox (or click the NOT SPAM option in Roundcube)
- The message is not found in the inbox, and it goes right back to the spam folder

STEPS TO REPRODUCE

- Take a message that was marked as spam and was automatically moved to the SPAM folder
- Move that message to the inbox

ACTUAL RESULT

The message is moved right back to the spam folder.

EXPECTED RESULT

The message should stay in the inbox.

ANY ADDITIONAL INFORMATION

This is because the mail server is adding a X-SPAM-FLAG header to messages, and PES set up a server-wide rule to automatically move all messages with such header. After adding the sender to the whitelist, future messages do not have the header added and are received correctly. However, messages manually marked as NOT SPAM should bypass this, or should have that header removed.

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
From developer:

We cannot reproduce it with the same constellation. This is not a configuration that is applied by Plesk Email Security and sounds like a local problem. Amavisd does not process the email again if it is moved or marked as spam/not spam. If the user moves/marks an email, then only the auto-learn scripts are executed in the Pro version. You can analyse it using the mail log in /var/log/maillog.
 
Something's not right, then. I can see the X-SPAM-FLAG filter rule in Roundcube and whenever I delete it, it comes right back up. Looks like those are server defaults or something. I can't seem to find it anywhere except in the database used by Roundcube (because Roundcube adds these rules every time I log in back to the webmail).
 
Back
Top