Index: /trunk/cgi-bin/Apache/LiveJournal.pm
===================================================================
--- /trunk/cgi-bin/Apache/LiveJournal.pm (revision 14070)
+++ /trunk/cgi-bin/Apache/LiveJournal.pm (revision 14120)
@@ -827,7 +827,7 @@
         $uri =~ m!
         ^/(users\/|community\/|\~)  # users/community/tilde
-        ([^/]*)                     # potential username
+        ([^/]+)                     # potential username
         (.*)?                       # rest
-        !x)
+        !x && $uri !~ /\.bml/)
     {
         my ($part1, $user, $rest) = ($1, $2, $3);
