Re: [exim] match & lists

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Fred Viles
日付:  
To: exim-users
題目: Re: [exim] match & lists
On 27 Aug 2005 at 13:02, David wrote about
    "[exim] match & lists":


| just playing with match_address and ${address:} to check if the
| recipient is on the To: header and ...
| 
| a) when there are multiple addresses ${address:} returns the first
|     one or all of them ?


The spec is pretty clear that <string> is expected to be a single
address, so it would seem reasonable to expect none. But test it and
see.

| b) i supose match_address searches ONE address in the given list,


Right.

|     but maybe it will be nice to be able to give two lists so it
|     could try to match any address in one list with any address
|     in the second list


You can use 'or' to test multiple addresses.

- Fred