Re: confirm messages not moving to maildir
Anthony Ercolano <[email protected]>
| Newsgroups | gmane.mail.spam.tmda.user |
|---|---|
| Message-ID | <[email protected]> |
I thought I'd add some more detail:
This is my /etc/tmdarc:
import os
LOGFILE_DEBUG = "/var/log/tmdadebug"
LOGFILE_INCOMING = "/var/log/tmdaincom"
LOGFILE_OUTGOING = "/var/log/tmdaoutgo"
This is my .qmail file in the /var/vpopmail/domains.../tony/ directory
|preline /usr/bin/tmda-filter -S /usr/lib/tmda/contrib/vpopmail-vdir.sh
./var/vpopmail/domains/ercolano.com/tony/.maildir/
This is my /var/vpopmail/dom..../tony/.tmda/config file:
import os
ACTION_OUTGOING = "bare=append"
BARE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
After the sender does the confirm the senders email does indeed get
into the whitelist.
The email in the pending directory gets marked confirmed e.g.
1159229571.16130.msg:3,C
It's just it never shows up in the .maildir/cur directory. There are
the messages repeating at seemingly lengthening intervals in the
incoming log like:
Date: Tue Sep 26 01:13:17 GMT 2006
From: Lura Ercolano <[email protected]>
To: [email protected]
Subj: Test at 5:14
Actn: OK good_confirm_done_cookie
Note that other log entries for emails that I thought I deleted (by
hand) out of the pending directory below .tmda also keep showing up in
the incoming log. (Perhaps I shouldn't have done the hand delete.)
There must be a queue somewhere with these old messages, I just don't
know where that is.