Adam Morley <[EMAIL PROTECTED]> writes: > 1. is the code for create_pending_msg() safe enough to deliver > straight to cur/ ? I know a Maildir delivery method is in the > works, but I'm not up to speed on how important it is to have "safe" > maildir deliveries.
TMDA's Maildir delivery methods follow djb's spec exactly. This does not include delivering straight to cur/. > I looked at the python docs and it doesn't look like there are maildir > functions in python 2.2 or 2.3 (I could be wrong, its the first time > I've looked at python docs) so the added maildir support would require > writing something. TMDA already has Maildir delivery capability (see __deliver_maildir()) in Deliver.py. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
