Subject: | Skip fuzzy matches which are only placeholders and whitespace |
RT is running into problems when loc_fuzzy goes looking for something and
finds the "%1 %2 %3 %4" locstring, or the "%quant(%1,hour)" one (wherein
it tries to treat an arbitrary string as an integer). loc_fuzzy should
ideally skip locstrings which are purely whitespace and placeholders, to
avoid this problem.
- Alex