Jessica Perry Hekman <[EMAIL PROTECTED]> writes: > |/var/qmail/bin/preline /usr/home/jphekman/bin/test > /home/jphekman/Mailbox > > That worked: the program I put in bin/test (which just cat'd the > mail to a file) worked. I am not sure what else to try. It does seem > that TMDA isn't getting called at all, but why not?
If you can't read qmail's logs, you might have to do some trial and error here. I'll take a couple guesses: 1) Make sure /path/to/bin/tmda-filter is executable. 2) Python might not be in the system's $PATH. Try adding its full path to your .qmail. For example, if Python on the system is /usr/local/bin/python, the .qmail might look like: |preline /usr/local/bin/python /usr/home/jphekman/bin/tmda-filter /home/jphekman/Mailbox Eliminate these 2 possibilities, and then we'll keep digging if it still doesn't work. _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
