According to "man uvscan":
--mime
Scan MIME-encoded files. This type of file is not
scanned by default.
in sweep.pl, it would probably be prudent to add this to the command
options passed to uvscan..
e.g.
CommonOptions => '--recursive --ignore-links --analyze --mime
--secure --noboot',
--Mike