Re: [exim] Help with dual-key DKIM

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] Help with dual-key DKIM
On 26/07/2021 14:16, Graeme Fowler via Exim-users wrote:
> So… if there are lines after the first match, they’ll never be reached. As Jeremy states, wrong tool for the job.
>
> If you want to persevere with lsearch, make your key (the bit before the colon) unique and set multiple values,


The alternative will be something closer to a real database (than the flat file accessed
by lsearch), which can return multiple results for a single query. Sqlite, CDB, LMDB, Postgres, etc.
--
Cheers,
Jeremy