[Mimedefang] filtering html email

- kd6lvw at yahoo.com
Fri Jun 4 00:43:33 EDT 2010


--- 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....




More information about the MIMEDefang mailing list