deadHosts
authoradam <adam@megacz.com>
Sat, 2 Dec 2006 08:14:44 +0000 (08:14 +0000)
committeradam <adam@megacz.com>
Sat, 2 Dec 2006 08:14:44 +0000 (08:14 +0000)
darcs-hash:20061202081444-5007d-5248c13b8274c418543171eddd68fc91d33f0167.gz

src/org/ibex/mail/protocol/SMTP.java

index 0fbc478..90fb2ec 100644 (file)
@@ -205,7 +205,7 @@ public class SMTP {
 
     public static class Outgoing extends Thread {
 
-        private static final HashSet deadHosts = new HashSet();
+        private static final HashMap deadHosts = new HashMap();
         public static void accept(Message m) throws IOException {
             if (m == null) { Log.warn(Outgoing.class, "attempted to accept(null)"); return; }
             String traces = m.headers.get("Received");