Maik, thanks for the answer. We have (for historical reasons) patched the Mailboxer we are running (I believe 2.1.5?) and will upgrade later, so that may help us then. I was just surprised as I did not find any elegant way to simply move a file in zope in a background process with proxy roles. kh At 18:12 +0200 25.6.2004, Maik Jablonski wrote:
Kari-Hans Kommonen wrote:
We use MailBoxer for collecting mails, and want a script to move an object received by mailBoxer to a user's own folder.
However, it seems that since the MailBoxer runs as anonymous, the copy and paste are unauthorized.
MailBoxer 3.2 supports authenticated requests. See the smtp2zope.py how to set the credentials. Then MailBoxer can run as "Manager" and maybe the copy&paste-bug can be worked around. If not, let me know, but I think the problem is "zope-related-in-general".