On Sat, 9 Oct 1999, Ruud H.G. van Tol wrote:
^At^AI^Ie^I^C^AA^N1/4^AI^AR^A}^A^Ah and so on
(the "1/4" is a single character)
I think what you have here, is
01 xx 01 xx 09 xx 09 xx 01 xx 0E xx etc.
I'm afraid I don't understand this line.
I used hexadecimal representations:
01 = Ctrl-A , 09 = Ctrl-I, 0E = Ctrl-N
The xx stands for the following character.
so try something like a count of
[ <Ctrl_A> <Ctrl-I> <Ctrl-N> ].
Well, I just tried counting <Ctrl_A> with
* 1^1 (^A)
where ^A is entered by Ctrl+V,Ctrl+A, using vi. Is that the kind of
thing you meant?
The procmail log showed a count of 0.
I hope somebody else can show you the gory details,
I have no idea.
Ruud