]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Hval.pm
triewyde: ficks soem speling errrors
[public-inbox.git] / lib / PublicInbox / Hval.pm
index 23233f0e7e979c8ff524e1864a46489a747512c9..46a839160c3f996e25eb4e0b91b4a1a82fdfabef 100644 (file)
@@ -80,7 +80,7 @@ sub obfuscate_addrs ($$;$) {
        my $ibx = $_[0];
        my $repl = $_[2] // '•';
        my $re = $ibx->{-no_obfuscate_re}; # regex of domains
-       my $addrs = $ibx->{-no_obfuscate}; # { adddress => 1 }
+       my $addrs = $ibx->{-no_obfuscate}; # { $address => 1 }
        $_[1] =~ s/(([\w\.\+=\-]+)\@([\w\-]+\.[\w\.\-]+))/
                my ($addr, $user, $domain) = ($1, $2, $3);
                if ($addrs->{$addr} || ((defined $re && $domain =~ $re))) {