bug-mailfromd


Search for: Advanced

Re: [Bug-mailfromd] uncaught exception e_eof: EOF on


> 
> 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
> 

I tried to do a catch on e_eof but it said unknow identifier, and had to use catch *. So maybe something move to a module/library?