Re: [exim] How to setup a specific route for a specific SEND…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Evgeniy Berdnikov
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: Re: [exim] How to setup a specific route for a specific SENDER address.
On Tue, Mar 22, 2022 at 10:18:11PM -0500, Larry Rosenman via Exim-users wrote:
> this failed with:
> <21>1 2022-03-22T22:10:43.422806-05:00 thebighonker.lerctr.org exim 72957 -
> - H=mail-oa1-f43.google.com [209.85.160.43]:33104 I=[192.147.25.65]:25
> sender v
> erify defer for <m.ray.mullins+caf_=mrm=lerctr.org@???>: failed to
> expand "${lookup ${lc:${sender_address}} lsearch
> {/usr/local/etc/exim/freebsd_send
> }}": missing lookup type
>
> Ideas?


Lookup key must be in braces. Try {${lc:$sender_address}} and
use "exim -be ..." to verify.

For lsearch put the ":" delimiter bitween key and value in map file.
--
Eugene Berdnikov