Hi!
How is everyone managing their false positives? For example, all of our users who are accountants are unable to send email.
Example:
So is there any way to whitelist the finance-related rules like KAM_ACCOUNTPHISH(3.2), KAM_NUMSUBJECT(0.5), LOTS_OF_MONEY(0.001, etc. for these domains?
The emails are 100% legitimate from accountants whom I manage email for. Obviously, I don't want to blanket whitelist the sending domain, as one day the mailbox might get hacked etc. and spam.
Thanks for any tips.
C
How is everyone managing their false positives? For example, all of our users who are accountants are unable to send email.
Example:
Code:
Matching Rule: Block outgoing Spam
Rule: Block outgoing Spam
Receiver: x@x.org
Action: block message
Action: Move to quarantine.
Action: notify SENDER
Spam detection results: 8
HTML_MESSAGE(0.001),
KAM_ACCOUNTPHISH(3.2),
KAM_DMARC_STATUS(0.01),
KAM_NUMSUBJECT(0.5),
LOTS_OF_MONEY(0.001)
etc...
So is there any way to whitelist the finance-related rules like KAM_ACCOUNTPHISH(3.2), KAM_NUMSUBJECT(0.5), LOTS_OF_MONEY(0.001, etc. for these domains?
The emails are 100% legitimate from accountants whom I manage email for. Obviously, I don't want to blanket whitelist the sending domain, as one day the mailbox might get hacked etc. and spam.
Thanks for any tips.
C