0 Comments

Out of the box sending executables as attachments with BPOS is not possible. BPOS will replace the executable with a *.txt file that contains the text:

FILE QUARANTINED

Microsoft Online has removed winmail.dat->Unnamed Attachment->YoureApplication.exe since it
was found to match the FILE FILTER= unnamed: *.exe file filter.

Even if you zip or rar the file and rename the file extension, BPOS will replace the executable in the zip or RAR file with the txt file.

To prevent BPOS from removing the executable you can ask you administrator to edit the FILE FILTER rule or you can follow the steps below:

  • Zip the executable file
  • Open the zip file with a hexeditor (I use Notepad++ with the HexEditor.dll plugin)
  • Change the first 2 letters “PK” to some other letters, for example “LL”
  • Save the zip file
  • Send it to the customer
  • Customer must open the zip file with a hexeditor
  • Change the first 2 letters “LL” back to “PK” and save the zip file
  • Then the customer can extract the zip file and use the “YoureApplication.exe”

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts