Tokio Kikuchi wrote:
>
>Elizabeth Lear wrote:
>
>>>Sorry, but use of Mailman.Handlers.Scrubber is hard coded in 
>>>ToDigest.py.  I should have make it configurable like it was for the 
>>>archiver.  :-(
>> 
>> 
>> Ah, thanks.  Before I give up completely, can you say whether scrubber
>> can be hacked out without breaking things, or is it too integral to
>> the code?
>> 
>
>I think the plain text digester expects all the messages should be 
>either in plain text or can be scrubbed internally, IIRC.  You should 
>choose to use MIME digest if you want to deliver those attachments. 
>Note also that Scrubber.py is used in the regular delivery (if list 
>admin set so), the digester, and the archiver.

As I recall the original post, archives aren't enabled sitewide, and I
don't think the 2.1.6 scrubbing of regular deliveries is an issue only.

The only issue was scrubbed attachments in digests.

If you want to experiment, I think you could add

    return(msg)

immediately after

def process(mlist, msg, msgdata=None):

in Mailman/Handlers/Scrubber.py. This might actually work for MIME
format digests, but as Tokio indicates above and I said earlier

>I don't think you want
>to do that because I think the MIME structure of the message with
>attachments will not be properly integrated into the overall digest,
>at least for 'plain' digests. This will result in digest recipients
>seeing MIME part headers, raw HTML, raw base64 encoded data and so
>forth instead of attachments.

--
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