From 1d1ac79244e5cc6d2a5690ed8ca9d66a95d8c508 Mon Sep 17 00:00:00 2001
From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org>
Date: Thu, 18 May 2000 10:22:07 +0200
Subject: [PATCH] added verify (VRFY)

Rev: lib/modules/Protocols.pmod/SMTP.pmod:1.11
---
 lib/modules/Protocols.pmod/SMTP.pmod | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/lib/modules/Protocols.pmod/SMTP.pmod b/lib/modules/Protocols.pmod/SMTP.pmod
index 0342ae1e2b..6aed563fdf 100644
--- a/lib/modules/Protocols.pmod/SMTP.pmod
+++ b/lib/modules/Protocols.pmod/SMTP.pmod
@@ -110,4 +110,9 @@ class client
 					     "content-transfer-encoding":
 					       "8bit"])));
   }
+
+  array(int|string) verify(string addr)
+  {
+    return ({command("VRFY "+addr),rest});
+  }
 }
-- 
GitLab