about summary refs log tree commit homepage
path: root/lib/PublicInbox/MID.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/MID.pm')
-rw-r--r--lib/PublicInbox/MID.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/MID.pm b/lib/PublicInbox/MID.pm
index 8ca3c579..1b03fdce 100644
--- a/lib/PublicInbox/MID.pm
+++ b/lib/PublicInbox/MID.pm
@@ -39,7 +39,7 @@ sub mid2path {
 
         unless (defined $x38) {
                 # compatibility with old links (or short Message-IDs :)
-                $mid = sha1_hex($mid);
+                $mid = sha1_hex(mid_clean($mid));
                 ($x2, $x38) = ($mid =~ /\A([a-f0-9]{2})([a-f0-9]{38})\z/);
         }
         "$x2/$x38";