Re: [Mailman-Users] Digest attachment links have tt

2007-11-02 Thread pierre lacoste

OK Thanks,

Regards

Pierre

 Date: Fri, 26 Oct 2007 10:19:03 -0700
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; mailman-users@python.org
 Subject: RE: [Mailman-Users] Digest attachment links have tt
 
 pierre lacoste wrote:
 
 But the file mm_cfg.py is for all the list. How can I do for configure this 
 value for one list only?
 
  On 10/26/07, pierre lacoste wrote:
 
   I doesn't find the option archive_html_sanitizer in my configuration 
   liste
   web interface.
 
 
 You are correct that this is a site option. There is no corresponding
 list option. You would have to modify the code to implement one.
 
 The reason it is only a site option is that this option can be used to
 allow unescaped HTML email to be archived and potentially exposes
 visitors to the site to cross-site scripting attacks and other
 malicious HTML and therefore it should be up to site administrators,
 not list owners, to allow it or not.
 
 -- 
 Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
 San Francisco Bay Area, Californiabetter use your sense - B. Dylan
 

_
Votez pour vos acteurs de séries TV préférés et tentez de gagner un voyage à 
Hawaï !
http://messengerawards.divertissements.fr.msn.com/
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Digest attachment links have tt

2007-10-26 Thread pierre lacoste

Hello,

I doesn’t find the option archive_html_sanitizer in my configuration liste web 
interface.

Can you tell me if this option is recent modification ?

regards

Pierre
_
Retrouvez Windows Live Messenger sur votre mobile !
http://www.messengersurvotremobile.com
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Digest attachment links have tt

2007-10-26 Thread Brad Knowles
On 10/26/07, pierre lacoste wrote:

  I doesn't find the option archive_html_sanitizer in my configuration liste
  web interface.

  Can you tell me if this option is recent modification ?

That wouldn't be on the web interface.  That would be a configuration 
option you could put into your mm_cfg.py file, if you wanted to 
change the default value that is found in the Defaults.py file.

But don't change the Defaults.py file itself, because that will get 
wiped out with the next re-install.  Instead, make the necessary 
change in mm_cfg.py, which will over-ride what is in Defaults.py.

-- 
Brad Knowles [EMAIL PROTECTED]
LinkedIn Profile: http://tinyurl.com/y8kpxu
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Digest attachment links have tt

2007-10-26 Thread pierre lacoste

OK,

But the file mm_cfg.py is for all the list. How can I do for configure this 
value for one list only?

Regards

Pierre


 On 10/26/07, pierre lacoste wrote:

  I doesn't find the option archive_html_sanitizer in my configuration liste
  web interface.
 
  Can you tell me if this option is recent modification ?

 That wouldn't be on the web interface. That would be a configuration
 option you could put into your mm_cfg.py file, if you wanted to
 change the default value that is found in the Defaults.py file.

 But don't change the Defaults.py file itself, because that will get
 wiped out with the next re-install. Instead, make the necessary
 change in mm_cfg.py, which will over-ride what is in Defaults.py.

 --
 Brad Knowles [EMAIL PROTECTED]
 LinkedIn Profile: http://tinyurl.com/y8kpxu

_
Vous êtes plutôt Desperate ou LOST ? Personnalisez votre PC avec votre série TV 
préférée !
http://specials.divertissements.fr.msn.com/SeriesTV.aspx
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Digest attachment links have tt

2007-10-26 Thread Mark Sapiro
pierre lacoste wrote:

But the file mm_cfg.py is for all the list. How can I do for configure this 
value for one list only?

 On 10/26/07, pierre lacoste wrote:

  I doesn't find the option archive_html_sanitizer in my configuration liste
  web interface.


You are correct that this is a site option. There is no corresponding
list option. You would have to modify the code to implement one.

The reason it is only a site option is that this option can be used to
allow unescaped HTML email to be archived and potentially exposes
visitors to the site to cross-site scripting attacks and other
malicious HTML and therefore it should be up to site administrators,
not list owners, to allow it or not.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter 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=showamp;file=faq01.027.htp


[Mailman-Users] Digest attachment links have tt

2007-09-27 Thread Steven Stern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Clicking on the an attachment was scrubbed links in a digest email
results in seeing the page as source.  The first line of each page is
tt. Is there a way to get rid of this tt?

- --

  Steve
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iD8DBQFG/DrNeERILVgMyvARAvC/AJ9E0hxwVBiJ5EVtemjXhZ3XLoidrgCeNW6H
bvU58VbUuQM5x2D1JgHQreU=
=epqf
-END PGP SIGNATURE-
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] Digest attachment links have tt

2007-09-27 Thread Mark Sapiro
Steven Stern wrote:

Clicking on the an attachment was scrubbed links in a digest email
results in seeing the page as source.  The first line of each page is
tt. Is there a way to get rid of this tt?


You could experiment with setting

ARCHIVE_HTML_SANITIZER = 2

in mm_cfg.py and restarting Mailman. This will leave the text/html
parts in the (plain) digest, but since they will just be pieces of the
text/plain digest, you will see source html text, not rendered html,
but it won't be 'prettied' with tt tags, br tags, tab expansion,
and spaces replaced with nbsp;.

This will also affect the list archive in the same way.

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter 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=showamp;file=faq01.027.htp