Re: [exim] Some help with getting 'log_message' to write e-m…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Ted Cooper
日付:  
To: exim-users
題目: Re: [exim] Some help with getting 'log_message' to write e-mail header linefeeds to the log file
paul.mcilfatrick@??? wrote:
> Does anyone know if there is a way to get 'log_message' to write e-mail
> header linefeeds to the log file or is there another way to achieve
> this?


Check out ${sg{<subject>}{<regex>}{<replacement>}} in the manual. It
operates like perl string replace so you should be able to replace all
the new lines with spaces or empty string and get the whole line out to
the log file.

--
The Exim Manual
http://www.exim.org/docs.html
http://docs.exim.org/current/