]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 219508: processmail rescanall would not send e-mails about more than one bug...
authorjustdave%syndicomm.com <>
Sun, 28 Sep 2003 12:25:18 +0000 (12:25 +0000)
committerjustdave%syndicomm.com <>
Sun, 28 Sep 2003 12:25:18 +0000 (12:25 +0000)
r=preed, a=justdave

processmail

index 3ddf28d94983353e767169dd0af0816568f66f72..b98d0f0ee78a4308f166472f161b52db9a8eae12 100755 (executable)
@@ -854,6 +854,7 @@ if ($ARGV[0] eq "rescanall") {
         print "All appropriate mail appears to have been sent\n"
     }
     foreach my $id (@list) {
+        %seen = ();
         if (detaint_natural($id)) {
             ProcessOneBug($id);
         }