bug-mailfromd


Search for: Advanced

[Bug-mailfromd] uncaught exception e_eof: EOF on


Hi Sergey,

Has something changed related to this txt lookup, it seems to always generate "uncaught exception e_eof: EOF on"

public func gettxt(string ip, string zone)
  returns string
do
  set fd open("|<dig +short +time=1 -t txt " . ip . "." . zone )
  set input getline(fd)
  close(fd)
  return input
done

Best,
Marc