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:
terry%mozilla.org 1999-08-04 15:07:28 +00:00
parent 46143f3127
commit d7c3778e02

View File

@ -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