Hi,
I've got the problem that my config-file seems to be ignored. My logs do
not get generated as specified and my whitelist is effectively ignored.
New email-adresses aren't added when they are confirmed, and whitelisted
email adresses need to be confirmed.

My ~/.tmda/config looks like:

---~/.tmda/config---

# -*- python -*-

# NOTE: ~/.tmdarc must be chmod 400 or chmod 600 !

MAIL_TRANSFER_AGENT = "postfix"
DELIVERY = "/var/mail/niklas"
RECIPIENT_DELIMITER = "+"

CONFIRM_ACCEPT_TEMPLATE="/home2/niklas/.tmda/confirm_accept.txt"
CONFIRM_REQUEST_TEMPLATE = "/home2/niklas/.tmda/confirm_request.txt"

CONFIRM_APPEND = "/home2/niklas/.tmda/whitelist"
BARE_APPEND = "/home2/niklas/.tmda/whitelist"
PENDING_RELEASE_APPEND = "/home2/niklas/.tmda/whitelist"
PENDING_WHITELIST_APPEND = "/home2/niklas/.tmda/whitelist"


import time
localtime = time.localtime(time.time())
YYYYmm = time.strftime('%Y-%m',localtime)
LOGFILE_INCOMING = "/home2/niklas/.tmda/log/tmdalog." + YYYYmm
LOGFILE_DEBUG = "/home2/niklas/.tmda/log/debug"
LOGFILE = "/home2/niklas/.tmda/log/main"

ACTION_INCOMING = "confirm" # default outgoing action: leave it bare
ACTION_OUTGOING = "bare" # automatically append to this file once
confirmed
FILTER_INCOMING = "/home2/niklas/.tmda/filters/incoming" # outgoing filter
file
FILTER_OUTGOING = "/home2/niklas/.tmda/filters/outgoing" # logfile
USERNAME = "niklas"
HOSTNAME = "saers.com"
FULLNAME = "Niklas Saers"
MESSAGE_FROM_STYLE = "angles"

---###---

my ~/.tmda/whitelist looks like

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

etc

The contents of my ~/.tmda/log looks like:

tmdalog.2002-10

and is on the format:


Date: Thu Oct 24 10:46:31 CEST 2002
From: Niklas Johannes Saers <[EMAIL PROTECTED]>
  To: [EMAIL PROTECTED]
Subj: yii?
Actn: CONFIRM action_incoming                                              (1)

Date: Thu Oct 24 10:46:31 CEST 2002
From: Niklas Johannes Saers <[EMAIL PROTECTED]>
  To: [EMAIL PROTECTED]
Subj: yii?
Actn: CONFIRM pending 1035449191.27172.msg                                 (1)



Please give me a couple of hints as to what I'm doing wrong.

Cheers


   Nik

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

Reply via email to