Manuel Kissoyan wrote:
>
>Where exactly are saved the atatchement files, also in which format uencoded 
>or just like the original attachement file?

Scrubbed attachments are stored in the directory
archives/private/<listname>/attachments. In most cases, they are just
the original attachment (decoded from the MIME
Content-Transfer-Encoding:), but in the case of scrubbed HTML parts,
the format depends on the mm_cfg.py setting of ARCHIVE_HTML_SANITIZER.

The default is to store HTML attachments 'HTML escaped' which means
things like <, > and & are replaced with &lt;, &gt; and &amp;
respectively so that opening the attachment in a web browser shows
effectively the source HTML rather than the rendered page.

--
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to