[exim-dev] [Bug 1708] Segfault on lsearch lookup

トップ ページ
このメッセージを削除
このメッセージに返信
著者: admin
日付:  
To: exim-dev
題目: [exim-dev] [Bug 1708] Segfault on lsearch lookup
https://bugs.exim.org/show_bug.cgi?id=1708

--- Comment #5 from Heiko Schlittermann <hs@???> ---
Can you create a minimal set of configuration and supplementary files to
reproduce the cache?

E.g.:

/tmp/exim.conf:
begin rewrite
*@foo.bar "${lookup{${local_part}}lsearch{/tmp/email-addresses}{$value}fail}"
Ffrs
*@foo.bar "${lookup{${local_part}}lsearch{/tmp/email-addresses}{$value}fail}"
Ffrs

/tmp/email-addresses:
root: hans@???

and then crash it with exim -C /tmp/exim.conf -brw root@???

??
If that does not crash, can you find out what part needs to be added to crash
it successfully?

--
Heiko

--
You are receiving this mail because:
You are on the CC list for the bug.