Re: Januk - Regex bug?

2001-01-13 Thread Januk Aggarwal

Hello Nick,

ND = Nick Danger 

On  Fri, 12 Jan 2001  at  21:01:57 GMT -0600 (which was 7:01 PM where
I live) witnesses say Nick Danger typed:

ND I'll be waiting, and thanks for the explanation - I did find it
ND enlightening even though I'm not sure I followed the entire
ND "lesson".

I'm glad it was helpful. This is getting ugly, but this works pretty
well. Here is the full regexp in all it's gory detail:

one line
%SETPATTREGEXP="[/-](\d{4})$"%REGEXPBLINDMATCH="%DATESHORT"%SUBPATT="1"%SETPATTREGEXP="(\d{2})$"%REGEXPBLINDMATCH="%SETPATTREGEXP=""^(\d*)[/-]""%REGEXPBLINDMATCH=""%DATESHORT""0%SUBPATT=""1"""%SUBPATT="1"%SETPATTREGEXP="(\d{2})$"%REGEXPBLINDMATCH="%SETPATTREGEXP=""[/-](\d*)[/-]""%REGEXPBLINDMATCH=""%DATESHORT""0%SUBPATT=""1"""%SUBPATT="1"
/one line

This assumes the date format is MM/DD/
The output is: 20010113

Now this huge regexp is really 3 separate regexps, each of those are
nested regexps.  Ok, so what does this mean?  I extract the year in
one regexp, the month in another, and the day in the final one. Insert
the following code block into a template:

--- Begin code block ---

%DATESHORT
 Year: %SETPATTREGEXP="[/-](\d{4})$"%REGEXPBLINDMATCH="%DATESHORT"%SUBPATT="1"
Month: 
%SETPATTREGEXP="(\d{2})$"%REGEXPBLINDMATCH="%SETPATTREGEXP=""^(\d*)[/-]""%REGEXPBLINDMATCH=""%DATESHORT""0%SUBPATT=""1"""%SUBPATT="1"
  Day: 
%SETPATTREGEXP="(\d{2})$"%REGEXPBLINDMATCH="%SETPATTREGEXP=""[/-](\d*)[/-]""%REGEXPBLINDMATCH=""%DATESHORT""0%SUBPATT=""1"""%SUBPATT="1"

---  End code block  ---

This block outputs:

--- Begin Output ---

1/13/2001
 Year: 2001
Month: 01
  Day: 13

---  End Output  ---

Of course if your date format is DD/MM/, you can paste these
regexps in the proper order to get the desired result.  The only real
restriction is that the year is in 4 digit format at the end of the
date.  Try it for different dates and see what happens.


-- 
Thanks for writing,
 Januk Aggarwal

 Using The Bat! 1.49
 under Windows 98 4.10 Build   A 

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

You are subscribed as : archive@jab.org





DEAD HORSE (was Re: Multiple email everything.)

2001-01-13 Thread Marck D. Pearlstone

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Elden,

On 13 January 2001 at 22:31:53 -0800 (which was 06:31 where I
live) Elden Fenison wrote and made these points:

ME They won't, because they don't allow relaying. You need to
ME set up you own mail server. MDaemon (software) or Cobalt Cube
ME (hardware) or Linux sendmail.

EF My two cents on this...

So  far, the bill's up to about ten thousand bucks on this topic and
it hasn't been about The Bat! for a lng time. I have to scare it
off-list. Sorry Olivier - I realize you don't have a complete answer
yet, but I have already killed this thread once on the 7th.

Can I recommend that you take it to TBOT for further discussion?

For those who don't know about it:
- -8-
TBOT  is The Bat Off-Topic discussion list. It is a list set up by one
of  our  members  on egroups which takes the "overspill" conversations
from TBUDL and TBBETA.

Here  is  the segment of the TBUDL welcome message which tells of its'
existence and of how to join:

==
  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.

Addresses:
Post message: [EMAIL PROTECTED]
Subscribe:[EMAIL PROTECTED]
Unsubscribe:  [EMAIL PROTECTED]
- -8-

So, as far as this topic goes on *this* list it's a DEAD HORSE (that
means *no* more traffic here).

I will be getting tough next!

- --
Cheers -- .\\arck D. Pearlstone -- Moderator TBUDL / TBBETA
 
[ PGP Key ID: 0x929DCDA0 | www: http://www.silverstones.com  ]
[Any opinions are my own and not those of RIT labs   ]

TB! v1.49c S/N 14F4B4B2 on Windows NT 5.0 Build 2195 Service Pack 1

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 Secured
Comment: PGP Sealed for freshness

iQA+AwUBOmAqLDnkJKuSnc2gEQLMEQCfR3vb4gYOf/MDjwAAB5A3KcHfCPgAl072
eoMQabXzlPnkh2erxYlCsRk=
=2/lL
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





Re: Multiple email everything.

2001-01-13 Thread Shahar SAVYON

Hello Jannik. On Friday, January 12, 2001, at 16:51:47, you wrote about:
"Multiple email everything."


 Hello Olivier and other TBUDL's,

 On Friday, January 05, 2001 at 00:03:12 GMT +0100 Olivier Reubens wrote on "Multiple 
email everything.":

OR 1) If I have received an e-mail into one of the mailboxes of an
OR account which ISP I'm not connected to at the moment, I CAN
OR retrieve the mail, but when replying it'll fail (relaying denied).
OR I can solve this from the mail-edit window via Options, Active
OR account, but I need to change it for each message.  Is there a way
OR to "lock" which account to use for sending messages.  I don't mind
OR the originating address to mismatch the "from" address which they
OR will reply to.  Most aren't smart enough to figure out how to
OR obtain the real originating address anyway :-)


Can I set an SMTP settings to a folder within an account so I can force the messages 
to be
sent from that specific folder through a specific SMTP server ?



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

You are subscribed as : archive@jab.org





SMTP setting at folder level (was Re[2]: Multiple email everything.)

2001-01-13 Thread David Buntenbroich

Hello Shahar,

Saturday, January 13, 2001, 11:13:58 AM, you wrote:

 Can I set an SMTP settings to a folder within an account so I can
 force the messages to be sent from that specific folder through a
 specific SMTP server ?

I think, the only thing you can do is to create a dummy account (or
use an existing one with the specific SMTP settings) and put the
%ACCOUNT="account name" macro into your folder templates.

You might want to create a filter to move sent messages back to the
first account's outbox.

By the way, I started a new thread since the old one was made a Dead
Horse by one of the moderators. (And your question was not really
related to the thread anyway ;-).)



David

-- 
David Buntenbroich
 e-mail: [EMAIL PROTECTED] WWW: http://www.buntenbroich.de

The Bat! 1.49c on Windows NT 5 0 Build 2195 Service Pack 1



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

You are subscribed as : archive@jab.org





Re: SMTP setting at folder level (was Re[2]: Multiple email everything.)

2001-01-13 Thread David Buntenbroich

Hi,

Saturday, January 13, 2001, 11:40:17 AM, I wrote:

 You might want to create a filter to move sent messages back to the
 first account's outbox.
  **
  Of course, I meant the sent folder.

-- 
Regards,
David

David Buntenbroich
 e-mail: [EMAIL PROTECTED] WWW: http://www.buntenbroich.de

The Bat! 1.49c on Windows NT 5 0 Build 2195 Service Pack 1



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

You are subscribed as : archive@jab.org





Re: SMTP setting at folder level (was Re[2]: Multiple email everything.)

2001-01-13 Thread Marck D. Pearlstone

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi David,

On 13 January 2001 at 11:40:17 +0100 (which was 10:40 where I
live) David Buntenbroich wrote and made these points:

DB By the way, I started a new thread since the old one was made a Dead
DB Horse by one of the moderators. (And your question was not really
DB related to the thread anyway ;-).)

Here's  another  good  reason not to start a new thread with a reply
:-). (also against list "recommendations").

- --
Cheers -- .\\arck D. Pearlstone -- Moderator TBUDL / TBBETA
 
[ PGP Key ID: 0x929DCDA0 | www: http://www.silverstones.com  ]
[Any opinions are my own and not those of RIT labs   ]

TB! v1.49c S/N 14F4B4B2 on Windows NT 5.0 Build 2195 Service Pack 1

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 Secured
Comment: PGP Sealed for freshness

iQA/AwUBOmA4RznkJKuSnc2gEQIyuQCgkFCeJxTB46GMPujqdtfZnE8L4kwAoJQG
DKZkEDJR6TXrE87JXUCtKz3n
=7X3A
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





Re: Januk - Regex bug?

2001-01-13 Thread Manfred Ell

On 13-01-2001 at 01:12:29GMT -0800 (which was 9:12 where I live)
Januk Aggarwal wrote regarding the subject of "Januk - Regex bug?"


Hello Januk,

Januk Of course if your date format is DD/MM/, you can paste these
Januk regexps in the proper order to get the desired result.  The only real
Januk restriction is that the year is in 4 digit format at the end of the
Januk date.  Try it for different dates and see what happens.


Here it is for European date: DD/MM/YYY
%SETPATTREGEXP="[/-](\d{4})$"%REGEXPBLINDMATCH="%DATESHORT"%SUBPATT="1"%SETPATTREGEXP="(\d{2})$"%REGEXPBLINDMATCH="%SETPATTREGEXP=""[/-](\d*)[/-]""%REGEXPBLINDMATCH=""%DATESHORT""0%SUBPATT=""1"""%SUBPATT="1"%SETPATTREGEXP="(\d{2})$"%REGEXPBLINDMATCH="%SETPATTREGEXP=""^(\d*)[/-]""%REGEXPBLINDMATCH=""%DATESHORT""0%SUBPATT=""1"""%SUBPATT="1"

Result: 20010113

Regards

-- 
Manfred
___
[ TheBat 1.49c (FE1905D5), Windows 5.0 Build 2195 Service Pack 1, RC 1.1 ]



"Number ten. The big toe."

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

You are subscribed as : archive@jab.org





Re: VIMRegEx

2001-01-13 Thread Marcel

Hi Manfred,

On Friday, January 12, 2001, Manfred Ell wrote:

ME Regards

Euh, you were supposed to send this request to my e-mail address
grin

Never mind, the tutorial is on it's way...
-- 
Cheers,
Marcel...

PGP Key ID: 0xADB5413E
PGP Key: mailto:[EMAIL PROTECTED]?Subject=SendPGPKey

... Lister: Why do we never meet anyone nice?
Cat:Why is it we never meet anyone who can shoot straight?

((C) Red Dwarf, "Quarantine")

Using TB! v1.48f on Windows 95 4.0 Build 

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

You are subscribed as : archive@jab.org





Re: VIMRegEx

2001-01-13 Thread Manfred Ell

On 13-01-2001 at 12:50:47GMT +0100 (which was 11:50 where I live)
Marcel wrote regarding the subject of "VIMRegEx"


Hello Marcel,

Marcel Euh, you were supposed to send this request to my e-mail address
Marcel grin

Marcel Never mind, the tutorial is on it's way...

Hmmm.. ?? shrug Fast mouse or fingers?

Regards

-- 
Manfred
___
[ TheBat 1.49c (FE1905D5), Windows 5.0 Build 2195 Service Pack 1, RC 1.1 ]



Whoever said money can't buy love never bought a puppy!

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

You are subscribed as : archive@jab.org





Re: Multiple email everything.

2001-01-13 Thread Olivier Reubens

On Fri, 12 Jan 2001 22:31:53 -0800, you wrote:

customers), against a table of allowed IP addresses. I really
don't think the from email address on the email makes any
difference here, but rather the IP it originates from.
At least one of the ISP's I'm using checks the "from" and just denies
any mail that doesn't have a valid address, and it doesn't only check
the domain, it checks the mailboxname too.  Apparently (so they claim)
they do this as a means of making sure users of their services have
set up their mail client properly.
Can't really say this is bad practice, I'm getting LOTS of mails where
a reply will return with "mail address unknown" or something similar.
--
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Can't Edit Message Address History Drop Down List

2001-01-13 Thread Patrick Linskey

Hello TBUDL, [Using: The Bat! v.1.49; Windows 95 v.4.0.950]
If this is a dupe, my humble apologies.
From TBUDL Archive:
 Open the dropdown menu list. Tap the down and up arrow keys to
 navigate to the address you wish to delete. When the address is
 highlighted simply hit 'delete'. You can use Space key to "park"
 some important addresses - you won't delete them by accident in this
 case.
I am unable to either delete or park. Nothing happens.
?
-- 
Many thanks,
(patl)
[EMAIL PROTECTED]
Saturday, January 13, 2001
4:27:11 (-0800 GMT/UTC)


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

You are subscribed as : archive@jab.org





Re: Re[2]: Multiple email everything.

2001-01-13 Thread Olivier Reubens

On Fri, 12 Jan 2001 20:06:27 -0800, you wrote:

Quick and short from what I've read you might try centralinfo.net.
There you can host your domain, website, pop and smtp mail from any
location or web access.  Price is cheap enough at $8.00 US per month
for a long list of services and disk space.  The only draw-back I've
seen is a curious person could see your domain is on a uslive.net
virtual server in the header (see mine). I find this trivial do to the
great customer support the give.
They're ALL cheap enough at offering certain services, and some are
cheap at service a but expensive at service b.  With other ISP it's
just the other way around.  This is why I'm currently using 6 ISP's to
get everything I need done.  Most can't offer EVERYTHING I need, and
of the few that do, they simply charge too much for the whole package
of services I need.  What I REALLY need, is my own dedicated server,
but I can't afford the cost of a dedicated SDSL or T1 or comparable
speed link.  So we have a server hosting at one location (contract
stating which services we can run, so can't put an SMTP there), and
web sites at another ISP, and ... ) 
--
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: Re[2]: Multiple email everything.

2001-01-13 Thread Olivier Reubens

On Sat, 13 Jan 2001 06:45:30 +0100, you wrote:

But, nothing I suggested will prevent you from this. Simply set up as
many mailboxes as you like and let each have it own "From" and
"Reply"-name - but let all have *the same* smtp-settings. I promise
you, that this will work, as I am doing it currently!
It would require an SMTP that allows me to connect and use regardless
of where I connected from. And I haven't found one of those yet.
Still need to check the ones you gave, will get you an answer on that
soon :-)

But you have no viable alternative because your ISP's do not *allow*
you any alternative. Who is dictating then?
The ISPA (local governing body for belgium ISP's) and EuroISPA (same
but for europe) do not allow belgium (european) ISP's to have open
SMTP servers.

What I meant was this: If you start using one of the suggested
addresses and get your various correspondents used to send to *that*
address, you'll be able to enjoy the benefits of using a *web-account*
for sending and retrieving mail - namely, the benefit of reading your
mail where ever there is a device with a browser. After your messages
are read on the web-interface of your web-account, you just mark them
all "unread" and they are ready for TB to download them when you get
home to your PC.
I don't WANT webmail. I hate it, tried using hotmail for our mail
needs once. It's slow, uncomfortable and requires you to be connected
to read mail. Something I definately don't want to do when I'm using
the GSM to dial into.  
Customers should send inquiries/questions... to the mailboxes of the
company (domain) they're interested in.  And even after 1 year of
abandonning the trial we still get occasional mails there.  Don't
wanna go there again.

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

You are subscribed as : archive@jab.org





ROTTING CORPSE (was Re: Multiple email everything.)

2001-01-13 Thread Marck D. Pearlstone

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Olivier,

On 13 January 2001 at 13:38:25 +0100 (which was 12:38 where I
live) Olivier Reubens wrote and made these points:

OR On Fri, 12 Jan 2001 20:06:27 -0800, you wrote:

No  no  no! A DEAD HORSE is a DEAD HORSE. No more on this topic here
please.

- --
Cheers -- .\\arck D. Pearlstone -- Moderator TBUDL / TBBETA
 
[ PGP Key ID: 0x929DCDA0 | www: http://www.silverstones.com  ]
[Any opinions are my own and not those of RIT labs   ]

TB! v1.49c S/N 14F4B4B2 on Windows NT 5.0 Build 2195 Service Pack 1

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 Secured
Comment: PGP Sealed for freshness

iQA/AwUBOmBP1DnkJKuSnc2gEQJaCgCfaxJ7Mdr1mkWoW8CT/rHONWJTuC8An1xt
uhMIzA35yQiPoX3auuXnyeOi
=24GG
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





FOETID REMAINS (was Re: Multiple email everything.)

2001-01-13 Thread Marck D. Pearlstone

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Olivier,

On 13 January 2001 at 13:50:41 +0100 (which was 12:50 where I
live) Olivier Reubens wrote and made these points:

- -8-

Stop  this  conversation NOW please I first asked four days ago.
You've  had  enough time to take it off list or wind it down. If you
ignore this final demand I will have no alternative but to evict you
from this list.

- --
Cheers -- .\\arck D. Pearlstone -- Moderator TBUDL / TBBETA
 
[ PGP Key ID: 0x929DCDA0 | www: http://www.silverstones.com  ]
[Any opinions are my own and not those of RIT labs   ]

TB! v1.49c S/N 14F4B4B2 on Windows NT 5.0 Build 2195 Service Pack 1

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 Secured
Comment: PGP Sealed for freshness

iQA/AwUBOmBX4znkJKuSnc2gEQIHuACfRnbBQIl4CSwJ1prkDCfy49fF0D8AoNqM
pto6RXNCIMJklvsrEIA+oy3Z
=RxgV
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





A few things I need in TB

2001-01-13 Thread Jacek 'kocurek' Wojaczynski

Hello Bat-maniacs!

Maybe some of these points are not wishes, but are really working, but I
don't know how...

Let's start:

1. Searching in Address Book by handle

The most intuitive way to search in my Address Book is enter the handle
(usually it's a nickname). Unfortunately it doesn't work. I always have
to enter last name to find the person I am looking for...

2. "no language" macro or turn off automatic spellchecking macro.

Sometimes I write to the mailing list where using national characters is
forbidden. We type all in us-ascii. The spell checking sucks then. All I
want is to have it automatically disabled. Is it possible?

3. different text/template for male/female (gender)

What is "gender" option for in the Address Book? Only for fun? What I
really need is a different text (maybe template) if I am writing to a
man or a woman... Possible? Maybe with some regexp? Maybe with some
external program?

4. sending attachements over my small network doesn't work.

I have small-home network under Win98. Only 3 computers. Nothing
special. One of the computers is The Bat! server. Others work as
clients. When I am trying to send an e-mail with large attachement it
stays in the Outbox - is not sent to the sever. Other mails (without
attachements) are sent with no problems. Is this a bug?

5. mp3 and newmail-notification sound

I often ply .mp3 on my computer. When a new mail comes I can't hear any
sound. I know it is possible... (eg. When .mp3 is playing and I run
Windows Media Player and start some .wav file - I can hear both sounds
with no problems).

6. Compress all and Defragment all on exit/every 7 days... automatically

What I need is automatic Compression and Defragmentation of all my
messages in all folders and accounts. Possible or only wishlist? :)

7. After a certain number of days I need to move some messages from one folder to
   another... Can this be done automatically?

These messages are already read and now I have to move them manually by
dragging to the "Old" folder...

8. Using a list of smtp servers

Sometimes (not very often) some of my SMTP servers is not working. I
have to use different server then. Of course I have to change account
setting. Is it possible to have a list of servers to try when one of
them is down?

9. Gathering mail from many different pop3/imap accounts

I use Hamster, but AFAIK many users would need this feature.

10. Different address book for different users

Possible?

11. When I select the text and press "Reply to All (Ctrl-Shift-F5)" the
whole text is being quoted instead the selected part...

... but when I press F4 - only selected part... a bug or what? :)

12. Importing from .msg files - if there is too much of them it
doesn't work (eg. more than 2000 .msg files) and I have to do it
part by part... very annoying :)

OK. That's it. Thanks for any help,

regards,


-- 
 /\_/\   *kocurek* .
(~o o~)  Jacek Wojaczyñski : Ba³emsiê   zawsze   nie
 )'Y'(   ICQ UIN: #32693721|  nabitych  karabinów. Rozbijano
( )|  nimi g³owy. (Stanis³aw Lec)
-- 
--
View the TBUDL archive at http://tbudl.thebat.dutaint.com
To send a message to the list moderation team double click here:
   mailto:[EMAIL PROTECTED]
To Unsubscribe from TBUDL, double click here and send the message:
   mailto:[EMAIL PROTECTED]
--

You are subscribed as : archive@jab.org





Re: A few things I need in TB

2001-01-13 Thread Jan Rifkinson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Jacek, Maybe I can offer help with some of your simpler questions.

  On Saturday, January 13, 2001 15:57:37 +0100 you wrote the
  following in regards to "A few things I need in TB":


Jacek 1. Searching in Address Book by handle

Jacek The most intuitive way to search in my Address Book is enter the handle
Jacek (usually it's a nickname). Unfortunately it doesn't work. I always have
Jacek to enter last name to find the person I am looking for...

  Open your AB  then use F7 universal search. This should work
  for what you want  it is very fast.

Jacek 6. Compress all and Defragment all on exit/every 7 days... automatically

Jacek What I need is automatic Compression and Defragmentation of all my
Jacek messages in all folders and accounts. Possible or only wishlist? :)

  The only way I know how to do this is as follows:
  Create a filter in sorting office.
  Under the advance tab you will see an option for "message is
  older than"  you set the days

  Another way is to look in each folder  check compress
  option  include # of days. However, I don't believe the action will
  occur until you close TB!.

Jacek 7. After a certain number of days I need to move some messages from one folder 
to
Jacekanother... Can this be done automatically?

Jacek These messages are already read and now I have to move them manually by
Jacek dragging to the "Old" folder...

  Yes I believe so. Create a "read filter" that uses the note
  from above plus under Rule tab you will see an option to move
  msg to any place you choose.

Jacek 9. Gathering mail from many different pop3/imap accounts

  Set up an account for each one  TB! retrieves mail from all
  automatically.

Jacek 10. Different address book for different users

  In TB!, there is a main AB  then you can create different
  groups for people with things in common. You can assign a
  person to multiple groups. Open your AB, create a new entry 
  you will see all the options there.

Jacek 11. When I select the text and press "Reply to All (Ctrl-Shift-F5)" the
Jacek whole text is being quoted instead the selected part...

  I think this is a problem that exists  is known about.

Jacek ... but when I press F4 - only selected part... a bug or what? :)

  This is what should happen (F4 only selected part).  Find the
  list of short cut keys that is in the TBUDL archives.

Jacek 12. Importing from .msg files - if there is too much of them it
Jacek doesn't work (eg. more than 2000 .msg files) and I have to do it
Jacek part by part... very annoying :)

  I imported more than this when I transferred from OE to TB!
  without a problem. Maybe your problem has to do with system
  memory -- only a guess.

  I'm sure others will answer you questions as well. There are
  many experts on this list. I am not one of them.

  HTH

- --
Jan Rifkinson
Ridgefield, CT USA
PGP-Key 0x4C9CDF9D
Using TB! v1.49
ICQ 41116329

-BEGIN PGP SIGNATURE-
Version: PGP 6.5i

iQA/AwUBOmB2OJccVS5MnN+dEQLK1wCg0WIkaobi10TlYY1bBOjIjJCl/yEAniiQ
Ap8aAxmjQ4YBNecI61vhPQpy
=Mo28
-END PGP SIGNATURE-



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

You are subscribed as : archive@jab.org





Re: TB! v1.49 - msgs not posted

2001-01-13 Thread Marck D. Pearlstone

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Jan,

On 13 January 2001 at 10:51:59 -0500 (which was 15:51 where I
live) Jan Rifkinson wrote and made these points:

JR   I have sent 3 msgs to the list that have not appeared. I have
JR   noticed this sort of behavior for the past 2-3 days. Some msgs
JR   get thru, others don't. Is it possible to re-register me @
JR   [EMAIL PROTECTED] or instruct me in whatever you think is
JR   necessary to cure this?

Which three messages? I'm seeing messages from you.

Most recently it was:

Date: Sat, 13 Jan 2001 10:37:16 -0500
From: Jan Rifkinson [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
To: "Jacek 'kocurek' Wojaczynski" [EMAIL PROTECTED]
Subject: Re: A few things I need in TB
In-reply-To: [EMAIL PROTECTED]

If  you needed to be re-registered then you wouldn't be able to post
at  all  ...  you  would  get  rejected. Perhaps there is some other
reason   you  aren't  seeing  your  own  posts.  A  filter  that  is
misbehaving perhaps?

- --
Cheers -- .\\arck D. Pearlstone -- Moderator TBUDL / TBBETA
 
[ PGP Key ID: 0x929DCDA0 | www: http://www.silverstones.com  ]
[Any opinions are my own and not those of RIT labs   ]

TB! v1.49c S/N 14F4B4B2 on Windows NT 5.0 Build 2195 Service Pack 1

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 Secured
Comment: PGP Sealed for freshness

iQA/AwUBOmCDfDnkJKuSnc2gEQKjVwCgybwCFga1HXM+vi0UtfqsCrDnQBcAniNG
GCTkQ2Vw+N9IAk5rrFE42OqC
=uz6m
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





expand nicknames

2001-01-13 Thread QuarksCo


how do i make nicknames to expand to the e-mail address? Whenever i
send a message to "nick" (wich is e.g. [EMAIL PROTECTED]) i get the
reply " nick... must specify domain name."


 best wishes
akim

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

You are subscribed as : archive@jab.org





Re[2]: Read message filter - when it runs

2001-01-13 Thread ANTilic

Hello Januk,

Saturday, January 13, 2001, 04:13:33 N(S)H, you wrote:

JA Also check that the source folder is correct.  Read filters do pay
JA attention to the source folder selection.

That's what was wrong! Thanks a lot!
-- 
Best regards,
 ANTilicmailto:[EMAIL PROTECTED]

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

You are subscribed as : archive@jab.org





Re: expand nicknames

2001-01-13 Thread Nick Andriash

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On January 13, 2001, at 9:17:21 AM, QuarksCo Wrote:

QC how do i make nicknames to expand to the e-mail address? Whenever i
QC send a message to "nick" (wich is e.g. [EMAIL PROTECTED]) i get the
QC reply " nick... must specify domain name."

Open your Address Book, and then right click on "Nick" and choose
Properties. Do you have his name listed properly in "First Name" and "Last
Name", and then listed under "Display Name as:"? Then look down and make
sure you have the proper E-Mail Address listed in the bottom window.


Nick


N.J. Andriash [ TB! v1.49c | PGP 7.0.3 | Win 98 SE ]
 Vancouver, B.C. Canada | PGP Key ID:  0x7BA3FDCE  




-BEGIN PGP SIGNATURE-
Version: PGP 7.0.1
Comment: Join PGP-Basics: [EMAIL PROTECTED]

iQA/AwUBOmCxp8UChHR7o/3OEQI7ZgCghGxo2FjkNg48JJkU8VBdjV3U/XYAoKCA
sMTK9kBQ7rqn6OR//L33/Hal
=VqrL
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





Re: expand nicknames

2001-01-13 Thread Lars Geiger

Hi QuarksCo,
On Sat, 13 Jan 2001, at 18:17:21 +0100 you wrote:

QC how do i make nicknames to expand to the e-mail address?
QC Whenever i send a message to "nick" (wich is e.g.
QC [EMAIL PROTECTED]) i get the reply " nick ... must specify
QC domain name."

I don't really get your point. If I enter a nick into the To:
field, it is automatically replaced with the appropriate AB
entry when I press TAB to go to the next (CC:) field.
Perhaps you could describe your problem a little more precisely.
Did you check your AB for duplicate nicks?
-- 
Regards,
Lars

The Bat! 1.49c on Windows NT 5.0 Build 2195 Service Pack 1
 
|Lars Geiger  |  mailto:[EMAIL PROTECTED]|
| PGP Key: mailto:[EMAIL PROTECTED]?Subject=GetPublicKey |

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

You are subscribed as : archive@jab.org





Re: expand nicknames

2001-01-13 Thread Nick Andriash

On January 13, 2001, at 12:06:43 PM, Lars Geiger Wrote:

LG I don't really get your point. If I enter a nick into the To: field, it
LG is automatically replaced with the appropriate AB entry when I press TAB
LG to go to the next (CC:) field. Perhaps you could describe your problem a
LG little more precisely. Did you check your AB for duplicate nicks?

It almost sounds as if he has forgotten to include an E-Mail Address for
that person in his Address Book.


Nick


N.J. Andriash [ TB! v1.49c | PGP 7.0.3 | Win 98 SE ]
 Vancouver, B.C. Canada | PGP Key ID:  0x7BA3FDCE  


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

You are subscribed as : archive@jab.org





Re: Template questions?

2001-01-13 Thread Nick Andriash

On January 13, 2001, at 11:22:33 AM, Tim Musson Wrote:

TF (Remark: be careful with folder-level templates when you send anything
TF else from that folder.)

TM That was what I needed (%To=""%To="%OToAddr"), note you left out the
TM qotes on the second %To=, but I noticed and it works well now!  Thanks

I still don't understand why you have to use the extra %To="" because the
To: field, if used in the Template, already contains the proper address. Do
you not use the extra %To"" to clear the To: field of any unwanted
addresses? In Tim's case though, it contains the address you want, no?


Nick


N.J. Andriash [ TB! v1.49c | PGP 7.0.3 | Win 98 SE ]
 Vancouver, B.C. Canada | PGP Key ID:  0x7BA3FDCE  


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

You are subscribed as : archive@jab.org





Re: Can't Edit Message Address History Drop Down List

2001-01-13 Thread Nick Andriash

On January 13, 2001, at 4:30:32 AM, Patrick Linskey Wrote:

 Open the dropdown menu list. Tap the down and up arrow keys to
 navigate to the address you wish to delete. When the address is
 highlighted simply hit 'delete'. You can use Space key to "park"
 some important addresses - you won't delete them by accident in this
 case.
PL I am unable to either delete or park. Nothing happens.

Open a new message, then hit the black arrow at the end of the To: line.
Now, without using any other key other than the down arrow key, scroll down
the lineup of addresses. Are you able to do that? If so, you should be able
to hit the delete key to delete the highlighted address, and the space bar
to park/unpark an address.


Nick


N.J. Andriash [ TB! v1.49c | PGP 7.0.3 | Win 98 SE ]
 Vancouver, B.C. Canada | PGP Key ID:  0x7BA3FDCE  


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

You are subscribed as : archive@jab.org





Re[2]: TB! v1.49 - msgs not posted

2001-01-13 Thread Jan Rifkinson

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Marck,

  On Saturday, January 13, 2001 16:34:04 + you wrote the
  following in regards to "TB! v1.49 - msgs not posted":

Marck Which three messages? I'm seeing messages from you.

  I've re-directed 2 msgs to you privately @ the moderators
  address.

- --
Jan Rifkinson
Ridgefield, CT USA
PGP-Key 0x4C9CDF9D
Using TB! v1.49
ICQ 41116329

-BEGIN PGP SIGNATURE-
Version: PGP 6.5i

iQA/AwUBOmC9hJccVS5MnN+dEQJ3MQCeOpA3mUucNssr8pJHsQQmeI+RNbwAnjHG
gH4wxcaTOsy/OLYa6kONGmhj
=8A1w
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





Re: Template questions?

2001-01-13 Thread Kari Jakobi


Hello Nick,

On Sat, 13 Jan 2001, 12:38:15 h [GMT -0800] (which
was 21:38 h [GMT +0100] where I live) you wrote:

TM That was what I needed (%To=""%To="%OToAddr"), note you left out the
TM qotes on the second %To=, but I noticed and it works well now!  Thanks

NA I still don't understand why you have to use the extra %To=""
NA because the To: field, if used in the Template, already contains
NA the proper address. Do you not use the extra %To"" to clear the
NA To: field of any unwanted addresses?

Yes, you do. This is (most time as I get it) unnecessary, but a
precaution if an address should be already in the To: field.

-- 
Best regards,
Kari Jakobi

The Bat! 1.49c on Windows NT 5.0 Build 2195 SP1

To obtain my PGP-Key send a message to:
  mailto:[EMAIL PROTECTED]?subject=PGP-KEY_REQUEST
PGP-KEY ID: 0x388CEBFF

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

You are subscribed as : archive@jab.org





Re: Template questions?

2001-01-13 Thread Nick Andriash

On January 13, 2001, at 1:03:38 PM, Kari Jakobi Wrote:

KJ Yes, you do. This is (most time as I get it) unnecessary, but a
KJ precaution if an address should be already in the To: field.

Ah, then that makes sense in that case. In Tim's case, putting %To"" would
be redundant then if I understand the concept correctly, because he already
had the right address in the To: section of his headers.


Nick


N.J. Andriash [ TB! v1.49c | PGP 7.0.3 | Win 98 SE ]
 Vancouver, B.C. Canada | PGP Key ID:  0x7BA3FDCE  


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

You are subscribed as : archive@jab.org





Re: TB! v1.49 - msgs not posted

2001-01-13 Thread Marck D. Pearlstone

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Jan,

On 13 January 2001 at 15:41:31 -0500 (which was 20:41 where I
live) Jan Rifkinson wrote and made these points:

Marck Which three messages? I'm seeing messages from you.

JR   I've re-directed 2 msgs to you privately @ the moderators
JR   address.

Yes,  and  they all came through the list just fine. I think you may
have added a filter which is taking out your own postings on the way
back so you never get to see them.

- --
Cheers -- .\\arck D. Pearlstone -- Moderator TBUDL / TBBETA
 
[ PGP Key ID: 0x929DCDA0 | www: http://www.silverstones.com  ]
[Any opinions are my own and not those of RIT labs   ]

TB! v1.49c S/N 14F4B4B2 on Windows NT 5.0 Build 2195 Service Pack 1

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 Secured
Comment: PGP Sealed for freshness

iQA/AwUBOmDHEDnkJKuSnc2gEQKzEQCfeIR7S/7KVWqifPnWyHMj990vDbEAni4n
qBSrK5GWngBUCwQtG3PRoAir
=ixhF
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





Re[2]: Multiple email everything.

2001-01-13 Thread Tim Musson

Hey Olivier,

Friday, January 12, 2001, 8:43:24 PM, you wrote:

Have I missed something?! If I haven't - and this looks like a
solution for you - , you could use the SMTP-server of
webmail-providers like www.myrealbox.com , www.gmx.net , www.yahoo.com
or  www.operamail.com .
OR I'll check them and see if they allow me to SMTP send using the
OR from-addresses I need.

I had a similar (but much smaller and less complex) problem, that I
think I have figured out mostly today - possibly it will solve your
problems?

One of the services of the people hosting my domain for me is as many
mail addresses (.forward) as I want.  So I have [EMAIL PROTECTED] that
forwards to an account at MyRealBox.  I set up TB to pull from the MRB
pop, and the account is set up as [EMAIL PROTECTED] for everything except
the MRB user id/pw.  I set smpt and pop to pop.myrealbox.com, then for
the smtp "Authentication...", I checked "Perform SMTP Authentication
(RFC 2554)".  Now when I connect with my ISP that does not block port
25, I can do a send and TB authenticates and uploads my mail!

So if you could set this up for one of your accounts, have all the
other accounts configured to push all the Outbox contents to the one
MyRealBox account, you may be all set...?

-- 
[EMAIL PROTECTED]
Using The Bat! eMail v1.49
Windows NT 5.0.2195 (Service Pack 1)
Bad command or file name!  GO stand in the corner.

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

You are subscribed as : archive@jab.org





Re[2]: Template questions? #2

2001-01-13 Thread Tim Musson

Hey Marck,

Friday, January 12, 2001, 5:23:03 PM, you wrote:

JR Marck, something I don't understand: if TB!'s precedence is AB,
JR GROUP, FOLDER, wouldn't TB! look for the address info in that

Good to know.

MDP That's  absolutely right. My words of warning are for a newcomer who
MDP is  just developing their templates and hasn't evolved a set for the
MDP AB. I have *no* folder templates myself, only AB ones.

Will definatly follow that sugestion, I have found it confusing even
to use the AB templates, but I love the RegEx capabilities!

Thanks for all the help!

-- 
[EMAIL PROTECTED]
Using The Bat! eMail v1.49
Windows NT 5.0.2195 (Service Pack 1)
E Pluribus Unix

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

You are subscribed as : archive@jab.org





Re[2]: Can't Edit Message Address History Drop Down List

2001-01-13 Thread Patrick Linskey

At 12:43 on Saturday, January 13, 2001 Nick Andriash wrote:

NA On January 13, 2001, at 4:30:32 AM, Patrick Linskey Wrote:
SNIP
PL I am unable to either delete or park. Nothing happens.

NA Open a new message, then hit the black arrow at the end of the To: line.
NA Now, without using any other key other than the down arrow key, scroll down
NA the lineup of addresses. Are you able to do that? If so, you should be able
NA to hit the delete key to delete the highlighted address, and the space bar
NA to park/unpark an address.

Thanks, Nick,
That's exactly what I was doing. The FAQ on this is quite clear. After
doing some folder maintenance and re-booting a few times, the problem
self resolved.
I guess it's not possible to sort the list, eh?
--
Regards,
(patl)
[EMAIL PROTECTED]
Saturday, January 13, 2001
13:26:40 (-0800 GNT/UTC)

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

You are subscribed as : archive@jab.org





Dead Horses :o) Att: Tim Musson

2001-01-13 Thread Nick Andriash

 On January 13, 2001, at 12:54:09 PM, Tim Musson Wrote:
 
Have I missed something?!

Tim, if you are not careful, you are going to find out the hard way what a
"Dead Horse" means. :o(


Nick


N.J. Andriash [ TB! v1.49c | PGP 7.0.3 | Win 98 SE ]
 Vancouver, B.C. Canada | PGP Key ID:  0x7BA3FDCE  


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

You are subscribed as : archive@jab.org





BLEACHED BONES (was Re: Multiple email everything.)

2001-01-13 Thread Marck D. Pearlstone

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Tim,

On 13 January 2001 at 15:54:09 -0500 (which was 20:54 where I
live) Tim Musson wrote and made these points:

TM Hey Olivier,

Tim has already apologised off-list for this posting, having read my
DH announcements after hitting "send".

Olivier - if you want to respond - OFF-LIST please!

- --
Cheers -- .\\arck D. Pearlstone -- Moderator TBUDL / TBBETA
 
[ PGP Key ID: 0x929DCDA0 | www: http://www.silverstones.com  ]
[Any opinions are my own and not those of RIT labs   ]

TB! v1.49c S/N 14F4B4B2 on Windows NT 5.0 Build 2195 Service Pack 1

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 Secured
Comment: PGP Sealed for freshness

iQA/AwUBOmDQuDnkJKuSnc2gEQKMtQCeIH2DpN+c32uFTQ8y00LG57I/30AAniN+
jTTmmUKI9aQMISiZukByrGiz
=nLbY
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





Re: Template questions?

2001-01-13 Thread Kari Jakobi


Hello Nick,

On Sat, 13 Jan 2001, 13:20:20 h [GMT -0800] (which
was 22:20 h [GMT +0100] where I live) you wrote:

KJ Yes, you do. This is (most time as I get it) unnecessary, but a
KJ precaution if an address should be already in the To: field.

NA Ah, then that makes sense in that case. In Tim's case, putting %To"" would
NA be redundant then if I understand the concept correctly, because he already
NA had the right address in the To: section of his headers.

Yeah, but as someone said earlier folder level templates are crap. Ok,
he doesn't exactly said that, but they are to be honest.
Sometimes this messes everything up. It's better to use the
%TO""%TO... macro just in case.


-- 
Best regards,
Kari Jakobi

The Bat! 1.49c on Windows NT 5.0 Build 2195 SP1

To obtain my PGP-Key send a message to:
  mailto:[EMAIL PROTECTED]?subject=PGP-KEY_REQUEST
PGP-KEY ID: 0x388CEBFF

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

You are subscribed as : archive@jab.org





Import Opera Browser Mail Messages to TB!

2001-01-13 Thread Patrick Linskey

Hello TBUDL,

Serendipitous event last  night. The Bat! and Opera in synch!

I had my Gaeilge (Irish language) version of Opera (v4.03) running and
was playing with the Opera browser mail. Just learning Gaeilge so
button names are unfamiliar. I hit the "Download Mail for all accounts
accidentally and a few hundred messages went to Opera's mail folders
and were deleted from my servers.
"Disaster!", Thought I.
Opera mail messages are *.MBS (in both v4.x  5.x). The Bat! doesn't
list Opera or MBS files for import.
"Hmmm", Thought I, "I'll try Import UNIX Mail files.
"Ah, ha!" Exclaimed I with a *grin*, "The Bat! imports Opera MBS easily
and flawlessly.

Now, if this is known to most of you, my apologies.  I don't recall it
being mentioned here.

In any event, while I don't recommend using Opera's clunky mail
feature, don't you think The Bat! should somehow indicate it can
import Opera browser mail?

Gad! It's so fine when something in the cyber universe works the way
one would expect.

-- 
Regards,
(patl)
[EMAIL PROTECTED]
Saturday, January 13, 2001
13:53:01 (-0800 GMT/UTC)
The Bat! v.1.49
Win95, v.4.0.950.


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

You are subscribed as : archive@jab.org





Account configuration file

2001-01-13 Thread Olivier Reubens

Hi,

First.  DON'T ask my _WHY_ I want what I'm asking here, it's already
been put off topic, and you can review the history of it in previous
messages...
-

The information for each The Bat! mail account is apparently stored in
a file called ACCOUNT.CFG (stored at drive:\TheBat\Main\Mailbox\),
unfortunately, this information is stored in some binary format and I
feel hesitant to just go changing the stuff stored in there.  (why did
they not use simple INI files here :-( sigh )

Is there a formal description of how this file is made up ?  If yes, I
could modify my "OnConnect" program to fill in the details of my
current ISP and change the SMTP server setting depending on what ISP
I'm connected to.  This would basically solve my problem altogether.

If a description is not available, Is there a way to modify the
information by calling some other program given a correct set of
commandline parameters ?  (maybe something like /TheBat.exe
/SetAccount:"accountname,smtpserver,mailbox,password") is available or
maybe there is an API call I can do into one of the DLL's ?

I've been giving TheBat! a thourough testing, and it's addressing all
of my needs EXCEPT for a more automatic way to change SMTP servers of
the various accounts.

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

You are subscribed as : archive@jab.org





Re: Account configuration file

2001-01-13 Thread Manfred Ell

On 13-01-2001 at 00:10:53GMT +0100 (which was 23:10 where I live)
Olivier Reubens wrote regarding the subject of "Account configuration file"


Hello Olivier,

Olivier I've been giving TheBat! a thourough testing, and it's addressing all
Olivier of my needs EXCEPT for a more automatic way to change SMTP servers of
Olivier the various accounts.

There's nothing you can do about this and this discussion has been
dead-horsed so you're stretching your luck with Marck here!

Regards

-- 
Manfred
___
[ TheBat 1.49c (FE1905D5), Windows 5.0 Build 2195 Service Pack 1, RC 1.1 ]



"I represent Angry Gun-Toting Meat-Eating People!" - Dennis Leary

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

You are subscribed as : archive@jab.org





Re: Killing dupes question

2001-01-13 Thread Nick Andriash

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On January 13, 2001, at 4:10:44 PM, Susanne Wrote:

S Is there an easy way to delete the duplicates without having to
S go at it manually every day?

If I understand the feature correctly, "Kill Dupes" works on message ID's so
it will not affect those other cross-posted messages, leaving you to do so
manually. If I'm wrong, I'm sure those in the know will step in. ;o)


Nick


N.J. Andriash [ TB! v1.49c | PGP 7.0.3 | Win 98 SE ]
 Vancouver, B.C. Canada | PGP Key ID:  0x7BA3FDCE  




-BEGIN PGP SIGNATURE-
Version: PGP 7.0.1
Comment: Join PGP-Basics: [EMAIL PROTECTED]

iQA/AwUBOmDu5MUChHR7o/3OEQKaQwCg4s6Pc7AzZdDaUkEF2+eEfXSm0rAAoLqp
cZeRhDkMgY3Mwa0JapPDOm4E
=MsRy
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





Re: Account configuration file

2001-01-13 Thread Marck D. Pearlstone

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Manfred,

On 13 January 2001 at 23:40:24 + (which was 23:40 where I
live) Manfred Ell wrote and made these points:

Olivier I've been giving TheBat! a thourough testing, and it's addressing all
Olivier of my needs EXCEPT for a more automatic way to change SMTP servers of
Olivier the various accounts.

ME There's nothing you can do about this and this discussion has been
ME dead-horsed so you're stretching your luck with Marck here!

:-)  to  be fair, Olivier has acknowledged that and has returned the
topic  to  that  of TB's configuration file format and started a new
thread to hold that.

IIRC  someone mentioned that, by using multiple permutations whereby
all   possible  accounts  are  defined  with  all  possible  server
combinations,  then  the  command  line  /ACCOUNT= invocation can be
used  to  switch  to  the  right  one  at  the  right time. Creative
filtering can consolidate the mail into the correct core account and
Read filters can then proliferate to sub-folders.

However,  I  think  that,  if  Olivier  can  come  up  with a way of
dynamically  setting  the  SMTP  address within the config file (and
yes,  it  is  a pain that standard .ini files aren't used g), then
he's onto a winner. You may have to just "experiment" here, Olivier.
I don't remember anyone having owned up to having done anything like
this and I've been on the list from day one (of course).

Right now, this is a new thread and on-topic, so let's let it ride a
few  deep, but not to get too techy, carried away into realms of ISP
policy and open SMTP relays lest we scare the less hardy amongst us.

- --
Cheers -- .\\arck D. Pearlstone -- Moderator TBUDL / TBBETA
 
[ PGP Key ID: 0x929DCDA0 | www: http://www.silverstones.com  ]
[Any opinions are my own and not those of RIT labs   ]

TB! v1.49c S/N 14F4B4B2 on Windows NT 5.0 Build 2195 Service Pack 1

-BEGIN PGP SIGNATURE-
Version: PGP 6.5.8 Secured
Comment: PGP Sealed for freshness

iQA/AwUBOmDvAjnkJKuSnc2gEQI2cgCgxGdY8CicLL3gsQdxeL8+ovudmq4AoI7L
dmeB2GhHeI6pAF2xqXwvJyr2
=nVvW
-END PGP SIGNATURE-

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

You are subscribed as : archive@jab.org





import from Calypso?

2001-01-13 Thread Hilary Franklin

Greetings, all --

Is it possible to import messages and address book entries from
Calypso into The Bat?  I'm assuming the answer yes, so how can I do
that?  Calypso isn't listed on the "Import Mailboxes" menu.

Many thanks,
Hilary Franklin

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

You are subscribed as : archive@jab.org





Re: import from Calypso?

2001-01-13 Thread Nick Andriash

On January 13, 2001, at 5:11:24 PM, Hilary Franklin Wrote:

HF Is it possible to import messages and address book entries from
HF Calypso into The Bat?  I'm assuming the answer yes, so how can I do
HF that?  Calypso isn't listed on the "Import Mailboxes" menu.

It's not listed as one of the Programs on the Import Messages Wizard, from
which you can import the mailboxes. So, you will have to use Calypso to save
the Mailboxes in either a Unix format, or save them to either *.MSB or *.MSG
files, and then use TB! to import those files/mailboxes from where you have
the files stored.


Nick


N.J. Andriash [ TB! v1.49c | PGP 7.0.3 | Win 98 SE ]
 Vancouver, B.C. Canada | PGP Key ID:  0x7BA3FDCE  


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

You are subscribed as : archive@jab.org





Re: Import Opera Browser Mail Messages to TB!

2001-01-13 Thread Thomas Fernandez

Hallo Patrick,

On Sat, 13 Jan 2001 14:16:59 -0800 GMT (14/01/2001, 06:16 +0800 GMT),
Patrick Linskey wrote:

Patrick I had my Gaeilge (Irish language) version of Opera (v4.03) running and
Patrick was playing with the Opera browser mail.

Wow, now that it something. Is Opera the only browser with a Gaeilge
interface?

Patrick In any event, while I don't recommend using Opera's clunky mail
Patrick feature, don't you think The Bat! should somehow indicate it can
Patrick import Opera browser mail?

Agree.

Patrick Gad! It's so fine when something in the cyber universe works the way
Patrick one would expect.

 :-)

-- 

Cheers,
Thomas.

"For drowning: Climb on top of the person and move up and down to make
artificial perspiration."

Message reply created with The Bat! 1.49c
under Chinese Windows 98 4.10 Build 1998 
using an Intel Celeron 366Mhz, 128MB RAM



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

You are subscribed as : archive@jab.org





Re: Account configuration file

2001-01-13 Thread Thomas Fernandez

Hallo Olivier,

On Sun, 14 Jan 2001 00:10:53 +0100 GMT (14/01/2001, 07:10 +0800 GMT),
Olivier Reubens wrote:

Olivier Is there a formal description of how this file is made up ?

No. :-(

Olivier  If yes, I
Olivier could modify my "OnConnect" program to fill in the details of my
Olivier current ISP and change the SMTP server setting depending on what ISP
Olivier I'm connected to.  This would basically solve my problem altogether.

Correct. This functionality is another module for the delopers wto
write, as this wish has come forward a few times. While you describe
what should be done, it cannot at the moment.

Maybe, if you send a message to RITlabs, they will give you the
description, and if you succeed in switching the SMTP server
automatically, let us know! :-)

-- 

Cheers,
Thomas.

What happens if you get scared half to death twice?

Message reply created with The Bat! 1.49c
under Chinese Windows 98 4.10 Build 1998 
using an Intel Celeron 366Mhz, 128MB RAM



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

You are subscribed as : archive@jab.org