<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dear Julian Field,<br>
<br>
Thank for the fine software. Do you have any comment on this
feature/bugs?<br>
<br>
<br>
<div class="moz-text-flowed"
 style="font-family: -moz-fixed; font-size: 13px;" lang="x-western">IANAP,
but you might want to try creating a file called "/usr/bin/bin/filei",
with permissions set to 755, that has the following in it:
<br>
<br>
/usr/bin/file -i $1
<br>
<br>
and then change the line in MailScanner.conf that says:
<br>
File Command = /usr/bin/file
<br>
to
<br>
File Command = /usr/bin/filei
<br>
<br>
or use (don't know if it will work):
<br>
File Command = /usr/bin/file -i
<br>
<br>
Good luck...
<br>
<br>
Chan Min Wai wrote:
<br>
<blockquote type="cite">Hello All,
  <br>
  <br>
I know I should ask the question here but the result show from the
  <br>
search don't seem to show much that is useful. So I hope I can get some
  <br>
help here.
  <br>
  <br>
I'm using file to determine the file type, It work well until one day
  <br>
where tread some UTF-8 Signature TXT to be DOS executable (COM) files.
  <br>
  <br>
e.g
  <br>
# file msg-30776-13.txt
  <br>
msg-30776-13.txt: DOS executable (COM)
  <br>
  <br>
However, if I put an extra flag "-i" on cli It work well.
  <br>
  <br>
# file -i msg-30776-13.txt
  <br>
msg-30776-13.txt: text/plain; charset=utf-8
  <br>
  <br>
# file --version
  <br>
file-4.17
  <br>
magic file from /usr/share/misc/file/magic
  <br>
  <br>
Any hints on how to make change on Mailscanner.conf?
  <br>
  <br>
Please help.
  <br>
  <br>
P.s I can't seem to attach the text files here for the same reason...
  <br>
  <br>
Regards,
  <br>
Chan Min Wai
  <br>
</blockquote>
</div>
<br>
</body>
</html>