mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 07:01:19 +00:00
Patch by msrex@suse.de -- don't send mail to the same address more
than once (in case our mail transport is too stupid to remove the dups for us).
This commit is contained in:
parent
46143f3127
commit
d7c3778e02
@ -216,10 +216,10 @@ $::bug{'long_desc'}
|
||||
|
||||
|
||||
my $didexclude = 0;
|
||||
my %seen;
|
||||
sub fixaddresses {
|
||||
my ($field, $list) = (@_);
|
||||
my @result;
|
||||
my %seen;
|
||||
foreach my $i (@$list) {
|
||||
if ($i eq "") {
|
||||
next;
|
||||
@ -320,6 +320,7 @@ sub ProcessOneBug {
|
||||
if ($regenerate) {
|
||||
print "$i ";
|
||||
}
|
||||
%seen = ();
|
||||
}
|
||||
|
||||
# Code starts here
|
||||
|
Loading…
x
Reference in New Issue
Block a user