From: adam Date: Sat, 2 Dec 2006 08:14:44 +0000 (+0000) Subject: deadHosts X-Git-Url: http://git.megacz.com/?p=org.ibex.mail.git;a=commitdiff_plain;h=5784a12e9c5df6f99e154cb65fa9cad7a2eb79ef deadHosts darcs-hash:20061202081444-5007d-5248c13b8274c418543171eddd68fc91d33f0167.gz --- diff --git a/src/org/ibex/mail/protocol/SMTP.java b/src/org/ibex/mail/protocol/SMTP.java index 0fbc478..90fb2ec 100644 --- a/src/org/ibex/mail/protocol/SMTP.java +++ b/src/org/ibex/mail/protocol/SMTP.java @@ -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");