Hi all,
I'm encountering an issue while trying to set up spam filtering in Proxmox Mail Gateway using regular expressions to detect certain text in the body of emails.
My goal is to block incoming emails that contain a specific phone number (+480174621982) or a Skype name (maiboroda_alex) in the email body. I've attempted to set up a rule using the following regular expressions:
Could you please help me understand what I might be doing wrong? Are there specific steps or settings I need to follow to make this filter work correctly? Any advice or guidance would be greatly appreciated.
Thank you in advance for your assistance!
I'm encountering an issue while trying to set up spam filtering in Proxmox Mail Gateway using regular expressions to detect certain text in the body of emails.
My goal is to block incoming emails that contain a specific phone number (+480174621982) or a Skype name (maiboroda_alex) in the email body. I've attempted to set up a rule using the following regular expressions:
- For the phone number: .*\+480174621982.*
- For the Skype name: .*maiboroda_alex.*
Could you please help me understand what I might be doing wrong? Are there specific steps or settings I need to follow to make this filter work correctly? Any advice or guidance would be greatly appreciated.
Thank you in advance for your assistance!