Re: [exim] line length detection

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: John Jetmore
CC: exim-users
題目: Re: [exim] line length detection
John Jetmore wrote:

> has anyone found a clever way to detect line lengths from inside of exim?


No, but something like that might do it for you:

warn
regex = \N^.{1000,}\N
log_message = long line detected
set acl_m_longline = 1