NUMERIC must be followed by one of the keywords DIGITS FORM FUZZ; found bad keyword

Synopsis
You specified some keyword after the keyword NUMERIC which Reginald does not recognize as one of the acceptable choices. Reginald lists the keywords that are allowed after NUMERIC in the error message. What you supplied was bad keyword, and that isn't supported by Reginald.

Cause
You tried to specify a variable name after NUMERIC, but forget to put both the numeric setting (ie, DIGITS, FORM, etc) you want to adjust.

Cure
Make sure that you follow NUMERIC with the numeric setting you wish to adjust. For example, the following sets NUMERIC FORM to ENGINEERING:

NUMERIC FORM 'ENGINEERING'
Cause
You misspelled the keyword, for example FUZ instead of FUZZ. Check that bad keyword is exactly what you intended.

Cure
Learn to spell, rat-face.

Cause
bad keyword is exactly what you want, but Reginald does not seem to support it.

Cure
Update to the latest version of Reginald at Reginald's web site.