diff --git a/lib/modules/Protocols.pmod/SMTP.pmod b/lib/modules/Protocols.pmod/SMTP.pmod
index 0342ae1e2baffa39d63b8d8030ee51467d814289..6aed563fdf550cfe3daa08a5cc955130ddaee1a2 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});
+  }
 }