--- popper/pop_extend.c.ORIGINAL Sun May 27 22:41:32 2001 +++ popper/pop_extend.c Sun May 27 22:44:30 2001 @@ -97,6 +97,7 @@ if ( p->tls_support == QPOP_TLS_STLS ) POP_WRITE_LIT ( p, "STLS\r\n" ); +/* if ( p->bShy == FALSE || p->CurrentState == trans ) { pop_write_fmt ( p, "IMPLEMENTATION %s%.*s%s-version-%s\r\n", @@ -104,6 +105,7 @@ (strlen(IMPLEMENTSFX)>0 ? 1 : 0), "-", IMPLEMENTSFX, VERSION ); } +*/ pop_write_line ( p, "." );