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