|
|
@@ -293,10 +293,8 @@ impl GreylistRefinery {
|
|
|
// Add to the whitelist and remove from the greylist.
|
|
|
hosts.move_host(url, last_seen, HostColor::White).unwrap();
|
|
|
|
|
|
- // When move is complete we can safely stop tracking this peer.
|
|
|
- hosts.unregister(url);
|
|
|
-
|
|
|
debug!(target: "net::refinery", "GreylistRefinery complete!");
|
|
|
+
|
|
|
continue
|
|
|
}
|
|
|
None => {
|