Guten Tag Feli Wilcke,

am Freitag, 16. Oktober 2009 um 09:52 schrieben Sie:

JF>> But how do i get an empty line without CTRL-M ???

> CTRL-M = X'0D' = CR, the first half of a Windows linefeed.
>
> You could try to put a space in the first line and see if you end up
> with X'20' X'0D' or X'20' X'0D' X'0A' (what you probably expect).

I put a Space in the blank Line between %CLEAR%- and %TEXT%-

You are magic and this solved the Problem, but the Bug persists!
If you have a blank Line in the Template, then it happens...

20 dez = 32 hex = DC4 ^T
10 dez = 0a hex = LF  ^J
61 dez = 3d hex = ASCII "="
48 dez = 30 hex = ASCII "0"
68 dez = 44 hex = ASCII "D"
65 dez = 41 hex = ASCII "A"
50 dez = 32 hex = ASCII "2"

OLD: (shows CTRL-M)
0a 0a 3d 30 44 3d  30 41

New: (Fixed and working)
0a 0a 3d 32 30 0a

,----- [ Now the CTRL-M is gone !!! ]
| From: Jens Franik <[email protected]>
| To: Feli Wilcke <[email protected]>
| Subject: Re: CTRL-M in first Line
| X-Rogue: :Kr_bat:
| 
| 
| You could try to put a space in the first line
`-----

In Hex:
00000210  43 6f 6e 74 65 6e 74 2d  54 72 61 6e 73 66 65 72  |Content-Transfer|
00000220  2d 45 6e 63 6f 64 69 6e  67 3a 20 71 75 6f 74 65  |-Encoding: quote|
00000230  64 2d 70 72 69 6e 74 61  62 6c 65 0a 0a 3d 32 30  |d-printable..=20|
00000240  0a 59 6f 75 20 63 6f 75  6c 64 20 74 72 79 20 74  |.You could try t|
00000250  6f 20 70 75 74 20 61 20  73 70 61 63 65 20 69 6e  |o put a space in|
00000260  20 74 68 65 20 66 69 72  73 74 20 6c 69 6e 65 0a  | the first line.|
00000270  0a                                                |.|
00000271

-----------------------------------------------------------------------
This is the old Version:
000001e0  38 38 35 39 2d 31 0a 43  6f 6e 74 65 6e 74 2d 54  |8859-1.Content-T|
000001f0  72 61 6e 73 66 65 72 2d  45 6e 63 6f 64 69 6e 67  |ransfer-Encoding|
00000200  3a 20 71 75 6f 74 65 64  2d 70 72 69 6e 74 61 62  |: quoted-printab|
00000210  6c 65 0a 0a 3d 30 44 3d  30 41 73 65 74 74 69 6e  |le..=0D=0Asettin|
00000220  67 20 75 70 20 61 20 51  75 69 63 6b 20 54 65 6d  |g up a Quick Tem|
00000230  70 6c 61 74 65 2c 20 74  6f 20 72 65 70 6c 79 20  |plate, to reply |
00000240  74 6f 20 73 6f 6d 65 20  73 70 65 63 69 61 6c 20  |to some special |
00000250  61 75 74 6f 6d 61 74 65  64 0a 4d 65 73 73 61 67  |automated.Messag|


-- 
Mit freundlichen Grüßen
Jens Franik
mailto:[email protected]
The Bat! 4.2.10.16 (ALPHA4) + AntiSpamSniper 3.2.1.5 + Gaijin XMP Makro Plugin 
1.2
Language-File-Checksum: 21033D1F
Windows XP 5.1 build 2600 Service Pack 2
AMD Athlon Dual Core 4850e 2,50 GHz, 4 GB RAM
Debian Lenny + Windows XP @VirtualBox 3.0.8 r53138 non-OSE
8 POP3 Accounts - 1 IMAP - 170 (Common) Folders - about 100000 Messages


________________________________________________________
 Current beta is 4.2.10.15 | 'Using TBBETA' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to