<[EMAIL PROTECTED]> writes: > Ok, here is the log after I had confirmed the message, not this message > came from a user that has already been added to the whitelist automaticaly > by tmda.
If this is the case, could we see your incoming filter? > ww3# cat tmdalog.2003-01 > Date: Sat Jan 25 12:37:11 GMT 2003 > From: "Bryan McWhirt" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subj: testing 42 > Actn: CONFIRM action_incoming > (704) Here, TMDA *can't* find '[EMAIL PROTECTED]' in your filter rules, so it uses the default rule, which is stored in ACTION_INCOMING. You haven't changed it (and you probably shouldn't), so it is 'confirm'. > Date: Sat Jan 25 12:37:11 GMT 2003 > From: "Bryan McWhirt" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subj: testing 42 > Actn: CONFIRM pending 1043498231.41094.msg > (704) Here, TMDA saves the message in pending. > Date: Sat Jan 25 12:37:39 GMT 2003 > From: "Bryan McWhirt" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subj: Re: Please confirm your message > Actn: CONFIRM accept 1043498231.41094.msg > (2241) Here, you replied to the confirmation request and TMDA decided that the cryptographic cookie was correct, so it accepted the message. It then resent the original message to you, at the original recipient address ([EMAIL PROTECTED]). > Date: Sat Jan 25 12:37:40 GMT 2003 > From: "Bryan McWhirt" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subj: testing 42 > Actn: OK good_confirm_done_cookie > (1036) Here's the original message coming through the second time. This time is has been marked in the header that it has been successfully confirmed. At this point, TMDA quits. The next thing that happens is that qmail-local reads the next line in your .qmail-tmda and delivers the message to the maildir. There's really nothing that happens in TMDA after it writes the 'good_confirm_done_cookie' log entry. If the message is not ending up in the maildir, that means qmail is unable to write it. I'm not sure why that would be, at this point. > So I check the pending directory and here the message is: > > 2 -rw------- 1 vpopmail vchkpw 743 Jan 25 12:37 1043498231.41094.msg:3,C Unless you understand in detail how the pending directory is used, you should not assume anything from the presence or absence of any file in pending. Specifically relevant to this case is that the only way files get deleted from pending is if you explicitly delete them. The best way to do this is with a tmda-pending cron job. A messages presence in pending has nothing to do with whether it has been delivered. Please see FAQ 4.3 and 4.14: http://tmda.net/faq.cgi?req=show&file=faq04.003.htp http://tmda.net/faq.cgi?req=show&file=faq04.014.htp Tim P.S. In an earlier message you showed us your .tmdarc-tmda. I noticed you have an entry for DELIVERED_CACHE. That variable is no longer used, so you can delete it. It's not the cause of your problem, though. :( _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
