Patrick Starrenburg <[EMAIL PROTECTED]> writes:

>   condition = "${if !def:header_X-Delivery-Agent:{1}{0}}"

You may want to be more specific and check for X-Delivery-Agent: TMDA*
since other agents may use this header as well (though it's not
likely).

>   command = /usr/bin/python2 /usr/bin/tmda-sendmail

Try tmda-inject instead.

> What form of input is tmda-sendmail/inject expecting?

It expects to receive the contents of the mail message (headers
followed by a newline, followed by the body) on stdin.

> How can I get some debug info?

Shouldn't Exim provide more verbose output on why the command failed?
tmda-inject will throw some sort of Python exception when it errors
out, and Exim seems to be hiding this.
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to