On February 26, Ross Boylan wrote: > 1. Incoming mail goes to a pipe, which is a program that processes the > message.
Use curl or another HTTP client to POST the message to a Zope script. This seems to be the "idiomatic" way, because authentication occurs at the request level in the publisher. > zope is tickled via http: with the name of the file/pipe, and > processes it from there. Don't bother with named pipes; just pass the data with a POST. HTH, a. -- Adrian van den Dries [EMAIL PROTECTED] Development team www.dev.flow.com.au FLOW Communications Pty. Ltd. www.flow.com.au _______________________________________________ Zope-Dev maillist - [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )