#!/bin/sh
CATEGORY=`\
mail-preprocess | \
ifile -v0 -Q -w $@ | \
head -1 | \
cut -f 1 -d " "`
echo $CATEGORY
