Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Quarantine on OS X

Received: by 10.68.196.232 with SMTP id ip8mr5486626pbc.6.1340413910377;
        Fri, 22 Jun 2012 18:11:50 -0700 (PDT)
X-BeenThere: scite-interest@googlegroups.com
Received: by 10.68.233.8 with SMTP id ts8ls7965468pbc.7.gmail; Fri, 22 Jun
 2012 18:11:48 -0700 (PDT)
Received: by 10.68.219.170 with SMTP id pp10mr5612213pbc.1.1340413908857;
        Fri, 22 Jun 2012 18:11:48 -0700 (PDT)
Received: by 10.68.219.170 with SMTP id pp10mr5612211pbc.1.1340413908845;
        Fri, 22 Jun 2012 18:11:48 -0700 (PDT)
Return-Path: <nyamaton...@me.com>
Received: from nk11p08mm-asmtpout001.mac.com (nk11p08mm-asmtp001.mac.com. [17.158.58.246])
        by gmr-mx.google.com with ESMTP id ph6si711922pbc.2.2012.06.22.18.11.48;
        Fri, 22 Jun 2012 18:11:48 -0700 (PDT)
Received-SPF: pass (google.com: domain of nyamaton...@me.com designates 17.158.58.246 as permitted sender) client-ip=17.158.58.246;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of nyamaton...@me.com designates 17.158.58.246 as permitted sender) smtp.mail=nyamaton...@me.com
MIME-version: 1.0
Content-transfer-encoding: 7BIT
Content-type: text/plain; CHARSET=US-ASCII
Received: from [10.1.1.8] (124-168-130-124.dyn.iinet.net.au [124.168.130.124])
 by nk11p08mm-asmtp001.mac.com
 (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Jan
  3 2012)) with ESMTPSA id <0M61008HGPZMP...@nk11p08mm-asmtp001.mac.com> for
 scite-interest@googlegroups.com; Sat, 23 Jun 2012 01:11:48 +0000 (GMT)
X-Proofpoint-Virus-Version: vendor=fsecure
 engine=2.50.10432:5.7.7855,1.0.260,0.0.0000
 definitions=2012-06-22_06:2012-06-22,2012-06-22,1970-01-01 signatures=0
X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0
 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam
 adjust=0 reason=mlx scancount=1 engine=6.0.2-1203120001
 definitions=main-1206220322
From: Neil Hodgson <nyamaton...@me.com>
Subject: Quarantine on OS X
Date: Sat, 23 Jun 2012 11:11:45 +1000
Message-id: <BFA0B643-D354-451B-A589-230045E6C0B6@me.com>
To: scite-interest@googlegroups.com
X-Mailer: Apple Mail (2.1278)

   On OS X, files created by SciTE or programs run by SciTE such as compilers, have the extended attribute com.apple.quarantine added by the sandbox which then means that SciTE can not run the compiled executable. SciTE can not remove the attribute so, to be able to run the executable within SciTE, use the xattr command from the Terminal application:
xattr -d com.apple.quarantine <file-name>

   Added to the sandbox documentation: http://www.scintilla.org/Sandbox.html

   Neil