However, now I get the following error:
<[EMAIL PROTECTED]> (expanded from <[EMAIL PROTECTED]>): Command died with
Novel!
status 1: "/usr/local/tmda-1.0.3/bin/tmda-filter". Command output: File "/usr/local/tmda-1.0.3/bin/tmda-filter", line 52 if sys.argv[1] == '-noenv': ^ SyntaxError: invalid syntax
I made the modifications you suggested in the diff. I'm guessing this means that something isn't quite right with my changes to tmda-filter (although it does match your diffs below!), and its puking on it.
Probably an indentation problem.
Python is very sensitive to correct indentation - and hence mixing tabs/spaces can also cause a bunch of problems.
I suggest turning on "visible whitespace" in your editor (or some other way of showing the difference between tabs/spaces) and verifying that everything is indented in the same way, and that all nested blocks (i.e. the body of if statements etc.) are indented more than the initial "if" line.
Note: cut/paste of patch files from email often make bogus patch files. If the original patch was an attachement, then it should have turned out OK...
_____________________________________________
tmda-users mailing list ([email protected])
http://tmda.net/lists/listinfo/tmda-users
