On Thu, Feb 26, 2004 at 12:32:23PM -0700, Jason R. Mastaler wrote: > 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/.
Right, though that is not what I'm asking. In 1.0.2, create_pending_msg() doesn't do maildir delivery, it just delivers to a directory. I was trying to avoid having to rewrite that portion of code and simply not handle quality maildir delivery. But now that I know the below. . . > > > 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. I will simply fiddle with tmda-rfilter and make it deliver to a Maildir, when/if I get the time. I remember something mentioned about the flags on the TMDA pending dir files being special (ie: not like Courier-IMAP's?) -- adam _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
