Re: [exim] exim filters to/from/cc address

Top Page
Delete this message
Reply to this message
Author: George L. Yermulnik
Date:  
To: exim-users
Subject: Re: [exim] exim filters to/from/cc address
Hello!

On Tue, 23 Jul 2019 at 12:10:22 (+0100), Gary Stainburn via Exim-users wrote:

> In my user filter I have a number of entries similar to


> if ($h_from: matches "user@domain") or
> ($h_to: matches "user@domain") or
> ($h_cc: matches "user@domain") then
> deliver mobilephone@???
> seen
> finish
> endif


> which is used to forward important emails to my phone.


> Is there an wasier way to do this, e.g. a variable containing all recipients, or all addresses?


Seem like you're looking for this?
if foranyaddress $recipients ( $thisaddress is "user@domain" ) then

--
George L. Yermulnik
[YZ-RIPE]