make VRFY 252 response more polite
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 17 May 1994 23:12:22 +0000 (15:12 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 17 May 1994 23:12:22 +0000 (15:12 -0800)
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.39

usr/src/usr.sbin/sendmail/src/srvrsmtp.c

index 52a1a5c..3e5faae 100644 (file)
@@ -10,9 +10,9 @@
 
 #ifndef lint
 #ifdef SMTP
 
 #ifndef lint
 #ifdef SMTP
-static char sccsid[] = "@(#)srvrsmtp.c 8.38 (Berkeley) %G% (with SMTP)";
+static char sccsid[] = "@(#)srvrsmtp.c 8.39 (Berkeley) %G% (with SMTP)";
 #else
 #else
-static char sccsid[] = "@(#)srvrsmtp.c 8.38 (Berkeley) %G% (without SMTP)";
+static char sccsid[] = "@(#)srvrsmtp.c 8.39 (Berkeley) %G% (without SMTP)";
 #endif
 #endif /* not lint */
 
 #endif
 #endif /* not lint */
 
@@ -609,7 +609,7 @@ smtp(e)
                                                PrivacyFlags))
                        {
                                if (vrfy)
                                                PrivacyFlags))
                        {
                                if (vrfy)
-                                       message("252 Who's to say?");
+                                       message("252 Cannot VRFY user; try RCPT to attempt delivery (or try finger)");
                                else
                                        message("502 Sorry, we do not allow this operation");
 #ifdef LOG
                                else
                                        message("502 Sorry, we do not allow this operation");
 #ifdef LOG