On Mon 02/Jun/2014 05:46:04 +0200 Noel Jones wrote:
On 6/1/2014 4:22 PM, Inteq Solution - Dep. Tehnic wrote:

Using both my examples (mime_header_checks and header_checks), my executable
(.bat) is blocked when I send a test email from Outlook with the correct
REJECT text.
But, when testing from emailsecuritycheck.net, I receive the .bat
attachment.

When header_checks (and mime_header_checks) don't work as expected,
it's because the input doesn't match the pattern.

The next step is to examine the message that passed and see exactly
what it contains, and that will help you track down why it didn't match.

Correct. Emailsecuritycheck don't just put filename=attached.bat, but more convolute stuff such as filename=attached.()bat, newlines as in filename=attached\
.bat and even a dubious:

 Content-Disposition: attachment;
  filename*0*="''attached%2E";
  filename*1*="%62";
  filename*2=at

Ale

Reply via email to