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.
Somebody can correct me if I have the details wrong, but I think I'm on
the right track here.
Chad Martin
>>>In my majordomo/lists config file, I have:
>>>
>>>taboo_body = <<'END'
>>>/^content-type:.*application/i
>>>/^content-type:.*(exe|zip|gif|jpg|scr|bat|pdf|doc|xls|pif|txt)/i
>>>END
>>>
>>>taboo_headers = <<'END';
>>>/^Content-Type:\smultipart\/mixed/i
>>>/^Content-Type:\smultipart\/alternative/i
>>>/^Content-Type:\stext\/html/i
>>>END
>>>
>>>They do not seem to be working. How do I troubleshoot this
>>>problem?
Follow-Ups:
References:
|
|