Jim,

> I have never seen this happen before.  Once a message is released or
> confirmed, it should not show up in the pending list.
>
> Would you mind sending your TMDA configuration file and a directory
> listing of what is in your pending directory?

Now problem.
I had deleted my pending queue (tmda-pending -b -d -T).

Now I sent one test to me from another account of mine:

-------------------
$ cat ../.procmailrc
# Run the message through tmda-filter.
:0 w
| /usr/local/bin/tmda-filter

# Take the exit code from TMDA.
EXITCODE=$?

# TMDA takes care of final delivery
DEFAULT=/dev/null
-------------------

-------------------
$ cat .tmda/config | grep -v "#"
MAIL_TRANSFER_AGENT = "postfix"
RECIPIENT_DELIMITER = "-"
DELIVERY = "/var/mail/ronan"
FULLNAME = "Ronan Lucio"
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist_confirmed")
PENDING_WHITELIST_APPEND =
os.path.expanduser("~/.tmda/lists/whitelist_whitelisted")
PENDING_BLACKLIST_APPEND =
os.path.expanduser("~/.tmda/lists/blacklist_blacklisted")
-------------------

-------------------
$ cat .tmda/filters/incoming
from-file       ~/.tmda/lists/whitelist                 ok
from-file       ~/.tmda/lists/whitelist_confirmed       ok
from-file       ~/.tmda/lists/whitelist_released        ok
from-file       ~/.tmda/lists/whitelist_whitelisted     ok
from-file       ~/.tmda/lists/blacklist                 drop
from-file       ~/.tmda/lists/blacklist_blacklisted     drop
-------------------

-------------------
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

[EMAIL PROTECTED]
-------------------

-------------------
$ cat .tmda/lists/whitelist_confirmed
[EMAIL PROTECTED]
-------------------

-------------------
$ ls -l .tmda/lists/
total 6
-rw-r--r--  1 ronan  wheel    0 Apr 13 16:24 blacklist
-rw-r--r--  1 ronan  wheel    0 Apr 13 16:24 blacklist_blacklisted
-rw-r--r--  1 ronan  wheel  307 Apr 13 10:54 whitelist
-rw-r--r--  1 ronan  wheel   19 Apr 12 18:03 whitelist_confirmed
-rw-r--r--  1 ronan  wheel    0 Apr 13 16:15 whitelist_released
-rw-r--r--  1 ronan  wheel    1 Apr 13 16:33 whitelist_whitelisted
-------------------

-------------------
$ ls -l .tmda/filters/
total 2
-rw-r--r--  1 ronan  wheel  273 Apr 13 16:25 incoming
-------------------

-------------------
$ tmda-pending -b -T
1081884488.70587.msg    Ronan Lucio     Teste

NOTES:
- I have already whitelisted this message via TMDA-CGI
- TMDA-CGI auto-released the message and I have already received this
message.
- This is (from) another account of mine
-------------------

-------------------
$ ls -l .tmda/pending/
total 2
-rw-------  1 ronan  wheel  1389 Apr 13 16:28 1081884488.70587.msg
-------------------

-------------------
$ ls -l .tmda/
total 18
-rw-------  1 ronan  wheel  2245 Apr 13 16:22 config
-rw-------  1 ronan  wheel    41 Apr  5 20:25 crypt_key
drwxr-xr-x  2 ronan  wheel   512 Apr  6 17:08 filters
drwxr-xr-x  2 ronan  wheel   512 Apr 13 16:24 lists
drwxr-xr-x  2 ronan  wheel   512 Apr  8 11:03 logs
drwxr-xr-x  2 ronan  wheel   512 Apr 13 16:32 pending
drwx------  2 ronan  wheel  1024 Apr 13 16:28 responses
-rw-r--r--  1 ronan  wheel   981 Apr 13 16:32 tmda-cgi.ini
-------------------

> You need to set PENDING_WHITELIST_APPEND for this button to appear.

Great! It�s working, now.

Thanks,
Ronan


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

Reply via email to