R scripts attached to e-mails - correct MIME type ?!
peter dalgaard <pdalgd at gmail.com>
on Mon, 20 Feb 2017 19:45:18 +0100 writes:
> Not by the mail server as such, no, at least not for that
> reason. However, T-bird likely sends .txt as text/plain
> and .R as application/octet-stream (or so) and _therefore_
> the server eliminates the latter and lets the former pass.
> -pd
Exactly. Thank, you, Peter.