cleaning sigs & ads from forwards - RegEx migrane

2003-06-11 Thread dajabo
I'm trying to exclude signatures and adds from bottom of messages to be forwarded The REGEX-BASED Macro collection offers the following string: %quotes='%SETPATTREGEXP="(?is)((\s*)?\n?-BEGIN PGP %- SIGNED.*?\n(Hash:.*?\n)?\s*)?

Re: cleaning sigs & ads from forwards - RegEx migrane

2003-06-11 Thread Bill McCarthy
On Wed 11-Jun-03 7:54am-0400, dajabo wrote: > The REGEX-BASED Macro collection > > > offers the following string: > >%quotes='%SETPATTREGEXP="(?is)((\s*)?\n?-BEGIN PGP %- >SIGNED.*?\n(Hash:.*?\n)?\s*)?(.*?)(^(%- >-*?\s*?-

Re: cleaning sigs & ads from forwards - RegEx migrane

2003-06-11 Thread Carsten Thönges
* dajabo <[EMAIL PROTECTED]> writes: > The REGEX-BASED Macro collection > > offers the following string: >%quotes='%SETPATTREGEXP="(?is)((\s*)?\n?-BEGIN PGP %- >SIGNED.*?\n(Hash:.*?\n)?\s*)?(.*?)(^(%- >-*?\s*?--\s*\n|%-

Re: cleaning sigs & ads from forwards - RegEx migrane

2003-06-12 Thread dajabo
Thanks for your response. Unfortunately I'm way out of my depth here and don't particularly want to learn the ins and outs of RegEx I just need to set up this sig and ad strip for now on 11/06/2003 Bill wrote: BM> A simply reformatting and using PCRE Extended, produces: BM> 8<