Re: [exim] Routeur on List-Id ?

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Frank Elsner
Ημερομηνία:  
Προς: exim-users
Υ/ο: francois
Αντικείμενο: Re: [exim] Routeur on List-Id ?
On Wed, 11 Mar 2020 15:57:42 +0100 francois via Exim-users wrote:
> Hi,
> On a debian/exim/sympa list server, I plan to write a List-Id oriented
> router.
>
> I wrote this:
> some_router:
> debug_print = "R: some_router for $local_part@$domain"
> condition = ${if match {$h_List-Id}{<test.my.domain>} {yes}{no}}


Try condition = ${if match {$h_List-Id:}{<test.my.domain>} {yes}{no}}
                                      ^
                                      |
--Frank