--- discoverers/nrg-discover-tcp.in.org 2006-01-23 21:21:14.000000000 -0800
+++ discoverers/nrg-discover-tcp.in 2006-01-23 21:24:25.000000000 -0800
@all_modes = qw(ftp http imap pop smtp ssh);
- ftp => "21 220 \"USER anonymous\" 331",
- http => "80 \"\" \"GET / HTTP/1.0\\n\" HTTP",
+ http => "80 \"\" \"GET / HTTP/1.1\\n\" HTTP",
imap => "143 \"\\* OK\" \"CMD NOOP\" \"CMD OK\"",
- pop => "110 \"\\+OK\" \"USER nrg\" \"\\+OK\"",
- smtp => "25 220 \"HELO nrg\" 250",
- ssh => "22 SSH NRG_PROBE \"Protocol mismatch\""
+ pop => "110 \"\\+OK\"",
$html_print_template = '@prefix@/templates/discover-tcp.tm';