if [ "$MIME_UNPACKER" = "reformime" ]; then
#Check version of maildrop to ensure it's not the buggy version
DD="`$MAILDROP_BINARY -v 2>&1|grep '^maildrop'|grep '1\.0'`"
DD="`$MAILDROP_BINARY -v 2>&1|grep '^maildrop'|grep ' 1\.0'`"
if [ "$DD" != "" ]; then
cat<<EOF