I have a list and people, from time to time, send letters in HTML or RTF
formats and/or send attachments to the list. On many people's broswers,
they see "junk" instead of the intended format.
Using the TABOO_BODY I thougt I could be in some characters which would
identify and bounc back any such message. This is what I sent in my
config file
----------------------
# taboo_body [regexp_array] (undef) <resend>
# If any line of the body matches one of these regexps, then the
# message will be bounced for review.
taboo_body << END
<html>
<body>
charset=
<META content=
Content-Type:
Content-Disposition: attachment;
Content-Type: application/
END
--------------------
and this is what I got back. What is the correct format to do this? Is
this even possible? It would help me a lot. Thanks;
Daniel Aufgang
WebSkills
--------------------
|<html>| not a valid pattern match expression at line 340
|<body>| not a valid pattern match expression at line 341
|charset=| not a valid pattern match expression at line 342
|<META content=| not a valid pattern match expression at line 343
|Content-Type:| not a valid pattern match expression at line 344
|Content-Disposition: attachment;| not a valid pattern match expression
at line 345
|Content-Type: application/| not a valid pattern match expression at
line 346
------------------
|
|