Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
JoseOrosco
New Contributor

Help with dataset to show mails blocked by Email-Filter

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

1 Solution
hzhao_FTNT
Staff
Staff

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

View solution in original post

2 REPLIES 2
hzhao_FTNT
Staff
Staff

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

JoseOrosco

Thanks a lot!

Labels
Top Kudoed Authors