I had configured spamass-milter to reject emails with a spam rating higher that 15 using the following line in the /etc/sysconfig/spamass-milter file:
EXTRA_FLAGS="-r 15"
For some reason it is allowing my to re-write the headers but it's not rejecting the emails. Anyone have any idea why?