Has anyone attempted a python-based SMTP server that creates a Zope object immediately upon recieveing email??? If not, how do you handle email in zope for a web-based system?? just periodically create objects from the contents of /var/spool/mail/user ... or use some other method?? ideally, the object's various properties would be set upon instantiation...stuff like header fields would correspond to properties...etc... For those that handle email in Zope, how do you approach this?? thanks!! Jon Brisbin jbrisbin.net
Hi,
If not, how do you handle email in zope for a web-based system?? just periodically create objects from the contents of /var/spool/mail/user ... or use some other method?? ideally, the object's various properties would be set upon instantiation...stuff like header fields would correspond to properties...etc...
For those that handle email in Zope, how do you approach this??
I didn't try it, but I would prefer the following method: First create a Zope-Application that creates objects from an URL like http://your_host/your_appplication?sender=foo@bar&subject=the_ultimate_subje........ Then create a mail-filter to pipe the mail to a script. This script gets the headers and other infos from the incoming mail and forms an url for your Zope-application. Pipe this URL to a command-line Browser like lynx. lynx -dump http://your_host/your_appplication?sender=foo@bar&subject=the_ultimate_subje........ I hope this should do, what you want ... Robert
hi everyone, can anybody give me names of ISP's providing zope support. I wil prefer US for the ISP locations. Is any such list available on the net or zope site. Thanks
+----[ Rajil Saraswat ]--------------------------------------------- | hi everyone, | can anybody give me names of ISP's providing zope support. I wil prefer | US for the ISP locations. Is any such list available on the net or zope | site. Yes. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
+----[ Rajil Saraswat ]--------------------------------------------- | hi everyone, | can anybody give me names of ISP's providing zope support. I wil prefer | US for the ISP locations. Is any such list available on the net or zope | site. | Thanks Hrm obviously my Zen attempt to get you to help yourself failed miserably, since you simply posted again without checking the obvious places. http://www.zope.org/Resources/ I'm not giving any more clues. If you want more help, you'll have to buy a vowel, and since I've only got five left, they're very expensive d8) -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
participants (4)
-
Andrew Kenneth Milton -
Jon Brisbin -
Rajil Saraswat -
Robert Wohlfahrt