Re: Selective backup

2006-09-30 Thread Robin Anson
On Sat, 30 Sep 2006 at 02:14:34 +0200, Peter wrote:
MJ This misses the point. I want to be able to selectively restore
MJ bac into the Bat! and/or browse the archived mail if necessary.

 I tend to remember a name like 'mailbag' ...???

Mailbag Assistant from Fookes Software (http://www.fookes.com)

-- 
Robin

Using The Bat! v3.85.03
  Windows XP 5.1 Build 2600 Service Pack 2
  Popfile v0.22.4




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


Re: txt2html.regexps

2006-09-30 Thread Alexander S. Kunz
Hello Richard Wakeford  everyone else,

on 30-Sep-2006 at 01:20 you (Richard Wakeford) wrote:

 In your example  (and mine on looking at it in the outbox) the / are
 still either side of the /italics/ word, even though the word is shown
 in italics. The *bold* and _underline_ work fine though.

Thats intentional. If you render italics in different sizes (to hide the
slashes) there will be rendering errors if there's no whitespace.
Therefore, the slashes are not hidden, only the asterisk and underscore.

-- 
Best regards,
 Alexander (http://www.neurowerx.de)

The most incomprehensible thing about the world is that it is
comprehensible. -- Albert Einstein



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


Re: txt2html.regexps

2006-09-30 Thread Alexander S. Kunz
Hello Konrad Szkudlarczyk  everyone else,

thanks for posting the information to TBUDL, and thanks for the fixes
you applied - its really really nice now. Even the ascii art
signatures look good now. All in these few cryptic lines of regular
expressions. This is a complete miracle to me! :-)

on 30-Sep-2006 at 00:15 you (Konrad Szkudlarczyk) wrote:

 Copy this four lines to the text file called txt2html.regexps (not
 txt2html.regexps.txt!), place that file in main TB's! directory,
 turn on smileys and admire.

For those who want to pick the original file,
http://www.neurowerx.de/files/txt2html.regexps

-- 
Best regards,
 Alexander (http://www.neurowerx.de)

Truth does not demand belief. Scientists do not join hands every
Sunday, singing, 'Yes, gravity is real! I will have faith! I will be
strong! I believe in my heart that what goes up, up, up must come
down, down, down. Amen!' If they did, we would think they were pretty
insecure about it. - Dan Barker



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


Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello Alexander,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

ASK Thats intentional. If you render italics in different sizes (to hide the
ASK slashes) there will be rendering errors if there's no whitespace.
ASK Therefore, the slashes are not hidden, only the asterisk and underscore.

Well /Italics/ were shown perfectly well without the slashes when I used
AMEOL a few years ago :-(

-- 
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


Re: txt2html.regexps

2006-09-30 Thread Konrad Szkudlarczyk
Hello, Peter. On the thirtieth September 2006 You wrote:

 This  is  kind  of neat. One problem, I see bold correctly and also
 underlined, but I see italics with the slashes before and after.

Stuart, look at my reply to Richard.

 Neat  indeed.  And  available  for almost a year now, judging by the
 post date on http://www.batboard.net/index.php?topic=5329.0.

 Ok, what I did:
 -  grab thefilefrom
http://www.batboard.net/index.php?topic=5329.0
 -  added the lines Konrad posted to the end of the file

You are mixed two files, each of them making a serious changes in
message. txt2html.regexps should be created very carefully.

But - maybe You found a bug in my idea. Please, send Your file
txt2html.regexps. My ambition is to create text styles steady as rock.

-- 
Regards
Konrad Szkudlarczyk


--
Dziewczyny Paryza  http://link.interia.pl/f19a3 



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


Re: txt2html.regexps

2006-09-30 Thread Konrad Szkudlarczyk
Hello, Richard. On the thirtieth September 2006 You wrote:

 I  don't  have  white  as my background colour but couldn't find the
 colour  designation  so just left the white bit in and my background
 colour is still there.

Many programs for webmasters and graphic programs (or plain dec=hex
conventer) could help to find a value of colour. But You could simply
add to the file txt2html.regexps two lines for a moment:

\=lt;
\=gt;

You will see, that displayed text will change to the html source, and
will find a style definition for the BODY, with specified
background-color.

 In  your  example  (and mine on looking at it in the outbox) the /
 are still either side of the /italics/ word, even though the word is
 shown in italics. The *bold* and _underline_ work fine though.

When TB! displays italics sometime last letter is cut. If You want see
that, change the last line from my first mail to this:

(?i)((?![a-z\d\\:\/])\/(?![\s\/]|[\*\_]\s)(.*?[a-z\d].*?)(?![\\:\/\s])\/(?![a-z\d\\]))=span
 class=onpx//spani\2/ispan class=onpx//span


/bad/ /P/ /Q/ /w/

For me this is unacceptable disadvantage, so i kept slashes.

-- 
Regards
Konrad Szkudlarczyk


--
Jestes kierowca? To poczytaj!  http://link.interia.pl/f199e



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


Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello Konrad,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

KS Many programs for webmasters and graphic programs (or plain dec=hex
KS conventer) could help to find a value of colour. But You could simply
KS add to the file txt2html.regexps two lines for a moment:

KS \=lt;
\=gt;

KS You will see, that displayed text will change to the html source, and
KS will find a style definition for the BODY, with specified
KS background-color.

Gosh, clever. Thanks very much.

KS When TB! displays italics sometime last letter is cut. If You want see
KS that, change the last line from my first mail to this:

KS 
(?i)((?![a-z\d\\:\/])\/(?![\s\/]|[\*\_]\s)(.*?[a-z\d].*?)(?![\\:\/\s])\/(?![a-z\d\\]))=span
KS class=onpx//spani\2/ispan class=onpx//span

KS /bad/ /P/ /Q/ /w/

KS For me this is unacceptable disadvantage, so i kept slashes.

It only cuts it just a /little/ bit but I agree, it's annoying all the
same. Surely there must be a way round the problem as, in my reply to
Alexander, AMEOL displayed /italics/ perfectly.

Despite that little problem I'm very impressed with your efforts as reg
ex is way over my head and I can't understand why it's not been hard
coded into The Bat! main exe file because it's been asked for enough by
various users.

--
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


Re[2]: Configuring K9 Spam Filter

2006-09-30 Thread Granville Cousins
Hello Peter,

Thursday, September 28, 2006, 8:02:14 PM, you wrote:

Peter Hello Granville Cousins,

Peter on Thu, 28 Sep 2006 14:41:26 +0100 (2006-09-28 15:41:26 in .nl) in the
Peter message with reference
Peter mid:[EMAIL PROTECTED] you [GC]
Peter wrote (at least in part):

 I am using K9 Spam filter on my machine running Windows 2000. Is it
 possible to configure The Bat! to Filter my email by adding:
 X-Text-Classification: - to the Header line.

 Yes

 I have ticked this option
 in Configuration/K9 but then am lost as to how to get this to work
 with The Bat!.

 I have simply set up a common filter that applies to all 
 accounts/folders
 that looks for (in my case) spam in the x-text lasifiction header and
 instructs that filter, if f triggered, to send the offending ,ail to 
 the
 junk folder.



GC Where can I find this configuration in The Bat! filters section? I have
GC looked in there and cannot see any place where I can request The Bat! 
GC to filter my email using the header classification. I am running The 
GC Bat! version 1.6r.

Peter From memory:
Peter Use [Account | Sorting Office/Filters] to create a filter.
Peter Click on New filter (or similar).
Peter In the pane on the right, leftmost tab, give the filter a name etc.
Peter etc. and add a filter condition:
Peter - at the left there is a text field available, put
Peter   X-Text-Classification: in there (no quotes).
Peter - in the middle there's a drop down list, select Kludges (TB lingo for
Peter   headers).
Peter - at the right is another drop down list, select Yes.
Peter The second tab allows you to add more filter conditions.
Peter In case you want to use regex in the filter conditions, select the
Peter third (or was it forth?) tab and check the box next to Use regular
Peter expressions (or similar) text.



Thanks Guys, it's worked.

-- 
Love and Light,
 Granvillemailto:[EMAIL PROTECTED]


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


Re[2]: Configuring K9 Spam Filter

2006-09-30 Thread Granville Cousins
Hello Peter,

Thursday, September 28, 2006, 8:02:14 PM, you wrote:

Peter Hello Granville Cousins,

Peter on Thu, 28 Sep 2006 14:41:26 +0100 (2006-09-28 15:41:26 in .nl) in the
Peter message with reference
Peter mid:[EMAIL PROTECTED] you [GC]
Peter wrote (at least in part):

 I am using K9 Spam filter on my machine running Windows 2000. Is it
 possible to configure The Bat! to Filter my email by adding:
 X-Text-Classification: - to the Header line.

 Yes

 I have ticked this option
 in Configuration/K9 but then am lost as to how to get this to work
 with The Bat!.

 I have simply set up a common filter that applies to all 
 accounts/folders
 that looks for (in my case) spam in the x-text lasifiction header and
 instructs that filter, if f triggered, to send the offending ,ail to 
 the
 junk folder.



GC Where can I find this configuration in The Bat! filters section? I have
GC looked in there and cannot see any place where I can request The Bat! 
GC to filter my email using the header classification. I am running The 
GC Bat! version 1.6r.

Peter From memory:
Peter Use [Account | Sorting Office/Filters] to create a filter.
Peter Click on New filter (or similar).
Peter In the pane on the right, leftmost tab, give the filter a name etc.
Peter etc. and add a filter condition:
Peter - at the left there is a text field available, put
Peter   X-Text-Classification: in there (no quotes).
Peter - in the middle there's a drop down list, select Kludges (TB lingo for
Peter   headers).
Peter - at the right is another drop down list, select Yes.
Peter The second tab allows you to add more filter conditions.
Peter In case you want to use regex in the filter conditions, select the
Peter third (or was it forth?) tab and check the box next to Use regular
Peter expressions (or similar) text.



Can you tell me where I can view the X-Text-Classification: spam
marker in emails that have been designated as Spam by The Bat!?
This is just to see that it is working correctly.

Thanks

-- 
Love and Light,
 Granvillemailto:[EMAIL PROTECTED]


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


Re: txt2html.regexps

2006-09-30 Thread MAU
Hello Richard,

 Despite that little problem I'm very impressed with your efforts as reg
 ex is way over my head and I can't understand why it's not been hard
 coded into The Bat! main exe file because it's been asked for enough by
 various users.

I've known about this txt2html.regexps since May 2005 or so, but I
thought it was just an experimental thing for perhaps future
functionality. The file I use is much simpler:

([\s']*)\*([\w\s\+/\-\.\:\\_']*)\*(\s)=\1b\2/b\3
([\s']*)/([\w\s\+\-\.\:\\_']*)/(\s)=\1i\2/i\3
([\s']*)_([\w\s\+/\-\.\:\\']*)_(\s)=\1u\2/u\3

and it works just the same for italics, bold and underline.

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v3.85.03




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


Re: Configuring K9 Spam Filter

2006-09-30 Thread Peter Meyns
Hi Granville,

on Sat, 30 Sep 2006 10:41:55 +0100GMT (30.09.2006, 11:41 +0200GMT here),
you wrote:

GC Thursday, September 28, 2006, 8:02:14 PM, you wrote:

GC Can you tell me where I can view the X-Text-Classification: spam
GC marker in emails that have been designated as Spam by The Bat!?
GC This is just to see that it is working correctly.

Select the message and press ctrl+shift+K. This will show you all
headers.

-- 
Cheers
Peter

Aibohphobia - Fear of palindromes



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


Re: Configuring K9 Spam Filter

2006-09-30 Thread Roelof Otten
Hallo Granville,

On Sat, 30 Sep 2006 10:41:55 +0100GMT (30-9-2006, 11:41 , where I
live), you wrote:

GC Can you tell me where I can view the X-Text-Classification: spam
GC marker in emails that have been designated as Spam by The Bat!?
GC This is just to see that it is working correctly.

Press Ctrl-Shift-K, that will show you all headers, you can look for
your custom header between them, probably it's the last header before
the message starts.
Press Ctrl-Shift-K again to make the headers invisible again.

-- 
Groetjes, Roelof

I love animals...they're delicious!
http://www.voormijalleen.nl/
The Bat! 3.85.03
Windows XP 5.1 Build 2600 Service Pack 2
1 pop3 account, server on LAN
OTFE enabled
P4 3GHz
2 GB RAM


pgpXUdoFnhLRx.pgp
Description: PGP signature

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

Re: txt2html.regexps

2006-09-30 Thread Mary Bull
Hello Miguel!

On Saturday, September 30, 2006, 5:14 AM, you wrote:

 Despite that little problem I'm very impressed with your efforts as reg
 ex is way over my head and I can't understand why it's not been hard
 coded into The Bat! main exe file because it's been asked for enough by
 various users.

 I've known about this txt2html.regexps since May 2005 or so, but I
 thought it was just an experimental thing for perhaps future
 functionality. The file I use is much simpler:

 ([\s']*)\*([\w\s\+/\-\.\:\\_']*)\*(\s)=\1b\2/b\3
 ([\s']*)/([\w\s\+\-\.\:\\_']*)/(\s)=\1i\2/i\3
 ([\s']*)_([\w\s\+/\-\.\:\\']*)_(\s)=\1u\2/u\3

 and it works just the same for italics, bold and underline.

I've just now replaced Konrad's expressions with yours.

What I didn't know how to do, either with Konrad's or yours, is how to
make the replacement in my TB! editor-window body text, in order to
test it.

I was able to test Konrad's--at least so far as reading posts in the
View Folder--because bold, italic, and underline were always in the
posts about it.

Of course, with your expressions now replacing Konrad's in my
TB!/txt2html.regexps file, the posts containing the visible bold,
italic, underline fonts, using Konrad's file, no longer show these.

Could you please tell me what to type to make bold/italic/underline
appear with your file in my TB! now that I have changed fromKonrad's
to yours, MIguel?

NOTE; I opened the txt2html.regexps in Notepad, deleted Konrad's
expressions completely, and copied-and-pasted yours into it. Then I
saved it, and Notepad asked me if I wanted to replace, and I said yes,
OK.

So that's what's there, and I don't know how to use or test it.

Advice, please?

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2








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


Re[2]: Newsgroups to mail software

2006-09-30 Thread MikeD (2)
Hello John,

Friday, September 29, 2006, 1:28:10 PM, you wrote:

JP On Fri, 29 Sep 2006 18:57, MAU wrote:
 I've sent by PM.

JP Thanks greatly!.

JP Err...pardon my ignorance, but what is PM?

Normally 'Private Message' or 'Private Mail' depending on who you ask.
 In the context here, it means that the message was answered off
 list so that it didn't 'clog' up the list with something that
 probably would not be of interest to anyone else in the list.


-- 
Best regards,
 MikeDmailto:[EMAIL PROTECTED]



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


Re: txt2html.regexps

2006-09-30 Thread Roelof Otten
Hallo Miguel,

On Sat, 30 Sep 2006 12:14:47 +0200GMT (30-9-2006, 12:14 , where I
live), you wrote:

M I've known about this txt2html.regexps since May 2005 or so, but I
M thought it was just an experimental thing for perhaps future
M functionality. The file I use is much simpler:

Unfortunately your file only shows me underlined etc in quoted text, in
original text I'm seeing the markers, but not the desired effects.
What is it that I'm doing wrong? (Only on this topic of course, don't
give me the full list.)

-- 
Groetjes, Roelof

Women's clothes: Go to extremes, seldom to extremities.
http://www.voormijalleen.nl/
The Bat! 3.85.03
Windows XP 5.1 Build 2600 Service Pack 2
1 pop3 account, server on LAN
OTFE enabled
P4 3GHz
2 GB RAM


pgpoCc8dzfz09.pgp
Description: PGP signature

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

Re: txt2html.regexps

2006-09-30 Thread Mary Bull
Hello Roelof!

On Saturday, September 30, 2006, 6:05 AM, you wrote:

 What is it that I'm doing wrong? (Only on this topic of course, don't
 give me the full list.)

That's my modest moderator! ;)

Roelof, I don't know what to type in my body text to test either
Konrad's or Miguel's file.

With Konrad's, examples were posted, so I could at least verify by
reading the message.

I'm intensely curious as to what I should type to make a word become
bold, italic, or underlined.

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2








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


Re: txt2html.regexps

2006-09-30 Thread MAU
Hello Mary,

 Of course, with your expressions now replacing Konrad's in my
 TB!/txt2html.regexps file, the posts containing the visible bold,
 italic, underline fonts, using Konrad's file, no longer show these.

Maybe you have to re-start TB or at least switch from RTV to PTV and
back.

 Could you please tell me what to type to make bold/italic/underline
 appear with your file in my TB! now that I have changed fromKonrad's
 to yours, MIguel?

Use *'s for bold, like *this* for example.
Use /'s for italics, like /this/ for example.
Use _'s for underlining, like _this_ for example.

It looks like it doesn't work if the second *, / or _ is the last
character in a line.

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v3.85.03



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


Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello Mary,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

MB I'm intensely curious as to what I should type to make a word become
MB bold, italic, or underlined.

use an asterisk before and after to make *bold*, a forward slash before
and after to make /italic/ and an underscore before and after to make
_underscore_. However Roelf is right, Miguels underscore doesn't seem to
work for ordinary words. I've not tried in quoted yet.

By the way, mostly for mods, I can't see why my sig suddenly doesn't
work so please be patient as I've changed nothing!

-- 
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


Re: txt2html.regexps

2006-09-30 Thread MAU
Hello Mary,


 With Konrad's, examples were posted, so I could at least verify by
 reading the message.

 I'm intensely curious as to what I should type to make a word become
 bold, italic, or underlined.

Switch to PTV and you will see the trick :)

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v3.85.03




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


Re: txt2html.regexps

2006-09-30 Thread MAU
Hello Roelof,

 Unfortunately your file only shows me underlined etc in quoted text, in
 original text I'm seeing the markers, but not the desired effects.
 What is it that I'm doing wrong? (Only on this topic of course, don't
 give me the full list.)

I don't know what may be the problem, I'm seeing everything fine here.
Except if, as I have written to Mary, the closing *, / or _ is the last
character of the line. And I don't know why this is happening, I know
nothing about regexp.

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v3.85.03




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


Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello MAU,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

M It looks like it doesn't work if the second *, / or _ is the last
M character in a line.

Interesting because I posted a response to Mary at the same blink that
yours arrived and now, on reading it, I see my *bold* and _underscore_
aren't showing because they're directly followed by a , in the first
instance and a . in the second.

Why can't I preview the message in the outbox when I save it as draft. I
could earlier and I'm still viewing with MicroEd as always? Thigs aren't
quite right here since I installed the file. Little gremlins are jumping
up occasionally, like the sig delimiter not working for just one
message.

-- 
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


Re: txt2html.regexps

2006-09-30 Thread Alexander S. Kunz
Hello Richard Wakeford  everyone else,

on 30-Sep-2006 at 10:56 you (Richard Wakeford) wrote:

 It only cuts it just a /little/ bit but I agree, it's annoying all the
 same. Surely there must be a way round the problem as, in my reply to
 Alexander, AMEOL displayed /italics/ perfectly.

The solution would be to embed the string to be shown in italics in
spaces for display, like /italics/ becomes / italics / for display on
screen. That way, the invisible whitespaces would be cut.

I don't know if this can be done, though.

 Despite that little problem I'm very impressed with your efforts as reg
 ex is way over my head and I can't understand why it's not been hard
 coded into The Bat! main exe file because it's been asked for enough by
 various users.

Well, its much more flexible that way. You could add a regex that shows
mailto: URLs in a different color/font/style, and whatnot...


 --

That sig delimiter is bröken.

-- 
Best regards,
 Alexander (http://www.neurowerx.de)

The universe is perfectly harmonious. if we seek to find the source of
any conflict, we need only look within. -- Patrick Douglas



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


Re: txt2html.regexps

2006-09-30 Thread MAU
Hello Richard,

M It looks like it doesn't work if the second *, / or _ is the last
M character in a line.

 Interesting because I posted a response to Mary at the same blink that
 yours arrived and now, on reading it, I see my bold and _underscore_
 aren't showing because they're directly followed by a , in the first
 instance and a . in the second.

It looks like my file (which I didn't invent, BTW) doesn't work if the
closing *, / or _ is not followed by a space. But don't ask me why.

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v3.85.03




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


Re: txt2html.regexps

2006-09-30 Thread Sebastian Murawski
Hello TheBat TBUDL List Members!!!

.==[ Stanislav V. Mikov ]==
|
| The  Bat!  has  an internal engine allows you to automatically replace
| strings  wilt other strings when you are using HTML viewer. This means
| that  you can, for example, highlight specific words using schema like
| The  Bat  - buThe Bat/u/b, or you can do any other useful
| or crazy things.
| 
| In  order  to  specify  this  substitutions  you  must  to use regular
| expressions.  Please  refer  The Bat documentation to watch out how to
| use them.
| 
| In  this  program  you  can  see  two  columns - Find what and Auto
| replace  with.  In  the  first  column  you  are must to specify some
| regexp,  and  in  the  second column you must to specify corresponding
| substitution  expression.  You can use subpatterns in such form: \0 \1
| \2 and so on.
| 
| For  example,  if you wish to highlight phone 7-digit numbers, you can
| supply   (\s)(\d{3})(\d{2})(\d{2})(\s)   as   the   'find   what'  and
| \1b\2-\3-\4/b\4 as the 'replace with'. And so on
| 
| http://umc.net.ru/files/other/hlam.zip, 180 Kb
|
'==[ KONIEC: Stanislav V. Mikov ]==

http://forum.allbat.info/lofiversion/index.php/t1045.html

-- 
Thanks and best regards,
 Sebastian Murawski



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


Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello MAU,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

M It looks like my file (which I didn't invent, BTW) doesn't work if the
M closing *, / or _ is not followed by a space. But don't ask me why.

OK, thanks. For now I'm trying the more complicate one again just to see
if it /works/.

-- 
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello Alexander,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

 --

ASK That sig delimiter is bröken.

I know. Don't know why it happened either. :-(

-- 
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


Re: txt2html.regexps

2006-09-30 Thread Mary Bull
Hello Miguel!

On Saturday, September 30, 2006, 6:52 AM, you wrote:

 Of course, with your expressions now replacing Konrad's in my
 TB!/txt2html.regexps file, the posts containing the visible bold,
 italic, underline fonts, using Konrad's file, no longer show these.

 Maybe you have to re-start TB or at least switch from RTV to PTV and
 back.

The switching to PTV and back then to RTV did the trick, for viewing
Konrad's and yours, both.

 Could you please tell me what to type to make bold/italic/underline
 appear with your file in my TB! now that I have changed fromKonrad's
 to yours, MIguel?

 Use *'s for bold, like *this* for example.
 Use /'s for italics, like /this/ for example.
 Use _'s for underlining, like _this_ for example.

 It looks like it doesn't work if the second *, / or _ is the last
 character in a line.

*Got it!* And here's a bit of extra text to make it work.

/Nicely put/ !

And, _underlining_ this.

Thanks a mil, Miguel! :thankyou:

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2






pgpvDImuChknG.pgp
Description: PGP signature

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

Re: txt2html.regexps

2006-09-30 Thread Mary Bull
Hello Miguel!

On Saturday, September 30, 2006, 6:55 AM, you wrote:

 With Konrad's, examples were posted, so I could at least verify by
 reading the message.

 I'm intensely curious as to what I should type to make a word become
 bold, italic, or underlined.

 Switch to PTV and you will see the trick :)

Done.

And thanks for posting the more detailed instructions also.

Takes awhile for the penny to drop, for people like me. :)

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2








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


Re: txt2html.regexps

2006-09-30 Thread Mary Bull
Hello Richard!

On Saturday, September 30, 2006, 6:55 AM, you wrote:

MB I'm intensely curious as to what I should type to make a word become
MB bold, italic, or underlined.

 use an asterisk before and after to make *bold*, a forward slash before
 and after to make /italic/ and an underscore before and after to make
 _underscore_. However Roelf is right, Miguels underscore doesn't seem to
 work for ordinary words. I've not tried in quoted yet.

It works. But, as with * and / the _ _cannot be the last_ of the
characters on the line.

 By the way, mostly for mods, I can't see why my sig suddenly doesn't
 work so please be patient as I've changed nothing!

Your sig delimiter worked perfectly for me in this reply.

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2






pgpvsk3d5y2OS.pgp
Description: PGP signature

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

Re[2]: Configuring K9 Spam Filter

2006-09-30 Thread Granville Cousins
Hello Roelof,

Saturday, September 30, 2006, 11:33:34 AM, you wrote:

Roelof Hallo Granville,

Roelof On Sat, 30 Sep 2006 10:41:55 +0100GMT (30-9-2006, 11:41 , where I
Roelof live), you wrote:

GC Can you tell me where I can view the X-Text-Classification: spam
GC marker in emails that have been designated as Spam by The Bat!?
GC This is just to see that it is working correctly.

Roelof Press Ctrl-Shift-K, that will show you all headers, you can look for
Roelof your custom header between them, probably it's the last header before
Roelof the message starts.
Roelof Press Ctrl-Shift-K again to make the headers invisible again.


Cheers, have a good day.

-- 
Love and Light,
 Granvillemailto:[EMAIL PROTECTED]


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


Re: txt2html.regexps

2006-09-30 Thread Mary Bull
Hello Richard!

On Saturday, September 30, 2006, 7:01 AM, you wrote:

 Why can't I preview the message in the outbox when I save it as draft. I
 could earlier and I'm still viewing with MicroEd as always? Thigs aren't
 quite right here since I installed the file. Little gremlins are jumping
 up occasionally, like the sig delimiter not working for just one
 message.

I have never been able to see RTV in the Outbox.

Ever since I began wanting to see how my message would appear in RTV,
with the advent of the smiley capability, I have had--at Robin Anson's
suggestion--a subfolder to the Outbox. I call it Reference Smileys.
I copy the Outbox message into that folder, easy to do with the folder
so close, then go back to the Outbox, having seen the RTV of my
message, make any changes and then send.

This was part of my long-continuing exchange with Stefan Tanurkov on
TBBETA, about the need for a separate drafts folder.

Not only can you not see RTV in the Outbox, the Outbox is not
configurable with folder templates and does not respect AB templates,
so that my PGP settings are changed to the Account default templates,
if I do revisions of my message in the Outbox.

And very clumsy my work-arounds to this, are *too* . grr

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2








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


Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello Mary,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

MB It works. But, as with * and / the _ _cannot be the last_ of the
MB characters on the line.

Or if it's followed by a punctuation mark.

MB Your sig delimiter worked perfectly for me in this reply.

I know. Strange, it was just that one time and Alexander ticked me off
too. The big bully :-(

Shaking with fear and cowering in a corner now sob ;-)

-- 
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


Re: txt2html.regexps

2006-09-30 Thread Mary Bull
Hello Miguel!

On Saturday, September 30, 2006, 7:09 AM, you wrote:

M It looks like it doesn't work if the second *, / or _ is the last
M character in a line.

 Interesting because I posted a response to Mary at the same blink that
 yours arrived and now, on reading it, I see my bold and _underscore_
 aren't showing because they're directly followed by a , in the first
 instance and a . in the second.

 It looks like my file (which I didn't invent, BTW) doesn't work if the
 closing *, / or _ is not followed by a space. But don't ask me why.

It's okay. Now that we know, it's an easy work-around.

And I should have seen that intuitively. Because there must be spaces
around the colons which enclose the plain-text smiley handles, for the
smiley image to be called. :thumbup:

This is part of the smiley capability, merely extended. Use smiley
icons in HTML server in Options/Preferences must be chosen. or the
Smiley box in the right-click context menu in RTV body text must be
checked, for these font styles to work.

Thanks a million for all the help figuring it out, Miguel.

A virtual cold one is on the way!

And I'll drink your health, here, in :batbeer: !

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2








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


Re: txt2html.regexps

2006-09-30 Thread Mary Bull
Hello Sebastian!

On Saturday, September 30, 2006, 7:10 AM, you wrote:

 The  Bat!  has  an internal engine allows you to automatically replace
 | strings  wilt other strings when you are using HTML viewer. This means
 | that  you can, for example, highlight specific words using schema like
 | The  Bat  - buThe Bat/u/b, or you can do any other useful
 | or crazy things.
 | 
 | In  order  to  specify  this  substitutions  you  must  to use regular
 | expressions.  Please  refer  The Bat documentation to watch out how to
 | use them.
 | 
 | In  this  program  you  can  see  two  columns - Find what and Auto
 | replace  with.  In  the  first  column  you  are must to specify some
 | regexp,  and  in  the  second column you must to specify corresponding
 | substitution  expression.  You can use subpatterns in such form: \0 \1
 | \2 and so on.
 | 
 | For  example,  if you wish to highlight phone 7-digit numbers, you can
 | supply   (\s)(\d{3})(\d{2})(\d{2})(\s)   as   the   'find   what' and
 | \1b\2-\3-\4/b\4 as the 'replace with'. And so on
 | 
 | http://umc.net.ru/files/other/hlam.zip, 180 Kb
 |
 '==[ KONIEC: Stanislav V. Mikov ]==

 http://forum.allbat.info/lofiversion/index.php/t1045.html

Thanks a million, Sebastian! :thankyou:

A copy of this message from you is going into my TB! Troubleshooting
file, for future reference. :hooray:

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2






pgpzr1NRmObN6.pgp
Description: PGP signature

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

Re: txt2html.regexps

2006-09-30 Thread Mary Bull
Hello Richard!

On Saturday, September 30, 2006, 7:55 AM, you wrote:

MB It works. But, as with * and / the _ _cannot be the last_ of the
MB characters on the line.

 Or if it's followed by a punctuation mark.

Yes. Miguel figured it out. It must have a trailing space, and also a
before space, just like the colons for the smiley handles. :42:

MB Your sig delimiter worked perfectly for me in this reply.

 I know. Strange, it was just that one time and Alexander ticked me off
 too. The big bully :-(

I told Alex to his face that he's a bully, on TBOT, when he said I was
chicken for not wanting to put this file into my TB! directory to test
it. hehehe

 Shaking with fear and cowering in a corner now sob ;-)

 comforting :bearhug:  It's okay. Let's go off somewhere by
ourselves and make beautiful music together! :tellmeaboutit:

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2






pgp0oJkKmEW1M.pgp
Description: PGP signature

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

Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello Mary,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

MB I told Alex to his face that he's a bully, on TBOT, when he said I was
MB chicken for not wanting to put this file into my TB! directory to test
MB it. hehehe

Going /slightly/ off topic but good for you.

MB It's okay. Let's go off somewhere by ourselves and make beautiful
MB music together!

I'm actually doing some practice now with the cor de chasse as we have a
rehearsal this evening. :-)

-- 
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


SOT: music for testing files with regular expressions [was Re: txt2html.regexps]

2006-09-30 Thread Mary Bull
Hello Richard!

On Saturday, September 30, 2006, 8:18 AM, you wrote, in re Mary Bull's
comment on what Alexander Kunz remarked to her on TBOT when she said
she was afraid of destroying her fragile Bat if she put the
txt2html.regexps file into its directory:

MB I told Alex to his face that he's a bully, on TBOT, when he said I was
MB chicken for not wanting to put this file into my TB! directory to test
MB it. hehehe

 Going /slightly/ off topic but good for you.

MB It's okay. Let's go off somewhere by ourselves and make beautiful
MB music together!

 I'm actually doing some practice now with the cor de chasse as we have a
 rehearsal this evening. :-)

Right on! :thumbup:
 :band:

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2








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


Re: txt2html.regexps

2006-09-30 Thread Alexander S. Kunz
Hello Richard Wakeford  everyone else,

on 30-Sep-2006 at 14:55 you (Richard Wakeford) wrote:

 I know. Strange, it was just that one time and Alexander ticked me off
 too. The big bully :-(

If that was your impression, I'm really sorry. I'll try to remember next
time that you prefer to be officially moderated! :-P

 Shaking with fear and cowering in a corner now sob ;-)

Wimp. ;-)

-- 
Best regards,
 Alexander (http://www.neurowerx.de)

'Time' has ceased, 'Space' has vanished. We now live in a global
village...a simultaneous happening. -- Alfred North Whitehead



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


SOT: unofficially moderating Alex [was Re: txt2html.regexps]

2006-09-30 Thread Mary Bull
Hello Alexander!

On Saturday, September 30, 2006, 8:51 AM, you wrote:

 I know. Strange, it was just that one time and Alexander ticked me off
 too. The big bully :-(

 If that was your impression, I'm really sorry. I'll try to remember next
 time that you prefer to be officially moderated! :-P

:-P

 Shaking with fear and cowering in a corner now sob ;-)

 Wimp. ;-)

Big bully! :whip:

To all who didn't see the txt2html.regexps thread, in which we were
testing it on TBOT: this is all in fun between Alexander and me.

He actually coached me very well on its safety and its usefulness, and
teased me into coming out of my shy, fearful corner. :)

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2






pgpkH9P9woJSn.pgp
Description: PGP signature

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

Re: txt2html.regexps

2006-09-30 Thread MAU
Hello Mary,

 I have never been able to see RTV in the Outbox.

Have you tried viewing Outbox in the preview pane? It works here just
fine.

If you normally use folder view, this won't work for Outbox. Normally,
when you double click on a message in the message list pane a folder
view will open. For Outbox, if you double click on a message in the
message list pane, the Editor window will open.

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v3.85.03



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


Viewing RTV in Outbox [was: Re: txt2html.regexps]

2006-09-30 Thread Mary Bull
Hello Miguel!

On Saturday, September 30, 2006, 10:53 AM, you wrote:

 I have never been able to see RTV in the Outbox.

 Have you tried viewing Outbox in the preview pane? It works here just
 fine.

Didn't know about that. Every day's a schoolday. :)

Thanks for the info, Miguel.

 If you normally use folder view, this won't work for Outbox. Normally,
 when you double click on a message in the message list pane a folder
 view will open. For Outbox, if you double click on a message in the
 message list pane, the Editor window will open.

How interesting! I came to The Bat! from Eudora Pro 4.0--which I left
for its vulnerabilities--and intermediately from OE, with my mails
being run in through MailWasher. It was just after the automatically
open in Preview Pane/OE vulnerability was exposed, in the spring of
2002. (Got TB! in October, 2002.)

So, I brought my no-preview-pane prejudice with me to TB! and by the
time I realized that TB!'s preview pane is safe, I had the folder-view
and mailticker-view mode firmly ensconced in my visual-motor habits.

Okay, I might learn to use Preview Pane in the Outbox. Would be faster
than my other workaround.

So, *many thanks* , Miguel. :thankyou:

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2







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


Re: Viewing RTV in Outbox [was: Re: txt2html.regexps]

2006-09-30 Thread MAU
Hello Mary,

 So, I brought my no-preview-pane prejudice with me to TB! and by the
 time I realized that TB!'s preview pane is safe, I had the folder-view
 and mailticker-view mode firmly ensconced in my visual-motor habits.

 Okay, I might learn to use Preview Pane in the Outbox. Would be faster
 than my other workaround.

I only use preview pane. That's of course because I use TB maximised and
have enough screen real estate.

-- 
Best regards,

Miguel A. Urech (El Escorial - Spain)
Using The Bat! v3.85.03




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


Re: txt2html.regexps

2006-09-30 Thread Roelof Otten
Hallo Alexander,

On Sat, 30 Sep 2006 15:51:09 +0200GMT (30-9-2006, 15:51 , where I
live), you wrote:

ASK Wimp. ;-)

That reminds me I've got this moderator template for abusive language
offenders. Please don't make me use that.

-- 
Groetjes, Roelof

WYSIWYG: see Optical illusion
http://www.voormijalleen.nl/
The Bat! 3.85.03
Windows XP 5.1 Build 2600 Service Pack 2
1 pop3 account, server on LAN
OTFE enabled
P4 3GHz
2 GB RAM


pgpMRfYrN2atK.pgp
Description: PGP signature

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

Re: Viewing RTV in Outbox [was: Re: txt2html.regexps]

2006-09-30 Thread Mary Bull
Hello Miguel!

On Saturday, September 30, 2006, 12:17 PM, you wrote:

 I might learn to use Preview Pane in the Outbox. Would be faster
 than my other workaround.

 I only use preview pane. That's of course because I use TB maximised and
 have enough screen real estate.

Ah. I use TB! taking up about 3/4 of my screen, so I can stack various
of its windows behind it, with an easy switch just to click among
them.

But that's because I mostly read and write in the TB! mailing lists
and TBOT, and I truly do not enjoy threading. So, I thread by none and
sort chronologically. And if I want to compare several posts in a
thread, I just stack their windows up on my screen.

I'll probably stay with folder view for most things--I hate the Outbox
because it destroys my AB template settings, particularly my PGP
settings. Only go down there to check on a smiley image if I've used
one, and it's not one I'm very familiar with. And now, this
bold/italic/underlined font thing.

-- 
Best regards,
Mary
The Bat! 3.85.03 on Windows XP 5.1 2600 Service Pack 2








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


Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello Roelof,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

ASK Wimp. ;-)

RO That reminds me I've got this moderator template for abusive language
RO offenders. Please don't make me use that.

That's it, you tell him! ;-)

It's not bad language though is it? I thought a wimp was just a weedy
person.

-- 
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


Re: txt2html.regexps

2006-09-30 Thread Konrad Szkudlarczyk
Hello, MAU. On the thirtieth September 2006 You wrote:

 The file I use is much simpler:

 ([\s']*)\*([\w\s\+/\-\.\:\\_']*)\*(\s)=\1b\2/b\3
 ([\s']*)/([\w\s\+\-\.\:\\_']*)/(\s)=\1i\2/i\3
 ([\s']*)_([\w\s\+/\-\.\:\\']*)_(\s)=\1u\2/u\3

 and it works just the same for italics, bold and underline.

Simpler, but has many shortcomings:
1) doesn't works with national characters;
2) when You copypaste text with control characters they would gone,
   that means before You copypaste any code, content of TB's filter,
   or simple regexp as above, You must to disable smileys. My solution
   is, I hope, safer;
3) before first control character must be space or quotation marks,
   and after must be space;
4) some */nested/* tags doesn't works;
5) ascii-art in Leif Gregory's signature is displayed incorrect (final
   test :-)).

-- 
Regards
Konrad Szkudlarczyk


--
Dziewczyny Paryza  http://link.interia.pl/f19a3 



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


Re: txt2html.regexps

2006-09-30 Thread Konrad Szkudlarczyk
On the thirtieth September 2006 I wrote:

 If You have comments or ideas, and especially when You find any bug,
 please give me an info.

First errors appears (thank You, Alexander):
mid:[EMAIL PROTECTED] and
mid:[EMAIL PROTECTED], problem with nested
special characters. _First _second third_ - I want to underline
second third. To do this I must be sure, that between special
characters don't appears the same special character.

Because in htmltags are used slashes, we must remember to put line
with regexp for underlines above lines for * and _. If between
slashes is link, this regexp will not works.

Below is corrected version of my txt2html.regexps file.


First line, as always, is style:

(\STYLE type.\text\/css\\)=\1 span.onpx{font-size:1px;color:white}


*Second* line (italics), if we want to *hide slashes*:

(?i)((?![a-z\d\\:\/])\/(?![\s\/]|[\*\_]\s)([^\/\n]*?[a-z\d][^\/\n]*?)(?![\\:\/\s])\/(?![a-z\d\\]))=span
 class=onpx//spani\2/ispan class=onpx//span


*Second* line (italics), if we want to *see slashes*:

(?i)((?![a-z\d\\:\/])\/(?![\s\/]|[\*\_]\s)([^\/\n]*?[a-z\d][^\/\n]*?)(?![\\:\/\s])\/(?![a-z\d\\]))=i\1/i


Third and fourth lines (underline and bold):

(?i)((?![a-z\d\\:])\*(?![\s\*]|[\_\/]\s)([^\*\n]*?[a-z\d][^\*\n]*?)(?![\\:\*\s])\*(?![a-z\d\\]))=span
 class=onpx*/spanb\2/bspan class=onpx*/span
(?i)((?![a-z\d\\:])\_(?![\s\_]|[\*\/]\s)([^\_\n]*?[a-z\d][^\_\n]*?)(?![\\:\_\s])\_(?![a-z\d\\]))=span
 class=onpx_/spanu\2/uspan class=onpx_/span

-- 
Regards
Konrad Szkudlarczyk


--
Dziewczyny Paryza  http://link.interia.pl/f19a3 



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


Re: txt2html.regexps

2006-09-30 Thread Richard Wakeford
Hello Konrad,

On Sat, 30 Sep 2006 you wrote in mid:[EMAIL PROTECTED]

KS Below is corrected version of my txt2html.regexps file.

Works /perfectly/ for me, thank you very much.

-- 
Regards,
Richard

| The Bat! 3.85.03 with POP3 account  AntispamSniper 1.6.7.3
| Windows XP (build 2600) version 5.1 Service Pack 2
| F-Prot AV, Outpost Firewall Pro, Spysweeper, Adaware, SpyBot
| CPU: Athlon 1.09 Ghz
| RAM: 1024 MB

Holiday in France: http://perso.wanadoo.fr/lazyhomes/holiday.html   




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


TBUDL Mission Statement

2006-09-30 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Greetings TB Listers,

This is your monthly message from the moderation team to remind you
of the primary purpose of this discussion list.

To review the list rules, follow the link at the end of this message.

Before  posting a question to the list, please check The Bat! User's
FAQ  at:  http://www.silverstones.com/thebat/FAQ.html  and  the list
archive  at http://www.mail-archive.com/[EMAIL PROTECTED] To
subscribe,  send  a message to mailto:[EMAIL PROTECTED]
There  is also a beginners 'MAQ' (Most Asked Questions) available by
clicking  here:  mailto:[EMAIL PROTECTED]  and
sending the resulting message.


 TBUDL Mission statement

The  TBUDL  list  has  been set up for the purpose of discussing The
Bat! and how to use it. It is a community of users ready and able to
help  new  users  get to grips with some of the capabilities of this
flexible  email  client.  More  complex  issues are discussed on the
TBTECH list (see below for details).

Simply  send  messages to mailto:TBUDL@thebat.dutaint.com to send it
to the whole list.

See  the  notes  at the end of this message for details about how to
manage your list membership or to leave the list.


It  would probably be a good idea for you to set up a folder to keep
TBUDL  messages  in.  If  you do this, the next most useful thing to
have  in  place  is an automatic filter to move mail from your inbox
into your TBUDL folder.

Set up a filter for incoming mail which looks for:

Header Field [Reply-To] Contains [EMAIL PROTECTED]


The Roguemoticon Project


It's  nice to see your contact's face in the header ... and for them
to  see  yours. That's what roguemoticons are all about. If you wish
to add yourself, then you'll need to visit this site
http://www.pcwize.com/thebat
What  this  place  will  do  for  you  is  to allow you to create an
account,  add  your  image  and  then  let  you download a .ZIP file
containing  all  the  files  you'll  need to be able so see people's
faces  without  having  to  send  or  receive any real images in any
messages.

To trigger the roguemoticon display in the message header for anyone
reading  your  message  using  TB,  you have the choice of using the
X-Rogue: header or a signature trigger.

  How to use a signature trigger
The  image  is  triggered  by  a 'Handle' you've defined in your
account,  and  when  that  Handle  appears  in a message it gets
replaced on the client side by the corresponding image. A handle
could  look  like anything you want it to look like pretty much.
For example:
:Leif_Gregory:
Just add this text to your standard message signature block.

  How to create the X-Rogue: header
You can do that with this macro:
%SetHeader('X-Rogue',':your_handle:')%-  in  your  templates for
this and other tb-lists.
However, the macro alone won't do the trick.
TB'll  say: 'Hey, that's not any RFC822 header I know about', so
you'll have to define it as such:
Options  ..  Preferences .. Messages .. Message headers .. 'Add'

Now you'll get a pop-up to define the header

  Display as: X-Rogue (or whatever, it isn't very important)
  RFC header: X-Rogue
  Uncheck: 'This field is an address list' (because it isn't)
  Check: 'Allow this field to be edited in the message editor'
  Uncheck:  'Display  this  field  in the scrollable part of the
  header pane'

Now you're done and every TB-user can see your lovable face when
they've installed the roguemoticons.

For you to see peoples faces:

  To get this going, you should be running TB! v2.12 or later. Fetch
  the following file:
  http://www.pcwize.com/thebat/smileys/rogues.zip

  Unzip it to the 'Images' directory that's in your TB! installation
  directory: C:\Program Files\The Bat!\Images
  You  should  now  have a directory called 'rogues' containing many
  images  as well as the file 'rogues.msl' in your Images directory.
  Go into the preferences, and bring up the View/Editor options. Now
  hit  Shift-CTRL-Alt-T  while  TB!  is in focus. This will re-fetch
  TB!'s smiley set from disk and load the new images.


TBOT - The Bat off topic discussion list

One of our members has created a list for those occasional off topic
discussions  of public interest. Please feel free to join this list,
where many of our readership currently participate.


Re: txt2html.regexps

2006-09-30 Thread George Mitchell
Konrad Szkudlarczyk wrote:

KS Since a few days Alexander S. Kunz and me exchanging mails about
KS file txt2html.regexps and undocumented feature in The Bat!.

Wow, this is the coolest TB! trick I've seen in a good long while.
Thanks to all for your efforts on this.

I found I was also able to use it in one specific case as a workaround
for TB!'s current inability to display external images.  I get weather
forecasts emailed to me and the forecasts include links to images
representing the forecast conditions.  Seeing the images makes it a
lot easier to see at a glance what's coming (although here in San
Diego county there are few weather surprises).  Since the set of
possible images is small it was easy to download them all to a local
subdirectory, and I added the following line to txt2html.regexps:

(?i)img 
src.http:\/\/icons\.wunderground\.com\/graphics\/conds\/2005\/([a-z_\.]+)[^]*=a
 href=#internal_img#img src=.\wunderground\\1 alt=\1/a

TB! takes the first equal sign as the end of the regexp, hence the .
to represent it.  In testing this I also discovered that TB! appears
to read and parse this file before it displays each message, so it
isn't necessary to close and restart TB!; just select a different
message.

-- 
George

Using The Bat! 3.64.01 Christmas Edition on Windows XP Pro, Service Pack 2.



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