Thank you. I really appreciate your response. We've already had one person
quote back the entire digest. So *all* of your traps turn out to be needed.
Thanks again,
Diana
At 01:27 PM 7/19/03 -0500, Adam H. Kerman wrote:
>At 11:08am -0700, 07/19/03, Diana Kirk <owner@writestop.com> wrote:
>
> >Is there some way to prevent Majordomo from sending attachments to the
> >mailing list?
>
>Yes. You may find these settings useful. More information about writing Perl
>regular expressions is found in the list-owner-info file.
>
>The Volume number trap is to catch people who don't burst digests before
>replying to individual messages, to prevent them from quoting back entire
>digests.
>
>The Majordomo Version trap catches the Majordomo Version header I add, to
>help catch mailing loops.
>
>The Multipart trap catches attachments.
>
>Winmail.dat is a non-MIME type proprietary attachment some Microsoft clients
>may add; it's damn annoying.
>
> # 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
>/X-Majordomo-Version:/i
>/<html>/i
>/content-transfer-encoding\:.*quoted-printable/i
>/owner-[listname]-digest\@some.domain/i
>/owner-[listname]\@some.domain/i
>/Volume 02 : Number/i
>/winmail.dat/i
>/out of the office/i
>/out of office/i
>END
>
> # taboo_headers [regexp_array] (undef) <resend>
> # If any of the headers matches one of these regexps, then the
> # message will be bounced for review.
>taboo_headers << END
>/X-Majordomo-Version:/i
>/^to:.*owner-[listname]/i
>/^to:.*\,.*/i
>/^cc:/i
>/content-transfer-encoding:.*quoted-printable/i
>/content-type: .*multipart/i
>/^subject:.*Volume 02 : Number/i
>/^subject:.*V2 \#/i
>/^subject:.*adv:.*/i
>/uuencode/i
>/x-ms-attachment/i
>/winmail.dat/i
>END
Follow-Ups:
References:
|
|