Hello Brano,

On Wednesday, June 12, 2002 at 15:47 GMT +0200, a creature mimicking
Brano [B] wrote:

JA>> 
%SETPATTREGEXP=""(?is-m)\n*(\n-----BEGIN\sPGP\sSIGNED.*?\n(Hash:.*?\n)?\s*)?((.*?\n){0,5}?\n)?(.*?)(\n(-*?\s*?--\s*\n|_{40,}\s*\n|-----BEGIN
 PGP SIGNATURE)|\z)""%-

> thank Januk for your reply. I tried everything, but it doesn't help.

How does it fail, what is the result?  Did you make sure to include
all 4 lines?  If not, did you remember to change the double double
quotes to single double quotes?

> I don't know, why this doesn't work:
> %SETPATTREGEXP="(?is-m)(.*\n){1,5}\n\n(.*)|((.*))"
> %SUBPATT="2"

Try:

(?i-s-m)^(.*\n){1,5}\n(.*)$

But I remind you again, this regexp is not selective at all.  It will
indiscriminately delete the first "paragraph" of the message if
finishes within the first 5 lines of the message.  See
<mid:[EMAIL PROTECTED]> for an example of such a
message.

-- 
Thanks for writing,
 Januk Aggarwal

I've determined the momentum of my physics assignment so precisely
that it can be anywhere in the universe right now.


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

Reply via email to