Sendmail Aliases

\n"; while (!feof($sm)) { $lin = fgets($sm, 1500); if (ereg("^221", $lin)) break; // end of connection echo htmlspecialchars("$lin"); } echo "\n"; fputs ($sm, "QUIT\n"); fclose($sm); ?>
David Horton
Last modified: Thu Jul 6 14:58:24 EST 2000