Re: [exim] Counting the number of headers in an incoming ema…

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jeremy Harris
日付:  
To: exim-users
題目: Re: [exim] Counting the number of headers in an incoming email
On 07/01/16 09:34, Mike Brudenell wrote:
> \N (\S.+\n(\s.+\n)*){512} \N
>
>
> I reckon this means:
>
>    - \N — any one character that is not a newline


The \N pair are not part of the RE, but Exim syntax
to escape it. Dollars and backslashes are the usual
gotchas in an RE in Exim.

http://www.exim.org/exim-html-current/doc/html/spec_html/ch-string_expansions.html
section 1.
--
Cheers,
Jeremy