Re: [exim] Mail from and lmtp transport

Top Page
Delete this message
Reply to this message
Author: Marc Sherman
Date:  
To: exim-users
Subject: Re: [exim] Mail from and lmtp transport
Alexey Danilevsky wrote:
>
> dspam_router:
>   no_verify
>   senders = !administrator@???: !support@???: !admin_startip@???
>   domains = +hosting_domains
>   condition = ${if and {{!eq {$received_protocol}{spam-scanned}} \
>                         {!eq {$received_protocol}{local}} \
>                         {eq {DSPAM_CHECK}{TRUE}} \
>                         } \
>                         {yes}{no}}
>   driver = accept
>   errors_to =
>   require_files = /usr/local/bin/dspam:+/usr/local/bin
>   transport = dspam_spamcheck
>   no_more


You're explicitly setting the envelope sender to <> with your errors_to
line.

- Marc