--- Maccy <[EMAIL PROTECTED]> wrote:
> IOError: [Errno 2] No such file or directory: 'log/tmda.except'
> I've just realised that I don't have a .tmda/config file. I can't
This is a file that you need to create in your home directory. You may
have seen some documents which refer to having a file called tmdarc
instead. I'm not sure if they both work, but in more recent
documentation I've seen it refer to the configuration file as config,
and config works for me.
As an example, my config file reads:
--------
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.expanduse
("~/.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")
-----------------
The error you are seeing at the end of your TMDA_DELIVERY_FAILURE
message would seem to indicate that logs are attempting to be written
to in a file called tmda.except, and that file cannot be accessed or
found.
I would suggest starting with the config file, remove the
TMDA_DELIVERY_FAILURE file and test again.
David
__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users