Tim Legant wrote:
> 
> James Thornton <[EMAIL PROTECTED]> writes:
> 
> > I am running qmail 1.03 with Maildir, tmda 0.62, and after I confirm
> > e-mail, it sits undelivered in the .tmda pending directory. Furthermore,
> > even though the senders e-mail gets added to whitelist_confirmed, it
> > continues to ask for confirmation. Neither log_debug or
> > TMDA_DELIVERY_FAILURE show any errors.
> 
> 1) Could you enable LOGFILE_INCOMING and show us what it says?

I'll do that tonight.

> 2) Delivered mail will remain in pending/.  This is often a matter of
>    confusion.  The true test of delivery is whether the mail shows up
>    in your inbox.  That may be obvious, but many people get confused
>    when the mail is still in pending/.

It never makes it to my inbox.

> 
> 3) Do you have PENDING_RELEASE_APPEND set in your ~/.tmda/config
>    (~/.tmdarc)?  Perhaps the best thing would be to post your entire
>    configuration file.

No...here's my config file:

import os

# default incoming action: confirm messages
ACTION_INCOMING = "confirm"

# default outgoing action: leave it bare
ACTION_OUTGOING = "bare"

# automatically append to this file once confirmed
CONFIRM_APPEND = "/home/james/.tmda/lists/whitelist_confirmed"

# logfile
LOGFILE = "/home/james/.tmda/Log"
LOGFILE_DEBUG = "/home/james/.tmda/log_debug"

BARE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")

#FILTER_INCOMING = os.path.expanduser("~/.tmda/filters/incoming")
#FILTER_OUTGOING = os.path.expanduser("/.tmda/filters/outgoing")
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to