Matt Cohen wrote:
>I know about setting the Scrubber/santizer settings in mm_cfg.py as
>per this FAQ entry:
>
>http://www.python.org/cgi-bin/faqw-mm.py?req=edit&file=faq04.037.htp
>
>But is there a way to make it apply on a per-list basis rather than
>server-wide?
No there isn't. The reason fo
I know about setting the Scrubber/santizer settings in mm_cfg.py as
per this FAQ entry:
http://www.python.org/cgi-bin/faqw-mm.py?req=edit&file=faq04.037.htp
But is there a way to make it apply on a per-list basis rather than
server-wide?
--
Ma
Jim Tittsler wrote:
> On May 12, 2005, at 16:03, Scot Hacker wrote:
>
>>> A user is asking why HTML messages are ending up with attachments
>>> (which their organization is bouncing back to them since it doesn't
>>> allow HTML attachments).
>>
>
> What is in the attachments? (Do you have a list
On May 12, 2005, at 16:03, Scot Hacker wrote:
>> A user is asking why HTML messages are ending up with attachments
>> (which their organization is bouncing back to them since it doesn't
>> allow HTML attachments).
What is in the attachments? (Do you have a list footer added to
messages passing
So I'm still not sure why SANITIZER doesn't seem to have any effect.
All I want is for list messages not to have HTML attachments every time
they include a bit of formatting. Is my method below wrong? Is there
another way to achieve this?
Thanks,
Scot
Scot Hacker wrote:
>A user is asking w
A user is asking why HTML messages are ending up with attachments
(which their organization is bouncing back to them since it doesn't
allow HTML attachments). I found this in Defaults.py
ARCHIVE_HTML_SANITIZER = 1
The comments there say:
# 2 - Leave it inline, but HTML-escape it
I added this