Hi,
The HR director for our company is unable to receive an email that I have both whitelisted the from email address as well as the "Recieved From" IP address. THe message "Report: MailScanner: Attempt to hide real filename extension (The 401k PPD VS.aaa.pdf) " along with a Red "Y" alonside the "Blocked File" and a red "Y" alongside the "Spam WHitelisted" shows up. I guess I am confused while these emails will not come through...
Thx,
Brad
Whitelist trouble
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Whitelist trouble
Mailscanner has a rule that checks for double filename extensions.
/etc/MailScanner/filename.rules.conf
Comment out this line
Restart MailScanner
/etc/MailScanner/filename.rules.conf
Code: Select all
deny \.[a-z][a-z0-9]{2,3}\s*\.[a-z0-9]{3}$ Found possible filename hiding Attempt to hide real filename extension
Code: Select all
#deny \.[a-z][a-z0-9]{2,3}\s*\.[a-z0-9]{3}$ Found possible filename hiding Attempt to hide real filename extension
Code: Select all
sudo service MailScanner restart