Attachment replacement

Hi to all!

I’m using Axigen version 10.5.19 and would like to configure “Attachment replacement” in “Incoming Message Rules”.

For only one file extension (e.g. “exe”) it works fine!
But how to configure multiple file extensions (e.g. “exe” and “docx”).
Unfortunately I did not find anything about this.

Could you please give an example for this?

Thx and with best regards,

Matthias

Hello Matthias,

Please know that attachments in Attachment Filtering section are added as a regular expression. So in order to add multiple of them you can write them as:

\.exe$|\.docx$|\.pdf$

Best regards,
Razvan

1 Like

Hello Razvan,

thx a lot for your quick response!
Now it works!!!

:slight_smile:

Best regards,
Matthias

1 Like

Can you please help me how can you do this by creating rule ?

Hi Rizwan!
In Axigen you have to go to “Security & Filtering” → “Incoming Message Rules”.
Activate “Reject messages containing at least one attachment whose…”

In the field “name matches this regular expression:” fill in the following entry:
.exe$|.jar$|.scr$|.vbs$|.bat$|.com$|.json$|.js$|

In the field “with the following reject reason” you can fill in a message for the sender.

Best regards