Mark Delany writes:
 > At 03:48 AM 12/27/98 -0000, Russell Nelson wrote:
 > >Yes.  You can do it by exec'ing qmail-local with the appropriate
 > >parameters.

 > Is that what you did when you did this before Russ?

Follow my own advice you want of me, hmph?  (Talk like Yoda, do I?)

No, I basically did this:

try:
    fn = string.format("%d.%d.%d", time.now(), process.pid(), system.hostname())
    f = file.open.read("tmp/" + fn)
    f.print(system.environment("DTLINE") + system.environment("RPLINE"))
    while(not eof(file.stdin)):
        f.print(file.stdin.read()) 
    rename("tmp/" + fn, "new/" + fn)
    system.exit(0)
catch
    system.exit(111)

( this is supposed to look like Python, except that I don't really
know much or any Python, so it probably doesn't look like anything to
anyone who knows anything. )

-- 
-russ nelson <[EMAIL PROTECTED]>  http://crynwr.com/~nelson
Crynwr supports Open Source(tm) Software| PGPok |   There is good evidence
521 Pleasant Valley Rd. | +1 315 268 1925 voice |   that freedom is the
Potsdam, NY 13676-3213  | +1 315 268 9201 FAX   |   cause of world peace.

Reply via email to