--- "Bernard T. Higonnet" <[EMAIL PROTECTED]> wrote:
> > ACTION_OUTGOING = "bare=append"
> 
> I must admit I had not seen that.
> 
> However, that doesn't work either.

OK, well if you are going to use bare=append, you have to specify in
the config file where you want the information to be appended. Did you
do that? Try a line in the config file like this:
BARE_APPEND = "/home/david/.tmda/lists/whitelist"

Here is an example of my config file that you can use for your
reference:

-----------------------
import os
DATADIR = os.path.expanduser("~/.tmda/")

ACTION_OUTGOING = "bare=append"
BARE_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
PENDING_WHITELIST_APPEND =
os.path.expanduser("~/.tmda/lists/whitelist")
PENDING_BLACKLIST_APPEND =
os.path.expanduser("~/.tmda/lists/blacklist")

CONFIRM_APPEND = os.path.expanduser("~/.tmda/lists/whitelist")
CONFIRM_MAX_MESSAGE_SIZE = 50000

LOGFILE_DEBUG = os.path.expanduser("~/.tmda/logs/debug.log")
LOGFILE_INCOMING = os.path.expanduser("~/.tmda/logs/incoming.log")
LOGFILE_OUTGOING = os.path.expanduser("~/.tmda/logs/outgoing.log")

TEMPLATE_DIR = os.path.expanduser("~/.tmda/templates")
-------------------------------------------------------------


Hope this helps out.

David


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to