Re: Stupid problem with quoted names

2003-03-03 Thread Miguel A. Urech
Hello Carsten, Maybe this one helps you. Its actual purpose is to add list names to the To-address when replying. The first %IF checks for the existence of characters in From-name that make quoting neccessary. Thanks a lot, it certainly does the trick :-) -- Best regards, Miguel A. Urech

Re: Stupid problem with quoted names

2003-03-02 Thread Carsten Thönges
* Miguel A. Urech writes: Hello Marck, There's your problem. Do this instead. Hello %OFROMFNAME,%- %TO=''%TO='%OFROMNAME [EMAIL PROTECTED]'%- %REPLYTO=''%REPLYTO='Some Mail List [EMAIL PROTECTED]' The %OFROMNAME macro excludes the double quotes (and should). I've tried that, but then

Re: Stupid problem with quoted names

2003-03-01 Thread Miguel A. Urech
Hello Miguel, ,- [ ] | I receive a message with: | From: Joe Blow, Jr [EMAIL PROTECTED] | When I reply to it, TB includes this address in the To field but | without the quotes: | To: Joe Blow, Jr [EMAIL PROTECTED] `- Well, that was the generic case. It actually is: I

Re: Stupid problem with quoted names

2003-03-01 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Miguel, @1-Mar-2003, 11:36 +0100 (10:36 UK time) Miguel A. Urech [MAU] in mid:[EMAIL PROTECTED] said: Generally, TB does what it is told to in the templates. MAU Yeap, I know. And that is my problem with the reply template I have ... snip MAU

Re: Stupid problem with quoted names

2003-03-01 Thread Miguel A. Urech
Hello Marck, There's your problem. Do this instead. Hello %OFROMFNAME,%- %TO=''%TO='%OFROMNAME [EMAIL PROTECTED]'%- %REPLYTO=''%REPLYTO='Some Mail List [EMAIL PROTECTED]' The %OFROMNAME macro excludes the double quotes (and should). I've tried that, but then every Name in the To field

Re: Stupid problem with quoted names

2003-03-01 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Miguel, @1-Mar-2003, 12:16 +0100 (11:16 UK time) Miguel A. Urech [MAU] in mid:[EMAIL PROTECTED] said: Hello %OFROMFNAME,%- %TO=''%TO='%OFROMNAME [EMAIL PROTECTED]'%- %REPLYTO=''%REPLYTO='Some Mail List [EMAIL PROTECTED]' The %OFROMNAME macro

Re: Stupid problem with quoted names

2003-03-01 Thread Miguel A. Urech
Hello Marck, Well, the only way to avoid that is to use a RegEx to decide whether the name contains any special characters and deal with it accordingly. I'd say this is a TBTECH issue though, since double quoting a name every time is no problem and is what I do anyway. You are right, TBTECH

Re: Stupid problem with quoted names

2003-02-28 Thread Luc
Good evening Marck, It was foretold that on 28-2-2003 @ 23:22:26 GMT+ (which was 0:22:26 where I live) Marck D Pearlstone would mumble: snipped a bit MDP %REM=+ MDP Name Plucker by Marck I'm not familiar with Regex but am i correct in assuming this one only works with entries from

Re: Stupid problem with quoted names

2003-02-28 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Luc, @28-Feb-2003, 21:04 +0100 (20:04 UK time) Luc [L] in mid:[EMAIL PROTECTED] said: L snipped a bit MDP %REM=+ MDP Name Plucker by Marck L I'm not familiar with Regex but am i correct in assuming this one L only works with entries from the

Re: Stupid problem with quoted names

2003-02-28 Thread Luc
Hello Marck, It was foretold that on 28-2-2003 @ 21:24:56 GMT+ (which was 22:24:56 where I live) Marck D Pearlstone would mumble: snipped a bit MDP No. It is enhanced by entries in the AB but works using the current MDP TO field contents. The actual version is: :-) Thank you Marck.

Stupid problem with quoted names

2003-02-27 Thread Miguel A. Urech
Hello all, I receive a message with: From: Joe Blow, Jr [EMAIL PROTECTED] When I reply to it, TB includes this address in the To field but without the quotes: To: Joe Blow, Jr [EMAIL PROTECTED] And if I click send I get the following error: --- Message has not

Re: Stupid problem with quoted names

2003-02-27 Thread Luc
Good evening Miguel, It was foretold that on 27-2-2003 @ 21:53:44 GMT+0100 (which was 21:53:44 where I live) Miguel A. Urech would mumble: snipped a bit MAU Obviously, if I manually include the quotes, the message is sent MAU just fine. Does anybody know why TB strips the quotes

Re: Stupid problem with quoted names

2003-02-27 Thread Sergey Kalabekov
Miguel A. Urech typed: MAU I receive a message with: MAU From: Joe Blow, Jr [EMAIL PROTECTED] MAU When I reply to it, TB includes this address in the To field but MAU without the quotes: MAU To: Joe Blow, Jr [EMAIL PROTECTED] I think the problem with comma after Blow and when you put the

Re: Stupid problem with quoted names

2003-02-27 Thread Sergey Kalabekov
Miguel, Correction to my last message: Jr is suffix. Regards, -- Sergey E. Kalabekov Using The Bat! v1.62i on Windows XP 5.1 Build 2600 Service Pack 1 Current version is 1.62 | Using TBUDL information:

Re: Stupid problem with quoted names

2003-02-27 Thread Miguel A. Urech
Hello Sergey, I think the problem with comma after Blow and when you put the name in quotation marks the program recognizes prefix Jr as a part of name. Otherwise prefix Jr seems like a part of the e-mail address. My thoughts. Yes, I know the problem comes because of the comma, but still

Re: Stupid problem with quoted names

2003-02-27 Thread Miguel A. Urech
Hello Luc, I don't know if this is of any assistance for you Miguel, but i don't receive From: Joe Blow, Jr [EMAIL PROTECTED]. I receive From: Joe Blow, Jr [EMAIL PROTECTED] without quotes. However on replying, TB! inserts the quotes and doesn't give any errors. I never had that problem in

Re: Stupid problem with quoted names

2003-02-27 Thread Sergey Kalabekov
Miguel A. Urech typed: MAU Yes, I know the problem comes because of the comma, but still I don't MAU understand why TB strips the quotation marks. Might be your Reply template that strips quotes, not the program. Sincerely, -- Sergey E. Kalabekov Using The Bat! v1.62i on Windows XP 5.1 Build

Re: Stupid problem with quoted names

2003-02-27 Thread Miguel A. Urech
Hello Sergey, Might be your Reply template that strips quotes, not the program. Hmmm, I didn't think of that. I will check it. Thanks. -- Best regards, Miguel A. Urech (El Escorial - Spain) Using The Bat! v1.61 Current version is 1.62 |

Re: Stupid problem with quoted names

2003-02-27 Thread Marck D Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Miguel, @27-Feb-2003, 23:13 +0100 (22:13 UK time) Miguel A. Urech [MAU] in mid:[EMAIL PROTECTED] said: MAU I guess TB does the right thing in your case to compensate what it MAU does wrong in mine :) Generally, TB does what it is told to in the