Hello,
There is a .rar file attached to the email sent by a user. However, there is a file with the ".shp.xml" extension in the .rar file.
But EFA prevents this. No matter what I did, it didn't work. I read all the messages I found, but there was no solution.
I added different variations to try on lines 47, 48, 49 and 59 in the filename.rules.conf content, but it didn't work.
https://pastebin.com/NLueLp4z
What should I do to you?
Thank you.
Attempt to hide real filename extension problem
Re: Attempt to hide real filename extension problem
The 'allow \.shp\.xml' looks fine to me
Restarted MailScanner?
Restarted MailScanner?
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
Re: Attempt to hide real filename extension problem
Yes, I restarted the services but it did not help.
Re: Attempt to hide real filename extension problem
What about using only one line on your filename.rules.conf:
(the spaces between the fields must be TAB characters and not SPACES)
and delete the others (prevents MailScanner from having problems)
CMIIW, if your file is on rar, add that line too on archives.filename.rules.conf
Code: Select all
allow \.shp\.xml$ - -
and delete the others (prevents MailScanner from having problems)
CMIIW, if your file is on rar, add that line too on archives.filename.rules.conf
Re: Attempt to hide real filename extension problem
Hello,
Thank you for your help.
When I edited this file "archives.filename.rules.conf", the rule worked.
Thank you.
Thank you for your help.
When I edited this file "archives.filename.rules.conf", the rule worked.
Thank you.