I’ve started to have a few spam emails show up with virus-infected .ace attachments. I never use .ace files, so any that show up must be spam. Is there any way to simply discard any messages with .ace attachments?
1 Like
I googled how to do this with postfix and found this article:
https://www.suse.com/support/kb/doc/?id=000016697
I have no idea if it will survive an update to MIAB. But it will do the job for now.
1 Like
I have a rule for sorting receipts that includes the following:
header :mime :anychild :contenttype "Content-Type" "application/pdf"
You should be able to find the mime type be looking at the source for one of your spam messages.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.