--- contrib/sendmail/src/srvrsmtp.c.orig Sat Dec 28 00:34:12 2002 +++ contrib/sendmail/src/srvrsmtp.c Sat Dec 28 00:34:46 2002 @@ -4158,8 +4158,7 @@ { /* no help */ errno = 0; - message("502 5.3.0 Sendmail %s -- HELP not implemented", - Version); + message("502 5.3.0 HELP not implemented"); return; } @@ -4196,10 +4195,6 @@ if (first) { first = false; - - /* print version if no/old vers# in file */ - if (foundvers < 2 && !noinfo) - message("214-2.0.0 This is Sendmail version %s", Version); } p = strpbrk(buf, " \t"); if (p == NULL)