|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: limited syntax in regexp:header_checks ?
From: LuKreme (kremels
kreme.com)
Date: Thu May 16 2013 - 07:14:55 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Patrick Proniewski opined on Thursday 16-May-2013
05:53:38
> /^References: .{80,}$/ INFO too long
>
> But I really need 800, not 80. Any idea?
If I member correctly the value for RE_DUPE_MAX is 255.
Does
/^References: .{200}.{200}.{200}.{200,}$/ INFO too long
Work?
--
Please to meet you, Rose. Now run for your life!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]