Re: TEMPLATE HELP

2006-01-25 Thread Cory
On Thu, 19 Jan 2006 13:47:48 -0500, Chuck Smith
[EMAIL PROTECTED] wrote:

I need template help. I am trying to trip off message footers as I
reply.

Alternatively, but common  good practise: select only the relevant
text in the original that you want to reply to, and press F4.
It's a wee bit more work on your end, though.


-- 
Happy flappin'!
 Corne' (aka Cory, The Batdmin)


Current version is 3.65.03 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


TEMPLATE HELP

2006-01-19 Thread Chuck Smith
 
Hello Bat Lovers,

I need template help. I am trying to trip off message footers as I
reply. I have been stripping of a legal disclaimer with this template
successfully.

%SetPattRegExp='(?is)(.*?)\n(_*?)\n%-
This email transmission and any documents, files or previous email'%'
%-%Quotes=%RegExpMatch='%Text'

The person that sends this too me has recently added a signature that
sometimes appears above the disclaimer that looks like this:

Persons Name
CDA II, Clinical Data Management
XXX
Phone (xxx) xxx-
Fax   (xxx) xxx-

I need a template that will strip both off, even in the case that
one of the other my not be present on the e-mail. For instance
sometimes the disclaimer is missing but the signature is always
present.

I would appreciate any help possible.

-- 
Best regards,
Chuck Smith
Using The Bat! 3.65.04 on Windows 2000 5.0 Build 2195 Service Pack 4
  [uptime :: 0d 5h 53m]



Current version is 3.65.03 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: TEMPLATE HELP

2006-01-19 Thread Marten Gallagher
  
 Hello Bat Lovers,

 I need template help. I am trying to trip off message footers as I

 Persons Name
 Fax   (xxx) xxx-

 I need a template that will strip both off, even in the case that
 one of the other my not be present on the e-mail. For instance
 sometimes the disclaimer is missing but the signature is always
 present.

 I would appreciate any help possible.

I don;t suppose there's any mileage in asking them to put a proper cut mark
before their signature is there?

Cut mark is:

Two hyphens (dashes) followed by an (invisible) space.

Then, as you may well already know, the reply process itself does the job
you want.

-- 
Marten Gallagher
Annery Kiln Web Design
www.annerykiln.co.uk
Using The Bat! 3.64.01 Christmas Edition
with POPFile 0.22.3
on Windows XP 5.1 




Current version is 3.65.03 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: TEMPLATE HELP

2006-01-19 Thread Chuck Smith
Hello Bat Lovers,

Thursday, January 19, 2006, 2:50:52 PM, you wrote:

 I don;t suppose there's any mileage in asking them to put a proper cut mark
 before their signature is there?

No. They probably would not do that.

 Then, as you may well already know, the reply process itself does the job
 you want.

Yes I do and that would be the earliest way of course.

-- 
Chuck Smith
Using The Bat! 3.65.04 on Windows 2000 5.0 Build 2195 Service Pack 4
  [uptime :: 0d 7h 37m]



Current version is 3.65.03 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


TEMPLATE HELP

2005-07-18 Thread Chuck Smith

Could someone help me with a TEMPLATE? I am trying to setup a template that 
when I reply to a message that will strip a confidentality disclaimer off of 
the quotes section. This is the block of text.

__
This email transmission and any documents, files or previous email 
messages attached to it may contain information that is confidential or 
legally privileged. If you are not the intended recipient or a person 
responsible for delivering this transmission to the intended recipient, 
you are hereby notified that you must not read this transmission and 
that any disclosure, copying, printing, distribution or use of this 
transmission is strictly prohibited. If you have received this 
transmission in error, please immediately notify the sender by telephone 
or return email and delete the original transmission and its attachments 
without reading or saving in any manner.

Any help would be appreciated. I am not really a REGEX hacker.  

-- 
Best regards,
 Chuck  mailto:[EMAIL PROTECTED]

Current version is 3.51 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


Re: TEMPLATE HELP

2005-07-18 Thread Roelof Otten
Hallo Chuck,

On Mon, 18 Jul 2005 12:46:08 -0400GMT (18-7-2005, 18:46 +0200, where I
live), you wrote:

CS Could someone help me with a TEMPLATE? I am trying to setup a
CS template that when I reply to a message that will strip a
CS confidentality disclaimer off of the quotes section. This is the
CS block of text.

Replace the %Quotes macro in your reply with this:

%SetPattRegExp='(?is)(.*?)\n(_*?)\n%-
This email transmission and any documents, files or previous email'%-
%Quotes=%RegExpMatch='%Text'

CS Any help would be appreciated. I am not really a REGEX hacker.

Neither am I, but this worked on your message.

-- 
Groetjes, Roelof

WinErr: 001 Windows loaded.  System in danger.

The Bat! 3.51.4
Windows XP 5.1 Build 2600 Service Pack 2
1 pop3 account, server on LAN
OTFE enabled
P4 3GHz
2 GB RAM


pgp8f0lrSluU7.pgp
Description: PGP signature

Current version is 3.51 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Re[2]: TEMPLATE HELP

2005-07-18 Thread Chuck Smith
Hello Roelof,

Monday, July 18, 2005, 5:05:35 PM, you wrote:

CS Could someone help me with a TEMPLATE? I am trying to setup a
CS template that when I reply to a message that will strip a
CS confidentality disclaimer off of the quotes section. This is the
CS block of text.

 Replace the %Quotes macro in your reply with this:

 %SetPattRegExp='(?is)(.*?)\n(_*?)\n%-
 This email transmission and any documents, files or previous email'%-
 %Quotes=%RegExpMatch='%Text'

Thanks. That worked beautifully.

-- 
Best regards,
 Chuckmailto:[EMAIL PROTECTED]

Current version is 3.51 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html


RegEx Template Help: Pruning/Deleting Duplicate Newlines

2003-02-19 Thread Mike Dillinger
Hello,

I'm using The Bat! v1.62i on Windows 2000 SP3 Build 2195.

I'm trying to make a regex template to get rid of duplicate newlines.
So far, this is what I have (and I know it's very wrong):

=[ RemoveDupNewlines ]=
%QUOTES='%SETPATTREGEXP=(?m)%-
((\n){2})%-
%REGEXPBLINDMATCH=%text%SUBPATT=1'

Can anyone help me out?  I may not even be close.  Right now, it's not
doing anything.

Thank you!
-MikeD



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



Re: RegEx Template Help: Pruning/Deleting Duplicate Newlines

2003-02-19 Thread Allie Martin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In [EMAIL PROTECTED]">mid:[EMAIL PROTECTED],
Mike Dillinger [MD] wrote:'

MD I'm trying to make a regex template to get rid of duplicate newlines.
MD So far, this is what I have (and I know it's very wrong):

MD =[ RemoveDupNewlines ]=
MD %QUOTES='%SETPATTREGEXP=(?m)%-
MD ((\n){2})%-
MD %REGEXPBLINDMATCH=%text%SUBPATT=1'

MD Can anyone help me out?  I may not even be close.  Right now, it's not
MD doing anything.

You should take this question to TBTECH. TBTECH was created to
discuss these technical issues and also, the regex experts are
subscribed there and may not be subscribed to TBUDL.

- --
  -=] allie_M [=-  {List Moderator}
   -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2rc1 (Win32)
Comment: My Public Keys - http://www.ac-martin.com/pgpkeys.html

iD8DBQE+VCvYV8nrYCsHF+IRAqGzAJ9wftyRTuOsxw1c1gTGxSYTx9uWpgCfe1Uo
S5Y6XzmTzD7m/qUwTCyDRLc=
=Y0bJ
-END PGP SIGNATURE-



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



Block Quote Template Help

2002-02-26 Thread GeekMaster

Hi All,

On again, off again list member here. Hello to all.

I'm hoping someone can supply me (and help me) with the block quote
templates I've seen used. I once tried using them, but only succeeded in
locking TB up solid.  Thanks!

Mark


-- 
e-mail: [EMAIL PROTECTED]

-- It is by coffee alone I set my mind in motion.


-- 

Archives   : http://tbudl.thebat.dutaint.com
Moderators : mailto:[EMAIL PROTECTED]
TBTech List: mailto:[EMAIL PROTECTED]
Unsubscribe: mailto:[EMAIL PROTECTED]
Latest Vers: 1.53d
FAQ: http://faq.thebat.dutaint.com 




Re: Auto-Reply Template Help (was: Re: Acting on message text strings)

2000-11-24 Thread Kevin Tea

Hi  Januk 

I started from scratch and I have got to the stage where The Bat! Does 
not crash and the filter works, sending the auto-respose form to the 
out tray. However, it does not catch the email address and some of the 
coding remains:

(?is).*?[^-_.\w]*?([-_.\w]{2,}?@[-_.\w]{3,]?)[^-_.\w]"'





Regards

Kevin

T (0)702 110 2409
F (0)870 133 9184
M (0)7860 584160


Friday, November 24, 2000, 12:57:56 PM, you wrote:



wa1o Name :
wa1o Title :
wa1o Organisation :
wa1o Address1 :
wa1o Address2 :
wa1o City :
wa1o State :
wa1o Zipcode :
wa1o Country :
wa1o Phone :
wa1o Fax :
wa1o Email :[EMAIL PROTECTED]
wa1o URL :
wa1o Which centre :Amsterdam
wa1o Dates :
wa1o Special requirements :  

I have turned off all the other actions linked with this filter.

I am testing it over the Net sending it to myself and I do not have 
local delivery cxhecked.



Regards

Kevin
Batting along with 1.4b Beta 8

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Auto-Reply Template Help (was: Re: Acting on message text strings)

2000-11-23 Thread Januk Aggarwal

Hello Kevin,

On  Thu, 23 Nov 2000  at  14:55:20 GMT GMT (which was 6:55 AM
where I live) witnesses say Kevin Tea typed:

 I put the string in the default auto-response template and got this
 error message which crashed the program:

I suspect you've made a mistake with the QINCLUDE macro.  So here is a
step-by-step setup procedure.  Let me know if you've done all this and
still get the error.

1. Create a Quick Template.
   a) Give it a unique handle, for example: AddressExtract
   b) Insert the following regular expression macro on one line:

 
%TO=''%TO='%SETPATTREGEXP="(?is).*?[^-_.\w]*?([-_.\w]{2,}?@[-_.\w]{3,}?)[^-_.\w]"%REGEXPBLINDMATCH="%TEXT"%SUBPATT="1"'

2. Create your filter
   a) Define appropriate conditions
   b) Under actions activate "Send Auto-Reply"
  i)  Define your auto-reply template by clicking on the button
  next to the "Send Auto-Reply" option
  ii) Insert the following macro into the auto-reply template

   %QINCLUDE="AddressExtract"

  Note that you should replace what is inside the quotes with
  the handle you defined in step 1a above.
 
If that doesn't help, what other filter actions are you performing
with this filter?

Are you testing this by sending yourself messages? If so, do you have
"Allow Local Delivery" enabled (Options - Network and Administration)?
I've noticed some very odd behaviour when this option is selected and
your filters try to execute commands.

For example, when testing your problem, the %TEXT macro would not
evaluate properly in my Auto-Reply filter.  As soon as I turned off
"Allow local delivery," everything worked like a charm.

Let us know it goes.

-- 
Thanks for writing,
 Januk Aggarwal
 See header for e-mail address

 Using The Bat! 1.48 Beta/7
 under Windows 98 4.10 Build   A 

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: Template Help Please

2000-01-09 Thread Marck D. Pearlstone

Hi Allie,

On  09 January 2000  at  00:06:35 GMT -0500 (which was 05:06 where I
live) [EMAIL PROTECTED] wrote and made these points:

 Marck, I'm getting those E-Mails as well, but the Reply-To address,
 when posting to this List, IS my own address... still getting the
 Mailer Daemon letters.

AM Whenever the server generates a Mailer Daemon message, a copy is
AM mailed to all subscribers. I doubt that you're the cause of them
AM however. I get them as well.

Hmmm.  I  don't  seem  to get them :-/. I have had them, but I haven't
seen one for a long time.

Cheers,
Marck
-- 
Marck D. Pearlstone, Consultant Software Engineer
Co-moderator TBUDL / TBBETA discussion lists
www: http://www.silverstones.com
PGP key: mailto:[EMAIL PROTECTED]?Body=GET%20MARCKKEY
-
Using The Bat! 1.38e
under Windows 98 4.10 Build 1998  

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Re: Template Help Please

2000-01-09 Thread Allie Martin

On Sun, 9 Jan 2000 10:13:20 +, Marck D. Pearlstone wrote:

AM Whenever the server generates a Mailer Daemon message, a copy is
AM mailed to all subscribers. I doubt that you're the cause of them
AM however. I get them as well.

 Hmmm.  I  don't  seem  to get them :-/. I have had them, but I haven't
 seen one for a long time.

There are 7 sitting in my spam folder at present.

-- 
-=Allie=-  | Using The Bat! v1.38e
mailto:[EMAIL PROTECTED]   | Windows NT 4.0 (Service Pack 6)
   
   [ The buck doesn't even slow down here! ]


-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Re: Template Help Please

2000-01-08 Thread Andrew K. Lovetski

Hello, The Bat Users!

FW I have a folder set up, under my INBOX, from which I want to
FW forward messages to a mailing list.  This list will be one-way
FW only - outbound from me.  Perhaps someone will reply, but the
FW replies will be to me only, not to the list.

FW The template for the forwarded message is:

FW -begin template--

FW This forwarded message is originally from %OFromName...

FW %Text

Use capital letters when writing names of macros (%TEXT, not %Text).
Sometimes TB ignores such non-capitalized macros.

 %COOKIE="E:\sigs\shorttag.txt"
 
 [EMAIL PROTECTED]www.phred.net/~phred
 
 %TO="Phans of Phunnies [EMAIL PROTECTED]"
 %BCC="jokesgg list"
 %RETURNPATH=""
 %RETURNPATH="[EMAIL PROTECTED]"

Just tried your template (with non-capitalized macros, btw) - works
fine here. May be your E:\sigs\shorttag.txt file is causing the
problem? Try removing the %COOKIE macro and see...

-- 
Best regards,
Andrewmailto:[EMAIL PROTECTED]

Using The Bat! 1.38e S/N E9230B5C
under Russian Windows 95 4.0 Build   B

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Re: Template Help Please

2000-01-08 Thread Fred Weissman

FW I have a folder set up, under my INBOX, from which I want to forward
FW messages to a mailing list.  This list will be one-way only - outbound from
FW me.  Perhaps someone will reply, but the replies will be to me only, not to
FW the list.

 I had this problem before, and someone (I think it was Allie) told me to check the
 properties for the address in my address book. Meaning, I would try to send my Dad 
emails,
 but once I would put the curser in to "body" part of the message, my CURRENT template
 would go poof and it would show a totally different template.

 He told me to look in my address book, and find [my Dad's] email address. Right 
click, and
 see if I had set up ADDRESS SPECIFIC templates for that email address. So if you go 
into
 your Address Book, right click on the email address which is having a problem, choose
 Properties, then there should be a tickable-box which says something like "Use 
Specific
 Template For This Address". Make sure that is UN-ticked. This helped me and solved 
the
 problem with Dad's address (and others, but I was to embarrassed to post *how many* 
on TBUDL
 heehee).

Good point.
I just took a look and it is indeed unchecked.
So -that's- not the answer.
(I wish it were that simple.)


 If that doesn't work, maybe someone else would have an idea?? :D

I sure hope so.
This is getting very frustrating.
Thanks for trying.

-- 
Outside of a dog, a book is man's best friend. Inside of a dog it's
too dark to read.

[EMAIL PROTECTED]www.phred.net/~phred

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Re: Template Help Please

2000-01-08 Thread Fred Weissman

FW The template for the forwarded message is:

FW -begin template--

FW This forwarded message is originally from %OFromName...

FW %Text

 Use capital letters when writing names of macros (%TEXT, not %Text).
 Sometimes TB ignores such non-capitalized macros.

I just went to the template to change it and it already is in CAPS.
I tried again just to make sure, and it still doesn't work.


 %COOKIE="E:\sigs\shorttag.txt"
 
 [EMAIL PROTECTED]www.phred.net/~phred
 
 %TO="Phans of Phunnies [EMAIL PROTECTED]"
 %BCC="jokesgg list"
 %RETURNPATH=""
 %RETURNPATH="[EMAIL PROTECTED]"

 Just tried your template (with non-capitalized macros, btw) - works
 fine here. May be your E:\sigs\shorttag.txt file is causing the
 problem? Try removing the %COOKIE macro and see...

Already tried.
With no %COOKIE whatsoever, and with the %COOKIE equaling a test text
sentence following the macro.
Still no success.

Since you got it to work, would you like to run the list for me?  g

Thanks for the suggestions however.

Anybody else have some ideas?

-- 
About them sentence fragments.

[EMAIL PROTECTED]www.phred.net/~phred

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Re: Template Help Please

2000-01-08 Thread Fred Weissman

FW So -that's- not the answer.

 Well nuts... *sigh*

Yeah, although I said something a little stronger.  g


FW (I wish it were that simple.)

 H... now that I think about it, some time ago someone was asking about people not
 having so much info in their Replies... or something to that effect. And someone ELSE
 mentioned that using a   --  in the template would "erase" everything below those 
hash
 marks.

I've got the dashdashspace in other templates and it works with no
problem. Such as the reply template I'm using right now.
FWIW, I've tried the template in question without the separator, and of
course it did the same thing.


 I don't know if anyone else remembers the exact nature of that discussion, but maybe 
it
 applies here? Or at least something along those lines( no pun intended :P hehe )

 Anyone ?

Yes.
Anyone out there with some help on this??

-- 
Outside of a dog, a book is man's best friend. Inside of a dog it's
too dark to read.

[EMAIL PROTECTED]www.phred.net/~phred

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Re: Template Help Please

2000-01-08 Thread Marck D. Pearlstone

Hi Fred,

On  08 January 2000  at  15:49:41 GMT -0500 (which was 20:49 where I
live) [EMAIL PROTECTED] wrote and made these points:

FW Anybody else have some ideas?

Yes  -  I've seen messages completely change when going in to edit. It
turned  out  to  be a conflicting template in the address book against
the  [EMAIL PROTECTED]  address  entry  which  overrides  the  folder
template when first going into edit mode.

Could it be something like that?

Cheers,
Marck
-- 
Marck D. Pearlstone, Consultant Software Engineer
Co-moderator TBUDL / TBBETA discussion lists
www: http://www.silverstones.com
PGP key: mailto:[EMAIL PROTECTED]?Body=GET%20MARCKKEY
-
Using The Bat! 1.38e
under Windows 98 4.10 Build 1998  

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Re: Template Help Please

2000-01-08 Thread Fred Weissman

FW Anybody else have some ideas?

 Yes  -  I've seen messages completely change when going in to edit. It
 turned  out  to  be a conflicting template in the address book against
 the  [EMAIL PROTECTED]  address  entry  which  overrides  the  folder
 template when first going into edit mode.

ACK!
BINGO!!!


 Could it be something like that?

-Exactly- like that.
When I changed the %TO= from [EMAIL PROTECTED] to [EMAIL PROTECTED] it
worked.
Except there are no templates in the address book.  But that
doesn't really matter as it's now working.

Take six gold stars from the petty cash box for yourself.

And good luck solving the Mailer Daemon problem.  I know of three people
who joined the list within the past week (me being one of them) and
are/were totally confused by those messages.  We were starting to take them
personally.

FWIW, two of the three have already registered, and the third
will in a day or two.  So as AVK said on the list, the increased frequency
of those messages sure could be a sign of the growing popularity of TheBat.

Thanks again.

-- 
About them sentence fragments.

[EMAIL PROTECTED]www.phred.net/~phred

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Re: Template Help Please

2000-01-08 Thread Nick Andriash

On Saturday, January 08, 2000, 7:51:14 PM, Marck D. Pearlstone wrote:

 Q:  Those  of you experiencing the problem - what Reply-To address are
 you  *stating*  for  posting  to  the list? N.B. It should be your own
 address, not that of TBUDL.

Marck, I'm getting those E-Mails as well, but the Reply-To address, when
posting to this List, IS my own address... still getting the Mailer Daemon
letters.


Nick

---
-=Nick Andriash=-
MailTo:[EMAIL PROTECTED]
MailTo:[EMAIL PROTECTED]
PGP Keys available from KeyServers
---

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Re: Template Help Please

2000-01-08 Thread Allie Martin

On Sat, 8 Jan 2000 20:45:49 -0800, Nick Andriash wrote:


 Marck, I'm getting those E-Mails as well, but the Reply-To address, when
 posting to this List, IS my own address... still getting the Mailer
 Daemon letters.

Whenever the server generates a Mailer Daemon message, a copy is
mailed to all subscribers. I doubt that you're the cause of them however.
I get them as well.

My spam filtering just gets rid of them nicely. :)

-- 
-=Allie=-  | Using The Bat! v1.38e
mailto:[EMAIL PROTECTED]   | Windows NT 4.0 (Service Pack 6)
   
   [ Macintosh: The etch-a-sketch you don't have to shake to clear the screen! ]


-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--




Template Help Please

2000-01-07 Thread Fred Weissman

I posted this a couple of days ago, and received no response.
I'm still struggling with this problem and wondering if anyone could lend a
helping hand.

I have a folder set up, under my INBOX, from which I want to forward
messages to a mailing list.  This list will be one-way only - outbound from
me.  Perhaps someone will reply, but the replies will be to me only, not to
the list.

The template for the forwarded message is:

-begin template--

This forwarded message is originally from %OFromName...

%Text

-- 
%COOKIE="E:\sigs\shorttag.txt"

[EMAIL PROTECTED]www.phred.net/~phred

%TO="Phans of Phunnies [EMAIL PROTECTED]"
%BCC="jokesgg list"
%RETURNPATH=""
%RETURNPATH="[EMAIL PROTECTED]"

-end template--

I have a similar template set up for new messages, with the only difference
being that "This forwarded message..." doesn't exist in it.

The problem is that the headers get filled in properly, but as soon as I
place the cursor in the body of the new message everything from the
"-- " onward disappears.  No separator, no cookie, no address/URL.  In the
case of the forwarded message template, again, the headers get filled in,
but the original message isn't brought into the editor.  I have tried it
both with, and without, "%CURSOR" in the template, with the same results.

Any suggestions?


Thanks...
-- 
Judging from realistic simulations involving a sledge hammer and
a common laboratory frog, if a huge asteroid hits the
earth we can assume it will be pretty bad.

[EMAIL PROTECTED]www.phred.net/~phred

-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--