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). git-svn-id: svn://10.0.0.236/trunk@42138 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user