Now I get a slightly different error:
tmda/$USER/logs/debug for traceback See none/TMDA_DELIVERY_FAILURE for traceback Uncaught Python 2.2.3 Exception (Sat Jan 8 19:12:39 2005): ----------------------------------------------------------- Traceback (most recent call last): File "/usr/local/tmda-1.0.3/bin/tmda-filter", line 53, in ? execfile(os.path.join(execdir, 'tmda-rfilter')) File "/usr/local/tmda-1.0.3/bin/tmda-rfilter", line 175, in ? from TMDA import Defaults File "/usr/local/tmda-1.0.3/TMDA/Defaults.py", line 161, : here's where the differences begin ----------^
in ? raise Errors.ConfigError, \ ConfigError: non-qmail users must define DELIVERY in none/.tmda/config Traceback (most recent call last): File "/usr/local/tmda-1.0.3/bin/tmda-filter", line 71, in ? fp = open(LOGFILE_DEBUG, 'a') IOError: [Errno 2] No such file or directory:
You need to define the DELIVERY variable.
http://www.tmda.net/config-vars.html#DELIVERY
This tells TMDA how to deliver mail that passes the filters.
It also looks like your code to setup the location of debug logs isn't working, since the error message still uses the text $USER, which should have been subsituted. Are you sure the USER environment variable is being set correctly?
-- Stephen Warren, Software Engineer, NVIDIA, Fort Collins, CO [EMAIL PROTECTED] http://www.wwwdotorg.org/pgp.html
signature.asc
Description: OpenPGP digital signature
_____________________________________________ tmda-users mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-users
