Is it safe to simply do something such as this in the archive directory:
 
find /home/mailman/archives/private -ctime +30 -exec rm -fr {} \;
 
 

        -----Original Message----- 
        From: Tokio Kikuchi [mailto:[EMAIL PROTECTED] 
        Sent: Sun 3/6/2005 1:08 AM 
        To: Young, Darren 
        Cc: mailman-users@python.org 
        Subject: Re: [Mailman-Users] Safe Archive Clean
        
        

        Hi,
        
        Young, Darren wrote:
        
        > Now, what I'm finding is that if a list has content filtering 
disabled,
        > or set to allow other MIME types through (such as HTML) and if a 
member
        > is of type digest and they have the plain option enabled for digests,
        > they receive a message in their digest with a URL of where they can 
see
        > a copy of the original message. The URL included has a pipermail 
address
        > in it. On the server, the file was placed in that directory however I
        > have pipermail disabled (since we don't support archives). Any way to
        > disable this part or do I just need to wipe those archived files?
        
        Currently, the plain text digest saves attachments in the pipermail area
        on the hypothis that the archive is available. Or, the digest members
        have no means to get the attachments other than to decode MIME manually.
        You should wipe the archive periodically if you don't want those to be
        kept in the archive area. You may also have to tell the list owners (and
        users) your policy and not to use plain text digests but use mime 
digests.
        
        You will have to hack the code if you want to do this silently.
        
        --
        Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
        http://weather.is.kochi-u.ac.jp/
        
        

------------------------------------------------------
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&file=faq01.027.htp

Reply via email to