Mark J. Nernberg (gMail Account) escreveu:
> I'm not a python programmer, but it seems that there is a problem with the
> data you're passing to TMDA.
> 
> I'm not sure how you're invoking TMDA from Postfix, but just for shits &
> giggles, try replacing the tilde ("~") in directory listings with the actual
> full path (i.e. CONFIRM_APPEND = "/usr/home/myself/.tmda/lists/confirmed").

mx:/home/luciano# python
Python 2.4.4 (#2, Apr 15 2008, 23:43:20)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.


my config is:

MAIL_TRANSFER_AGENT = "postfix"
RECIPIENT_DELIMITER = "+"
CRYPT_KEY_FILE = ("/home/luciano/.tmda/crypt_key")
CONFIRM_ADDRESS = "[EMAIL PROTECTED]"
CONFIRM_APPEND = ("/home/luciano/.tmda/lists/confirmed")
FILTER_INCOMING = ("/home/luciano/.tmda/filters/incoming")
DATADIR = ("/home/luciano/.tmda/")
FULLNAME = '[EMAIL PROTECTED]'
HOSTNAME = "xxxxxxxxx.com.br"
LOGFILE_DEBUG = ("/home/luciano/.tmda/logs/tmdadebug.log")
LOGFILE_INCOMING = ("/home/luciano/.tmda/logs/tmdaincoming.log")
LOGFILE_OUTGOING = ("/home/luciano/.tmda/logs/tmdaincoming.log")
ADDED_HEADERS_CLIENT = {"X-Primary-Address": "[EMAIL PROTECTED]"}
PENDING_BLACKLIST_APPEND = ("/home/luciano/.tmda/lists/blacklist")
PENDING_WHITELIST_APPEND = ("/home/luciano/.tmda/lists/whitelist")
TEMPLATE_DIR = ("/home/luciano/.tmda/templates/")
DELIVERY = "/home/luciano/Maildir/"
ALLOW_MODE_640 = "yes"


mx:/home/luciano# cat TMDA_DELIVERY_FAILURE
Uncaught Python 2.4.4 Exception (Tue Aug 19 11:53:52 2008):
-----------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/tmda/bin/tmda-filter", line 53, in ?
    execfile(os.path.join(execdir, 'tmda-rfilter'))
  File "/usr/local/tmda/bin/tmda-rfilter", line 167, in ?
    from TMDA import Defaults
  File "./TMDA/Defaults.py", line 1632, in ?
TypeError: Odd-length string
Traceback (most recent call last):
  File "/usr/local/tmda/bin/tmda-filter", line 67, in ?
    from TMDA.Defaults import LOGFILE_DEBUG
  File "./TMDA/Defaults.py", line 1632, in ?
TypeError: Odd-length string


-- 
Márcio Luciano Donada <mdonada at auroraalimentos dot com dot br>
Aurora Alimentos - Cooperativa Central Oeste Catarinense
Departamento de T.I.
_____________________________________________
tmda-users mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to