Hello,

I would like to setup TMDA to be generally transparent and only become 
active when a user decides to use it. Thus I thought I set in /etc/tmdarc:
# Do not automatically tag outgoing messages
ACTION_OUTGOING = bare
# Do not challenge incoming mail
#ACTION_INCOMING = ok

Unfortunately I get the respnde attached below in 
~/TMDA_DELIVERY_FAILURE. Can anybody tell me, why this does not work. In 
the Config-Variables page on tmda.net both directives are listed.

Thanks in advance.

Cheers,
Arik

--------- ~/TMDA_DELIVERY_FAILURE ----------------

Uncaught Python 2.4.1 Exception (Fri Apr 14 16:20:43 2006):
-----------------------------------------------------------
Traceback (most recent call last):
   File "/usr/bin/tmda-filter", line 53, in ?
     execfile(os.path.join(execdir, 'tmda-rfilter'))
   File "/usr/bin/tmda-rfilter", line 175, in ?
     from TMDA import Defaults
   File "/usr/lib/python2.4/site-packages/TMDA/Defaults.py", line 68, in ?
     execfile(GLOBAL_TMDARC)
   File "/etc/tmdarc", line 64, in ?
     ACTION_OUTGOING = bare
NameError: name 'bare' is not defined
Traceback (most recent call last):
   File "/usr/bin/tmda-filter", line 67, in ?
     from TMDA.Defaults import LOGFILE_DEBUG
   File "/usr/lib/python2.4/site-packages/TMDA/Defaults.py", line 68, in ?
     execfile(GLOBAL_TMDARC)
   File "/etc/tmdarc", line 64, in ?
     ACTION_OUTGOING = bare
NameError: name 'bare' is not defined

_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to