U upicxmd New Member May 21, 2022 2 0 1 May 21, 2022 #1 Hi everyone, I want to block incoming mails How to create a rule to block spam with the same attachment name and email body? please advise Attachments mail.png 14.9 KB · Views: 58
Hi everyone, I want to block incoming mails How to create a rule to block spam with the same attachment name and email body? please advise
H hata_ph Well-Known Member Nov 13, 2019 866 199 48 45 May 22, 2022 #2 Try what object -> match filename (?i)(\W|^)(SG.*\.(zip))(\W|$). For spamassassin custom rule, follow the official guide (https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_custom_spamassassin_configuration). Here are some custom rules https://gist.github.com/jult/9bfdc4d07b44be01a02cc2aaf25b7c39 Reactions: Stoiko Ivanov
Try what object -> match filename (?i)(\W|^)(SG.*\.(zip))(\W|$). For spamassassin custom rule, follow the official guide (https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_custom_spamassassin_configuration). Here are some custom rules https://gist.github.com/jult/9bfdc4d07b44be01a02cc2aaf25b7c39
U upicxmd New Member May 21, 2022 2 0 1 May 24, 2022 #3 hata_ph said: Try what object -> match filename (?i)(\W|^)(SG.*\.(zip))(\W|$). For spamassassin custom rule, follow the official guide (https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_custom_spamassassin_configuration). Here are some custom rules https://gist.github.com/jult/9bfdc4d07b44be01a02cc2aaf25b7c39 Click to expand... Hi mate, Noted, I will try first. Thank you
hata_ph said: Try what object -> match filename (?i)(\W|^)(SG.*\.(zip))(\W|$). For spamassassin custom rule, follow the official guide (https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_custom_spamassassin_configuration). Here are some custom rules https://gist.github.com/jult/9bfdc4d07b44be01a02cc2aaf25b7c39 Click to expand... Hi mate, Noted, I will try first. Thank you