From c904ac6c7813958e79d19eb772df8cf83c8775b3 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 1 Mar 2008 06:00:46 +0000 Subject: [PATCH] commenting in SMTP.java darcs-hash:20080301060046-5007d-896e6bb6429e22e1fec402c3fe07fa23a22d5e69.gz --- src/org/ibex/mail/SMTP.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/org/ibex/mail/SMTP.java b/src/org/ibex/mail/SMTP.java index a426987..9ca85c8 100644 --- a/src/org/ibex/mail/SMTP.java +++ b/src/org/ibex/mail/SMTP.java @@ -16,6 +16,9 @@ import javax.naming.directory.*; // FIXME: inbound throttling/ratelimiting +// "Address enumeration detection" -- notice when it looks like somebody +// is trying a raft of addresses. + // RFC's implemented // RFC2554: SMTP Service Extension for Authentication // - did not implement section 5, though -- 1.7.10.4