Is there a way to test to see if a header is all caps, i.e. a way to tell if a header line is FROM: rather than From:? Thanks.
Mark
You mean like this standard rule from SA 2.50 and higher?
header FROM_NO_LOWER From !~ /[a-z]/ describe FROM_NO_LOWER 'From' has no lower-case characters
