Third Party Threat Feeds e-mail notification should be deactivatable

Hello Community,

I have entered an ad filter list that I had at hand in the new Third Party Threat Feeds function as a test. It works wonderfully.
Unfortunately, every hit triggered a notification email and flooded my mail provider. Logically, this has now temporarily blocked me.

It would be useful to be able to deactivate notifications from the Third Party Threat Feed separately, but keep all other Active Thread Response notifications active.

As a result, the mail queue has now become very large. This is now causing a constant CPU load of almost 100% on my Sophos XG. The command exim -bpc tells me that there are currently 19085 mails in the queue and cannot be sent because the smtp server refuses to accept them.

I have tried the following commands to empty the queue:

- exim -bp | awk '/^ *[0-9]+[mhd]/{print "exim -Mrm " $3}' | bash
- exim -bp|grep "<"|awk {'print $3'}|xargs exim -Mrm
- exiqgrep -i | xargs exim -Mrm

None of these commands work because Sophos does not recognize bash, xargs and exiqgrep.
Now I hope someone of you can help me to empty the queue.



Corrected error
[edited by: Christian Kubat at 7:18 AM (GMT -7) on 15 Sep 2024]
Parents Reply Children
No Data