2009/4/1 Klaus Darilion <klaus.mailinglists(a)pernau.at>at>:
There is no dedicated function. You can use the
functions from textops
module to replace the tag (using regular expressions) (make sure to not
remove the \r at the end of the line)
Or you can remove the "To" header with remove_hf("To") and create a
new one:
insert_hf("To: <$tu>\r\n");
But I really wonder why you need to remove the To tag in an in-dialog request.
--
Iñaki Baz Castillo
<ibc(a)aliax.net>