On Mar 13, 2013, at 10:45 AM, David Winsemius wrote:

> 
> On Mar 13, 2013, at 9:18 AM, John Kane wrote:
> 
>> The R-help list strips most attachements other than text (and perhaps pngs? 
>> ) to deduce the risk of virus or malware being recieved.  
> 
> More accurately the server strips all files of type that are not in the set:  
> MIME-TEXT, pdf, png.
> 
> Most mail clients will not label files ending in .dat, .csv or .fil as 
> mime-text and so many files which would otherwise be helpful  and are ASCII 
> files do get discarded. I do not think that the server applies a test to the 
> extension but rather that the mail clients are causing the problem by 
> labeling them something else.
> 
> I am attaching an ascii file with an extension `.dat`. I expect it to be 
> stripped.

My mail client labeled that attachment as:
------

--Apple-Mail-83-489973374
Content-Disposition: attachment;
        filename=junk.dat
Content-Type: application/octet-stream;
        name="junk.dat"
Content-Transfer-Encoding: 7bit
---------

... and the server stripped it, since it was expecting something like this:

--Apple-Mail-83-489973374
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
        charset=us-ascii

And I am here attaching a file I expect to remain attached:

a b c d e
f g h i j
k l m n o
p q r s t
u v w x y

-- 
David

> 
> --- 
> David
> 
>> 
>> You could try parking the file on something like medifire and providing a 
>> link here.
>> 
>> John Kane
>> Kingston ON Canada
>> 
>> 
>>> -----Original Message-----
>>> From: laomen...@163.com
>>> Sent: Wed, 13 Mar 2013 16:13:33 +0800 (CST)
>>> To: kri...@ymail.com
>>> Subject: Re: [R] different color indicates difference magnitude
>>> 
>>> So strange to find the attachment is disappear.
>>> Resent again.
>>> 
>>> 
>>> At 2013-03-13 13:01:01,"Pascal Oettli" <kri...@ymail.com> wrote:
>>>> Hi,
>>>> 
>>>> The attachment has been deleted. Please be more specific.
>>>> 
>>>> Regards,
>>>> Pascal
>>>> 
>>>> On 13/03/13 10:20, meng wrote:
>>>>> Hi all:
>>>>> Is there a plot tool to use different color indicates difference
>>>>> magnitude of data?
>>>>> The plot is in the attachment.
>>>>> 
>>>>> Many thanks.
>>>>> 
>>>>> 
> 


David Winsemius
Alameda, CA, USA

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to