Zend_Filter_Input doesn't process messages -> validators mapping correctly.
Zend_Filter_Input collects all validators in a $validatorList array (see _validate() method). It has another keys in comparison to original $validatorRule array. It causes a problem.
Fixed.