Re: Forward Template

2003-06-23 Thread Leif Gregory
Hello David,

Monday, June 23, 2003, 9:04:11 AM, you wrote:
DE> You can use that in a Forward template but you loose the message
DE> ID i.e. it create another message ID for the message that you are
DE> forwarding.

Hmmm. I see what you are saying now. I'll need to look at my list (at
home, I'm at work now), and see what might be done. Since all the
messages from the list are its MSG-ID, the references are correct.
Taking another message and redirecting though to keep the original
MSG-ID is going to be a different matter altogether.



-- 
Leif (TB list moderator and fellow end user).

Using The Bat! 1.63 Beta/10 under Windows 2000 5.0
Build 2195 Service Pack 3 on a Pentium 4 2GHz with 512MB




http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Forward Template

2003-06-23 Thread Alexander Leschinsky
Hello David,

   On Mon, 23 Jun 2003 09:24:57 +0100 (23.06.2003 14:24 my local time)
   you wrote about "Forward Template"
   at least in part:


DE> Has any one got any ideas ??
Filter, which

export to eml, using special template for changing Subject
delete original
import eml to outbox

For automatic filter you have to implement also delay (filter export
message to one file, thus - if two messages must be handled, you must be
sure, what first message imported back before second message was written
to file)

And maybe I'm full stupid, but... I can't see any sense in preserving
msgid :-(


-- 
Best regards,
 Alexander Leschinsky

- MOTD:
Eternal nothingness is fine if you happen to be dressed for it.
Woody Allen




http://www.silverstones.com/thebat/TBUDLInfo.html


Re: Forward Template

2003-06-23 Thread Leif Gregory
Hello David,

Monday, June 23, 2003, 2:24:57 AM, you wrote:
DE> If I redirect I can not change the subject.
DE> If I forward I can not preserve the message ID.

DE> Has any one got any ideas ??

%SUBJECT=""
%SUBJECT="New Subject Line"

This is how it's done when using TB as a mailing list. See
http://www.PCWize.com/thebat/mailing_lists.shtml


-- 
Leif (TB list moderator and fellow end user).

Using The Bat! 1.63 Beta/10 under Windows 2000 5.0
Build 2195 Service Pack 3 on a Pentium 4 2GHz with 512MB




http://www.silverstones.com/thebat/TBUDLInfo.html


Re: ex Coach

2003-06-23 Thread Jonathan Angliss
On Sunday, June 22, 2003, Mark wrote...

> A regex coach and analyser program (Freeware)
> http://weitz.de/regex-coach/

http://www.silverstones.com/thebat/Regex.html

There is one on here too... also freeware... and part of TB's tutorial
:)

-- 
Jonathan Angliss
([EMAIL PROTECTED])




http://www.silverstones.com/thebat/TBUDLInfo.html


Re: adding blank lines when wrapping quotes? and merging quicktemplates?

2003-06-23 Thread Bill McCarthy
On Mon 23-Jun-03 4:09am -0400, Dima wrote:

> That QT seems to give out only the first line of the text.

You're using the released version, right?  The sample code of a week
ago seems to work fine - given the restrictions I noted.  Please
provide some sample text that fails with 1.62r and I'll take a look.

It obviously doesn't work with the Beta/11.  %Comment can't take
multi-lines.  BTW, the QT can be written much simpler in the Beta.

-- 
Best regards,
Bill




http://www.silverstones.com/thebat/TBUDLInfo.html


Re[2]: adding blank lines when wrapping quotes? and merging quicktemplates?

2003-06-23 Thread Dima
Hey there, Bill McCarthy

>> If there's a capital letter in the start of a new-line,
>> then insert a new line.

B> Let's add that the prior line end with a '.' or '?' followed by
B> optional white space.

...and a '!'. But won't that make confusions with smiles? :)

B> Here's a starting point (a mod of Januk's work):
B> 8<--- start w2 -
B> 8< start w2sub -

That QT seems to give out only the first line of the text.
And when the  %SubPatt="3" is replaced by %SubPatt="2", the
QT gives out every sentence with 2 enters between them. :)
Quite strange.
But that should be easy to fix, we're almost there. :)

Here is the w2sub QT a little cleaned up, but still
working improperly:
•>>——<   w2sub QT  >———<<•
%if:'%Comment'='':'':+%-
%-
%SetPattRegExp="(?s-m)^(.*?[.?])(\s*\n([A-Z].*)\s*$|.*\z)"%-
%RegExpBlindMatch="%Comment"
%Wrapped=_%SubPatt="1"_

%Comment=_%SubPatt="3"_%-
%QInclude="w2sub"+
•>><<•

Any ideas?

Dima
-- 




http://www.silverstones.com/thebat/TBUDLInfo.html