At 03:19 PM 4/1/2003, Stephan Reiff-Marganiec wrote:
>Hi,
>
>are there functions in ser (or one of its modules) that can be used within
>another module to add or replace headers or message bodies?
>
>I am thinking of something like:
>
>add_header(&msg, header)
textops/append_hf
>replace_header(&msg, oldheader, newheader)
textopts/replace is the closest hit.
-Jiri