corrections: > the procmail-repipe is (dubbel escaped): > * ? abc=`echo $MATCH | sed s/^[1-9][0-9]\\\\?$/"'&'"0/ | sed s/\\\\.//`; \ > test $abc -gt 4.1 test $abc -gt 41 (obviously) s/^[1-9][0-9]*$/ runs even with AIX (and gets spam with score -gt 99.9 ;) i'm not sure wether '&' or "'&'" --> better keep it simple :-) Michael