* Mikhail Sutormin <msutormin at gmail.com> [2016-09-22 01:47]: > if (Stripped-User-Name =~ /(.{0,19})$/) { You're anchoring it to the end of the line with $. Try ^(.{0,19}) instead and it should work (hopefully - didn't test). -- Vegard Svanberg <vegard at svanberg.no> [*Takapa at IRC (EFnet)]