Hi there,
Please i need help with a dataset that shows the number of mails blocked by address.
Is there anyone that can help me?.
Thanks in advance and best regards,
Jose
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
log type: Email Filter
select `from` as mf_sender, count(*) as totalnum from $log where $filter and `from` is not null and action='blocked' group by mf_sender order by totalnum desc
regards,
hz
log type: Email Filter
select `from` as mf_sender, count(*) as totalnum from $log where $filter and `from` is not null and action='blocked' group by mf_sender order by totalnum desc
regards,
hz
Thanks a lot!
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1712 | |
1093 | |
752 | |
447 | |
231 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.