mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
Bug 358399 - improve address munging, to see if it helps.
This commit is contained in:
parent
981df90743
commit
1191ce45b3
@ -110,7 +110,8 @@ exit;
|
||||
# Simple email obfuscation
|
||||
sub emailFilter {
|
||||
my ($var) = @_;
|
||||
$var =~ s/\@/_at_/;
|
||||
$var =~ s/\@/at/;
|
||||
$var =~ s/\./dot/;
|
||||
return $var;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user