> > > I have to admit that i never liked it, so right now i'm thinking to nuke > it. Does anyone use it ? I'm planning to remove it together with the > @@FILE directive, and to leave only the @@TMPFILE. This obviously only for > custom domain processing and mailproc.tab, not for filters ( that does > not have wait cr*p ). > +1 from me.
I have never understood the meaning of the wait command really. The docs are a little vague on this subject. For how long is XMail supposed to wait for the command to complete anyways ? my 2 cents say drop it. @@FILE <> @@TMPFILE. One less to choose from makes the decision easier. While we're on the subject. Say I have two different external filters returning different exitcodes in a serie. How does XMail treat this situation ?? If a first command returns a 97, the message will be rejected without processing the second one? If the first command returns a 100, will the second command go off also or is the message re-sheduled ?? Moreover, I figure an exitserie of 96,96,100 would be carried out as expected ?! Besides that. The procedure daemon I am working on. I switched to TCP as transport layer some days back since I had some problems finding a solutions to the lack of alarm/SIGALRM working on the Win32 version of the client. Anyways, I was planning looking into the src-code of XMail to find out if the HTTP request features for DynDnsSetup could be re-used by me to patch up and integrate the client directly into XMail. I figure this would be doable without that much hazzle even for me. What the client does today is basically re-formatting the input arguments into a HTTP-stylee URL and passes that to the server which is equal to a standard HTTP transaction except for the response. Any hint of where to go look for the specific code in question would be highly appreciated. /thomas. > > - Davide > > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > > -- - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
