Exception list for Attachment Filters
This feature is broken.
How:
When it looks at the "From:" email, if the domain STARTS with a domain in the "except from" option in the attachment exception filter it is still allowed in EVEN though it should NOT be.
Example:
domain1.com is in the exception list for attachment filter.
domain2.com: ATTACHMENT REMOVED
domain1.com.uk: ATTACHMENT ALLOWED
Just a suggestion - the backend code should be:
if (fromDomain == exceptionDomain)
NOT
if (fromDomain.Contains(exceptionDomain))
Hello,
Thank you for sharing your suggestion with us. In my testing adding domain1.com to the attachment restriction exception list does not exclude messages from domain1.com.uk. Please contact our support team for further assistance. All of our support options can be found at www.altn.com/support.
Thank you,
Arron