Rick Mann <[EMAIL PROTECTED]> writes: > Hi. The docs say that ACTION_HEADER_INCOMING only works with qmail > if DELIVERY is also set. However, the docs for DELIVERY say that for > qmail users, it defaults to _qok_. I'd rather use that value than > "~/Maildir/", so that qmail can continue processing the messages.
If you take the default of '_qok_', then you won't be able to use ACTION_HEADER_INCOMING, since TMDA will never have the chance to write the changes it has made to the message's header. You have to choose one or the other. > Also, is it not necessary to use os.path.expanduser() when setting > DELIVERY? Correct. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
