Added Multiple SMTP Answer capability

pull/1/head
Philipp Dunkel 15 years ago
parent 42d32dc455
commit abe32d6694

@ -661,6 +661,8 @@
{
$line = fgets($fp, 4096);
while(substr($line, 0, 4) == "220-")
$line = fgets($fp, 4096);
if(substr($line, 0, 3) != "220")
continue;
fputs($fp, "HELO hlin.cacert.org\r\n");

Loading…
Cancel
Save