action|=scantrans(EXTRANS,true);
break;
case 3 : //got signal
- action|=scantrans(EXTRANS,true);
+ action|=scantrans(EXDONE,false);
break;
case 4 : //one passe only?
if (foreground==true)
}
mxs++;
}
- if (rmt->socptr==(SOCPTR *)0)
- phase=999; //No NX found!
+ if (rmt->socptr==(SOCPTR *)0) {
+ (void) rou_alert(0,"%s Found NO MX available for domain <%s>",
+ OPEP,dstdomain);
+ rmt=close_mx(rmt); //closing remote connection
+ phase=999; //No NX found!
+ }
break;
case 3 : //waitin MX signon
int res;