-----BEGIN PGP SIGNED MESSAGE----- Moin, I guess it is not possible to include an URL instead? /me getting enough spam already. If someone thinks this change is silly, please discard patch. It also might be a good idea to test whether these addresses are still alive. Mark A. Biggers f.i. is dead, and he has now a different one. Not sure if he want's to change it in AUTHORS, though. Here is crude script to test the host's DNS and/or the MX. It reports a lot of failures, I guess most of them are gone for good. Should these failed entries be flagged somehow? [Begin Script] #!/usr/bin/perl -w while (<>) { chomp; $_ =~ /(<.*\@)(.*)>/; $host = $2 || next; $email = "$1$2"; print "at $email..."; @rc = gethostbyname($host); if (!defined $rc[0]) { print "\n Error: Unknown host '$host' - digging deeper...\n"; $rc = `dig $host T_MX`; if ($rc =~ /status:\s*noerror/i) { print " dig found an MX record\n"; } else { print " no MX record found!\n"; } } else { print "ok.\n"; } } [End Script] Thanx in advance, Tels [Begin Patch] - --- AUTHORS.old Tue Jun 26 19:18:20 2001 +++ AUTHORS Tue Jun 26 19:18:39 2001 @@ -558,7 +558,7 @@ Taro KAWAGISHI Ted Ashton <ashted@southern.edu> Ted Law <tedlaw@cibcwg.com> - -Tels <perl_dummy@bloodgate.com> +Tels Teun Burgers <burgers@ecn.nl> Thad Floryan <thad@thadlabs.com> Thomas Bowditch <bowditch@inmet.com> [End Patch] - -- perl -MMath::String -e 'print \ Math::String->from_number("215960156869840440586892398248"),"\n"' http://bloodgate.com/thief/ Thief - The Dark Project http://bloodgate.com/perl My current Perl projects http://freedomforlinks.de Fight for your right to link. PGP key available on http://bloodgate.com/tels.asc or via email. -----BEGIN PGP SIGNATURE----- Version: 2.6.3i Charset: latin1 iQEVAwUBOzjKbHcLPEOTuEwVAQEgzAf+I+pyOL2sy023qoR7h3CVL5QKNkJwvqq/ 60DmcZeBLu07Q6ED8EDPpPrHuZabYd0Gr7L/t879ad/tJW36IryS1zP798DQq9bU WNOLS7rJrkdHoSOdSBCtbf6oAoHvsqJSdkcqslMjhOJJG/tulksaeDnVnHk30dB/ 0ii1Sw0vZQQ1DuVQ1chYZNddo/XK0LRs+Fbq1JbVTcUrYjuRFf5YTaLBRc7lgM17 zxaREmdsM3mJpRX0stKgatnjwv1tW3D6AuU11elMLB3mSR3RZu3W9xM0nkX2WJ+j HVnSHsFA/QhEncsS1k/VvV43OVfRvEmsYrv+wOYTmOPnEmX5raOQ2g== =nzdg -----END PGP SIGNATURE-----Thread Next