ACM> Well, of course, since you're no longer using the complex templates
ACM> in which there's likely to be an error.

For what it's worth I don't believe there was any such thing as a "complex
template." As I indicated earlier I had simply created a quick template (my
first one, don't laugh!) and replaced %WRAPPED="%QUOTES" with %QINCLUDE="wq"
in my reply template. Here is what the 2 quick templates look like (I copied
those from the web site, maybe it's where I screwed up something?)

#1
handle: wq
share: yes
description:      Recursively wrap quoted reply text
template:
%COMMENT="%QUOTES"%-
%QINCLUDE="wrap2"
%COMMENT=""

#2
handle: wrap2
share: yes
description:      Recursively wrap quoted reply text
template:
%IF:'%-
%SETPATTREGEXP="(?is-m)[^\n]+"%-
%REGEXPMATCH="%COMMENT"'<>':'%-
%-
%WRAPPED=_%SETPATTREGEXP="(?is-m)^(.*?)(\n((\w{0,5}(\>\s*)+)?\s*\n)+(.*)\s*$|\z)"%-
%-%-%-%-%-%REGEXPBLINDMATCH="%COMMENT"%-
%-%-%-%-%-%SUBPATT="1"_

%COMMENT=_%SETPATTREGEXP="(?is-m)^(.*?)(\n((\w{0,5}(\>\s*)+)?\s*\n)+(.*)\s*$|\z)"%-
%-%-%-%-%-%REGEXPBLINDMATCH="%COMMENT"%-
%-%-%-%-%-%SUBPATT="6"_%-
%QINCLUDE="wrap2"'

Thanks for the quick reply.

Miles


________________________________________________
Current version is 1.61 | "Using TBUDL" information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to