I seem to have everything working (auto-whitelisting, etc), but my
bare=append will not work.  I am running qmail with VMailMgr and TMDA 0.56.
I do not have a system-wide /etc/tmdarc, but i do have a user-specific
config file with some options set...

------------------------------------------------
# more /home/click/.tmda/config
[SNIP...]
# CONFIRM_APPEND
if not vars().has_key('CONFIRM_APPEND'):
    CONFIRM_APPEND = "/home/click/.tmda/confirmed"

# ACTION_OUTGOING
# Default is dated
if not vars().has_key('ACTION_OUTGOING'):
    ACTION_OUTGOING = "bare=append"

# BARE_APPEND
# No default
if not vars().has_key('BARE_APPEND'):
    BARE_APPEND = "/home/click/.tmda/confirmed"

[END config]
--------------------------------------------------

I also even put the bare=append option in my outgoing filter (although i
have also tried it without it)...

# more /home/click/.tmda/filters/outgoing
from *@=clickandmortarmedia.com bare=append


Is there something i'm missing??  The only time addresses are added to the
file "confirmed" is thru the confirmation process (and obviously, i include
/home/click/.tmda/confirmed in my whitelist filter).

ben.

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

Reply via email to