On Sun, 27 Oct 2002, Jeff Grossman wrote:
> I tried adding the following to my filter_begin section, and it did not
> work. The slaves died when I was sending mail.
>
> $head = $entity->head;
> $charset = $head->mime_attr("content-type.charset");
Move it to filter. I'm pretty sure the entity doesn't exist in
filter_begin.
Jim