Hello,
I'm trying to prevent messages with the big5 and BG3212 charsets from being accepted by Astaro.
I've setup the following expression filters in antispam:
(?i)^Content-Type.*charset="GB2312".*$
(?i)^Content-Type.*charset="big5".*$
Unfortunately, that doesn't stop the mails. I've fed the mails to a php regex and the do match one of these filters.
Any idea ?
This thread was automatically locked due to age.