On Wed, 12 Dec 2001 21:34, Leif Mortenson wrote: > Sorry, Off topic. > > I have tried sending a couple posts over the last few days with file > attachments. In both cases, the files in the mail that I get back from > the list are munged. But the mail that I get by cc-ing myself is fine. > > Anyone have any ideas of what I might be doing wrong? I'm using Netscape > 6.2
The list filters out all HTML attachments. I have attached a java file to this mail to see if it gets through. If it does get through then I suspect your mail client may be setting the mime type incorrectly but if it doesn't get through then the list may be setup wrong. Testing, 1 2 3.... -- Cheers, Pete ----------------------------------------------------------------------- | I thought there was a knob on the TV to turn up the intelligence. | | There's a knob called "brightness", but it doesn't work. | -----------------------------------------------------------------------
package org.daedalus.shake; /** * Interface that indicates component needs to be refreshed regularly. * * @author <a href="mailto:[EMAIL PROTECTED]">Peter Donald</a> * @version CVS $Revision: 1.2 $ $Date: 2001/05/05 04:54:47 $ */ public interface Refreshable { void refresh() throws Exception; }
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>