bad content messages in quarantined report

Questions and answers about how to do stuff
Post Reply
sbergami
Posts: 29
Joined: 21 Dec 2016 17:08

bad content messages in quarantined report

Post by sbergami »

I noticed that messages blocked as bad content are not displayed in the quarantined report, so they are not seen.
I belive, looking in the forum, which they should normally be there.
Can someone tell me how to make them appear in report?
Thank you
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: bad content messages in quarantined report

Post by henk »

Hi sbergami,

take a look at

Code: Select all

/var/www/html/mailscanner/conf.php
There are some options available

Code: Select all

// Hide High Spam and high mcp from regular users.
// Prevent regular users from seeing high spam and high mcp.
define('HIDE_HIGH_SPAM', false);

// Hide Non Spam from quarantine reports
define('HIDE_NON_SPAM', true);
Just be carefull, releasing mail with bad content can be a bummer :whistle:
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
sbergami
Posts: 29
Joined: 21 Dec 2016 17:08

Re: bad content messages in quarantined report

Post by sbergami »

Hi henk, thank you
users can only see blocked emails, I will release them after checking if they are good.
Post Reply