James Thornton <[EMAIL PROTECTED]> writes:

> I'll do that tonight.

Great.  I notice below that you have LOGFILE in your config file.
LOGFILE_INCOMING is the *replacement* for that variable, which is no
longer used.  Just an FYI.

> It never makes it to my inbox.

Ok.  Still don't know why, but we'll keep looking.  LOGFILE_INCOMING
will help here.

> 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")

Another question.  Do you reference both "whitelist" and
"whitelist_confirmed" in your incoming filter?  If your filter lists
"whitelist" but not "whitelist_confirmed", this would explain why
email addresses that are appended to "whitelist_confirmed" are still
sent confirmation messages.

In a nutshell, when tmda-filter receives the confirmation reply (from
the sender), it updates the CONFIRM_APPEND file with the sender's
address and sends the original message back through qmail, addressed
to you, with a special "X-TMDA-Confirm-Done" header field added to
prevent loops.

So the problem has to be either in re-sending the mail, which it's
not, since your LOGFILE_DEBUG shows nothing, or when you receive the
re-sent mail.

One possibility that springs to mind is, what do your .qmail and
.qmail-default files look like?  Specifically, after you run
tmda-filter, do you have a delivery line telling qmail to deliver the
message to your maildir?  Something like this:

| preline tmda-filter
./Mail/Inbox/

If not, TMDA will happily accept the mail, decide that it's good and
return an exit code telling qmail to go ahead and deliver it, but
without a delivery instruction it will just get dropped.


Tim
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to