Enabling Foreign Language Support

thebiggeek

Member
Jul 23, 2020
41
3
13
51
Hi

In India we have started receiving a new set of Spam, that uses badly formatted Hindi. I notice from https://www.lifewire.com/spamassassin-foreign-language-spam-1166250 that SA can do Hindi Spam too, and I wrote some rules to detect the Spam - but am not sure if this will cause the system to get overloaded, and wanted to check with you all on

(A) How do I enable Hindi support
(B) Since Hindi is not straight forward Ascii, how should I write REGEX Rules

Here are some examples

body S3BMS_BODY_133 /संलग्न फॉर्म की जांच करें और जानकारी से भी संपर्क करें/
describe S3BMS_BODY_133 Hindi Spam
score S3BMS_BODY_133 5

body S3BMS_BODY_134 /अटैच की गई फाइल देखें/
describe S3BMS_BODY_134 Hindi Spam
score S3BMS_BODY_134 5
 
rules matching the complete mail's body can be quite expensive.
You could try adding the rules and watch the logs of how the processing time changes (pmg-smtp-filter logs for each mail how long the processing took) - additionally there you'll see if the rules work as expected and if SpamAssassin can directly work with UTF-8 characters inside rules
(haven't actively tested this myself so am not sure)

Else check the SpamAssassin documentation on writing rules;
https://cwiki.apache.org/confluence/display/SPAMASSASSIN/WritingRules

I hope this helps!
 
Thank you @Stoiko Ivanov - Let me see and revert. I understand that Rules matching body are expensive, but they need to be done as spam is changing every day and with local language spam that is what we need to fix most for our network at the moment.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!