Re: Re: send2mail transfer protocol
By: Ragnarok to Digital Man on Thu Dec 06 2018 12:18 am
> Re: Re: send2mail transfer protocol
> By: Digital Man to Ragnarok on Wed Dec 05 2018 13:28:52
>
> > try using log() to be sure your script is executing the portion you
> > expect.
>
> > It could be that while in binary telnet mode, your terminal is sending CR
> > (instead of CR/LF or CR/Nul) and that's hanging you up.
>
> Yes i use log() en several points and work fine
> example
>
> log("one");
> writeln("two");
> log("three");
>
> one an three are send to syslog, but two wont show =|
I can't think of any reason why that would be. You say that only happens
*after* something your script does?
> > It could be that while in binary telnet mode, your terminal is sending CR
> > (instead of CR/LF or CR/Nul) and that's hanging you up.
>
> how to change it? mus i use telnet_mode() or telnet_cmd() ?
It sounds like that may not be the problem anyway.
> > So long as your command-line is "?module", those options (Native, I/O)
> > have no effect.
>
> okay my command are configured as ?module
>
> > Maybe you had the protocol driver configured as using DSZLOG (but you
> > weren't writing to the file)?
>
> if i understand, if was configure as use DSZLOG the return code are omited?
It's not ommitted, just ignored.
> and if use DSZLOG are disabled, it check for return code?
Correct (and 0 means "no error").
digital man
Synchronet/BBS Terminology Definition #26:
FF = Form Feed (ASCII 12, Ctrl-L)
Norco, CA WX: 49.4øF, 91.0% humidity, 2 mph SW wind, 0.24 inches rain/24hrs
--- SBBSecho 3.06-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
|