Solved
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
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
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.