Hi there,

I understand the role of:

* PENDING_RELEASE_APPEND "when a message is "released" by tmda-pending" = 
the confirmation process occurs

* PENDING_DELETE_APPEND "when a message is "deleted" by tmda-pending" = 
the confirmation process didn't occur in the fixed delay 
(PENDING_LIFETIME)

But, i don't understand the use of:

* PENDING_BLACKLIST_APPEND 
        "when a message is "blacklisted" by  tmda-pending"
                            ^^^^^^^^^^^                                         
* PENDING_WHITELIST_APPEND 
        "when a message is "whitelisted" by tmda-pending"
                           ^^^^^^^^^^^^

In other words, in which situation should that happen that a message is 
blacklisted or whitelisted

In my case, the (quite basic) setup is:

.tmda/config:
__________________________
                                                                                       
                                
CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/white")
PENDING_BLACKLIST_APPEND  = os.path.expanduser("~/.tmda/lists/black")
                                                                                       
                                
LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming")
LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing")
TEMPLATE_DIR = os.path.expanduser("~/.tmda/templates/")
                                                                                       
                                
# use sendmail better than qmail for outgoing mail
OUTGOINGMAIL = "sendmail"

# clean automatically!                                                                 
                                                      
PENDING_CLEANUP_ODDS = 1.0
__________________________
                                                                                       
                                
in filters/incoming
__________________________
# Accept all bounces (messages with an empty envelope sender)
from <> ok
                                                                                       
                                
from-file ~/.tmda/lists/black bounce
from-file ~/.tmda/lists/white accept
                                                                                       
                                
# all other
from * confirm

________________________


Best regards,

-- 
Marc-Olivier BERNARD


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

Reply via email to