Re: a teeny weeny thing

2004-10-20 Thread Roger Phillips
Hello Jan,

Tuesday, October 19, 2004, 6:23:21 PM, among other things, you wrote:

JR If user selects view un-read msgs only, TB! includes the msg that
JR the cursor rests on -- which is not necessarily un-read. So, in
JR fact, it doesn't seem that view only un-read msgs actually
JR contains only un-read msgs.

I  think  it  displays  any  folders that have some unread messages in
them.  It doesn't mean that it displays only unread messages.  Perhaps
not quite what you are wanting?


-- 
Best regards,
 Roger

Flying with The Bat!, version 3.0.1.33, and antispam BayesIt! 0.7.3  
on Windows ME, version 3000, Build 90



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Perl to RegExp

2004-10-20 Thread Jonathan Angliss
On Wednesday, October 20, 2004, Avi Yashar wrote...

 I posted the following message to one of the TB support forums, but -
 after 24 hours - have received no response. It does not seem that the
 three relatively new forums are much in use. So let me try this
 request for help here.

According to the help, TB uses PCRE, corresponding to Perl 5.0.0.5. So
I'd guess the regular expression part would be fine, but you don't
provide an example usage of your script, so I'm guessing you're just
feeding the information from STDIN. However, if you're just attempting
to print the from, to, and subject lines from emails, you can use
macros. They're detailed in the help file.

-- 
Jonathan Angliss
([EMAIL PROTECTED])
Using The Bat! v3.0.2.1 on Windows XP Service Pack 2

Love is the dance of eternity


pgpiKapiaILe3.pgp
Description: PGP signature

 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

Common Filters Problem since 3.0.1 RC7?

2004-10-20 Thread znark
G'day TBBETA,

  If I have this filter on an account it works fine when mail is
  received and also when if I try a manual re-filter.

,-- [Spam Filter]
|  TB! Message Filter 
| beginFilter
| UID: [42964EEB.01C4B3DD.346B43D7.2FCF7135]
| Name: Spam
| Filter: {\0D\0A\20`7`X-Text-Classification`0`spam\0D\0A}
| MoveMessage folder \5C\5C\5CSpam
| MarkRead
| IsActive
| Ignore
| endFilter
`--

   When I move it to common filters it works on incoming mail but not
   when I try a manual re-filter.

   Is this expected behaviour?
   
-- 
znark
:flag-australia:
The Bat! 3.0.2.1Windows XP - Service Pack 2, Build 2600
Hotmail Popper 2.1.1POPFile 0.22.1  PGP 8.1 

A soothing tongue is a tree of life, But perversion in it
crushes the spirit. -- Prov 15:4



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Perl to RegExp

2004-10-20 Thread Avi Yashar
On Wed, 20 Oct 2004 01:21:22 -0500, Jonathan Angliss wrote:

Thanks, Jonathan. That was quick! I really appreciate that about this forum.

Let me explain more. I moderate several mailing lists. On one
majordomo list that is quite active, I receive many bounced messages
that I must forward to the list. A message can bounce for a number of
quite innocent reasons, for example, a member sent the message from an
address that was not subscribed to the list.

A bounced message comes to me with a long block of information that
amounts to all of the kludges of the original message. From that
block, I must extract just three lines - the lines beginning with
From:, Subject:, and To:. Then I delete the rest of that block
of information, leave a blank line, and then comes the normal message
text.

The Perl script that I provided does exactly that. I verified this
point on a UNIX machine. My problem is to add these Perl-script
instructions - presumably via RegExp - to the Forward template that I
use for this mailing list. If I do that, then I will get consistent
and reliable results. Without doing that, I have to manually filter
out the lines of information that I need and delete the rest. This is
time-consuming, and there is scope for error.

 According to the help, TB uses PCRE, corresponding to Perl 5.0.0.5. So
 I'd guess the regular expression part would be fine, but you don't
 provide an example usage of your script, so I'm guessing you're just
 feeding the information from STDIN. However, if you're just attempting
 to print the from, to, and subject lines from emails, you can use
 macros. They're detailed in the help file.

I think you can see from my explanation above that the regular macros
are not sufficient to this task. The filtering relates to the text of
the message that I am forwarding and not the headers of the message.
In short, I just need to convert that Perl script to TB RegExp
statements, and I never seem to find the hours required to learn how
to do that.

-- 
Avi Yashar
Windows XP Pro SP2 and TB Pro 3.0.1.33


 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Perl to RegExp

2004-10-20 Thread Jonathan Angliss
On Wednesday, October 20, 2004, Avi Yashar wrote...
 Thanks, Jonathan. That was quick! I really appreciate that about
 this forum.

A think about this forum is the format of reply. The list rules say no
top posting, which is half what you did. But I won't jump you for it
;)

 Let me explain more. I moderate several mailing lists. On one
 majordomo list that is quite active, I receive many bounced messages
 that I must forward to the list. [..]

 A bounced message comes to me with a long block of information that
 amounts to all of the kludges of the original message. From that
 block, I must extract just three lines - the lines beginning with
 From:, Subject:, and To:. Then I delete the rest of that block
 of information, leave a blank line, and then comes the normal
 message text.

Now that makes a lot more sense. Do you have an example snippet of an
email? As a note, this is more targeted towards TBTECH, I think that
list is more designed for dealing with specific technical issues such
as this, and I know there are some good TB Regex guys on there.

Now the regular macros won't do, but you can use some of the more
technical ones. Take a look in the help section on macros, you're
going to want to look at the REGEXPTEXT one primarily I'd guess.
Before I continue, I'm no expect on this, and am working from memory
on what I played with a while ago.

REGEXPTEXT takes the TEXT from the email, and uses the regular
expression you pass it to return the information.  You can use
variables to assign the stuff, or just output it straight away.

-- 
Jonathan Angliss
([EMAIL PROTECTED])
Using The Bat! v3.0.2.1 on Windows XP Service Pack 2

Now on CD ROM, classic taglines of the computer era.


pgpnVEWOuhGyn.pgp
Description: PGP signature

 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

How to DOWNgrade?

2004-10-20 Thread Foster, Graham
Hello tbbeta

  OK - I have 3.0.2.1 - but the screen update is driving me nuts.
  However. If you try re-installing the release MSI - it does NOT
  downgrade you. I haven't see a posting of just the .exe from the
  MSI.. so how do you downgrade???
  
-- 
regards,
 Graham   

Using The Bat! 3.0.2.1
assisted by  [Bayes Filter Plugin v1.5.6]
under Windows XP 5.1 
(Build 2600, Service Pack 1)



--
Notice:  This e-mail message, together with any attachments, contains information of 
Merck  Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or 
its affiliates (which may be known outside the United States as Merck Frosst, Merck 
Sharp  Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary 
copyrighted and/or legally privileged. It is intended solely for the use of the 
individual or entity named on this message.  If you are not the intended recipient, 
and have received this message in error, please notify us immediately by reply e-mail 
and then delete it from your system.
--


 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: How to DOWNgrade?

2004-10-20 Thread Martin Webster
 
Graham Foster [FG], wrote:

FG   OK - I have 3.0.2.1 - but the screen update is driving me nuts.
FG   However. If you try re-installing the release MSI - it does NOT
FG   downgrade you. I haven't see a posting of just the .exe from the
FG   MSI.. so how do you downgrade???
  
Exit TB! and rename (or delete) thebat.exe. e.g. thebat-3.0.2.1.exe.
Then re-run the current MSI and select Repair.


-- 
.\\artin | ICQ 15893823

I must follow them. I am their leader! ANDREW BONAR LAW
___
IMAP Client: The Bat! Version 3.0.1.33 | Horde IMP WebMail
IMAPS Server: Dovecot | OS: Windows XP Professional (Service Pack 2)



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: How to DOWNgrade?

2004-10-20 Thread Marcus Ohlström

On Wednesday, October 20, 2004, 09:37, Foster, Graham wrote:

   OK - I have 3.0.2.1 - but the screen update is driving me nuts.
   However. If you try re-installing the release MSI - it does NOT
   downgrade you. I haven't see a posting of just the .exe from the
   MSI.. so how do you downgrade???
  
I deleted the exe, launched Add/Remove programs from the Control Panel
and repaired the TB! installation. This of course does not work for
those using W98 and therefore not having a TB! entry in the Add/Remove
programs Control Panel, but I suppose you can just launch the .msi
again by double clicking it. After deleting thebat.exe of course.

Good luck.

-- 
Regards,
Marcus Ohlström

Using The Bat! v3.0.1.33 on Windows 2000 5.0 Build 2195 Service Pack 4
PGP Public Key at http://www.canit.se/~marcus/pgp.asc






 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: How to DOWNgrade?

2004-10-20 Thread Foster, Graham
Hello Martin

 Exit TB! and rename (or delete) thebat.exe. e.g. thebat-3.0.2.1.exe.
 Then re-run the current MSI and select Repair.
fx: slaps head Doh!... I need more coffee ;-)

-- 
regards,
 Graham  
Using The Bat! 3.0.2.1
assisted by 
under Windows XP 5.1 
(Build 2600, Service Pack 1)



--
Notice:  This e-mail message, together with any attachments, contains information of 
Merck  Co., Inc. (One Merck Drive, Whitehouse Station, New Jersey, USA 08889), and/or 
its affiliates (which may be known outside the United States as Merck Frosst, Merck 
Sharp  Dohme or MSD and in Japan, as Banyu) that may be confidential, proprietary 
copyrighted and/or legally privileged. It is intended solely for the use of the 
individual or entity named on this message.  If you are not the intended recipient, 
and have received this message in error, please notify us immediately by reply e-mail 
and then delete it from your system.
--


 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Where to get latest betas

2004-10-20 Thread Chris
Hello All,

I got mine from betanews.com but why is the 3.0.2.1 not listed on
ritlabs the bat! beta site?  How did they get on betanews if it's
not public beta?

-- 
Thanks,

Chris

Using The Bat! v3.0.2.1 on Windows XP 5.1 Build  2600
Service Pack 1



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: 3.0.2.1 Folders lost - cannot be retrieved

2004-10-20 Thread Max Shirshin
Hello Peter,

PF  Anyway, restored the account name and all filters (a lot of work). One
PF  issue persists:

PF  I cannot find my folders again. They are on disk but Ctrl+Alt+Shift+L
PF  does nothing. If I make new folders with the old names, the folders
PF  appear - but only until I close TB! and restart. Then they are gone
PF  again. It seems as if some file has a list of folders in it and it
PF  doesn't get updated by TB!

Do you have a backup of MAIL\ACCOUNT.FLB file? AFAIK, it contains all
info about folder structure. Restore it from backup if you have one.

-- 
Best regards,
 Maxmailto:[EMAIL PROTECTED]



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Google Desktop TB!

2004-10-20 Thread DZ-Jay
Some time around 10/19/2004 11:28:16, I think I heard Kevin J. Menard, Jr. say:
 All I asked is, if you want to support the request, go to the URL.  If
 you don't then just don't reply.  This was to avoid such a thread.  If
 you wish to continue to troll, be my guest, but I have better things
 to do than to keep feeding you.

Kevin:
I think there is a misunderstanding here, and I apologize for fueling it 
inadvertedly.  My comments were in reply to a message from Martin Webster stating that 
he didn't believe there were any security problems with the GDS and pointing to an 
article which claims the same thing.

I never intended to imply that *you*, the original poster, made this 
assertion.  Your original post was very clear to me; you thought adding support for TB 
in GDS was a great idea, and invited anybody who concurred to support the request by 
telling Google.  If the GDS has any security problems or not was completely irrelevant 
to your post, so you shouldn't have felt like my comments were attacking you.

I just wanted to set the record straight, and will now kill this horse once 
and for all.

-dZ.

-- 
Powered by The Bat! v.2.12.00,
  Hindered by MS Windows 2000 v.5.0 build 2195 Service Pack 4



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Perl to RegExp

2004-10-20 Thread Avi Yashar
On Wed, 20 Oct 2004 02:25:35 -0500, Jonathan Angliss wrote:

 On Wednesday, October 20, 2004, Avi Yashar wrote...
  Thanks, Jonathan. That was quick! I really appreciate that about
  this forum.
 
 A think about this forum is the format of reply. The list rules say no
 top posting, which is half what you did. But I won't jump you for it
 ;)

You are right. Mea culpa. In my defense, I just started with a single
sentence - the one you quoted above - as many people do - and then
just got carried away. However, in the context, I don't think any
great harm was done.

  Let me explain more. I moderate several mailing lists. On one
  majordomo list that is quite active, I receive many bounced messages
  that I must forward to the list. [..]
 
  A bounced message comes to me with a long block of information that
  amounts to all of the kludges of the original message. From that
  block, I must extract just three lines - the lines beginning with
  From:, Subject:, and To:. Then I delete the rest of that block
  of information, leave a blank line, and then comes the normal
  message text.
 
 Now that makes a lot more sense. Do you have an example snippet of an
 email? As a note, this is more targeted towards TBTECH, I think that
 list is more designed for dealing with specific technical issues such
 as this, and I know there are some good TB Regex guys on there.

TBTECH? Didn't know that it exists. Where do I find that list? But,
maybe, just this once, I can get an answer here, as probably most of
the same experts are also on this list.

Okay, here is the example you asked for. 

**
From [EMAIL PROTECTED] Thu Oct 14 16:06:46 2004
Received: from smta00.mail.ozemail.net (smta00.mail.ozemail.net
[203.103.165.40])
by imagicomm.com (8.12.11/8.11.2) with ESMTP id i9EN6jV8053248
for [EMAIL PROTECTED]; Thu, 14 Oct 2004 16:06:46 -0700 (PDT)
Received: from [192.168.1.34] ([203.102.172.105])
  by smta00.mail.ozemail.net with ESMTP
  id [EMAIL PROTECTED]
  for [EMAIL PROTECTED]; Thu, 14 Oct 2004 23:06:43 +
From: John Doe [EMAIL PROTECTED]
Subject: Living our values
Date: Fri, 15 Oct 2004 09:08:11 +1000
User-Agent: KMail/1.5.3
MIME-Version: 1.0
Content-Disposition: inline
To: [EMAIL PROTECTED]
Message-Id: [EMAIL PROTECTED]
Content-Type: text/plain;
  charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello...
Blah, blah, blah
**

From the above, I must forward to the list:

**
From: John Doe [EMAIL PROTECTED]
Subject: Living our values
To: [EMAIL PROTECTED]

Hello...
Blah, blah, blah
**

The order of the first three lines is unimportant.

 Now the regular macros won't do, but you can use some of the more
 technical ones. Take a look in the help section on macros, you're
 going to want to look at the REGEXPTEXT one primarily I'd guess.
 Before I continue, I'm no expect on this, and am working from memory
 on what I played with a while ago.
 
 REGEXPTEXT takes the TEXT from the email, and uses the regular
 expression you pass it to return the information.  You can use
 variables to assign the stuff, or just output it straight away.

Thanks for the tip. But let me explain why I don't go wading through
the help file for this. The truth is that I tried but was quickly
discouraged. The problem I have with the help file is that it consists
of a series of technical descriptions with very few operating
procedures and almost no clear examples. As such, it is basically
written by experts, apparently to show other experts that the authors
know what they are talking about. But, of course, I still haven't got
a clue. If there were a section in the help file with a title that
basically described what I want to do - either extracting strings of
text with regular expressions or converting Perl scripts to regular
expressions, I might have tried harder with the documentation. How on
earth would I know that I should go looking for something called
REGEXPTEXT?

-- 
Avi Yashar
Windows XP Pro SP2 and TB Pro 3.0.1.33


 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Perl to RegExp

2004-10-20 Thread Zygmunt Wereszczynski
On Wednesday, October 20, 2004, at 08:51:10 [UTC+0200] (Wednesday,
October 20, 2004 08:51 my local time) Avi Yashar wrote:

 Let me explain more. I moderate several mailing lists. On one
 majordomo list that is quite active, I receive many bounced messages
 that I must forward to the list. A message can bounce for a number of
 quite innocent reasons, for example, a member sent the message from an
 address that was not subscribed to the list.

You can do it by read message filter which will forward message to the
required address. Forwarding template used in such filter will contain
all information in appropriate form if you use several simple regular
expression macros. The filter should be triggered manually by keys
combination.

 A bounced message comes to me with a long block of information that
 amounts to all of the kludges of the original message. From that
 block, I must extract just three lines - the lines beginning with
 From:, Subject:, and To:. Then I delete the rest of that block
 of information, leave a blank line, and then comes the normal message
 text.

This may be done in many different ways. You may use following macros in
forward message template to extract these parts of bounced message
(including multiline fields):

%SetPattRegExp=(?ism)(^From:.*?\s*.*?\n)\w%RegexpMatch(%Text)%-
%SetPattRegExp=(?ism)(^To:.*?\s*.*?\n)\w%RegexpMatch(%Text)%-
%SetPattRegExp=(?ism)(^Subject:.*?\s*.*?\n)\w%RegexpMatch(%Text)%-

%SetPattRegExp=(?ism)\n\n(.*)\w%RegexpMatch(%Text)%-

That's all! All above macros should be inserted into template including
empty line before last one. Three first lines extract header fields, and
the last one extract message body.

-- 
Best regards,
Zygmunt Wereszczynski
(Using The Bat! v3.0.2.1 on Windows 95 4.0 Build  b)



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re[2]: rss2mail 1.2 sample plugin is now available.

2004-10-20 Thread Marek Mikus
Hello all,
Monday, October 18, 2004, Stuart Hemming wrote:

ANV May be direct connection will help in situation when the old versions worked
ANV fine, but the 1.1 one began to return 407.
 Default setup still gives 407 error but setting to 'direct connection'
 works.

for me, TB displays error -ERR Server returned code 404 when is IE
setting selected.

-- 

Bye

Marek Mikus
Czech support of The Bat!
http://www.thebat.cz

Using the best The Bat! 3.0.2.1
under Windows XP 5.1 Build 2600 Service Pack 1
Notebook Acer, Pentium4-M 2.2 GHz, 512 MB RAM, ADSL line

 



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: The Bat! stopped responding doing...?

2004-10-20 Thread MaXxX
On Wednesday, October 20, 2004, at 12:33:58 AM, George Mitchell
conjured the following magic formulae:

 I have no idea what it was doing at the time it froze. It
 automatically checks several POP accounts fairly frequently, but
 there was no Connection Centre window open.

I again call upon the developers to include a facility for debug
message logging to a file.

This file would tell us now what George's Bat was doing. Otherwise it
is impossible to tell.

-- 
 |\  /|  \~~~/ \~~~/
 | \/ |  /\  \~/   ICQ# 3146019
 || /__\ /___\ /_\ /___\IQ# 3.14159
Co dzieciaki w zeszytach wypisuj: Myszy zagryzy Popiela, jego on
Popielnic i crk Popielniczk.


Flyin' high with The Bat! v3.0.1.33
over the swamps of Windows 2000 5.0 build 2195 Service Pack 4



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: rss2mail 1.2 sample plugin is now available.

2004-10-20 Thread Stuart Hemming
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

MM for me, TB displays error -ERR Server returned code 404 when is IE
MM setting selected.
Bizzare isn't it? Our setup here requires no separate authorization to
access either the proxy or the firewall; logging in to the network is
sufficient.

- --
Stuart Hemming

Using The Bat! v3.0.2.1 on Windows XP 5.1 Build 2600 Service Pack 1
Aided by BayesIt! 0.7.3, MyGate and rss2mail.

PGP Key available from ldap://keyserver.pgp.com

When they broke open molecules, they found they were only stuffed with
atoms. But when they broke open atoms, they found them stuffed with
explosions.

-BEGIN PGP SIGNATURE-
Version: PGP SDK 3.0
Comment: Key available from ldap://keyserver.pgp.com;

iQA/AwUBQXY81tttnLhkydF1EQL63wCg54HWYJ3Ouh+PeYSHbKiwhCOdLFAAoNax
QIxg6FUeBa27i+fi9Cl/Ir20
=5khi
-END PGP SIGNATURE- 
 

 
 



   

 
 

 
 



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Perl to RegExp

2004-10-20 Thread MaXxX
On Wednesday, October 20, 2004, at 11:21:55 AM, Avi Yashar threw back
his cloak, climbed the podium, loudly cleared his throat and spoke:

 You are right. Mea culpa. In my defense, I just started with a single
 sentence - the one you quoted above - as many people do - and then
 just got carried away. However, in the context, I don't think any
 great harm was done.

... except that this was not a question for a Beta list. You should
post such questions to TBUDL or TBTECH.

-- 
 |\  /|  \~~~/ \~~~/
 | \/ |  /\  \~/   ICQ# 3146019
 || /__\ /___\ /_\ /___\IQ# 3.14159
Confucius say: Woman with bleached blonde hair have black hair by
cracky.


Flyin' high with The Bat! v3.0.1.33
over the swamps of Windows 2000 5.0 build 2195 Service Pack 4



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Perl to RegExp

2004-10-20 Thread Avi Yashar
On Wed, 20 Oct 2004 11:39:31 +0200, Zygmunt Wereszczynski wrote:

 This may be done in many different ways. You may use following macros in
 forward message template to extract these parts of bounced message
 (including multiline fields):
 
 %SetPattRegExp=(?ism)(^From:.*?\s*.*?\n)\w%RegexpMatch(%Text)%-
 %SetPattRegExp=(?ism)(^To:.*?\s*.*?\n)\w%RegexpMatch(%Text)%-
 %SetPattRegExp=(?ism)(^Subject:.*?\s*.*?\n)\w%RegexpMatch(%Text)%-
 
 %SetPattRegExp=(?ism)\n\n(.*)\w%RegexpMatch(%Text)%-
 
 That's all! All above macros should be inserted into template including
 empty line before last one. Three first lines extract header fields, and
 the last one extract message body.

Holy Jehosophat! Zygmunt! That works perfectly. A million thanks.

-- 
Avi Yashar
Windows XP Pro SP2 and TB Pro 3.0.1.33


 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Where to get latest betas

2004-10-20 Thread Peter Meyns
Hi Chris,

on Wed, 20 Oct 2004 01:30:14 -0400GMT, you wrote:

C I got mine from betanews.com but why is the 3.0.2.1 not listed on
C ritlabs the bat! beta site?  How did they get on betanews if it's
C not public beta?

It was announced on this list to be at
http://www.ritlabs.com/download/files3/the_bat/beta/tbb30201.rar
and that's where I found it.

-- 
Cheers
Peter

The Bat! v3.0.2.1 on Win2K, SP4, 5, 0, build 2195,
AMD Athlon 2200+ at 1800MHz, 512 MB RAM

Common sense is the collection of prejudices acquired by age eighteen.
Albert Einstein



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Old Bug Column Settings do not stick, using No View Mode

2004-10-20 Thread Mary Bull
Hello Allie!

On Tuesday, October 19, 2004, 7:10 PM, you wrote:

AM I can't duplicate this problem. I don't know if it's because I
AM have other folders using specified view modes or because I have
AM other view modes defined.

Did you make the changes using the Drop-down menu from View in The
Bat!'s main window?

This is the place where the problem occurs. According to Stuart
Cuddy's analysis and your other message to me in regard to the
View/Global View Mode settings, the problem I encounter is by design.
In other words, View drop-down menu, after v. 2.11, is designed to
make only a temporary change to the settings of the folder which one
is in.

So, I think what's needed is a change in the wording of the settings
choices in The Bat!/View/Sort-by to reflect that changes made using
the drop-down menu are temporary.

Otherwise, the potential for confusion still exists for the new user,
and especially for the pre-v. 2.11 user who is upgrading to v. 3..

I am now trying to think how to amend my BT note

https://www.ritlabs.com/bt/view.php?id=3962

to reflect that I still believe the programmers have a problem to
address with this behavior. Either make The Bat!/View/Sort-by behavior
consistent with what happens when clicking on the Column Names and
consistent with the settings in Options/Preferences/Messages/View
Modes--or re-word The Bat!/View/Sort-by such that it is clear that
settings-changes made in the drop-down menu are temporary for the
particular folder.

Have I said this clearly to you? Would some such wording for me to use
in an amending Note to my BT report be appropriate?

-- 
Best regards,
Mary
The Bat 3.0.2.1 (Professional Edition) on Windows XP 5.1 2600 Service Pack 2




 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Old Bug Column Settings do not stick, using No View Mode

2004-10-20 Thread Allie Martin
On Wednesday, October 20, 2004 at 6:09:27 AM [GMT -0500], Mary Bull
wrote:

 Did you make the changes using the Drop-down menu from View in The
 Bat!'s main window?

Yes, I did.

 This is the place where the problem occurs. According to Stuart
 Cuddy's analysis and your other message to me in regard to the
 View/Global View Mode settings, the problem I encounter is by design.
 In other words, View drop-down menu, after v. 2.11, is designed to
 make only a temporary change to the settings of the folder which one
 is in.

Unless I'm missing a step things stick here. Your steps seemed quite
clear. I have a number of view modes already created here. All I did was
to set a single folder to use no view mode and then attemtped a sort
change via the menus. I moved away and back to the folder to see that
the sort change I made was still applied.

 I am now trying to think how to amend my BT note

 https://www.ritlabs.com/bt/view.php?id=3962

 to reflect that I still believe the programmers have a problem to
 address with this behavior. Either make The Bat!/View/Sort-by behavior
 consistent with what happens when clicking on the Column Names and
 consistent with the settings in Options/Preferences/Messages/View
 Modes--or re-word The Bat!/View/Sort-by such that it is clear that
 settings-changes made in the drop-down menu are temporary for the
 particular folder.

 Have I said this clearly to you? Would some such wording for me to use
 in an amending Note to my BT report be appropriate?

My only problem is that, though you're clear, and you make sense, I
can't duplicate the problem. The other thing is that I doubt that this
will stop any confusion.

The more popular cause for confusion is setting a global view mode and
then trying to set another folders view mode where the new settings will
not stick.

-- 
-= Allie =-
. Religion without heart is enslavement.
__
The Bat!™ v3.0.1.33  -  IMAP mail  






 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


IMAP - Message not moving to sent items

2004-10-20 Thread Chris Weaven
Hi all,

Since using this current beta, I've been experiencing quite a few
problems.

Right now, when I send a message, the message is showing in the status
bar as sent and people are receiving the messages, but the message is
not then being moved into the 'Sent' folder.

FYI - For the account in question, I'm using a local Outbox as the
server side Outbox previously caused more problems (unless this has now
been rectified?).

Is anyone else experiencing this with the current beta?
-- 
Regards,

Chris

Created using The Bat! v3.0.2.1  IMAP
OS of Windows XP 5.1 Build 2600 Service Pack 2



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Old Bug Column Settings do not stick, using No View Mode

2004-10-20 Thread Mary Bull
Hello Allie!

On Tuesday, October 19, 2004, 7:19 PM, you wrote:

MB However, if one cannot choose, in View/Global View Mode the
MB option No View Mode, why is it there and why does it allow me
MB to put a tick--a dot--beside it to choose it?

AM You can choose it. What you're doing when you choose this option
AM is specifying that you do not wish all your folders to be using a
AM single view mode. You're freeing up the folders to be configured
AM to use their own specific view modes. I have that options
AM selected.

Allie, my question above to Nick Andriash was in the nature of a
rhetorical question because he had stated that No View Modes was not
a choice option. I think perhaps he was looking in
Options/Preferences/Messages/View Modes when he wrote his argument to
me, although I didn't figure that out when I replied to him with the
comment to which you have replied.

Obviously, I can *choose* it, in The Bat!/View/Global View Modes. I
*have* chosen it.

And if your analysis and that of Stuart Cuddy is correct--and i
believe that it is--the drop-down menu is working as designed.

But the wording is quite confusing, as I said in my other post in
Reply to you this morning, in that one has no clue when using The
Bat!/View/Sort-by that settings chosen there are now, since v. 2.11,
temporary.

So. Either keep the function of The Bat!/View/Sort-by temporary.
Stuart Cuddy regards that behavior as useful. And re-word the
drop-down menu to reflect that changes made here in Sort-by are
temporary and specific for the particular folder.

Or: Change the behavior of The Bat!/View/Sort-by to make it consistent
with what happens when one clicks on a Column Name or when one
configures the parameters in The
Bat!/Options/Preferences/Messages/View Modes.

I may be getting there. I'm heading toward putting an amending note to
my BT report on this issue,

https://www.ritlabs.com/bt/view.php?id=3962

-- 
Best regards,
Mary
The Bat 3.0.2.1 (Professional Edition) on Windows XP 5.1 2600 Service Pack 2




 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Old Bug Column Settings do not stick, using No View Mode

2004-10-20 Thread Roelof Otten
Hallo Mary,

On Tue, 19 Oct 2004 08:00:27 -0500GMT (19-10-2004, 15:00 +0200, where
I live), you wrote:

MB An old bug that I complained of on tbudl in v. 2.11, but got no one to
MB confirm, is that Column settings and View/Sort-by settings do not
MB stick when using No View Mode.

Still cannot confirm.
I'm using no view mode for most of my folders.

-- 
Groetjes, Roelof

Windows:If I wanted a MAC, I woulda BOUGHT one!

The Bat! 3.0.2.1
Windows XP 5.1 Build 2600 Service Pack 2
1 pop3 account, server on LAN



pgpTBd0W2vsim.pgp
Description: PGP signature

 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

Re: Old Bug Column Settings do not stick, using No View Mode

2004-10-20 Thread Mary Bull
Hello Allie!

On Wednesday, October 20, 2004, 6:17 AM, you wrote:

MB Have I said this clearly to you? Would some such wording for me
MB to use in an amending Note to my BT report be appropriate?

AM My only problem is that, though you're clear, and you make sense, I
AM can't duplicate the problem. ...

Ah. But Stuart Cuddy has duplicated it. And David Boggon (posting to
tbudl).

So, it may be, as you said, because of settings you made in
Options/Preferences.

The behavior does occur for Stuart and David and me. (As I realize
that you are not disputing.)

AM The other thing is that I doubt that this will stop any confusion.

So, maybe we wait for the professionally written Help file. :(

AM The more popular cause for confusion is setting a global view mode
AM and then trying to set another folders view mode where the new
AM settings will not stick.

Yes, I can see how that would bring a major feeling of disaster to the
user.

I was lurking on tbbeta when all this View-Modes stuff was being
tested, but it was so technical-sounding to me that I blocked it all
out even as I read.

I made up my mind that I was not going to use View Modes or Virtual
Folders. I liked TB! very well just the way it was functioning for me
in v. 1.62 and v. 2.06. But then, Leif lured me into loving Smileys.

That's why I'm where I am now. :)

But, willy-nilly, I *do* have View Modes. They're not escapable. So,
I'm trying to get with the program. And trying to see how some
confusions can be headed off at the pass for future new users of The
Bat!

Thanks a million for discussing this with me. :)

-- 
Best regards,
Mary
The Bat 3.0.2.1 (Professional Edition) on Windows XP 5.1 2600 Service Pack 2




 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Old Bug Column Settings do not stick, using No View Mode

2004-10-20 Thread Mary Bull
Hello Roelof!

On Wednesday, October 20, 2004, 6:28 AM, you wrote:

MB Column settings and View/Sort-by settings do not stick when using
MB No View Mode.

RO Still cannot confirm. I'm using no view mode for most of my
RO folders.

Did you make your Sort-by changes from The Bat!/View/Sort-by?

Thank you so very much for participating in this, Roelof. I think
there is no doubt that the behavior is occurring. It has occurred for
Stuart Cuddy, David Boggon, and me.

So, the testing phase is about over.

The behavior of The Bat!/View/Sort-by is apparently by design.

It is just that it is not clear on the first-time encounter that the
changes to the folder settings made in The Bat!/View/Sort-by are
temporary. And they are, at least for Stuart C., and David B., and me.

I'm going to amend my BT report in some way. Haven't decided yet
exactly how to word it.

https://www.ritlabs.com/bt/view.php?id=3962

-- 
Best regards,
Mary
The Bat 3.0.2.1 (Professional Edition) on Windows XP 5.1 2600 Service Pack 2




 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Where to get latest betas

2004-10-20 Thread Nick Andriash
On Wednesday, October 20, 2004, at 6:14:40 AM, Chris wrote:

 I got mine from betanews.com but why is the 3.0.2.1 not listed on
 ritlabs the bat! beta site? 

I wondered as well, because for the longest time you could find the latest
Beta here: http://www.ritlabs.com/en/tbbeta/index.php?login=yes

Instead now they've chosen to go with one URL at the time of release for
some reason. shrug


-- 
 -=Nick Andriash=-
  -=Creston, B.C. Canada=-
The Bat! Pro v3.0.2.1 on Win XP Pro





 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Perl to RegExp

2004-10-20 Thread Mary Bull
Hello Avi!

On Wednesday, October 20, 2004, 4:21 AM, you wrote:

AY TBTECH? Didn't know that it exists. Where do I find that list?

You might find it interesting, if not for posting to, at least for
lurking on.

Instructions for joining will be in your tbbeta Mission Statement each
month.

Or, go to http://www.silverstones.com/thebat/TBUDLInfo.html

That link is at the bottom of every TB! lists post, including this
one. :)

Scroll down that main Silverstones page and you'll come to a
one-button Subscribe to tbtech option.

-- 
Best regards,
Mary
The Bat 3.0.2.1 (Professional Edition) on Windows XP 5.1 2600 Service Pack 2




 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Exchange issues

2004-10-20 Thread Peter Fjelsten
Hello beta testers.

Today our exchange server was upgraded from 5.5 to 6.5. Telnet-ing to it
on port 143 gives the following response: Microsoft Exchange Server 2003
IMAP4rev1 server version 6.5.7226.0.

Before this upgrade, the DNS was exchange.stibo.com but now it's called
MAILA.graphic.stibo.int.

I accessed it via IMAP before (I think the TB! Exchange functionality is
_very_ limited - e.g. I cannot decide which folders I want to have
displayed - and seems more POP3-like than IMAP-like (Messages
management  Delete messages from server).

Issues with the new Exchange server:

  1) IMAP: I cannot move messages to another folder. Yes, I can dump the
 messages there but they're not re-fetched on accessing the folder.
 If I open LookOut 2003, they are clearly visible. All folders are
 set to Full synchronize in TB! The counts are correct, but not all
 messages are shown!

  2) Accessing via Exchange protocol will set the Date of all messages
 to the date they are fetched - so now I have 3.104 messages with
 the same time stamp!

As of now I am forced to use Outlook because of 1, so please somebody
help me!

-- 
Best regards,  
Peter Fjelsten (using 3.0.2.1 on Windows XP 5.1 Build 2600 Service Pack 1)
IMAP/Exchange issues:  Days since reported:
No Drafts folder (0002080) 328




 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Perl to RegExp

2004-10-20 Thread Avi Yashar
On Wed, 20 Oct 2004 08:32:21 -0500, Mary Bull wrote:

 AY TBTECH? Didn't know that it exists. Where do I find that list?
 
 You might find it interesting, if not for posting to, at least for
 lurking on.
 
 Instructions for joining will be in your tbbeta Mission Statement each
 month.

Thanks, Mary. Who would have thought that a monthly reminder would
contain any useful information? :-)

-- 
Avi Yashar
Windows XP Pro SP2 and TB Pro 3.0.1.33


 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


TBTECH, Mission Statement, Silverstones [was Re: Perl to RegExp]

2004-10-20 Thread Mary Bull
Hello Avi!

On Wednesday, October 20, 2004, 8:58 AM, you wrote:

AY TBTECH? Didn't know that it exists. Where do I find that list?

MB Instructions for joining will be in your tbbeta Mission Statement
MB each month.

And even more quickly found by scrolling down the main page at

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

Which is inserted by tbbeta and the other TB! lists at the bottom of
every post.

AY Thanks, Mary. Who would have thought that a monthly reminder would
AY contain any useful information? :-)

My pleasure. But always pay attention to Marck! He never sends
anything anywhere which is not apropós and useful.

-- 
Best regards,
Mary
The Bat 3.0.2.1 (Professional Edition) on Windows XP 5.1 2600 Service Pack 2




 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re[2]: Where to get latest betas

2004-10-20 Thread John Morse
cold someone tell me where to get the latest beta version? For some
reason I've noticed you all using a version later than the one that is
on the official beta page on Ritlabs.
I swear I have never experienced software that I have both HATED and
LOVED at the same time!

Wednesday, October 20, 2004, 8:16:53 AM, you wrote:
NA I wondered as well, because for the longest time you could find the latest
NA Beta here: http://www.ritlabs.com/en/tbbeta/index.php?login=yes

NA Instead now they've chosen to go with one URL at the time of release for
NA some reason. shrug



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Where to get latest betas

2004-10-20 Thread Marck D Pearlstone
Dear John,

@20-Oct-2004, 09:49 -0500 (20-Oct 15:49 UK time) John Morse [JM] in
mid:[EMAIL PROTECTED] said to Nick:

JM cold someone tell me where to get the latest beta version?

Peter Meyns already did in this very thread.
http://www.ritlabs.com/download/files3/the_bat/beta/tbb30201.rar

-- 
Cheers --  //.arck D Pearlstone -- List moderator and fellow end user
TB! v3.0.2.1 on Windows XP 5.1.2600 Service Pack 2
'

pgpiHeOmm56BE.pgp
Description: PGP signature

 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

AV's

2004-10-20 Thread Joe




Hello,
 Not sure if this got lost, so here we go again..
I am getting AV's with 3.0 and the latest GA version and the latest beta and all the RC.
All I have to do is click on the Folder Maintenance manager and bamm... AV...
Am I the only one having this problem
See https://www.ritlabs.com/bt/view.php?id=3901
Also, the bug is in "feedback" status. what does that mean? Are they expecting something from me? IF so, what?
They did not indicate anything in a note... Thanks for the help



UsingTheBat!v3.0.2.1onWindowsXP5.1Build2600
ServicePack2

--
Bestregards,
Joe


 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

Re: The Bat! stopped responding doing...?

2004-10-20 Thread Tim Casten
Hello Dierk,

On Wednesday, October 20, 2004 at 1:50:23 AM you wrote:
 Not over here. Only encountered my old MT folder problem and the
 business with my current firewall, which may be more related to
 F-Secure than to TB.


I went back to 300019 because of all the problems, lock ups, exception
errors etc etc

-- 

Tim Casten,ZDC
National Air Traffic Controllers Association



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Address change

2004-10-20 Thread Tim Casten
Hi tbbeta,

  How do I request to change my subscription address to the beta list
  from [EMAIL PROTECTED] to [EMAIL PROTECTED]

  thanks
  

-- 

Tim Casten,ZDC
National Air Traffic Controllers Association
  



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Address change

2004-10-20 Thread Bernd Distler
Hi Tim,

just now (on 10/20/2004 at 20:33) you chipped in:

   How do I request to change my subscription address to the beta list
   from [EMAIL PROTECTED] to [EMAIL PROTECTED]

1. unsubscribe with old address
2. subscribe with new address
-- 
Bye,
  Bernd (http://www.bd-programs.de - ICQ 12962268)


 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Address change

2004-10-20 Thread Mary Bull
Hello Tim!

On Wednesday, October 20, 2004, 1:33 PM, you wrote:

TC How do I request to change my subscription address to the beta list
TC   from [EMAIL PROTECTED] to [EMAIL PROTECTED]

Tim, did you save your Monthly Mission Statement? It has URLs and
passwords for each TB! list, by which you can go to a site and make
changes.

Also included is an e-mail address. Quoting:

You can visit the URLs to change your membership status or
configuration, including unsubscribing, setting digest-style delivery
or disabling delivery altogether (e.g., for a vacation), and so on.

In addition to the URL interfaces, you can also use email to make such
changes.  For more info, send a message to the '-request' address of
the list (for example, [EMAIL PROTECTED]) containing
just the word 'help' in the message body, and an email message will be
sent to you with instructions.
=

Hope this is what you need.

-- 
Best regards,
Mary
The Bat 3.0.2.1 (Professional Edition) on Windows XP 5.1 2600 Service Pack 2




 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Address change

2004-10-20 Thread Marck D Pearlstone
Dear Timothy,

@20-Oct-2004, 14:33 -0400 (20-Oct 19:33 UK time) Tim Casten [TC] in
mid:[EMAIL PROTECTED] said to tbbeta:

TC   How do I request to change my subscription address to the beta list
TC   from [EMAIL PROTECTED] to [EMAIL PROTECTED]

Use the list management web page to modify your address. Where's that?
Check the TBUDLinfo page for the address.

-- 
Cheers --  //.arck D Pearlstone -- List moderator and fellow end user
TB! v3.0.2.1 on Windows XP 5.1.2600 Service Pack 2
'

pgpsi0KI86OpG.pgp
Description: PGP signature

 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

Re[2]: Feature wish - edit subject line

2004-10-20 Thread James Olsen
Hello,

DAC Why should one have to have another app to do what a good email client
DAC should allow: ability to edit both subject and text of incoming
DAC emails (as well as repair threads)

I've had the need to edit a subject, date (when their clock was way
off, in order to have proper chronological lists), and to attach a
message (references) to thread. I've ran into threading issues a
number of times when a person's email client doesn't support
the references header, or if they replied to a message that was
actually a new thread, or used a new message to follow up on an
existing thread.

Does anyone know if any of these things have been requested in Mantis
yet? I did some preliminary searches and so far haven't found any, but
I'd like to make sure so I don't add a duplicate request.

--
James
Funny quote: There are 10 types of people in the world. 
Those who understand binary, and those who don't. -- Unknown




 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Feature wish - edit subject line

2004-10-20 Thread Dwight A Corrin
On Monday, October 18, 2004, 12:25:13 PM, Doug Weller wrote:

Dierk Because it stands to reason if a !good e-mail client should
Dierk allow this kind of tinkering.

 Others do. What's the reason not to allow it in TB? It isn't tinkering,
 it's editing.  I can already delete attachments, which is editing.

One shouldn't have to tinker. One should be able to make notes in an
e-mail message, change the header thread the message, etc.

Dierk, have you ever made a note in the margin of a book or magazine?

Would it be offensive to make a note on a letter one received, or put
a post-it note there? Why should I have to tinker to do it on my own
computer with my own e-mail client.

I find it offensive to be told that it is some kind of evil act to do
such an act on my computer or in my library?

-- 
Dwight A. Corrin



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: IMAP - Message not moving to sent items

2004-10-20 Thread Jonathan Angliss
On Wednesday, October 20, 2004, Chris Weaven wrote...

 Hi all,

 Since using this current beta, I've been experiencing quite a few
 problems.

 Right now, when I send a message, the message is showing in the status
 bar as sent and people are receiving the messages, but the message is
 not then being moved into the 'Sent' folder.

 FYI - For the account in question, I'm using a local Outbox as the
 server side Outbox previously caused more problems (unless this has now
 been rectified?).

 Is anyone else experiencing this with the current beta?

I'm not on the beta yet, but I've seen this a lot on one account only,
it is also an IMAP account, and has the Outbox set to local, and not
server side (due to this bug in the past). Looks like we're not safe
from it in either regards now. Server in question is an exchange
server, but have since disabled the account, and gone back to using
Outlook for that account due to slowness in TB.

-- 
Jonathan Angliss
([EMAIL PROTECTED])
Using The Bat! v3.0.2.1 on Windows XP Service Pack 2

Behind every good computer - is a jumble of wire.


pgpV10hQDksMf.pgp
Description: PGP signature

 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/

Re: IMAP - Message not moving to sent items

2004-10-20 Thread Peter Fjelsten
Chris,

On 20-10-2004 13:19, you [CW] wrote in
mid:[EMAIL PROTECTED]:
CW Right now, when I send a message, the message is showing in the
CW status bar as sent and people are receiving the messages, but the
CW message is not then being moved into the 'Sent' folder.

I get sort of the same thing - but mainly with messages with
attachments: actually, my problem is more general with moving messages
around.

Moving a message from one IMAP folder to another, locks TB! (possible
sending a SetFlags command) for some seconds and then - suddenly - all
is OK again.

I have no specific problems with moving from local outbox to remote sent
folder.

CW FYI - For the account in question, I'm using a local Outbox as the
CW server side Outbox previously caused more problems (unless this has
CW now been rectified?).

On my MailMax account: yes (for me)

On my Exchange account: no (for me)


-- 
greeting Best regards /greeting  
author Peter Fjelsten /author 
thebat version 3.0.2.1 Pro /thebat version
env. ~18 POP3, 1 IMAP (MailMax 5.5)  1 IMAP (Exchange 6.5), 150K msgs. /env.
os Windows XP 5.1 Build 2600 Service Pack 1 /os  





 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: IMAP - Message not moving to sent items

2004-10-20 Thread Peter Fjelsten
Jonathan,

On 20-10-2004 22:24, you [JA] wrote in
mid:[EMAIL PROTECTED]:
JA Server in question is an exchange server, but have since disabled
JA the account, and gone back to using Outlook for that account due to
JA slowness in TB.

I use TB! with Exchange all day and the speed is very good. Local
Outbox, still.

-- 
greeting Best regards /greeting  
author Peter Fjelsten /author 
thebat version 3.0.2.1 Pro /thebat version
env. ~18 POP3, 1 IMAP (MailMax 5.5)  1 IMAP (Exchange 6.5), 150K msgs. /env.
os Windows XP 5.1 Build 2600 Service Pack 1 /os  





 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: a teeny weeny thing

2004-10-20 Thread Anne

On Tuesday, October 19, 2004, 5:23:21 PM, Jan wrote in message:
mid:[EMAIL PROTECTED]
J If user selects view un-read msgs only, TB! includes the msg that
J the cursor rests on -- which is not necessarily un-read. So, in
J fact, it doesn't seem that view only un-read msgs actually
J contains only un-read msgs.


Confirmed... TB! didn't used to do this, but having realised it now
does I must admit I (mostly) prefer the new behaviour.

-- 
Cheers,
 Anne Registered Linux user #345132

 Flying high with The Bat! v3.0.1 RC3 on Xandros Desktop Deluxe v2.0 
 Visit The Bat! Users' Unofficial Help Forum http://the-bat-forums.donzeigler.com



 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/


Re: Feature wish - edit subject line

2004-10-20 Thread Dierk Haasis
Hello Dwight!

On Wednesday, October 20, 2004 at 10:03:25 PM you wrote:

 Dierk, have you ever made a note in the margin of a book or magazine?

Surely.

 Would it be offensive to make a note on a letter one received, or put
 a post-it note there? Why should I have to tinker to do it on my own
 computer with my own e-mail client.

TB has the Memo function for that.




-- 
Dierk Haasis
:Dierk: Copy 'n' Concept

The Bat 3.0.2.1 on Windows XP 5.1 2600 Service Pack 2

Chat info for ICQ, AIM, MSN, Yahoo, Jabber upon request

Knowledge will forever govern ignorance, and a people who mean to be
their own governors, must arm themselves with the power knowledge
gives. (James Madison)





 Current beta is 3.0.2.1 Beta/1 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html
IMPORTANT: To register as a Beta tester, use this link first -
http://www.ritlabs.com/en/partners/testers/