Hello Brano,

It was Thursday, June 27, 2002 at 17:03 GMT +0200, when Brano [B]
wrote:

B> yes, this is exactly what I want. If there is no "paragraph" in the
B> first 5 lines, it should pick whole message.

This seems to work:
%SETPATTREGEXP="(?is-m)^((([^\n]*)\n){0,5}?\s*\n)?(.*)$"%-
%REGEXPBLINDMATCH="%TEXT"%-
%SUBPATT="4"

Note, if you want all paragraphs in the first 5 lines removed, make
the regexp:
(?is-m)^((([^\n]*)\n){0,5}\s*\n)?(.*)$

-- 
Thanks for writing,
 Januk Aggarwal

Reality is merely an illusion, albeit a very persistent one.
  --Albert Einstein (1879-1955)


______________________________________________________
Archives   : http://tbtech.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]

Reply via email to