Block Office Documents
Posted: 31 Mar 2020 06:38
Hello everybody,
i have a problem with filenames and special chars!
I am denying Office Documents which can contain macros in /etc/MailScanner/filename.rule.conf
So docx is valid, because it can not contain any macros in it! Works fine so far.
If a user is sending a docx with a short or "normal" name like "2020.03.31_contract_for_Mueller.docx" or "20200331contractforMueller.docx" everything works well.
But if the document has some special german chars in its filename like "2020.03.31_contract_for_Müller.docx" or "20200331contractforMüller.docx" it is blocked inside efa with the message "Office Makro Documents".
The reason seems to be the german "ü" in the filename.
Someone can help me out?
I'm using efa 3.0.2.6
i have a problem with filenames and special chars!
I am denying Office Documents which can contain macros in /etc/MailScanner/filename.rule.conf
Code: Select all
deny \.doc$ Office Makro Documents Office Makro Documents
deny \.docm$ Office Makro Documents Office Makro Documents
deny \.dot$ Office Makro Documents Office Makro Documents
deny \.dotm$ Office Makro Documents Office Makro Documents
If a user is sending a docx with a short or "normal" name like "2020.03.31_contract_for_Mueller.docx" or "20200331contractforMueller.docx" everything works well.
But if the document has some special german chars in its filename like "2020.03.31_contract_for_Müller.docx" or "20200331contractforMüller.docx" it is blocked inside efa with the message "Office Makro Documents".
The reason seems to be the german "ü" in the filename.
Someone can help me out?
I'm using efa 3.0.2.6