> I've never used procmail, so I don't know. Perhaps try it on a test > setup, and see what happens?
If using courier-maildrop, something like this is what most people do in
their filter file:
if ( $SIZE < 262144 )
{
exception {
xfilter "/usr/bin/spamc -u $LOGNAME"
}
}
