> if ( $SIZE < 26144 )
> {
> exception {
> xfilter "/usr/bin/spamc"
> }
> }
I think you may have dropped a digit there. 26K is a little small for the
filter limit. You probably meant 262K, but there is no particular reason to
pick a binary number. 250000 would work fine.
Loren
