My, my, I'm getting sloppy.
Rik Kabel wrote:
Replying to my own message:
Another problem with this (add to notes on what the recipes can and cannot
do), and a correction:
7. The scheme will fail to replace an attachment when the boundary
contains certain characters which are special to sed. Boundaries can
contain any of the following characters, with the usual limitation
that the first character cannot be a space character:
A-Z a-z 0-9 '()+_,-./=?
Also, : is allowed.
So, the correction:
For each occurence of \\? in the sed script, use \\@ instead.
Also, replace the ? following each of these with a @.
--
Rik Kabel Old enough to be an adult
rik(_at_)netcom(_dot_)com