blob: 9a3a2c95c5df76f972005fa283b8ab10e21c1d93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193]
helo=mx.sourceforge.net)
by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76)
(envelope-from <zgenjix@yahoo.com>) id 1SuRFe-0004Xb-Qz
for bitcoin-development@lists.sourceforge.net;
Thu, 26 Jul 2012 16:49:26 +0000
X-ACL-Warn:
Received: from nm33-vm6.bullet.mail.ne1.yahoo.com ([98.138.229.70])
by sog-mx-3.v43.ch3.sourceforge.com with smtp (Exim 4.76)
id 1SuRFd-0001Aw-Q0 for bitcoin-development@lists.sourceforge.net;
Thu, 26 Jul 2012 16:49:26 +0000
Received: from [98.138.90.53] by nm33.bullet.mail.ne1.yahoo.com with NNFMP;
26 Jul 2012 16:49:20 -0000
Received: from [98.138.88.238] by tm6.bullet.mail.ne1.yahoo.com with NNFMP;
26 Jul 2012 16:49:20 -0000
Received: from [127.0.0.1] by omp1038.mail.ne1.yahoo.com with NNFMP;
26 Jul 2012 16:49:20 -0000
X-Yahoo-Newman-Property: ymail-3
X-Yahoo-Newman-Id: 317770.76058.bm@omp1038.mail.ne1.yahoo.com
Received: (qmail 96977 invoked by uid 60001); 26 Jul 2012 16:49:20 -0000
X-YMail-OSG: lKhL89IVM1l73EcJ_sBj0reJSE5zBTk5WlWtZGCwSLjxLjh
znx6X_Ky8_2XM8D7lglAZC8axEFBgeXPP4o9yoq68boi.zJtgQktX0gP3q2t
ymrTXcXb60N0DfP9RArAI1y0nwPvLuUB.n8QigvwPc.THp8uPvuYtyBWjT.U
D4ZoAxlq7KHVZvEUH2BgzdyAUhdUspHvrHuI1KxsJBPBY0Ekb_vBYhnEbrk7
OTkmKd2IXyWy4Ip2JHY9lPuEFxgu08yi8_cY4QOKbkGP256qdDOnWOROQJ7j
WrGDuUuSl28RHLe63kBQLudqQf2KHNIEv70iLvH.mvSeh23AvwrGFa_YziGA
iButIFQ8_QcvpiyNeIuC.zbajm59jv3dYs6cFJqpR381t3jbcq1x3yShFoEZ
42iHsgagSPw--
Received: from [200.238.1.1] by web121005.mail.ne1.yahoo.com via HTTP;
Thu, 26 Jul 2012 09:49:19 PDT
X-Mailer: YahooMailWebService/0.8.120.356233
Message-ID: <1343321359.93533.YahooMailNeo@web121005.mail.ne1.yahoo.com>
Date: Thu, 26 Jul 2012 09:49:19 -0700 (PDT)
From: Amir Taaki <zgenjix@yahoo.com>
To: "bitcoin-development@lists.sourceforge.net"
<bitcoin-development@lists.sourceforge.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Spam-Score: -0.1 (/)
X-Spam-Report: Spam Filtering performed by mx.sourceforge.net.
See http://spamassassin.org/tag/ for more details.
-0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/,
no trust [98.138.229.70 listed in list.dnswl.org]
0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider
(zgenjix[at]yahoo.com)
-0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay
domain
-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from
author's domain
0.1 DKIM_SIGNED Message has a DKIM or DK signature,
not necessarily valid
-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature
0.0 FSL_FREEMAIL_2 FSL_FREEMAIL_2
0.0 FSL_FREEMAIL_1 FSL_FREEMAIL_1
X-Headers-End: 1SuRFd-0001Aw-Q0
Subject: [Bitcoin-development] OP_RESEVERVED and IsPushOnly
X-BeenThere: bitcoin-development@lists.sourceforge.net
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: Amir Taaki <zgenjix@yahoo.com>
List-Id: <bitcoin-development.lists.sourceforge.net>
List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe>
List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development>
List-Post: <mailto:bitcoin-development@lists.sourceforge.net>
List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help>
List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>,
<mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe>
X-List-Received-Date: Thu, 26 Jul 2012 16:49:26 -0000
Meh, probably harmless, but...
As best I can tell, OP_RESERVED does absolutely nothing (a NOP).
CScript::IsPushOnly(...) counts this as a push operation.
|