According to the `passwd(5)` manual, a username starting with a character other than a alphabetic one should generate a warning (presumably when the `passwd` database is accessed).
It's possible that your admin relies on the fact that the entries for users that should not be allowed to log in are simply _malformed_ (note that there is no facility to _comment out_ lines in the `passwd` file).
I would suggest that instead of relying on malformed entries, users that should not be allowed to log in are properly restricted using `passwd -N username` instead (see `passwd(1)`), or through some similar mechanics. Or possibly just deleted, if the users should not exist on the system.