On Thu, 5 Dec 2002, Chad Martin wrote:
> Pete Holsberg wrote:
> > It doesn't block any of the emails that have the matching
> > "content-type" strings.
>
> It may be your syntax. I'm not terribly familiar with
> the config file, but in perl, a multi-line print goes
> like this:
>
> print <<MONKEY;
> Lines
> of
> printing
> MONKEY
>
> Upshot is that I don't think you need the single quotes
> around your ENDs, and you'll need to add a semicolon at
> the end of you taboo_body line.
You're right about the semi-colon, but since there are no
variable to expand and END is not indented, I don't think
that tics matter.
I corrected the semi-colon but it didn't make a difference.
Thanks.
References:
-
Re: taboo
From: Chad Martin <chad@tharasix.com>
|
|