On 2016-05-14, Kris Oye <koye@???> wrote:
> For better or worse, I am using the queryprogram router to evaluate incoming messages against a complex set of rules managed by an external application. Currently, I am only getting the message body piped to my external program and I have to pass the SMTP header via a command line switch (gross). I am wondering if:
>
>
> (1) Is there an option to pass the entire message via the pipe (modified headers + body)?
>
> (2) If there is no such option can I make that a feature request?
>
not in a router, but in the ACLs you have more options:
http://www.exim.org/exim-html-current/doc/html/spec_html/ch-content_scanning_at_acl_time.html
at that time you can set some variables which you can use in the routers to make delivery
decisions.
--
\_(ツ)_