Re: Template to Remove Leading Spaces

2003-02-25 Thread Januk Aggarwal
Hello Carsten,

On Monday, February 24, 2003 at 11:04 GMT +0100, clairvoyants were
mystified when Carsten Thönges conjured:

 * Januk Aggarwal [EMAIL PROTECTED] writes:

Do you mind removing the address from the body of your replies please?
This way spammers can harvest my address from the archives.  At least
addresses in the headers are hidden in the archives.

 Why? Just because those QT pairs are much simpler to create and
 debug...

True.

-- 
Thanks for writing,
 Januk Aggarwal





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


Template Question

2003-02-25 Thread Mike Dillinger
Hello everyone,

Ok, I'm in the home stretch here now with templates.  I have one last
question and I should be good to go.

Here's what I've got: With the help of Januk (many, many thanks!), and
the template library, I've pretty much gotten my reply template where I
want it.  One thing is missing, though.

I've got a reply wrapper (ReplyWrapper) that calls three other
templates.  What I'd like to do is take the output of one template and
feed it to the next template in the list.  That's not quite working like
I thought it would.  I think I know why, but I was not able to figure
out how to fix it (and I definitely tried).  What I think is happening
is that a couple of the templates print their output before the final
template has run.  I'd like to only have the final template print the
output.

Here's what I've got:
http://www.softtalker.com/miked/templateHelp.html

If someone could help me out, and show me how to take the output of one
template and feed it to another, I'd greatly appreciate it.  I think the
only one that works that way is QuoteCleanup, but the other two
templates print their own output.

The first two lines are commented out in the ReplyWrapper because they
print their own output and I get duplicate stuff in my replies.

Thank you very much!
-MikeD



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


Re: Template Question

2003-02-25 Thread Jonathan Angliss
 Here's what I've got:
 http://www.softtalker.com/miked/templateHelp.html

 If someone could help me out, and show me how to take the output of one
 template and feed it to another, I'd greatly appreciate it.  I think
 the only one that works that way is QuoteCleanup, but the other two
 templates print their own output.

 The first two lines are commented out in the ReplyWrapper because they
 print their own output and I get duplicate stuff in my replies.

I could be wrong on this... but wouldn't you want to reset %COMMENT with
the return values, otherwise it just outputs the results... what I mean is:

%COMMENT=%QUOTES%-
%COMMENT='%QINCLUDE=QuoteCleanup'%-
%QINCLUDE=RemoveDupNewlines%-
%COMMENT=

The way I'm assuming it is working, is %COMMENT is set the first time, the
second time it takes the data, and returns it... but because nothing is
being done with it, it just displays it... then when it hits the second, it
uses the original %COMMENT, and runs on that.  With that way, the output is
passed into %COMMENT again, so no output.

--
Jonathan Angliss
([EMAIL PROTECTED])



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


Re: Template Question

2003-02-25 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Mike,

@25-Feb-2003, 09:26 -0800 (17:26 UK time) Mike Dillinger [MD] in
mid:[EMAIL PROTECTED] said:

 ... snip

MD I'd like to only have the final template print the output.

MD Here's what I've got:
MD http://www.softtalker.com/miked/templateHelp.html

The problem is that each phase takes the comment as an input and,
unless the output is assigned, it ends up as message body. So you
need to capture the output back to comment. If you do this...

%COMMENT=%QUOTES%-
%COMMENT=_%QINCLUDE=QuoteCleanup_%-
%COMMENT=_%QINCLUDE=RemoveDupNewlines_%-
%COMMENT%-
%COMMENT=

... then you can cascade to your heart's content.

- --
Cheers -- .\\arck D Pearlstone -- List moderator
TB! v1.63 Beta/7 on Windows 2000 5.0.2195 Service Pack 2
'
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1rc1-nr1 (Windows 2000)

iD8DBQE+W9CUOeQkq5KdzaARAhSgAJ9fmpeXKSaFVjqFm6TNPYnig58FOwCgqt4B
SX61FG+iWV7gPXkwnv57dJo=
=o8My
-END PGP SIGNATURE-




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


[no subject]

2003-02-25 Thread Dieter Hummel




-- 
Regards
Dieter

MUA: Ritlabs TheBat! 1.62i [2B49D06E]
 SAproxy based on SpamAssassin for Spamprotection
 OS: Windows v5.1 Build 2600 SP1 | Intel P4/2.2GHz

- Outgoing mail with  possible attachments is found to  be virus free -
- Checked by  KAV 4.0.1.14, using  database update from  Feb 22, 2003 -
- All unannounced attachments will be automatically deleted by system -




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