Page 1 of 1

bad content messages in quarantined report

Posted: 02 Mar 2018 14:37
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

Re: bad content messages in quarantined report

Posted: 13 Mar 2018 23:21
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:

Re: bad content messages in quarantined report

Posted: 15 Mar 2018 10:00
by sbergami
Hi henk, thank you
users can only see blocked emails, I will release them after checking if they are good.