680 likes | 770 Views
> 1) I notice that when someone sends an HTML message (via Netscape, for. > instance) that the resulting message contains the list header, followed. > by the MIME attachment, and the list footer. Under Netscape, at least,.
E N D
> 1) I notice that when someone sends an HTML message (via Netscape, for
> instance) that the resulting message contains the list header, followed
> by the MIME attachment, and the list footer. Under Netscape, at least,
> it only displays the MIME attachment. Is that a Netscape problem or a
It's kind of a combination of both. Chances are that your document
garbagesquiggleunreadabletextandnumbersthatmagicallybecomeanimage
garbagesquiggleunreadabletextandnumbersthatmagicallybecomeanimage
garbagesquiggleunreadabletextandnumbersthatmagicallybecomeanimage
garbagesquiggleunreadabletextandnumbersthatmagicallybecomeanimage
This tells your reader that anything encapsulated within the
"my-boundary" tokens is a MIME attachment. Anything outside of
A "solution" is to wrap the header and footer with boundaries
The termination string "--my-boundary--" should also be pulled out of
But I don't know if it's right for mailman to do this... It's kind
of icky. At any rate, I doubt that anyone will do it until 1.0 is
> 2) Is there a way where I can automatically restrict subscribers to a
> subnet or domain name? I want to use the list internally to my company,
> but there's nothing to keep an outside person from subscribing, unless
Not currently, unless you wrap the list aliases with something like
http://www.python.org/pipermail/mailman-users/1999-March/000912.html
> 3) Is there a way to restrict attachments? I did see something about
> this on the archives, but there wasn't any answer given. I guess not,
The above URL can be used to catch attachments, or you can also add
certain headers or header regexes to bounce_matching_headers (under