--- On Thu, 6/3/10, tonj <tonj at freeuk.com> wrote:
> ... but I keep getting syntax error.
>...
>
> sub filter_begin {
> my($entity) = @_;
> if ($FoundHTML && {
Duh! No right parenthesis and a hanging conditional ("and what?").
> action_bounce("HTML mail not allowed here.");
> return;
> }
> }
This should be obvious....