On 2019-07-23, Gary Stainburn via Exim-users <[email protected]> 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 [email protected]
>   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?

There's probably a better way.  why does that work?

-- 
  When I tried casting out nines I made a hash of it.

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to