[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Out-of-date info in smtpserver/debugreport.c




  There is some out-of-date information in smtpserver/debugreport.c  This 
patch eliminates it.

  It also might be an idea to eliminate "Figure 1" as well, just to clean 
up the code.  Opinions on this are welcome.

Tom


*** debugreport.c.orig	Tue Jul  4 18:13:21 1995
--- debugreport.c	Tue Jul  4 18:14:23 1995
***************
*** 41,51 ****
    }
    type(-521,"Ex cuse me ?  You try to exploit the DEBUG-hole on this hosts sendmail ?");
    type(-521,"Unfortunately (for you) we do not have it anymore.");
-   type(-521,"Do following, and know what we think of you:");
-   type(-521,"   telnet mail.Germany.EU.net smtp");
-   type(-521,"   220 ...");
-   type(-521,"   VERB");
-   type(-521,"   200 ...");
-   type( 521,"   DEBUG");
    exit(0);
  }
--- 41,45 ----