unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Gnus and Emacs: Several Questions
@ 2007-06-21  9:13 Herbert Euler
  2007-06-21 17:37 ` Ralf Angeli
  0 siblings, 1 reply; 6+ messages in thread
From: Herbert Euler @ 2007-06-21  9:13 UTC (permalink / raw)
  To: emacs-devel; +Cc: herberteuler

[-- Attachment #1: Type: text/plain, Size: 6950 bytes --]

Recently I started to try Gnus.  Because both the mail servers in my
workplace and on Google require secure connection, I tried the one in
the Gnus trunk instead of the one comes with Emacs.

I run Emacs (and so Gnus) on two platforms: FreeBSD and Windows.  With
a lot of effort I can run Gnus on FreeBSD successfully now, but I
still have troubles with Gnus on Windows.  I looked at the whole
process during a Gnus session, and found some strange behaviors that I
do not understand.  In this message I will post them.  Please take a
look at them and see whether they are expected.  Thanks.

Gnus opens secure connection with external programs, defaults are
`gnutls-cli' or `openssl'.  `gnutls-cli' takes precedence over
`openssl': if `gnutls-cli' is avaliable on a system, `openssl' will
not be tried unless `gnutls-cli' fails.  Gnus uses `start-process' to
create asynchoronous (sub)processes to invoke the external programs
and uses `accept-process-output' to read the external program output.

This first strange behavior I found is on the output read by Emacs.  I
add some code around the place invoking `accept-process-output' in
pop3.el in Gnus, as below:

    ;; Borrowed from nnheader-accept-process-output in nnheader.el.
    (defun pop3-accept-process-output (process)
      (with-temp-buffer
        (insert "In `pop3-accept-process-output':\n")
        (insert (format "  pop3-read-point: %d\n" pop3-read-point))
        (insert ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n")
        (insert-buffer (process-buffer process))
        (goto-char (point-max))
        (insert "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n")
        (let ((r (accept-process-output
                  process
                  (truncate pop3-read-timeout)
                  (truncate (* (- pop3-read-timeout
                                  (truncate pop3-read-timeout))
                               1000)))))
          (insert (format "  `accept-process-output' returns %s\n" r)))
        (insert (format "  pop3-read-point: %d\n" pop3-read-point))
        (insert ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>\n")
        (insert-buffer (process-buffer process))
        (goto-char (point-max))
        (insert "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<\n\n")
        (append-to-file (point-min) (point-max) "d:/debug-emacs.txt")))

Now the process buffer content both before and after invoking
`accept-process-output' can be dumped into a file.  Note that the file
name above is a Windows-style name, but on the FreeBSD system I
substitute it with a UNIX-style name.  There is two newlines at the
end of the temporary buffer, so the dumped file is composed of many
"blocks" separated with a newline character, each of the blocks
started with the sentence "In `pop3-accept-process-output':".

On the FreeBSD system I have `openssl' but `gnutls-cli'.  The attached
file "bsd-debug-emacs-openssl" shows the typical output by executing
"openssl s_client -connect server.com:port -no_ssl2", which is the
same command with the same arguments as Gnus.  Some of the output is
printed to standard output by `openssl', other is to standard error.
The attached file "bsd-debug-emacs" shows the process buffer content.

In the second block of the process buffer, Gnus deletes many
uninteresting lines.  But the first block shows that the output read
by Emacs is not the same as that printed by `openssl'.  IIRC, when
Emacs creates subprocesses, the error stream and the output stream are
combined together for the subprocesses.  So IMO the output read by
Emacs should be exactly the same as the subprocess output.  But the
two files contradict to this assumption.  In practice I find that the
order of the output read by Emacs is possibly not the same as I can
see on terminal: output from standard error may comes before output
from standard output.  But I can explain this with "standard output is
usually buffered while standard error is not".

Is the above behavior expected?

Situation on the Windows system is rather strange: I may have to
"sit-for" some seconds in order to get the process output.
`gnutls-cli' is used on Windows, so the dumped file shows the output
by `gnutls-cli'.

If the definition of `pop3-accept-process-output' is as above, I get
the attached dumped file "w32-debug-emacs.txt".  There are two blocks
in that file, and four instances of the process buffer content, but
only the last instance has a "+OK" line.  This line is output by
`gnutls-cli' only when it finishes connecting, and Gnus waits for this
line.  If `gnutls-cli' is executed from command line, the line is
outputed very quickly.  But if `gnutls-cli' is executed in Emacs, the
line is not read for long, and Emacs hangs.  When I type C-g, Emacs
stops hanging and read the line.  This is why there is a "+OK" line
there.

However, if I add "(sit-for 3)" before invoking
`accept-process-output' in the above `pop3-accept-process-output'
function, the "+OK" line is read quickly (although not as quickly as
in command line).  The attached file "w32-debug-emacs-sit-for.txt"
shows the situation: in the first block includes a line that contains
"+OK", and so Gnus continues to send POP commands.

Problem remains when Gnus sends the "RETR" command.  There's nothing
read by Emacs, similar to the above situation when logging in on
Windows.  Again, after waiting for long I press C-g to quit, and the
output is read by Emacs.  The last several block in the file
"w32-debug-emacs-sit-for.txt" shows what happens.  But because I quit
from this process, I cannot receive messages with Gnus.

Is this behavior expected?  It seems `accept-process-output' on
Windows is broken.

And finally, I find on FreeBSD the POP command "RETR 1" does not
work.  Instead of retrieving the message, it prints

RENEGOTIATING
depth=0 
/C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See 
www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL 
Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 
/C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See 
www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL 
Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=27:certificate not trusted
verify return:1
depth=0 
/C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See 
www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL 
Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=21:unable to verify the first certificate
verify return:1

But "retr 1" receives the message.  Is this expected?

Sorry for the long post.

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

[-- Attachment #2: bsd-debug-emacs --]
[-- Type: application/octet-stream, Size: 314723 bytes --]

In `pop3-accept-process-output':
  pop3-read-point: 1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
depth=0 /C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=21:unable to verify the first certificate
verify return:1
+OK <20296.1182342828@alibaba-inc.com>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
depth=0 /C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=21:unable to verify the first certificate
verify return:1
+OK <20296.1182342828@alibaba-inc.com>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 41
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 41
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 47
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 47
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 53
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 53
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 66
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 66
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 72
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 72
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
Return-Path: <bugfree@p4pqa.bj.corp.yahoo.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 16525 invoked from network); 20 Jun 2007 11:04:41 -0000
Received: from unknown (HELO ironport1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:04:41 -0000
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Aq4HAAameEbKpWtkf2dsb2JhbACBSoEWixaBJgEBERQX
X-IronPort-AV: E=Sophos;i="4.16,442,1175443200"; 
   d="scan'208,217";a="213001293"
Received: from nat-winterless-fw.bj.corp.yahoo.com (HELO p4pqa.bj.corp.yahoo.com) ([202.165.107.100])
  by ironport1.alibaba-inc.com with ESMTP; 20 Jun 2007 19:04:39 +0800
Received: from p4pqa.bj.corp.yahoo.com (localhost.bj.corp.yahoo.com [127.0.0.1])
	by p4pqa.bj.corp.yahoo.com (8.13.8/8.13.8) with ESMTP id l5KB2rUU001639;
	Wed, 20 Jun 2007 19:02:53 +0800 (CST)
	(envelope-from bugfree@p4pqa.bj.corp.yahoo.com)
Date: Wed, 20 Jun 2007 19:02:53 +0800
To: chedong@alibaba-inc.com
Cc: hero@alibaba-inc.com, xugp@alibaba-inc.com
From: BugFr<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 72
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
Return-Path: <bugfree@p4pqa.bj.corp.yahoo.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 16525 invoked from network); 20 Jun 2007 11:04:41 -0000
Received: from unknown (HELO ironport1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:04:41 -0000
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Aq4HAAameEbKpWtkf2dsb2JhbACBSoEWixaBJgEBERQX
X-IronPort-AV: E=Sophos;i="4.16,442,1175443200"; 
   d="scan'208,217";a="213001293"
Received: from nat-winterless-fw.bj.corp.yahoo.com (HELO p4pqa.bj.corp.yahoo.com) ([202.165.107.100])
  by ironport1.alibaba-inc.com with ESMTP; 20 Jun 2007 19:04:39 +0800
Received: from p4pqa.bj.corp.yahoo.com (localhost.bj.corp.yahoo.com [127.0.0.1])
	by p4pqa.bj.corp.yahoo.com (8.13.8/8.13.8) with ESMTP id l5KB2rUU001639;
	Wed, 20 Jun 2007 19:02:53 +0800 (CST)
	(envelope-from bugfree@p4pqa.bj.corp.yahoo.com)
Date: Wed, 20 Jun 2007 19:02:53 +0800
To: chedong@alibaba-inc.com
Cc: hero@alibaba-inc.com, xugp@alibaba-inc.com
From: BugFr<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 72
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
Return-Path: <bugfree@p4pqa.bj.corp.yahoo.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 16525 invoked from network); 20 Jun 2007 11:04:41 -0000
Received: from unknown (HELO ironport1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:04:41 -0000
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Aq4HAAameEbKpWtkf2dsb2JhbACBSoEWixaBJgEBERQX
X-IronPort-AV: E=Sophos;i="4.16,442,1175443200"; 
   d="scan'208,217";a="213001293"
Received: from nat-winterless-fw.bj.corp.yahoo.com (HELO p4pqa.bj.corp.yahoo.com) ([202.165.107.100])
  by ironport1.alibaba-inc.com with ESMTP; 20 Jun 2007 19:04:39 +0800
Received: from p4pqa.bj.corp.yahoo.com (localhost.bj.corp.yahoo.com [127.0.0.1])
	by p4pqa.bj.corp.yahoo.com (8.13.8/8.13.8) with ESMTP id l5KB2rUU001639;
	Wed, 20 Jun 2007 19:02:53 +0800 (CST)
	(envelope-from bugfree@p4pqa.bj.corp.yahoo.com)
Date: Wed, 20 Jun 2007 19:02:53 +0800
To: chedong@alibaba-inc.com
Cc: hero@alibaba-inc.com, xugp@alibaba-inc.com
From: BugFree <bugfree@p4pqa.bj.corp.yahoo.com>
Subject: =?UTF-8?B?5pS56L+b6JyY6Jub5ZKM5YaF5a655o+Q5Y+W5byV5pOO77ya5oqb5byD5q2j?=
 =?UTF-8?B?5paH5bCR55qE6aG16Z2i?=
Message-ID: <5fce2add6145b9ef6bef11f518e43fc9@p4pqa.bj.corp.yahoo.com>
X-Priority: 3
X-Mailer: PHPMailer [version 1.72]
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/html; charset="UTF-8"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type"     content="text/html; charset=UTF-8">
<meta http-equiv="Content-Language" content="UTF-8">
<style type="text/css">
..SmallFont
{
	font-family: "Tahoma,Arial,Courier,宋体";
	font-size: 9pt;
}
..SmallerFont
{
	font-family: "Tahoma,Arial,Courier,宋体";
	font-size: 9pt;
}
..MyButton
{
	font-family: "Tahoma,Arial,Courier,宋体";
	font-size: 9pt;
	cursor:hand;
}
..MyInput
{
	font-family: "Tahoma,Arial,Courier,宋体";
	font-size: 9pt;
	background-color: #E4E4E4;
}
..StrongText
{
	font-family: "Tahoma,Arial,Courier,宋体";
	font-size: 9pt;
	font-weight: bold;
}
..PanelTitle
{
	font-family: "Tahoma,Arial,Courier,宋体";
	font-size: 9pt;
	font-weight: bold;
	color:green;
}
..RedText
{
	font-family: "Tahoma,Arial,Courier,宋体";
	font-size: 9pt;
	color: #FF0000;
}
..BgTable
{
	background-color: #999999;
	font-size:9pt;
}
..BgRow
{
	background-color: #E4E4E4;
}
..BgDarkRow
{
	background-color: #DEDBDE;
}
..TableHeader
{
    font-weight:bold;
    font-size:10.5pt;
}
..History
{
    font-family: "Tahoma,Arial,Courier,宋体";
	background-color: #DDDDDD;
	border: 1px solid #999999;
    margin-right:  20px;
    margin-top:    0px;
    margin-bottom: 10px;
    padding:       5px;
}
..Notes
{
    font-family: "Tahoma,Arial,Courier,宋体";
    font-size:9pt;
	border: 1px solid #999999;
	background-color: #E4E4E4;
	width: 100%;
}
..AssignedTo
{
	background-color: #FFCF9C;
}
..OpenedBy
{
	background-color: #D6E3EF;
}
..ResolvedBy
{
	background-color: #B6F5CB;
}
body
{
	font-family: "Tahoma,Arial,Courier,宋体";
	font-size: 9pt;
	color: #000000;
	background-color: #EFEFEF;
}
select
{
	font-family: "Tahoma,Arial,宋体";
	font-size: 9pt;
	color: #000000;
	background-color: #E4E4E4;
}
a:link,a:visited
{
    text-decoration: none;
}
a:hover 
{
	background-color: #CCCCCC;
}
</style>
<title>易软开源|BugFree -- 开源软件:基于Web的精简版Bug管理系统。版本号 1.1</title>
</head>
<body leftmargin="0" topmargin="10">
  <table width="98%" align="center" border=0 cellpadding="2" cellspacing="1" class="BgTable">
    <tr class="BgRow">
      <td>
            <a target="_blank" href="http://p4pqa.bj.corp.yahoo.com/bugfree/BugInfo.php?ProjectID=14&ModuleID=44&BugID=0000703">[0000703=>车东]</a>
            </td>
    </tr>
    <tr class="BgRow">
      <td>
      <span class="StrongText">2007-06-20 19:02 Resolved AS "Fixed" By 甄颖珊</span><br>
      <div class="History">added&nbsp;<br />
<br />
CS.filter.page.size<br />
<br />
in&nbsp;conf&nbsp;file,&nbsp;the&nbsp;unit&nbsp;is&nbsp;in&nbsp;bytes,&nbsp;page&nbsp;content&nbsp;smaller&nbsp;than&nbsp;this&nbsp;size,&nbsp;CS&nbsp;will&nbsp;return&nbsp;category&nbsp;Id&nbsp;0</div>
      </td>
    </tr>
  </table>
</body>
</html>


.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 75
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 75
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.al<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.al<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;backg<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;backg<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0ASELECT=
=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{=
padding-left:20px;font-weight:normal;font-size:x-small;color:#333333;font-s=
tyle:normal;font-family:Simsun;text-decoration:none;}=0D=0A.langFont=0D=0A{=
font-family:Simsun;}=0D=0A.defaultInDocUI=0D=0A{font-size:x-small;font-fami=
ly:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{padding-right:20px;}=0D=0A</sty=
le><style>=0D=0ABODY=0D=0A{color:black;background-color:white;}=0D=0ATABLE=
=0D=0A{border-right:medium none;border-top:medium none;border-left:medium n=
one;border-bottom:medium none;border-collapse:collapse;}=0D=0ATD=0D=0A{bord=
er-left-color:#637595;border-bottom-color:#637595;border-top-color:#637595;=
border-right-color:#637595;}=0D=0ATH=0D=0A{border-left-color:#637595;border=
-bottom-color:#637595;color:black;border-top-color:#637595;background-color=
:#bbc9dc;border-right-color:#637595;}=0D=0A.xdTableHeader=0D=0A{color:black=
;background-color:#ede6ef;}=0D=0AP=0D=0A{margin-top:0px;}=0D=0AH1=0D=0A{mar=
gin-top:0px;margin-bottom:0px;color:#183569;}=0D=0AH2=0D=0A{margin-top:0px;=
margin-bottom:0px;color:#183569;}=0D=0AH3=0D=0A{margin-top:0px;margin-botto=
m:0px;color:#183569;}=0D=0AH4=0D=0A{margin-top:0px;margin-bottom:0px;color:=
#183569;}=0D=0AH5=0D=0A{margin-top:0px;margin-bottom:0px;color:#637595;}=0D=
=0AH6=0D=0A{margin-top:0px;margin-bottom:0px;color:#ede6ef;}=0D=0A.primaryV=
eryDark=0D=0A{color:#ede6ef;background-color:#183569;}=0D=0A.primaryDark=0D=
=0A{color:white;background-color:#637595;}=0D=0A.primaryMedium=0D=0A{color:=
black;background-color:#bbc9dc;}=0D=0A.primaryLight=0D=0A{color:black;backg=
round-color:#ede6ef;}=0D=0A.accentDark=0D=0A{color:white;background-color:#=
637595;}=0D=0A.accentLight=0D=0A{color:black;background-color:#ede6ef;}=0D=
=0A</style></head><body lang=3D"zh-CN" style=3D"color:#000000;background-co=
lor:#ede6ef"><div style=3D"word-wrap:break-word;color:windowtext;background=
:window;font-size:10.0pt;font-family:Tahoma" class=3D"D38B7128-85A9-4481-A2=
64-D05E46BC1B50">[&#25552;&#20132;&#32773;: yingshan.zhen@alibaba-inc.com] =
<br />&#35814;&#32454;&#22320;&#22336; http://sharepoint/smp/sdt/testbuild<=
hr /></div><div align=3D"center"><table style=3D"border-right:medium none;t=
able-layout:fixed;border-top:medium none;border-left:medium none;width:601p=
x;border-bottom:medium none;border-collapse:collapse;word-wrap:break-word" =
class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col s=
tyle=3D"width:601px"></colgroup><tbody valign=3D"top" /><tr style=3D"min-he=
ight:14px"><td style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;b=
order-top:#7a7a7a 1pt solid;padding-left:20px;padding-bottom:15px;vertical-=
align:middle;border-left:#7a7a7a 1pt solid;padding-top:15px;background-colo=
r:#7a7a7a"><div><table style=3D"background-color:#7a7a7a;border-right:mediu=
m none;table-layout:fixed;border-top:medium none;border-left:medium none;wi=
dth:560px;border-bottom:medium none;border-collapse:collapse;word-wrap:brea=
k-word" class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgrou=
p><col style=3D"width:560px"></colgroup><tbody valign=3D"top" /><tr style=
=3D"min-height:28px"><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:top;padding-top:1px"><div align=3D"center"><fon=
t face=3D"Arial Narrow" color=3D"#ffcc00" size=3D"4"><strong>SMP &#27979;=
&#35797;&#25552;&#20132;&#21333;</strong></font></div></td></tr></tbody></t=
able></div></td></tr><tr style=3D"min-height:69px"><td style=3D"border-righ=
t:#7a7a7a 1pt solid;padding-right:20px;padding-left:20px;padding-bottom:0px=
;border-left:#7a7a7a 1pt solid;padding-top:15px;background-color:#f2f2f2"><=
div><table style=3D"background-color:#f2f2f2;border-right:medium none;table=
-layout:fixed;border-top:medium none;border-left:medium none;width:560px;bo=
rder-bottom:medium none;border-collapse:collapse;word-wrap:break-word" clas=
s=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col style=
=3D"width:65px"><col s<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0ASELECT=
=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{=
padding-left:20px;font-weight:normal;font-size:x-small;color:#333333;font-s=
tyle:normal;font-family:Simsun;text-decoration:none;}=0D=0A.langFont=0D=0A{=
font-family:Simsun;}=0D=0A.defaultInDocUI=0D=0A{font-size:x-small;font-fami=
ly:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{padding-right:20px;}=0D=0A</sty=
le><style>=0D=0ABODY=0D=0A{color:black;background-color:white;}=0D=0ATABLE=
=0D=0A{border-right:medium none;border-top:medium none;border-left:medium n=
one;border-bottom:medium none;border-collapse:collapse;}=0D=0ATD=0D=0A{bord=
er-left-color:#637595;border-bottom-color:#637595;border-top-color:#637595;=
border-right-color:#637595;}=0D=0ATH=0D=0A{border-left-color:#637595;border=
-bottom-color:#637595;color:black;border-top-color:#637595;background-color=
:#bbc9dc;border-right-color:#637595;}=0D=0A.xdTableHeader=0D=0A{color:black=
;background-color:#ede6ef;}=0D=0AP=0D=0A{margin-top:0px;}=0D=0AH1=0D=0A{mar=
gin-top:0px;margin-bottom:0px;color:#183569;}=0D=0AH2=0D=0A{margin-top:0px;=
margin-bottom:0px;color:#183569;}=0D=0AH3=0D=0A{margin-top:0px;margin-botto=
m:0px;color:#183569;}=0D=0AH4=0D=0A{margin-top:0px;margin-bottom:0px;color:=
#183569;}=0D=0AH5=0D=0A{margin-top:0px;margin-bottom:0px;color:#637595;}=0D=
=0AH6=0D=0A{margin-top:0px;margin-bottom:0px;color:#ede6ef;}=0D=0A.primaryV=
eryDark=0D=0A{color:#ede6ef;background-color:#183569;}=0D=0A.primaryDark=0D=
=0A{color:white;background-color:#637595;}=0D=0A.primaryMedium=0D=0A{color:=
black;background-color:#bbc9dc;}=0D=0A.primaryLight=0D=0A{color:black;backg=
round-color:#ede6ef;}=0D=0A.accentDark=0D=0A{color:white;background-color:#=
637595;}=0D=0A.accentLight=0D=0A{color:black;background-color:#ede6ef;}=0D=
=0A</style></head><body lang=3D"zh-CN" style=3D"color:#000000;background-co=
lor:#ede6ef"><div style=3D"word-wrap:break-word;color:windowtext;background=
:window;font-size:10.0pt;font-family:Tahoma" class=3D"D38B7128-85A9-4481-A2=
64-D05E46BC1B50">[&#25552;&#20132;&#32773;: yingshan.zhen@alibaba-inc.com] =
<br />&#35814;&#32454;&#22320;&#22336; http://sharepoint/smp/sdt/testbuild<=
hr /></div><div align=3D"center"><table style=3D"border-right:medium none;t=
able-layout:fixed;border-top:medium none;border-left:medium none;width:601p=
x;border-bottom:medium none;border-collapse:collapse;word-wrap:break-word" =
class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col s=
tyle=3D"width:601px"></colgroup><tbody valign=3D"top" /><tr style=3D"min-he=
ight:14px"><td style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;b=
order-top:#7a7a7a 1pt solid;padding-left:20px;padding-bottom:15px;vertical-=
align:middle;border-left:#7a7a7a 1pt solid;padding-top:15px;background-colo=
r:#7a7a7a"><div><table style=3D"background-color:#7a7a7a;border-right:mediu=
m none;table-layout:fixed;border-top:medium none;border-left:medium none;wi=
dth:560px;border-bottom:medium none;border-collapse:collapse;word-wrap:brea=
k-word" class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgrou=
p><col style=3D"width:560px"></colgroup><tbody valign=3D"top" /><tr style=
=3D"min-height:28px"><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:top;padding-top:1px"><div align=3D"center"><fon=
t face=3D"Arial Narrow" color=3D"#ffcc00" size=3D"4"><strong>SMP &#27979;=
&#35797;&#25552;&#20132;&#21333;</strong></font></div></td></tr></tbody></t=
able></div></td></tr><tr style=3D"min-height:69px"><td style=3D"border-righ=
t:#7a7a7a 1pt solid;padding-right:20px;padding-left:20px;padding-bottom:0px=
;border-left:#7a7a7a 1pt solid;padding-top:15px;background-color:#f2f2f2"><=
div><table style=3D"background-color:#f2f2f2;border-right:medium none;table=
-layout:fixed;border-top:medium none;border-left:medium none;width:560px;bo=
rder-bottom:medium none;border-collapse:collapse;word-wrap:break-word" clas=
s=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col style=
=3D"width:65px"><col s<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0ASELECT=
=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{=
padding-left:20px;font-weight:normal;font-size:x-small;color:#333333;font-s=
tyle:normal;font-family:Simsun;text-decoration:none;}=0D=0A.langFont=0D=0A{=
font-family:Simsun;}=0D=0A.defaultInDocUI=0D=0A{font-size:x-small;font-fami=
ly:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{padding-right:20px;}=0D=0A</sty=
le><style>=0D=0ABODY=0D=0A{color:black;background-color:white;}=0D=0ATABLE=
=0D=0A{border-right:medium none;border-top:medium none;border-left:medium n=
one;border-bottom:medium none;border-collapse:collapse;}=0D=0ATD=0D=0A{bord=
er-left-color:#637595;border-bottom-color:#637595;border-top-color:#637595;=
border-right-color:#637595;}=0D=0ATH=0D=0A{border-left-color:#637595;border=
-bottom-color:#637595;color:black;border-top-color:#637595;background-color=
:#bbc9dc;border-right-color:#637595;}=0D=0A.xdTableHeader=0D=0A{color:black=
;background-color:#ede6ef;}=0D=0AP=0D=0A{margin-top:0px;}=0D=0AH1=0D=0A{mar=
gin-top:0px;margin-bottom:0px;color:#183569;}=0D=0AH2=0D=0A{margin-top:0px;=
margin-bottom:0px;color:#183569;}=0D=0AH3=0D=0A{margin-top:0px;margin-botto=
m:0px;color:#183569;}=0D=0AH4=0D=0A{margin-top:0px;margin-bottom:0px;color:=
#183569;}=0D=0AH5=0D=0A{margin-top:0px;margin-bottom:0px;color:#637595;}=0D=
=0AH6=0D=0A{margin-top:0px;margin-bottom:0px;color:#ede6ef;}=0D=0A.primaryV=
eryDark=0D=0A{color:#ede6ef;background-color:#183569;}=0D=0A.primaryDark=0D=
=0A{color:white;background-color:#637595;}=0D=0A.primaryMedium=0D=0A{color:=
black;background-color:#bbc9dc;}=0D=0A.primaryLight=0D=0A{color:black;backg=
round-color:#ede6ef;}=0D=0A.accentDark=0D=0A{color:white;background-color:#=
637595;}=0D=0A.accentLight=0D=0A{color:black;background-color:#ede6ef;}=0D=
=0A</style></head><body lang=3D"zh-CN" style=3D"color:#000000;background-co=
lor:#ede6ef"><div style=3D"word-wrap:break-word;color:windowtext;background=
:window;font-size:10.0pt;font-family:Tahoma" class=3D"D38B7128-85A9-4481-A2=
64-D05E46BC1B50">[&#25552;&#20132;&#32773;: yingshan.zhen@alibaba-inc.com] =
<br />&#35814;&#32454;&#22320;&#22336; http://sharepoint/smp/sdt/testbuild<=
hr /></div><div align=3D"center"><table style=3D"border-right:medium none;t=
able-layout:fixed;border-top:medium none;border-left:medium none;width:601p=
x;border-bottom:medium none;border-collapse:collapse;word-wrap:break-word" =
class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col s=
tyle=3D"width:601px"></colgroup><tbody valign=3D"top" /><tr style=3D"min-he=
ight:14px"><td style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;b=
order-top:#7a7a7a 1pt solid;padding-left:20px;padding-bottom:15px;vertical-=
align:middle;border-left:#7a7a7a 1pt solid;padding-top:15px;background-colo=
r:#7a7a7a"><div><table style=3D"background-color:#7a7a7a;border-right:mediu=
m none;table-layout:fixed;border-top:medium none;border-left:medium none;wi=
dth:560px;border-bottom:medium none;border-collapse:collapse;word-wrap:brea=
k-word" class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgrou=
p><col style=3D"width:560px"></colgroup><tbody valign=3D"top" /><tr style=
=3D"min-height:28px"><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:top;padding-top:1px"><div align=3D"center"><fon=
t face=3D"Arial Narrow" color=3D"#ffcc00" size=3D"4"><strong>SMP &#27979;=
&#35797;&#25552;&#20132;&#21333;</strong></font></div></td></tr></tbody></t=
able></div></td></tr><tr style=3D"min-height:69px"><td style=3D"border-righ=
t:#7a7a7a 1pt solid;padding-right:20px;padding-left:20px;padding-bottom:0px=
;border-left:#7a7a7a 1pt solid;padding-top:15px;background-color:#f2f2f2"><=
div><table style=3D"background-color:#f2f2f2;border-right:medium none;table=
-layout:fixed;border-top:medium none;border-left:medium none;width:560px;bo=
rder-bottom:medium none;border-collapse:collapse;word-wrap:break-word" clas=
s=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col style=
=3D"width:65px"><col style=3D"width:379px"><col style=3D"width:116px"></col=
group><tbody valign=3D"top" /><tr style=3D"min-height:4px"><td style=3D"pad=
ding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:bottom;pa=
dding-top:1px" width=3D"379" /><div align=3D"left"><font color=3D"#5f5e62">=
<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25910;&#20214;&#20154;</f=
ont></font></font></div></td><td style=3D"padding-right:1px;padding-left:1p=
x;padding-bottom:1px;vertical-align:bottom;padding-top:1px" colspan=3D"2" w=
idth=3D"116" /><font color=3D"#5f5e62"><div><span style=3D"width:488px;whit=
e-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " title=3D"">chu=
nsheng.wang@alibaba-inc.com</span></div></font></td></tr><tr style=3D"min-h=
eight:4px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1=
px;vertical-align:bottom;padding-top:1px;border-bottom-style:none" width=3D=
"379" /><div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62">&#25220;&#36865;</font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></div></td><td style=3D"padding-right:1px;pa=
dding-left:1px;padding-bottom:1px;vertical-align:bottom;padding-top:1px;bor=
der-bottom-style:none" colspan=3D"2" width=3D"116" /><div><span style=3D"wi=
dth:488px;white-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " =
title=3D"">yahoo-smp-algo@list.alibaba-inc.com</span></div></td></tr><tr st=
yle=3D"min-height:4px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;=
border-bottom-style:none" width=3D"379" /><div><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62">&#20027;&#39064;</font></font></font></font></font></font></font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></div></td><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;bo=
rder-bottom-style:none" width=3D"116" /><div><font color=3D"#5f5e62"><span =
style=3D"width:373px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""=
>CS &#27979;&#35797;&#25552;&#20132;&#21333;</span></font></div></td><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:bottom;border-top-style:none;padding-top:1px;border-bottom-style:none"><di=
v align=3D"right"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></font></font></font></div></td></tr></tbody=
></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-height:608px"><t=
d style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;padding-left:2=
0px;padding-bottom:0px;border-left:#7a7a7a 1pt solid;padding-top:15px;borde=
r-bottom:#7a7a7a 1pt solid;background-color:#ffffff"><div></div><div></div>=
<div></div><div></div><div></div><div></div><div><table style=3D"background=
-color:#ffffff;border-right:medium none;table-layout:fixed;border-top:mediu=
m none;border-left:medium none;width:561px;border-bottom:medium none;border=
-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"=
buttontext" border=3D"1"><colgroup><col style=3D"width:133px"><col style=3D=
"width:107px"><col style=3D"width:321px"></colgroup><tbody valign=3D"top" /=
><tr><td style=3D"background-color:transparent" width=3D"133" /><div><font =
color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Project</font></font></fo=
nt></font></font></font></font></font></font></font></font></font></font></=
font></font></font></font></font></font></font></font></font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:127px;mso-element:ip-text=
box" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">ClassMatch</span><=
/div></td><td style=3D"background-color:transparent" width=3D"107" /><div><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font face=3D"Verdana" color=3D"#5f5e62" size=3D"1">S=
print No.</font></font></font></font></font></font></font></font></font></f=
ont></font></font></font></font></font></font></font></font></font></font><=
/font></font></font></font></font></font></font></font></font></font></div>=
<div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62=
"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><spa=
n style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#fffff=
f;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;fon=
t-size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overf=
low-x:hidden;text-overflow:ellipsis;width:100px;mso-element:ip-textbox" cla=
ss=3D"xdComboBox xdBehavior=5FSelect" title=3D"">Sprint 2</span></font></fo=
nt></font></font></font></font></font></font></font></div></td><td style=3D=
"background-color:transparent" width=3D"321" /><div><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font=
 color=3D"#5f5e62"><font color=3D"#5f5e62">&#27169;&#22359;</font></font></=
font></font></font></font></font></font></font></div><div><span style=3D"wi=
dth:315px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS</span><=
font color=3D"#5f5e62"></font></div></td></tr></tbody></table></div><div>&n=
bsp;</div><div><table style=3D"background-color:#ffffff;table-layout:fixed;=
width:563px;border-top-style:none;border-right-style:none;border-left-style=
:none;border-collapse:collapse;word-wrap:break-word;border-bottom-style:non=
e" class=3D"xdFormLayout xdLayout" border=3D"1"><colgroup><col style=3D"wid=
th:563px"></colgroup><tbody valign=3D"top" /><tr class=3D"primaryVeryDark" =
style=3D"min-height:4px"><td style=3D"border-top-style:none;border-bottom:5=
pt solid;border-right-style:none;border-left-style:none"><div><strong>=
&#25552;&#20132;&#21382;&#21490;</strong></div></td></tr><tr class=3D"prima=
rylight" style=3D"min-height:0.042in"><td style=3D"border-top:5pt solid;bor=
der-right-style:none;border-left-style:none;background-color:#ede6ef;text-a=
lign:left;border-bottom-style:none" valign=3D"top" /><div><div class=3D"xdR=
epeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px;width:56=
3px;height:320px" align=3D"left"><div><table style=3D"background-color:#fff=
fff;border-right:medium none;table-layout:fixed;border-top:medium none;bord=
er-left:medium none;width:554px;border-bottom:medium none;border-collapse:c=
ollapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontext"=
 border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"width:89px=
"><col style=3D"width:22px"><col style=3D"width:102px"><col style=3D"width:=
105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top" /><tr st=
yle=3D"min-height:8px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#bbc9=
dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font color=3D"#5f5e=
62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div></td></tr=
><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;padding-left:=
1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-col=
or:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><div><span =
style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;=
padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-=
size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflo=
w-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textbox" class=
=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</sp=
an></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><font color=3D=
"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div align=3D"left">=
<span style=3D"width:84px;white-space:nowrap;mso-element:ip-textbox" class=
=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/6/20</span></div></t=
d><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0ASELECT=
=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{=
padding-left:20px;font-weight:normal;font-size:x-small;color:#333333;font-s=
tyle:normal;font-family:Simsun;text-decoration:none;}=0D=0A.langFont=0D=0A{=
font-family:Simsun;}=0D=0A.defaultInDocUI=0D=0A{font-size:x-small;font-fami=
ly:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{padding-right:20px;}=0D=0A</sty=
le><style>=0D=0ABODY=0D=0A{color:black;background-color:white;}=0D=0ATABLE=
=0D=0A{border-right:medium none;border-top:medium none;border-left:medium n=
one;border-bottom:medium none;border-collapse:collapse;}=0D=0ATD=0D=0A{bord=
er-left-color:#637595;border-bottom-color:#637595;border-top-color:#637595;=
border-right-color:#637595;}=0D=0ATH=0D=0A{border-left-color:#637595;border=
-bottom-color:#637595;color:black;border-top-color:#637595;background-color=
:#bbc9dc;border-right-color:#637595;}=0D=0A.xdTableHeader=0D=0A{color:black=
;background-color:#ede6ef;}=0D=0AP=0D=0A{margin-top:0px;}=0D=0AH1=0D=0A{mar=
gin-top:0px;margin-bottom:0px;color:#183569;}=0D=0AH2=0D=0A{margin-top:0px;=
margin-bottom:0px;color:#183569;}=0D=0AH3=0D=0A{margin-top:0px;margin-botto=
m:0px;color:#183569;}=0D=0AH4=0D=0A{margin-top:0px;margin-bottom:0px;color:=
#183569;}=0D=0AH5=0D=0A{margin-top:0px;margin-bottom:0px;color:#637595;}=0D=
=0AH6=0D=0A{margin-top:0px;margin-bottom:0px;color:#ede6ef;}=0D=0A.primaryV=
eryDark=0D=0A{color:#ede6ef;background-color:#183569;}=0D=0A.primaryDark=0D=
=0A{color:white;background-color:#637595;}=0D=0A.primaryMedium=0D=0A{color:=
black;background-color:#bbc9dc;}=0D=0A.primaryLight=0D=0A{color:black;backg=
round-color:#ede6ef;}=0D=0A.accentDark=0D=0A{color:white;background-color:#=
637595;}=0D=0A.accentLight=0D=0A{color:black;background-color:#ede6ef;}=0D=
=0A</style></head><body lang=3D"zh-CN" style=3D"color:#000000;background-co=
lor:#ede6ef"><div style=3D"word-wrap:break-word;color:windowtext;background=
:window;font-size:10.0pt;font-family:Tahoma" class=3D"D38B7128-85A9-4481-A2=
64-D05E46BC1B50">[&#25552;&#20132;&#32773;: yingshan.zhen@alibaba-inc.com] =
<br />&#35814;&#32454;&#22320;&#22336; http://sharepoint/smp/sdt/testbuild<=
hr /></div><div align=3D"center"><table style=3D"border-right:medium none;t=
able-layout:fixed;border-top:medium none;border-left:medium none;width:601p=
x;border-bottom:medium none;border-collapse:collapse;word-wrap:break-word" =
class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col s=
tyle=3D"width:601px"></colgroup><tbody valign=3D"top" /><tr style=3D"min-he=
ight:14px"><td style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;b=
order-top:#7a7a7a 1pt solid;padding-left:20px;padding-bottom:15px;vertical-=
align:middle;border-left:#7a7a7a 1pt solid;padding-top:15px;background-colo=
r:#7a7a7a"><div><table style=3D"background-color:#7a7a7a;border-right:mediu=
m none;table-layout:fixed;border-top:medium none;border-left:medium none;wi=
dth:560px;border-bottom:medium none;border-collapse:collapse;word-wrap:brea=
k-word" class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgrou=
p><col style=3D"width:560px"></colgroup><tbody valign=3D"top" /><tr style=
=3D"min-height:28px"><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:top;padding-top:1px"><div align=3D"center"><fon=
t face=3D"Arial Narrow" color=3D"#ffcc00" size=3D"4"><strong>SMP &#27979;=
&#35797;&#25552;&#20132;&#21333;</strong></font></div></td></tr></tbody></t=
able></div></td></tr><tr style=3D"min-height:69px"><td style=3D"border-righ=
t:#7a7a7a 1pt solid;padding-right:20px;padding-left:20px;padding-bottom:0px=
;border-left:#7a7a7a 1pt solid;padding-top:15px;background-color:#f2f2f2"><=
div><table style=3D"background-color:#f2f2f2;border-right:medium none;table=
-layout:fixed;border-top:medium none;border-left:medium none;width:560px;bo=
rder-bottom:medium none;border-collapse:collapse;word-wrap:break-word" clas=
s=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col style=
=3D"width:65px"><col style=3D"width:379px"><col style=3D"width:116px"></col=
group><tbody valign=3D"top" /><tr style=3D"min-height:4px"><td style=3D"pad=
ding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:bottom;pa=
dding-top:1px" width=3D"379" /><div align=3D"left"><font color=3D"#5f5e62">=
<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25910;&#20214;&#20154;</f=
ont></font></font></div></td><td style=3D"padding-right:1px;padding-left:1p=
x;padding-bottom:1px;vertical-align:bottom;padding-top:1px" colspan=3D"2" w=
idth=3D"116" /><font color=3D"#5f5e62"><div><span style=3D"width:488px;whit=
e-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " title=3D"">chu=
nsheng.wang@alibaba-inc.com</span></div></font></td></tr><tr style=3D"min-h=
eight:4px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1=
px;vertical-align:bottom;padding-top:1px;border-bottom-style:none" width=3D=
"379" /><div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62">&#25220;&#36865;</font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></div></td><td style=3D"padding-right:1px;pa=
dding-left:1px;padding-bottom:1px;vertical-align:bottom;padding-top:1px;bor=
der-bottom-style:none" colspan=3D"2" width=3D"116" /><div><span style=3D"wi=
dth:488px;white-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " =
title=3D"">yahoo-smp-algo@list.alibaba-inc.com</span></div></td></tr><tr st=
yle=3D"min-height:4px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;=
border-bottom-style:none" width=3D"379" /><div><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62">&#20027;&#39064;</font></font></font></font></font></font></font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></div></td><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;bo=
rder-bottom-style:none" width=3D"116" /><div><font color=3D"#5f5e62"><span =
style=3D"width:373px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""=
>CS &#27979;&#35797;&#25552;&#20132;&#21333;</span></font></div></td><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:bottom;border-top-style:none;padding-top:1px;border-bottom-style:none"><di=
v align=3D"right"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></font></font></font></div></td></tr></tbody=
></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-height:608px"><t=
d style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;padding-left:2=
0px;padding-bottom:0px;border-left:#7a7a7a 1pt solid;padding-top:15px;borde=
r-bottom:#7a7a7a 1pt solid;background-color:#ffffff"><div></div><div></div>=
<div></div><div></div><div></div><div></div><div><table style=3D"background=
-color:#ffffff;border-right:medium none;table-layout:fixed;border-top:mediu=
m none;border-left:medium none;width:561px;border-bottom:medium none;border=
-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"=
buttontext" border=3D"1"><colgroup><col style=3D"width:133px"><col style=3D=
"width:107px"><col style=3D"width:321px"></colgroup><tbody valign=3D"top" /=
><tr><td style=3D"background-color:transparent" width=3D"133" /><div><font =
color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Project</font></font></fo=
nt></font></font></font></font></font></font></font></font></font></font></=
font></font></font></font></font></font></font></font></font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:127px;mso-element:ip-text=
box" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">ClassMatch</span><=
/div></td><td style=3D"background-color:transparent" width=3D"107" /><div><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font face=3D"Verdana" color=3D"#5f5e62" size=3D"1">S=
print No.</font></font></font></font></font></font></font></font></font></f=
ont></font></font></font></font></font></font></font></font></font></font><=
/font></font></font></font></font></font></font></font></font></font></div>=
<div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62=
"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><spa=
n style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#fffff=
f;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;fon=
t-size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overf=
low-x:hidden;text-overflow:ellipsis;width:100px;mso-element:ip-textbox" cla=
ss=3D"xdComboBox xdBehavior=5FSelect" title=3D"">Sprint 2</span></font></fo=
nt></font></font></font></font></font></font></font></div></td><td style=3D=
"background-color:transparent" width=3D"321" /><div><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font=
 color=3D"#5f5e62"><font color=3D"#5f5e62">&#27169;&#22359;</font></font></=
font></font></font></font></font></font></font></div><div><span style=3D"wi=
dth:315px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS</span><=
font color=3D"#5f5e62"></font></div></td></tr></tbody></table></div><div>&n=
bsp;</div><div><table style=3D"background-color:#ffffff;table-layout:fixed;=
width:563px;border-top-style:none;border-right-style:none;border-left-style=
:none;border-collapse:collapse;word-wrap:break-word;border-bottom-style:non=
e" class=3D"xdFormLayout xdLayout" border=3D"1"><colgroup><col style=3D"wid=
th:563px"></colgroup><tbody valign=3D"top" /><tr class=3D"primaryVeryDark" =
style=3D"min-height:4px"><td style=3D"border-top-style:none;border-bottom:5=
pt solid;border-right-style:none;border-left-style:none"><div><strong>=
&#25552;&#20132;&#21382;&#21490;</strong></div></td></tr><tr class=3D"prima=
rylight" style=3D"min-height:0.042in"><td style=3D"border-top:5pt solid;bor=
der-right-style:none;border-left-style:none;background-color:#ede6ef;text-a=
lign:left;border-bottom-style:none" valign=3D"top" /><div><div class=3D"xdR=
epeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px;width:56=
3px;height:320px" align=3D"left"><div><table style=3D"background-color:#fff=
fff;border-right:medium none;table-layout:fixed;border-top:medium none;bord=
er-left:medium none;width:554px;border-bottom:medium none;border-collapse:c=
ollapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontext"=
 border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"width:89px=
"><col style=3D"width:22px"><col style=3D"width:102px"><col style=3D"width:=
105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top" /><tr st=
yle=3D"min-height:8px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#bbc9=
dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font color=3D"#5f5e=
62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div></td></tr=
><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;padding-left:=
1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-col=
or:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><div><span =
style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;=
padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-=
size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflo=
w-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textbox" class=
=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</sp=
an></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><font color=3D=
"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div align=3D"left">=
<span style=3D"width:84px;white-space:nowrap;mso-element:ip-textbox" class=
=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/6/20</span></div></t=
d><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0ASELECT=
=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{=
padding-left:20px;font-weight:normal;font-size:x-small;color:#333333;font-s=
tyle:normal;font-family:Simsun;text-decoration:none;}=0D=0A.langFont=0D=0A{=
font-family:Simsun;}=0D=0A.defaultInDocUI=0D=0A{font-size:x-small;font-fami=
ly:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{padding-right:20px;}=0D=0A</sty=
le><style>=0D=0ABODY=0D=0A{color:black;background-color:white;}=0D=0ATABLE=
=0D=0A{border-right:medium none;border-top:medium none;border-left:medium n=
one;border-bottom:medium none;border-collapse:collapse;}=0D=0ATD=0D=0A{bord=
er-left-color:#637595;border-bottom-color:#637595;border-top-color:#637595;=
border-right-color:#637595;}=0D=0ATH=0D=0A{border-left-color:#637595;border=
-bottom-color:#637595;color:black;border-top-color:#637595;background-color=
:#bbc9dc;border-right-color:#637595;}=0D=0A.xdTableHeader=0D=0A{color:black=
;background-color:#ede6ef;}=0D=0AP=0D=0A{margin-top:0px;}=0D=0AH1=0D=0A{mar=
gin-top:0px;margin-bottom:0px;color:#183569;}=0D=0AH2=0D=0A{margin-top:0px;=
margin-bottom:0px;color:#183569;}=0D=0AH3=0D=0A{margin-top:0px;margin-botto=
m:0px;color:#183569;}=0D=0AH4=0D=0A{margin-top:0px;margin-bottom:0px;color:=
#183569;}=0D=0AH5=0D=0A{margin-top:0px;margin-bottom:0px;color:#637595;}=0D=
=0AH6=0D=0A{margin-top:0px;margin-bottom:0px;color:#ede6ef;}=0D=0A.primaryV=
eryDark=0D=0A{color:#ede6ef;background-color:#183569;}=0D=0A.primaryDark=0D=
=0A{color:white;background-color:#637595;}=0D=0A.primaryMedium=0D=0A{color:=
black;background-color:#bbc9dc;}=0D=0A.primaryLight=0D=0A{color:black;backg=
round-color:#ede6ef;}=0D=0A.accentDark=0D=0A{color:white;background-color:#=
637595;}=0D=0A.accentLight=0D=0A{color:black;background-color:#ede6ef;}=0D=
=0A</style></head><body lang=3D"zh-CN" style=3D"color:#000000;background-co=
lor:#ede6ef"><div style=3D"word-wrap:break-word;color:windowtext;background=
:window;font-size:10.0pt;font-family:Tahoma" class=3D"D38B7128-85A9-4481-A2=
64-D05E46BC1B50">[&#25552;&#20132;&#32773;: yingshan.zhen@alibaba-inc.com] =
<br />&#35814;&#32454;&#22320;&#22336; http://sharepoint/smp/sdt/testbuild<=
hr /></div><div align=3D"center"><table style=3D"border-right:medium none;t=
able-layout:fixed;border-top:medium none;border-left:medium none;width:601p=
x;border-bottom:medium none;border-collapse:collapse;word-wrap:break-word" =
class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col s=
tyle=3D"width:601px"></colgroup><tbody valign=3D"top" /><tr style=3D"min-he=
ight:14px"><td style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;b=
order-top:#7a7a7a 1pt solid;padding-left:20px;padding-bottom:15px;vertical-=
align:middle;border-left:#7a7a7a 1pt solid;padding-top:15px;background-colo=
r:#7a7a7a"><div><table style=3D"background-color:#7a7a7a;border-right:mediu=
m none;table-layout:fixed;border-top:medium none;border-left:medium none;wi=
dth:560px;border-bottom:medium none;border-collapse:collapse;word-wrap:brea=
k-word" class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgrou=
p><col style=3D"width:560px"></colgroup><tbody valign=3D"top" /><tr style=
=3D"min-height:28px"><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:top;padding-top:1px"><div align=3D"center"><fon=
t face=3D"Arial Narrow" color=3D"#ffcc00" size=3D"4"><strong>SMP &#27979;=
&#35797;&#25552;&#20132;&#21333;</strong></font></div></td></tr></tbody></t=
able></div></td></tr><tr style=3D"min-height:69px"><td style=3D"border-righ=
t:#7a7a7a 1pt solid;padding-right:20px;padding-left:20px;padding-bottom:0px=
;border-left:#7a7a7a 1pt solid;padding-top:15px;background-color:#f2f2f2"><=
div><table style=3D"background-color:#f2f2f2;border-right:medium none;table=
-layout:fixed;border-top:medium none;border-left:medium none;width:560px;bo=
rder-bottom:medium none;border-collapse:collapse;word-wrap:break-word" clas=
s=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col style=
=3D"width:65px"><col style=3D"width:379px"><col style=3D"width:116px"></col=
group><tbody valign=3D"top" /><tr style=3D"min-height:4px"><td style=3D"pad=
ding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:bottom;pa=
dding-top:1px" width=3D"379" /><div align=3D"left"><font color=3D"#5f5e62">=
<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25910;&#20214;&#20154;</f=
ont></font></font></div></td><td style=3D"padding-right:1px;padding-left:1p=
x;padding-bottom:1px;vertical-align:bottom;padding-top:1px" colspan=3D"2" w=
idth=3D"116" /><font color=3D"#5f5e62"><div><span style=3D"width:488px;whit=
e-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " title=3D"">chu=
nsheng.wang@alibaba-inc.com</span></div></font></td></tr><tr style=3D"min-h=
eight:4px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1=
px;vertical-align:bottom;padding-top:1px;border-bottom-style:none" width=3D=
"379" /><div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62">&#25220;&#36865;</font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></div></td><td style=3D"padding-right:1px;pa=
dding-left:1px;padding-bottom:1px;vertical-align:bottom;padding-top:1px;bor=
der-bottom-style:none" colspan=3D"2" width=3D"116" /><div><span style=3D"wi=
dth:488px;white-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " =
title=3D"">yahoo-smp-algo@list.alibaba-inc.com</span></div></td></tr><tr st=
yle=3D"min-height:4px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;=
border-bottom-style:none" width=3D"379" /><div><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62">&#20027;&#39064;</font></font></font></font></font></font></font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></div></td><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;bo=
rder-bottom-style:none" width=3D"116" /><div><font color=3D"#5f5e62"><span =
style=3D"width:373px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""=
>CS &#27979;&#35797;&#25552;&#20132;&#21333;</span></font></div></td><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:bottom;border-top-style:none;padding-top:1px;border-bottom-style:none"><di=
v align=3D"right"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></font></font></font></div></td></tr></tbody=
></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-height:608px"><t=
d style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;padding-left:2=
0px;padding-bottom:0px;border-left:#7a7a7a 1pt solid;padding-top:15px;borde=
r-bottom:#7a7a7a 1pt solid;background-color:#ffffff"><div></div><div></div>=
<div></div><div></div><div></div><div></div><div><table style=3D"background=
-color:#ffffff;border-right:medium none;table-layout:fixed;border-top:mediu=
m none;border-left:medium none;width:561px;border-bottom:medium none;border=
-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"=
buttontext" border=3D"1"><colgroup><col style=3D"width:133px"><col style=3D=
"width:107px"><col style=3D"width:321px"></colgroup><tbody valign=3D"top" /=
><tr><td style=3D"background-color:transparent" width=3D"133" /><div><font =
color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Project</font></font></fo=
nt></font></font></font></font></font></font></font></font></font></font></=
font></font></font></font></font></font></font></font></font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:127px;mso-element:ip-text=
box" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">ClassMatch</span><=
/div></td><td style=3D"background-color:transparent" width=3D"107" /><div><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font face=3D"Verdana" color=3D"#5f5e62" size=3D"1">S=
print No.</font></font></font></font></font></font></font></font></font></f=
ont></font></font></font></font></font></font></font></font></font></font><=
/font></font></font></font></font></font></font></font></font></font></div>=
<div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62=
"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><spa=
n style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#fffff=
f;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;fon=
t-size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overf=
low-x:hidden;text-overflow:ellipsis;width:100px;mso-element:ip-textbox" cla=
ss=3D"xdComboBox xdBehavior=5FSelect" title=3D"">Sprint 2</span></font></fo=
nt></font></font></font></font></font></font></font></div></td><td style=3D=
"background-color:transparent" width=3D"321" /><div><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font=
 color=3D"#5f5e62"><font color=3D"#5f5e62">&#27169;&#22359;</font></font></=
font></font></font></font></font></font></font></div><div><span style=3D"wi=
dth:315px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS</span><=
font color=3D"#5f5e62"></font></div></td></tr></tbody></table></div><div>&n=
bsp;</div><div><table style=3D"background-color:#ffffff;table-layout:fixed;=
width:563px;border-top-style:none;border-right-style:none;border-left-style=
:none;border-collapse:collapse;word-wrap:break-word;border-bottom-style:non=
e" class=3D"xdFormLayout xdLayout" border=3D"1"><colgroup><col style=3D"wid=
th:563px"></colgroup><tbody valign=3D"top" /><tr class=3D"primaryVeryDark" =
style=3D"min-height:4px"><td style=3D"border-top-style:none;border-bottom:5=
pt solid;border-right-style:none;border-left-style:none"><div><strong>=
&#25552;&#20132;&#21382;&#21490;</strong></div></td></tr><tr class=3D"prima=
rylight" style=3D"min-height:0.042in"><td style=3D"border-top:5pt solid;bor=
der-right-style:none;border-left-style:none;background-color:#ede6ef;text-a=
lign:left;border-bottom-style:none" valign=3D"top" /><div><div class=3D"xdR=
epeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px;width:56=
3px;height:320px" align=3D"left"><div><table style=3D"background-color:#fff=
fff;border-right:medium none;table-layout:fixed;border-top:medium none;bord=
er-left:medium none;width:554px;border-bottom:medium none;border-collapse:c=
ollapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontext"=
 border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"width:89px=
"><col style=3D"width:22px"><col style=3D"width:102px"><col style=3D"width:=
105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top" /><tr st=
yle=3D"min-height:8px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#bbc9=
dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font color=3D"#5f5e=
62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div></td></tr=
><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;padding-left:=
1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-col=
or:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><div><span =
style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;=
padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-=
size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflo=
w-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textbox" class=
=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</sp=
an></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><font color=3D=
"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div align=3D"left">=
<span style=3D"width:84px;white-space:nowrap;mso-element:ip-textbox" class=
=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/6/20</span></div></t=
d><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertic=
al-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"102" />&=
nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"=
105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25552;=
&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"font-family=
:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-=
size:medium;font-family:Wingdings">=FE</font></span><font color=3D"#5f5e62"=
>&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D"padding-rig=
ht:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-to=
p:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"left"><font c=
olor=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font color=3D"#5f5e62=
"><span style=3D"font-family:Verdana"><font lang=3D"en-us" title=3D"" face=
=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-family:Wingding=
s">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;&#21464;=
&#26356;</font></font></div></td><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp=
; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-family:Verd=
ana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"color:#5f5=
e62;font-size:medium;font-family:Wingdings">=FE</font></span><font color=3D=
"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr style=3D"min=
-height:10px"><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colsp=
an=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;</div><di=
v><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" />Tag Pat=
h</font></font><font color=3D"#637595"><em>(&#35831;&#36755;&#20837;=
&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1.bj.corp=
..yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" size=3D"1">=
<em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font><font co=
lor=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"overflow-=
y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;word-wrap=
:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">http://s=
vn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F02=5F1=5F001=5FA=5F20070620/=
</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"padding-r=
ight:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-=
top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><font f=
ace=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div><fon=
t color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowrap;ms=
o-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F02=5F1=5F001=5FA=
=5F20070620/</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></sp=
an></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-eleme=
nt:ip-textbox" class=3D"xdTextBox" title=3D"">CSDumper&#25903;&#25345;=
&#20154;&#24037;&#37197;&#35789;</span></td><td width=3D"114" /><span style=
=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;paddi=
ng-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-size:=
x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflow-x:h=
idden;text-overflow:ellipsis;width:86px;mso-element:ip-textbox" class=3D"xd=
ComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</span></t=
d><td><span style=3D"width:103px;mso-element:ip-textbox" class=3D"xdTextBox=
" title=3D""></span></td></tr></tbody></table></div><div>&nbsp;</div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><font color=
=3D"#5f5e62">&#24050;&#20462;&#22797;Bug&#32534;&#21495;</font></div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><span style=
=3D"width:544px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">bugf=
ree# 0000703</span></div></td></tr></tbody></table></div><div><table style=
=3D"background-color:#ffffff;border-right:medium none;table-layout:fixed;bo=
rder-top:medium none;border-left:medium none;width:548px;border-bottom:medi=
um none;border-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" b=
ordercolor=3D"buttontext" border=3D"1"><colgroup><col style=3D"width:548px"=
></colgroup><tbody valign=3D"top" /><tr style=3D"min-height:11px"><td style=
=3D"background-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">=
&#27979;&#35797;&#37325;&#28857;&#19982;&#24314;&#35758;</font></div></td><=
/tr><tr style=3D"min-height:4px"><td><div align=3D"left"><span title=3D"" s=
tyle=3D"overflow-x:visible;width:544px;white-space:normal;height:58px"><htm=
l><div>Test pay attention to the following fixes:</div><div>&nbsp;</div><di=
v>1. CS return category Id 0 when page size is less than configured CS.filt=
er.page.size</div><div>2. CSDumper reads from directory of manual categoriz=
ed keywords and submit query to imatch to obtain service ids, if that categ=
ory does not have keywords, it will only than call CS to obtain service ids=
..&nbsp; Result flatdb&nbsp;is a combination of the two.</div><div>&nbsp;</d=
iv><div>Suggested testing: </div><div>1. make sure the two fixes are correc=
t</div><div>2. pay attention to the number of service ids per category in t=
he config file, and make sure it is executed correctly for calling&nbsp;ima=
tch</div></html></span></div></td></tr></tbody></table></div></div><div cla=
ss=3D"xdRepeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px=
;width:563px;height:320px" align=3D"left"><div><table style=3D"background-c=
olor:#ffffff;border-right:medium none;table-layout:fixed;border-top:medium =
none;border-left:medium none;width:554px;border-bottom:medium none;border-c=
ollapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"bu=
ttontext" border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"w=
idth:89px"><col style=3D"width:22px"><col style=3D"width:102px"><col style=
=3D"width:105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top=
" /><tr style=3D"min-height:8px"><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#bbc9dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font colo=
r=3D"#5f5e62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div=
></td></tr><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f=
5e62"><font color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textb=
ox" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;=
&#29642;</span></div></td><td style=3D"padding-right:1px;padding-left:1px;p=
adding-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#e=
de6ef" width=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><f=
ont color=3D"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div ali=
gn=3D"left"><span style=3D"width:84px;white-space:nowrap;mso-element:ip-tex=
tbox" class=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/5/28</spa=
n></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom=
:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"102" />&nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" width=3D"105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e6=
2">&#25552;&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"=
font-family:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" sty=
le=3D"font-size:medium;font-family:Wingdings">=FE</font></span><font color=
=3D"#5f5e62">&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D=
"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middl=
e;padding-top:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"l=
eft"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font colo=
r=3D"#5f5e62"><span style=3D"font-family:Verdana"><font lang=3D"en-us" titl=
e=3D"" face=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-fami=
ly:Wingdings">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;=
&#21464;&#26356;</font></font></div></td><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nb=
sp;&nbsp; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-fam=
ily:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"co=
lor:#5f5e62;font-size:medium;font-family:Wingdings">=FE</font></span><font =
color=3D"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr styl=
e=3D"min-height:10px"><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" colspan=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;<=
/div><div><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" /=
>Tag Path</font></font><font color=3D"#637595"><em>(&#35831;&#36755;=
&#20837;&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1=
..bj.corp.yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" siz=
e=3D"1"><em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font>=
<font color=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"o=
verflow-y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;w=
ord-wrap:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">=
http://svn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F2=5F0=5F0=5FA=5F2007=
0528</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"paddi=
ng-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padd=
ing-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><fo=
nt face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div>=
<font color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowra=
p;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F2=5F0=5F0=5FA=
=5F20070528</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">444<=
/span></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-el=
ement:ip-textbox" class=3D"xdTextBox" title=3D"">CS&#25509;&#21475;&#22686;=
&#21152;&#23383;&#27573;&#25903;&#25345;DCP&#30340;&#37197;&#32622;&#29256;=
&#26412;</span></td><td width=3D"114" /><span style=3D"text-align:left;bord=
er:1px solid #dcdcdc;background-color:#ffffff;padding-left:2px;padding-righ=
t:2px;padding-top:1px;padding-bottom:1px;font-size:x-small;color:windowtext=
;font-weight:normal;white-space:nowrap;overflow-x:hidden;text-overflow:elli=
psis;width:86px;mso-element:ip-textbox" class=3D"xdComboBox xdBehavior=5FSe=
lect" title=3D"">&#29956;&#39062;&#29642;</span></td><td><span style=3D"wid=
th:103px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></span></td=
></tr></tbody></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-hei=
ght:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colspan=
=3D"6" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62">&#24050;=
&#20462;&#22797;Bug&#32534;&#21495;</font></div></td></tr><tr style=3D"min-=
height:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0ASELECT=
=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{=
padding-left:20px;font-weight:normal;font-size:x-small;color:#333333;font-s=
tyle:normal;font-family:Simsun;text-decoration:none;}=0D=0A.langFont=0D=0A{=
font-family:Simsun;}=0D=0A.defaultInDocUI=0D=0A{font-size:x-small;font-fami=
ly:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{padding-right:20px;}=0D=0A</sty=
le><style>=0D=0ABODY=0D=0A{color:black;background-color:white;}=0D=0ATABLE=
=0D=0A{border-right:medium none;border-top:medium none;border-left:medium n=
one;border-bottom:medium none;border-collapse:collapse;}=0D=0ATD=0D=0A{bord=
er-left-color:#637595;border-bottom-color:#637595;border-top-color:#637595;=
border-right-color:#637595;}=0D=0ATH=0D=0A{border-left-color:#637595;border=
-bottom-color:#637595;color:black;border-top-color:#637595;background-color=
:#bbc9dc;border-right-color:#637595;}=0D=0A.xdTableHeader=0D=0A{color:black=
;background-color:#ede6ef;}=0D=0AP=0D=0A{margin-top:0px;}=0D=0AH1=0D=0A{mar=
gin-top:0px;margin-bottom:0px;color:#183569;}=0D=0AH2=0D=0A{margin-top:0px;=
margin-bottom:0px;color:#183569;}=0D=0AH3=0D=0A{margin-top:0px;margin-botto=
m:0px;color:#183569;}=0D=0AH4=0D=0A{margin-top:0px;margin-bottom:0px;color:=
#183569;}=0D=0AH5=0D=0A{margin-top:0px;margin-bottom:0px;color:#637595;}=0D=
=0AH6=0D=0A{margin-top:0px;margin-bottom:0px;color:#ede6ef;}=0D=0A.primaryV=
eryDark=0D=0A{color:#ede6ef;background-color:#183569;}=0D=0A.primaryDark=0D=
=0A{color:white;background-color:#637595;}=0D=0A.primaryMedium=0D=0A{color:=
black;background-color:#bbc9dc;}=0D=0A.primaryLight=0D=0A{color:black;backg=
round-color:#ede6ef;}=0D=0A.accentDark=0D=0A{color:white;background-color:#=
637595;}=0D=0A.accentLight=0D=0A{color:black;background-color:#ede6ef;}=0D=
=0A</style></head><body lang=3D"zh-CN" style=3D"color:#000000;background-co=
lor:#ede6ef"><div style=3D"word-wrap:break-word;color:windowtext;background=
:window;font-size:10.0pt;font-family:Tahoma" class=3D"D38B7128-85A9-4481-A2=
64-D05E46BC1B50">[&#25552;&#20132;&#32773;: yingshan.zhen@alibaba-inc.com] =
<br />&#35814;&#32454;&#22320;&#22336; http://sharepoint/smp/sdt/testbuild<=
hr /></div><div align=3D"center"><table style=3D"border-right:medium none;t=
able-layout:fixed;border-top:medium none;border-left:medium none;width:601p=
x;border-bottom:medium none;border-collapse:collapse;word-wrap:break-word" =
class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col s=
tyle=3D"width:601px"></colgroup><tbody valign=3D"top" /><tr style=3D"min-he=
ight:14px"><td style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;b=
order-top:#7a7a7a 1pt solid;padding-left:20px;padding-bottom:15px;vertical-=
align:middle;border-left:#7a7a7a 1pt solid;padding-top:15px;background-colo=
r:#7a7a7a"><div><table style=3D"background-color:#7a7a7a;border-right:mediu=
m none;table-layout:fixed;border-top:medium none;border-left:medium none;wi=
dth:560px;border-bottom:medium none;border-collapse:collapse;word-wrap:brea=
k-word" class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgrou=
p><col style=3D"width:560px"></colgroup><tbody valign=3D"top" /><tr style=
=3D"min-height:28px"><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:top;padding-top:1px"><div align=3D"center"><fon=
t face=3D"Arial Narrow" color=3D"#ffcc00" size=3D"4"><strong>SMP &#27979;=
&#35797;&#25552;&#20132;&#21333;</strong></font></div></td></tr></tbody></t=
able></div></td></tr><tr style=3D"min-height:69px"><td style=3D"border-righ=
t:#7a7a7a 1pt solid;padding-right:20px;padding-left:20px;padding-bottom:0px=
;border-left:#7a7a7a 1pt solid;padding-top:15px;background-color:#f2f2f2"><=
div><table style=3D"background-color:#f2f2f2;border-right:medium none;table=
-layout:fixed;border-top:medium none;border-left:medium none;width:560px;bo=
rder-bottom:medium none;border-collapse:collapse;word-wrap:break-word" clas=
s=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col style=
=3D"width:65px"><col style=3D"width:379px"><col style=3D"width:116px"></col=
group><tbody valign=3D"top" /><tr style=3D"min-height:4px"><td style=3D"pad=
ding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:bottom;pa=
dding-top:1px" width=3D"379" /><div align=3D"left"><font color=3D"#5f5e62">=
<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25910;&#20214;&#20154;</f=
ont></font></font></div></td><td style=3D"padding-right:1px;padding-left:1p=
x;padding-bottom:1px;vertical-align:bottom;padding-top:1px" colspan=3D"2" w=
idth=3D"116" /><font color=3D"#5f5e62"><div><span style=3D"width:488px;whit=
e-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " title=3D"">chu=
nsheng.wang@alibaba-inc.com</span></div></font></td></tr><tr style=3D"min-h=
eight:4px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1=
px;vertical-align:bottom;padding-top:1px;border-bottom-style:none" width=3D=
"379" /><div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62">&#25220;&#36865;</font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></div></td><td style=3D"padding-right:1px;pa=
dding-left:1px;padding-bottom:1px;vertical-align:bottom;padding-top:1px;bor=
der-bottom-style:none" colspan=3D"2" width=3D"116" /><div><span style=3D"wi=
dth:488px;white-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " =
title=3D"">yahoo-smp-algo@list.alibaba-inc.com</span></div></td></tr><tr st=
yle=3D"min-height:4px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;=
border-bottom-style:none" width=3D"379" /><div><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62">&#20027;&#39064;</font></font></font></font></font></font></font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></div></td><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;bo=
rder-bottom-style:none" width=3D"116" /><div><font color=3D"#5f5e62"><span =
style=3D"width:373px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""=
>CS &#27979;&#35797;&#25552;&#20132;&#21333;</span></font></div></td><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:bottom;border-top-style:none;padding-top:1px;border-bottom-style:none"><di=
v align=3D"right"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></font></font></font></div></td></tr></tbody=
></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-height:608px"><t=
d style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;padding-left:2=
0px;padding-bottom:0px;border-left:#7a7a7a 1pt solid;padding-top:15px;borde=
r-bottom:#7a7a7a 1pt solid;background-color:#ffffff"><div></div><div></div>=
<div></div><div></div><div></div><div></div><div><table style=3D"background=
-color:#ffffff;border-right:medium none;table-layout:fixed;border-top:mediu=
m none;border-left:medium none;width:561px;border-bottom:medium none;border=
-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"=
buttontext" border=3D"1"><colgroup><col style=3D"width:133px"><col style=3D=
"width:107px"><col style=3D"width:321px"></colgroup><tbody valign=3D"top" /=
><tr><td style=3D"background-color:transparent" width=3D"133" /><div><font =
color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Project</font></font></fo=
nt></font></font></font></font></font></font></font></font></font></font></=
font></font></font></font></font></font></font></font></font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:127px;mso-element:ip-text=
box" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">ClassMatch</span><=
/div></td><td style=3D"background-color:transparent" width=3D"107" /><div><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font face=3D"Verdana" color=3D"#5f5e62" size=3D"1">S=
print No.</font></font></font></font></font></font></font></font></font></f=
ont></font></font></font></font></font></font></font></font></font></font><=
/font></font></font></font></font></font></font></font></font></font></div>=
<div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62=
"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><spa=
n style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#fffff=
f;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;fon=
t-size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overf=
low-x:hidden;text-overflow:ellipsis;width:100px;mso-element:ip-textbox" cla=
ss=3D"xdComboBox xdBehavior=5FSelect" title=3D"">Sprint 2</span></font></fo=
nt></font></font></font></font></font></font></font></div></td><td style=3D=
"background-color:transparent" width=3D"321" /><div><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font=
 color=3D"#5f5e62"><font color=3D"#5f5e62">&#27169;&#22359;</font></font></=
font></font></font></font></font></font></font></div><div><span style=3D"wi=
dth:315px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS</span><=
font color=3D"#5f5e62"></font></div></td></tr></tbody></table></div><div>&n=
bsp;</div><div><table style=3D"background-color:#ffffff;table-layout:fixed;=
width:563px;border-top-style:none;border-right-style:none;border-left-style=
:none;border-collapse:collapse;word-wrap:break-word;border-bottom-style:non=
e" class=3D"xdFormLayout xdLayout" border=3D"1"><colgroup><col style=3D"wid=
th:563px"></colgroup><tbody valign=3D"top" /><tr class=3D"primaryVeryDark" =
style=3D"min-height:4px"><td style=3D"border-top-style:none;border-bottom:5=
pt solid;border-right-style:none;border-left-style:none"><div><strong>=
&#25552;&#20132;&#21382;&#21490;</strong></div></td></tr><tr class=3D"prima=
rylight" style=3D"min-height:0.042in"><td style=3D"border-top:5pt solid;bor=
der-right-style:none;border-left-style:none;background-color:#ede6ef;text-a=
lign:left;border-bottom-style:none" valign=3D"top" /><div><div class=3D"xdR=
epeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px;width:56=
3px;height:320px" align=3D"left"><div><table style=3D"background-color:#fff=
fff;border-right:medium none;table-layout:fixed;border-top:medium none;bord=
er-left:medium none;width:554px;border-bottom:medium none;border-collapse:c=
ollapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontext"=
 border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"width:89px=
"><col style=3D"width:22px"><col style=3D"width:102px"><col style=3D"width:=
105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top" /><tr st=
yle=3D"min-height:8px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#bbc9=
dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font color=3D"#5f5e=
62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div></td></tr=
><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;padding-left:=
1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-col=
or:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><div><span =
style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;=
padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-=
size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflo=
w-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textbox" class=
=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</sp=
an></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><font color=3D=
"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div align=3D"left">=
<span style=3D"width:84px;white-space:nowrap;mso-element:ip-textbox" class=
=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/6/20</span></div></t=
d><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertic=
al-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"102" />&=
nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"=
105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25552;=
&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"font-family=
:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-=
size:medium;font-family:Wingdings">=FE</font></span><font color=3D"#5f5e62"=
>&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D"padding-rig=
ht:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-to=
p:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"left"><font c=
olor=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font color=3D"#5f5e62=
"><span style=3D"font-family:Verdana"><font lang=3D"en-us" title=3D"" face=
=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-family:Wingding=
s">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;&#21464;=
&#26356;</font></font></div></td><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp=
; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-family:Verd=
ana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"color:#5f5=
e62;font-size:medium;font-family:Wingdings">=FE</font></span><font color=3D=
"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr style=3D"min=
-height:10px"><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colsp=
an=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;</div><di=
v><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" />Tag Pat=
h</font></font><font color=3D"#637595"><em>(&#35831;&#36755;&#20837;=
&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1.bj.corp=
..yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" size=3D"1">=
<em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font><font co=
lor=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"overflow-=
y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;word-wrap=
:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">http://s=
vn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F02=5F1=5F001=5FA=5F20070620/=
</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"padding-r=
ight:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-=
top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><font f=
ace=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div><fon=
t color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowrap;ms=
o-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F02=5F1=5F001=5FA=
=5F20070620/</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></sp=
an></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-eleme=
nt:ip-textbox" class=3D"xdTextBox" title=3D"">CSDumper&#25903;&#25345;=
&#20154;&#24037;&#37197;&#35789;</span></td><td width=3D"114" /><span style=
=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;paddi=
ng-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-size:=
x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflow-x:h=
idden;text-overflow:ellipsis;width:86px;mso-element:ip-textbox" class=3D"xd=
ComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</span></t=
d><td><span style=3D"width:103px;mso-element:ip-textbox" class=3D"xdTextBox=
" title=3D""></span></td></tr></tbody></table></div><div>&nbsp;</div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><font color=
=3D"#5f5e62">&#24050;&#20462;&#22797;Bug&#32534;&#21495;</font></div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><span style=
=3D"width:544px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">bugf=
ree# 0000703</span></div></td></tr></tbody></table></div><div><table style=
=3D"background-color:#ffffff;border-right:medium none;table-layout:fixed;bo=
rder-top:medium none;border-left:medium none;width:548px;border-bottom:medi=
um none;border-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" b=
ordercolor=3D"buttontext" border=3D"1"><colgroup><col style=3D"width:548px"=
></colgroup><tbody valign=3D"top" /><tr style=3D"min-height:11px"><td style=
=3D"background-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">=
&#27979;&#35797;&#37325;&#28857;&#19982;&#24314;&#35758;</font></div></td><=
/tr><tr style=3D"min-height:4px"><td><div align=3D"left"><span title=3D"" s=
tyle=3D"overflow-x:visible;width:544px;white-space:normal;height:58px"><htm=
l><div>Test pay attention to the following fixes:</div><div>&nbsp;</div><di=
v>1. CS return category Id 0 when page size is less than configured CS.filt=
er.page.size</div><div>2. CSDumper reads from directory of manual categoriz=
ed keywords and submit query to imatch to obtain service ids, if that categ=
ory does not have keywords, it will only than call CS to obtain service ids=
..&nbsp; Result flatdb&nbsp;is a combination of the two.</div><div>&nbsp;</d=
iv><div>Suggested testing: </div><div>1. make sure the two fixes are correc=
t</div><div>2. pay attention to the number of service ids per category in t=
he config file, and make sure it is executed correctly for calling&nbsp;ima=
tch</div></html></span></div></td></tr></tbody></table></div></div><div cla=
ss=3D"xdRepeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px=
;width:563px;height:320px" align=3D"left"><div><table style=3D"background-c=
olor:#ffffff;border-right:medium none;table-layout:fixed;border-top:medium =
none;border-left:medium none;width:554px;border-bottom:medium none;border-c=
ollapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"bu=
ttontext" border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"w=
idth:89px"><col style=3D"width:22px"><col style=3D"width:102px"><col style=
=3D"width:105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top=
" /><tr style=3D"min-height:8px"><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#bbc9dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font colo=
r=3D"#5f5e62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div=
></td></tr><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f=
5e62"><font color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textb=
ox" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;=
&#29642;</span></div></td><td style=3D"padding-right:1px;padding-left:1px;p=
adding-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#e=
de6ef" width=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><f=
ont color=3D"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div ali=
gn=3D"left"><span style=3D"width:84px;white-space:nowrap;mso-element:ip-tex=
tbox" class=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/5/28</spa=
n></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom=
:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"102" />&nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" width=3D"105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e6=
2">&#25552;&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"=
font-family:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" sty=
le=3D"font-size:medium;font-family:Wingdings">=FE</font></span><font color=
=3D"#5f5e62">&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D=
"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middl=
e;padding-top:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"l=
eft"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font colo=
r=3D"#5f5e62"><span style=3D"font-family:Verdana"><font lang=3D"en-us" titl=
e=3D"" face=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-fami=
ly:Wingdings">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;=
&#21464;&#26356;</font></font></div></td><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nb=
sp;&nbsp; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-fam=
ily:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"co=
lor:#5f5e62;font-size:medium;font-family:Wingdings">=FE</font></span><font =
color=3D"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr styl=
e=3D"min-height:10px"><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" colspan=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;<=
/div><div><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" /=
>Tag Path</font></font><font color=3D"#637595"><em>(&#35831;&#36755;=
&#20837;&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1=
..bj.corp.yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" siz=
e=3D"1"><em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font>=
<font color=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"o=
verflow-y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;w=
ord-wrap:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">=
http://svn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F2=5F0=5F0=5FA=5F2007=
0528</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"paddi=
ng-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padd=
ing-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><fo=
nt face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div>=
<font color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowra=
p;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F2=5F0=5F0=5FA=
=5F20070528</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">444<=
/span></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-el=
ement:ip-textbox" class=3D"xdTextBox" title=3D"">CS&#25509;&#21475;&#22686;=
&#21152;&#23383;&#27573;&#25903;&#25345;DCP&#30340;&#37197;&#32622;&#29256;=
&#26412;</span></td><td width=3D"114" /><span style=3D"text-align:left;bord=
er:1px solid #dcdcdc;background-color:#ffffff;padding-left:2px;padding-righ=
t:2px;padding-top:1px;padding-bottom:1px;font-size:x-small;color:windowtext=
;font-weight:normal;white-space:nowrap;overflow-x:hidden;text-overflow:elli=
psis;width:86px;mso-element:ip-textbox" class=3D"xdComboBox xdBehavior=5FSe=
lect" title=3D"">&#29956;&#39062;&#29642;</span></td><td><span style=3D"wid=
th:103px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></span></td=
></tr></tbody></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-hei=
ght:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colspan=
=3D"6" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62">&#24050;=
&#20462;&#22797;Bug&#32534;&#21495;</font></div></td></tr><tr style=3D"min-=
height:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0ASELECT=
=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{=
padding-left:20px;font-weight:normal;font-size:x-small;color:#333333;font-s=
tyle:normal;font-family:Simsun;text-decoration:none;}=0D=0A.langFont=0D=0A{=
font-family:Simsun;}=0D=0A.defaultInDocUI=0D=0A{font-size:x-small;font-fami=
ly:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{padding-right:20px;}=0D=0A</sty=
le><style>=0D=0ABODY=0D=0A{color:black;background-color:white;}=0D=0ATABLE=
=0D=0A{border-right:medium none;border-top:medium none;border-left:medium n=
one;border-bottom:medium none;border-collapse:collapse;}=0D=0ATD=0D=0A{bord=
er-left-color:#637595;border-bottom-color:#637595;border-top-color:#637595;=
border-right-color:#637595;}=0D=0ATH=0D=0A{border-left-color:#637595;border=
-bottom-color:#637595;color:black;border-top-color:#637595;background-color=
:#bbc9dc;border-right-color:#637595;}=0D=0A.xdTableHeader=0D=0A{color:black=
;background-color:#ede6ef;}=0D=0AP=0D=0A{margin-top:0px;}=0D=0AH1=0D=0A{mar=
gin-top:0px;margin-bottom:0px;color:#183569;}=0D=0AH2=0D=0A{margin-top:0px;=
margin-bottom:0px;color:#183569;}=0D=0AH3=0D=0A{margin-top:0px;margin-botto=
m:0px;color:#183569;}=0D=0AH4=0D=0A{margin-top:0px;margin-bottom:0px;color:=
#183569;}=0D=0AH5=0D=0A{margin-top:0px;margin-bottom:0px;color:#637595;}=0D=
=0AH6=0D=0A{margin-top:0px;margin-bottom:0px;color:#ede6ef;}=0D=0A.primaryV=
eryDark=0D=0A{color:#ede6ef;background-color:#183569;}=0D=0A.primaryDark=0D=
=0A{color:white;background-color:#637595;}=0D=0A.primaryMedium=0D=0A{color:=
black;background-color:#bbc9dc;}=0D=0A.primaryLight=0D=0A{color:black;backg=
round-color:#ede6ef;}=0D=0A.accentDark=0D=0A{color:white;background-color:#=
637595;}=0D=0A.accentLight=0D=0A{color:black;background-color:#ede6ef;}=0D=
=0A</style></head><body lang=3D"zh-CN" style=3D"color:#000000;background-co=
lor:#ede6ef"><div style=3D"word-wrap:break-word;color:windowtext;background=
:window;font-size:10.0pt;font-family:Tahoma" class=3D"D38B7128-85A9-4481-A2=
64-D05E46BC1B50">[&#25552;&#20132;&#32773;: yingshan.zhen@alibaba-inc.com] =
<br />&#35814;&#32454;&#22320;&#22336; http://sharepoint/smp/sdt/testbuild<=
hr /></div><div align=3D"center"><table style=3D"border-right:medium none;t=
able-layout:fixed;border-top:medium none;border-left:medium none;width:601p=
x;border-bottom:medium none;border-collapse:collapse;word-wrap:break-word" =
class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col s=
tyle=3D"width:601px"></colgroup><tbody valign=3D"top" /><tr style=3D"min-he=
ight:14px"><td style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;b=
order-top:#7a7a7a 1pt solid;padding-left:20px;padding-bottom:15px;vertical-=
align:middle;border-left:#7a7a7a 1pt solid;padding-top:15px;background-colo=
r:#7a7a7a"><div><table style=3D"background-color:#7a7a7a;border-right:mediu=
m none;table-layout:fixed;border-top:medium none;border-left:medium none;wi=
dth:560px;border-bottom:medium none;border-collapse:collapse;word-wrap:brea=
k-word" class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgrou=
p><col style=3D"width:560px"></colgroup><tbody valign=3D"top" /><tr style=
=3D"min-height:28px"><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:top;padding-top:1px"><div align=3D"center"><fon=
t face=3D"Arial Narrow" color=3D"#ffcc00" size=3D"4"><strong>SMP &#27979;=
&#35797;&#25552;&#20132;&#21333;</strong></font></div></td></tr></tbody></t=
able></div></td></tr><tr style=3D"min-height:69px"><td style=3D"border-righ=
t:#7a7a7a 1pt solid;padding-right:20px;padding-left:20px;padding-bottom:0px=
;border-left:#7a7a7a 1pt solid;padding-top:15px;background-color:#f2f2f2"><=
div><table style=3D"background-color:#f2f2f2;border-right:medium none;table=
-layout:fixed;border-top:medium none;border-left:medium none;width:560px;bo=
rder-bottom:medium none;border-collapse:collapse;word-wrap:break-word" clas=
s=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col style=
=3D"width:65px"><col style=3D"width:379px"><col style=3D"width:116px"></col=
group><tbody valign=3D"top" /><tr style=3D"min-height:4px"><td style=3D"pad=
ding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:bottom;pa=
dding-top:1px" width=3D"379" /><div align=3D"left"><font color=3D"#5f5e62">=
<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25910;&#20214;&#20154;</f=
ont></font></font></div></td><td style=3D"padding-right:1px;padding-left:1p=
x;padding-bottom:1px;vertical-align:bottom;padding-top:1px" colspan=3D"2" w=
idth=3D"116" /><font color=3D"#5f5e62"><div><span style=3D"width:488px;whit=
e-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " title=3D"">chu=
nsheng.wang@alibaba-inc.com</span></div></font></td></tr><tr style=3D"min-h=
eight:4px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1=
px;vertical-align:bottom;padding-top:1px;border-bottom-style:none" width=3D=
"379" /><div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62">&#25220;&#36865;</font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></div></td><td style=3D"padding-right:1px;pa=
dding-left:1px;padding-bottom:1px;vertical-align:bottom;padding-top:1px;bor=
der-bottom-style:none" colspan=3D"2" width=3D"116" /><div><span style=3D"wi=
dth:488px;white-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " =
title=3D"">yahoo-smp-algo@list.alibaba-inc.com</span></div></td></tr><tr st=
yle=3D"min-height:4px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;=
border-bottom-style:none" width=3D"379" /><div><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62">&#20027;&#39064;</font></font></font></font></font></font></font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></div></td><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;bo=
rder-bottom-style:none" width=3D"116" /><div><font color=3D"#5f5e62"><span =
style=3D"width:373px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""=
>CS &#27979;&#35797;&#25552;&#20132;&#21333;</span></font></div></td><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:bottom;border-top-style:none;padding-top:1px;border-bottom-style:none"><di=
v align=3D"right"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></font></font></font></div></td></tr></tbody=
></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-height:608px"><t=
d style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;padding-left:2=
0px;padding-bottom:0px;border-left:#7a7a7a 1pt solid;padding-top:15px;borde=
r-bottom:#7a7a7a 1pt solid;background-color:#ffffff"><div></div><div></div>=
<div></div><div></div><div></div><div></div><div><table style=3D"background=
-color:#ffffff;border-right:medium none;table-layout:fixed;border-top:mediu=
m none;border-left:medium none;width:561px;border-bottom:medium none;border=
-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"=
buttontext" border=3D"1"><colgroup><col style=3D"width:133px"><col style=3D=
"width:107px"><col style=3D"width:321px"></colgroup><tbody valign=3D"top" /=
><tr><td style=3D"background-color:transparent" width=3D"133" /><div><font =
color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Project</font></font></fo=
nt></font></font></font></font></font></font></font></font></font></font></=
font></font></font></font></font></font></font></font></font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:127px;mso-element:ip-text=
box" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">ClassMatch</span><=
/div></td><td style=3D"background-color:transparent" width=3D"107" /><div><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font face=3D"Verdana" color=3D"#5f5e62" size=3D"1">S=
print No.</font></font></font></font></font></font></font></font></font></f=
ont></font></font></font></font></font></font></font></font></font></font><=
/font></font></font></font></font></font></font></font></font></font></div>=
<div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62=
"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><spa=
n style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#fffff=
f;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;fon=
t-size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overf=
low-x:hidden;text-overflow:ellipsis;width:100px;mso-element:ip-textbox" cla=
ss=3D"xdComboBox xdBehavior=5FSelect" title=3D"">Sprint 2</span></font></fo=
nt></font></font></font></font></font></font></font></div></td><td style=3D=
"background-color:transparent" width=3D"321" /><div><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font=
 color=3D"#5f5e62"><font color=3D"#5f5e62">&#27169;&#22359;</font></font></=
font></font></font></font></font></font></font></div><div><span style=3D"wi=
dth:315px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS</span><=
font color=3D"#5f5e62"></font></div></td></tr></tbody></table></div><div>&n=
bsp;</div><div><table style=3D"background-color:#ffffff;table-layout:fixed;=
width:563px;border-top-style:none;border-right-style:none;border-left-style=
:none;border-collapse:collapse;word-wrap:break-word;border-bottom-style:non=
e" class=3D"xdFormLayout xdLayout" border=3D"1"><colgroup><col style=3D"wid=
th:563px"></colgroup><tbody valign=3D"top" /><tr class=3D"primaryVeryDark" =
style=3D"min-height:4px"><td style=3D"border-top-style:none;border-bottom:5=
pt solid;border-right-style:none;border-left-style:none"><div><strong>=
&#25552;&#20132;&#21382;&#21490;</strong></div></td></tr><tr class=3D"prima=
rylight" style=3D"min-height:0.042in"><td style=3D"border-top:5pt solid;bor=
der-right-style:none;border-left-style:none;background-color:#ede6ef;text-a=
lign:left;border-bottom-style:none" valign=3D"top" /><div><div class=3D"xdR=
epeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px;width:56=
3px;height:320px" align=3D"left"><div><table style=3D"background-color:#fff=
fff;border-right:medium none;table-layout:fixed;border-top:medium none;bord=
er-left:medium none;width:554px;border-bottom:medium none;border-collapse:c=
ollapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontext"=
 border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"width:89px=
"><col style=3D"width:22px"><col style=3D"width:102px"><col style=3D"width:=
105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top" /><tr st=
yle=3D"min-height:8px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#bbc9=
dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font color=3D"#5f5e=
62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div></td></tr=
><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;padding-left:=
1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-col=
or:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><div><span =
style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;=
padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-=
size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflo=
w-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textbox" class=
=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</sp=
an></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><font color=3D=
"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div align=3D"left">=
<span style=3D"width:84px;white-space:nowrap;mso-element:ip-textbox" class=
=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/6/20</span></div></t=
d><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertic=
al-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"102" />&=
nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"=
105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25552;=
&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"font-family=
:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-=
size:medium;font-family:Wingdings">=FE</font></span><font color=3D"#5f5e62"=
>&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D"padding-rig=
ht:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-to=
p:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"left"><font c=
olor=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font color=3D"#5f5e62=
"><span style=3D"font-family:Verdana"><font lang=3D"en-us" title=3D"" face=
=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-family:Wingding=
s">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;&#21464;=
&#26356;</font></font></div></td><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp=
; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-family:Verd=
ana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"color:#5f5=
e62;font-size:medium;font-family:Wingdings">=FE</font></span><font color=3D=
"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr style=3D"min=
-height:10px"><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colsp=
an=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;</div><di=
v><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" />Tag Pat=
h</font></font><font color=3D"#637595"><em>(&#35831;&#36755;&#20837;=
&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1.bj.corp=
..yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" size=3D"1">=
<em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font><font co=
lor=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"overflow-=
y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;word-wrap=
:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">http://s=
vn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F02=5F1=5F001=5FA=5F20070620/=
</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"padding-r=
ight:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-=
top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><font f=
ace=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div><fon=
t color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowrap;ms=
o-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F02=5F1=5F001=5FA=
=5F20070620/</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></sp=
an></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-eleme=
nt:ip-textbox" class=3D"xdTextBox" title=3D"">CSDumper&#25903;&#25345;=
&#20154;&#24037;&#37197;&#35789;</span></td><td width=3D"114" /><span style=
=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;paddi=
ng-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-size:=
x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflow-x:h=
idden;text-overflow:ellipsis;width:86px;mso-element:ip-textbox" class=3D"xd=
ComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</span></t=
d><td><span style=3D"width:103px;mso-element:ip-textbox" class=3D"xdTextBox=
" title=3D""></span></td></tr></tbody></table></div><div>&nbsp;</div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><font color=
=3D"#5f5e62">&#24050;&#20462;&#22797;Bug&#32534;&#21495;</font></div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><span style=
=3D"width:544px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">bugf=
ree# 0000703</span></div></td></tr></tbody></table></div><div><table style=
=3D"background-color:#ffffff;border-right:medium none;table-layout:fixed;bo=
rder-top:medium none;border-left:medium none;width:548px;border-bottom:medi=
um none;border-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" b=
ordercolor=3D"buttontext" border=3D"1"><colgroup><col style=3D"width:548px"=
></colgroup><tbody valign=3D"top" /><tr style=3D"min-height:11px"><td style=
=3D"background-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">=
&#27979;&#35797;&#37325;&#28857;&#19982;&#24314;&#35758;</font></div></td><=
/tr><tr style=3D"min-height:4px"><td><div align=3D"left"><span title=3D"" s=
tyle=3D"overflow-x:visible;width:544px;white-space:normal;height:58px"><htm=
l><div>Test pay attention to the following fixes:</div><div>&nbsp;</div><di=
v>1. CS return category Id 0 when page size is less than configured CS.filt=
er.page.size</div><div>2. CSDumper reads from directory of manual categoriz=
ed keywords and submit query to imatch to obtain service ids, if that categ=
ory does not have keywords, it will only than call CS to obtain service ids=
..&nbsp; Result flatdb&nbsp;is a combination of the two.</div><div>&nbsp;</d=
iv><div>Suggested testing: </div><div>1. make sure the two fixes are correc=
t</div><div>2. pay attention to the number of service ids per category in t=
he config file, and make sure it is executed correctly for calling&nbsp;ima=
tch</div></html></span></div></td></tr></tbody></table></div></div><div cla=
ss=3D"xdRepeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px=
;width:563px;height:320px" align=3D"left"><div><table style=3D"background-c=
olor:#ffffff;border-right:medium none;table-layout:fixed;border-top:medium =
none;border-left:medium none;width:554px;border-bottom:medium none;border-c=
ollapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"bu=
ttontext" border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"w=
idth:89px"><col style=3D"width:22px"><col style=3D"width:102px"><col style=
=3D"width:105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top=
" /><tr style=3D"min-height:8px"><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#bbc9dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font colo=
r=3D"#5f5e62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div=
></td></tr><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f=
5e62"><font color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textb=
ox" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;=
&#29642;</span></div></td><td style=3D"padding-right:1px;padding-left:1px;p=
adding-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#e=
de6ef" width=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><f=
ont color=3D"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div ali=
gn=3D"left"><span style=3D"width:84px;white-space:nowrap;mso-element:ip-tex=
tbox" class=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/5/28</spa=
n></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom=
:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"102" />&nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" width=3D"105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e6=
2">&#25552;&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"=
font-family:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" sty=
le=3D"font-size:medium;font-family:Wingdings">=FE</font></span><font color=
=3D"#5f5e62">&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D=
"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middl=
e;padding-top:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"l=
eft"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font colo=
r=3D"#5f5e62"><span style=3D"font-family:Verdana"><font lang=3D"en-us" titl=
e=3D"" face=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-fami=
ly:Wingdings">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;=
&#21464;&#26356;</font></font></div></td><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nb=
sp;&nbsp; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-fam=
ily:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"co=
lor:#5f5e62;font-size:medium;font-family:Wingdings">=FE</font></span><font =
color=3D"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr styl=
e=3D"min-height:10px"><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" colspan=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;<=
/div><div><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" /=
>Tag Path</font></font><font color=3D"#637595"><em>(&#35831;&#36755;=
&#20837;&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1=
..bj.corp.yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" siz=
e=3D"1"><em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font>=
<font color=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"o=
verflow-y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;w=
ord-wrap:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">=
http://svn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F2=5F0=5F0=5FA=5F2007=
0528</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"paddi=
ng-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padd=
ing-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><fo=
nt face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div>=
<font color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowra=
p;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F2=5F0=5F0=5FA=
=5F20070528</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">444<=
/span></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-el=
ement:ip-textbox" class=3D"xdTextBox" title=3D"">CS&#25509;&#21475;&#22686;=
&#21152;&#23383;&#27573;&#25903;&#25345;DCP&#30340;&#37197;&#32622;&#29256;=
&#26412;</span></td><td width=3D"114" /><span style=3D"text-align:left;bord=
er:1px solid #dcdcdc;background-color:#ffffff;padding-left:2px;padding-righ=
t:2px;padding-top:1px;padding-bottom:1px;font-size:x-small;color:windowtext=
;font-weight:normal;white-space:nowrap;overflow-x:hidden;text-overflow:elli=
psis;width:86px;mso-element:ip-textbox" class=3D"xdComboBox xdBehavior=5FSe=
lect" title=3D"">&#29956;&#39062;&#29642;</span></td><td><span style=3D"wid=
th:103px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></span></td=
></tr></tbody></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-hei=
ght:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colspan=
=3D"6" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62">&#24050;=
&#20462;&#22797;Bug&#32534;&#21495;</font></div></td></tr><tr style=3D"min-=
height:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom=
:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colspa=
n=3D"6" width=3D"89" /><div align=3D"left"><span style=3D"width:544px;mso-e=
lement:ip-textbox" class=3D"xdTextBox" title=3D"">bugfree 0000581</span></d=
iv></td></tr></tbody></table></div><div><table style=3D"background-color:#f=
fffff;border-right:medium none;table-layout:fixed;border-top:medium none;bo=
rder-left:medium none;width:548px;border-bottom:medium none;border-collapse=
:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontex=
t" border=3D"1"><colgroup><col style=3D"width:548px"></colgroup><tbody vali=
gn=3D"top" /><tr style=3D"min-height:11px"><td style=3D"background-color:#e=
de6ef"><div align=3D"left"><font color=3D"#5f5e62">&#27979;&#35797;&#37325;=
&#28857;&#19982;&#24314;&#35758;</font></div></td></tr><tr style=3D"min-hei=
ght:4px"><td><div align=3D"left"><span title=3D"" style=3D"overflow-x:visib=
le;width:544px;white-space:normal;height:58px"><html><div>This submission i=
nclude <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0ASELECT=
=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{=
padding-left:20px;font-weight:normal;font-size:x-small;color:#333333;font-s=
tyle:normal;font-family:Simsun;text-decoration:none;}=0D=0A.langFont=0D=0A{=
font-family:Simsun;}=0D=0A.defaultInDocUI=0D=0A{font-size:x-small;font-fami=
ly:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{padding-right:20px;}=0D=0A</sty=
le><style>=0D=0ABODY=0D=0A{color:black;background-color:white;}=0D=0ATABLE=
=0D=0A{border-right:medium none;border-top:medium none;border-left:medium n=
one;border-bottom:medium none;border-collapse:collapse;}=0D=0ATD=0D=0A{bord=
er-left-color:#637595;border-bottom-color:#637595;border-top-color:#637595;=
border-right-color:#637595;}=0D=0ATH=0D=0A{border-left-color:#637595;border=
-bottom-color:#637595;color:black;border-top-color:#637595;background-color=
:#bbc9dc;border-right-color:#637595;}=0D=0A.xdTableHeader=0D=0A{color:black=
;background-color:#ede6ef;}=0D=0AP=0D=0A{margin-top:0px;}=0D=0AH1=0D=0A{mar=
gin-top:0px;margin-bottom:0px;color:#183569;}=0D=0AH2=0D=0A{margin-top:0px;=
margin-bottom:0px;color:#183569;}=0D=0AH3=0D=0A{margin-top:0px;margin-botto=
m:0px;color:#183569;}=0D=0AH4=0D=0A{margin-top:0px;margin-bottom:0px;color:=
#183569;}=0D=0AH5=0D=0A{margin-top:0px;margin-bottom:0px;color:#637595;}=0D=
=0AH6=0D=0A{margin-top:0px;margin-bottom:0px;color:#ede6ef;}=0D=0A.primaryV=
eryDark=0D=0A{color:#ede6ef;background-color:#183569;}=0D=0A.primaryDark=0D=
=0A{color:white;background-color:#637595;}=0D=0A.primaryMedium=0D=0A{color:=
black;background-color:#bbc9dc;}=0D=0A.primaryLight=0D=0A{color:black;backg=
round-color:#ede6ef;}=0D=0A.accentDark=0D=0A{color:white;background-color:#=
637595;}=0D=0A.accentLight=0D=0A{color:black;background-color:#ede6ef;}=0D=
=0A</style></head><body lang=3D"zh-CN" style=3D"color:#000000;background-co=
lor:#ede6ef"><div style=3D"word-wrap:break-word;color:windowtext;background=
:window;font-size:10.0pt;font-family:Tahoma" class=3D"D38B7128-85A9-4481-A2=
64-D05E46BC1B50">[&#25552;&#20132;&#32773;: yingshan.zhen@alibaba-inc.com] =
<br />&#35814;&#32454;&#22320;&#22336; http://sharepoint/smp/sdt/testbuild<=
hr /></div><div align=3D"center"><table style=3D"border-right:medium none;t=
able-layout:fixed;border-top:medium none;border-left:medium none;width:601p=
x;border-bottom:medium none;border-collapse:collapse;word-wrap:break-word" =
class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col s=
tyle=3D"width:601px"></colgroup><tbody valign=3D"top" /><tr style=3D"min-he=
ight:14px"><td style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;b=
order-top:#7a7a7a 1pt solid;padding-left:20px;padding-bottom:15px;vertical-=
align:middle;border-left:#7a7a7a 1pt solid;padding-top:15px;background-colo=
r:#7a7a7a"><div><table style=3D"background-color:#7a7a7a;border-right:mediu=
m none;table-layout:fixed;border-top:medium none;border-left:medium none;wi=
dth:560px;border-bottom:medium none;border-collapse:collapse;word-wrap:brea=
k-word" class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgrou=
p><col style=3D"width:560px"></colgroup><tbody valign=3D"top" /><tr style=
=3D"min-height:28px"><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:top;padding-top:1px"><div align=3D"center"><fon=
t face=3D"Arial Narrow" color=3D"#ffcc00" size=3D"4"><strong>SMP &#27979;=
&#35797;&#25552;&#20132;&#21333;</strong></font></div></td></tr></tbody></t=
able></div></td></tr><tr style=3D"min-height:69px"><td style=3D"border-righ=
t:#7a7a7a 1pt solid;padding-right:20px;padding-left:20px;padding-bottom:0px=
;border-left:#7a7a7a 1pt solid;padding-top:15px;background-color:#f2f2f2"><=
div><table style=3D"background-color:#f2f2f2;border-right:medium none;table=
-layout:fixed;border-top:medium none;border-left:medium none;width:560px;bo=
rder-bottom:medium none;border-collapse:collapse;word-wrap:break-word" clas=
s=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col style=
=3D"width:65px"><col style=3D"width:379px"><col style=3D"width:116px"></col=
group><tbody valign=3D"top" /><tr style=3D"min-height:4px"><td style=3D"pad=
ding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:bottom;pa=
dding-top:1px" width=3D"379" /><div align=3D"left"><font color=3D"#5f5e62">=
<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25910;&#20214;&#20154;</f=
ont></font></font></div></td><td style=3D"padding-right:1px;padding-left:1p=
x;padding-bottom:1px;vertical-align:bottom;padding-top:1px" colspan=3D"2" w=
idth=3D"116" /><font color=3D"#5f5e62"><div><span style=3D"width:488px;whit=
e-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " title=3D"">chu=
nsheng.wang@alibaba-inc.com</span></div></font></td></tr><tr style=3D"min-h=
eight:4px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1=
px;vertical-align:bottom;padding-top:1px;border-bottom-style:none" width=3D=
"379" /><div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62">&#25220;&#36865;</font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></div></td><td style=3D"padding-right:1px;pa=
dding-left:1px;padding-bottom:1px;vertical-align:bottom;padding-top:1px;bor=
der-bottom-style:none" colspan=3D"2" width=3D"116" /><div><span style=3D"wi=
dth:488px;white-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " =
title=3D"">yahoo-smp-algo@list.alibaba-inc.com</span></div></td></tr><tr st=
yle=3D"min-height:4px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;=
border-bottom-style:none" width=3D"379" /><div><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62">&#20027;&#39064;</font></font></font></font></font></font></font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></div></td><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;bo=
rder-bottom-style:none" width=3D"116" /><div><font color=3D"#5f5e62"><span =
style=3D"width:373px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""=
>CS &#27979;&#35797;&#25552;&#20132;&#21333;</span></font></div></td><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:bottom;border-top-style:none;padding-top:1px;border-bottom-style:none"><di=
v align=3D"right"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></font></font></font></div></td></tr></tbody=
></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-height:608px"><t=
d style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;padding-left:2=
0px;padding-bottom:0px;border-left:#7a7a7a 1pt solid;padding-top:15px;borde=
r-bottom:#7a7a7a 1pt solid;background-color:#ffffff"><div></div><div></div>=
<div></div><div></div><div></div><div></div><div><table style=3D"background=
-color:#ffffff;border-right:medium none;table-layout:fixed;border-top:mediu=
m none;border-left:medium none;width:561px;border-bottom:medium none;border=
-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"=
buttontext" border=3D"1"><colgroup><col style=3D"width:133px"><col style=3D=
"width:107px"><col style=3D"width:321px"></colgroup><tbody valign=3D"top" /=
><tr><td style=3D"background-color:transparent" width=3D"133" /><div><font =
color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Project</font></font></fo=
nt></font></font></font></font></font></font></font></font></font></font></=
font></font></font></font></font></font></font></font></font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:127px;mso-element:ip-text=
box" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">ClassMatch</span><=
/div></td><td style=3D"background-color:transparent" width=3D"107" /><div><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font face=3D"Verdana" color=3D"#5f5e62" size=3D"1">S=
print No.</font></font></font></font></font></font></font></font></font></f=
ont></font></font></font></font></font></font></font></font></font></font><=
/font></font></font></font></font></font></font></font></font></font></div>=
<div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62=
"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><spa=
n style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#fffff=
f;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;fon=
t-size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overf=
low-x:hidden;text-overflow:ellipsis;width:100px;mso-element:ip-textbox" cla=
ss=3D"xdComboBox xdBehavior=5FSelect" title=3D"">Sprint 2</span></font></fo=
nt></font></font></font></font></font></font></font></div></td><td style=3D=
"background-color:transparent" width=3D"321" /><div><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font=
 color=3D"#5f5e62"><font color=3D"#5f5e62">&#27169;&#22359;</font></font></=
font></font></font></font></font></font></font></div><div><span style=3D"wi=
dth:315px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS</span><=
font color=3D"#5f5e62"></font></div></td></tr></tbody></table></div><div>&n=
bsp;</div><div><table style=3D"background-color:#ffffff;table-layout:fixed;=
width:563px;border-top-style:none;border-right-style:none;border-left-style=
:none;border-collapse:collapse;word-wrap:break-word;border-bottom-style:non=
e" class=3D"xdFormLayout xdLayout" border=3D"1"><colgroup><col style=3D"wid=
th:563px"></colgroup><tbody valign=3D"top" /><tr class=3D"primaryVeryDark" =
style=3D"min-height:4px"><td style=3D"border-top-style:none;border-bottom:5=
pt solid;border-right-style:none;border-left-style:none"><div><strong>=
&#25552;&#20132;&#21382;&#21490;</strong></div></td></tr><tr class=3D"prima=
rylight" style=3D"min-height:0.042in"><td style=3D"border-top:5pt solid;bor=
der-right-style:none;border-left-style:none;background-color:#ede6ef;text-a=
lign:left;border-bottom-style:none" valign=3D"top" /><div><div class=3D"xdR=
epeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px;width:56=
3px;height:320px" align=3D"left"><div><table style=3D"background-color:#fff=
fff;border-right:medium none;table-layout:fixed;border-top:medium none;bord=
er-left:medium none;width:554px;border-bottom:medium none;border-collapse:c=
ollapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontext"=
 border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"width:89px=
"><col style=3D"width:22px"><col style=3D"width:102px"><col style=3D"width:=
105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top" /><tr st=
yle=3D"min-height:8px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#bbc9=
dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font color=3D"#5f5e=
62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div></td></tr=
><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;padding-left:=
1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-col=
or:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><div><span =
style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;=
padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-=
size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflo=
w-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textbox" class=
=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</sp=
an></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><font color=3D=
"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div align=3D"left">=
<span style=3D"width:84px;white-space:nowrap;mso-element:ip-textbox" class=
=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/6/20</span></div></t=
d><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertic=
al-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"102" />&=
nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"=
105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25552;=
&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"font-family=
:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-=
size:medium;font-family:Wingdings">=FE</font></span><font color=3D"#5f5e62"=
>&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D"padding-rig=
ht:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-to=
p:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"left"><font c=
olor=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font color=3D"#5f5e62=
"><span style=3D"font-family:Verdana"><font lang=3D"en-us" title=3D"" face=
=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-family:Wingding=
s">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;&#21464;=
&#26356;</font></font></div></td><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp=
; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-family:Verd=
ana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"color:#5f5=
e62;font-size:medium;font-family:Wingdings">=FE</font></span><font color=3D=
"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr style=3D"min=
-height:10px"><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colsp=
an=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;</div><di=
v><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" />Tag Pat=
h</font></font><font color=3D"#637595"><em>(&#35831;&#36755;&#20837;=
&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1.bj.corp=
..yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" size=3D"1">=
<em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font><font co=
lor=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"overflow-=
y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;word-wrap=
:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">http://s=
vn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F02=5F1=5F001=5FA=5F20070620/=
</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"padding-r=
ight:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-=
top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><font f=
ace=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div><fon=
t color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowrap;ms=
o-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F02=5F1=5F001=5FA=
=5F20070620/</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></sp=
an></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-eleme=
nt:ip-textbox" class=3D"xdTextBox" title=3D"">CSDumper&#25903;&#25345;=
&#20154;&#24037;&#37197;&#35789;</span></td><td width=3D"114" /><span style=
=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;paddi=
ng-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-size:=
x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflow-x:h=
idden;text-overflow:ellipsis;width:86px;mso-element:ip-textbox" class=3D"xd=
ComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</span></t=
d><td><span style=3D"width:103px;mso-element:ip-textbox" class=3D"xdTextBox=
" title=3D""></span></td></tr></tbody></table></div><div>&nbsp;</div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><font color=
=3D"#5f5e62">&#24050;&#20462;&#22797;Bug&#32534;&#21495;</font></div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><span style=
=3D"width:544px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">bugf=
ree# 0000703</span></div></td></tr></tbody></table></div><div><table style=
=3D"background-color:#ffffff;border-right:medium none;table-layout:fixed;bo=
rder-top:medium none;border-left:medium none;width:548px;border-bottom:medi=
um none;border-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" b=
ordercolor=3D"buttontext" border=3D"1"><colgroup><col style=3D"width:548px"=
></colgroup><tbody valign=3D"top" /><tr style=3D"min-height:11px"><td style=
=3D"background-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">=
&#27979;&#35797;&#37325;&#28857;&#19982;&#24314;&#35758;</font></div></td><=
/tr><tr style=3D"min-height:4px"><td><div align=3D"left"><span title=3D"" s=
tyle=3D"overflow-x:visible;width:544px;white-space:normal;height:58px"><htm=
l><div>Test pay attention to the following fixes:</div><div>&nbsp;</div><di=
v>1. CS return category Id 0 when page size is less than configured CS.filt=
er.page.size</div><div>2. CSDumper reads from directory of manual categoriz=
ed keywords and submit query to imatch to obtain service ids, if that categ=
ory does not have keywords, it will only than call CS to obtain service ids=
..&nbsp; Result flatdb&nbsp;is a combination of the two.</div><div>&nbsp;</d=
iv><div>Suggested testing: </div><div>1. make sure the two fixes are correc=
t</div><div>2. pay attention to the number of service ids per category in t=
he config file, and make sure it is executed correctly for calling&nbsp;ima=
tch</div></html></span></div></td></tr></tbody></table></div></div><div cla=
ss=3D"xdRepeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px=
;width:563px;height:320px" align=3D"left"><div><table style=3D"background-c=
olor:#ffffff;border-right:medium none;table-layout:fixed;border-top:medium =
none;border-left:medium none;width:554px;border-bottom:medium none;border-c=
ollapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"bu=
ttontext" border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"w=
idth:89px"><col style=3D"width:22px"><col style=3D"width:102px"><col style=
=3D"width:105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top=
" /><tr style=3D"min-height:8px"><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#bbc9dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font colo=
r=3D"#5f5e62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div=
></td></tr><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f=
5e62"><font color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textb=
ox" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;=
&#29642;</span></div></td><td style=3D"padding-right:1px;padding-left:1px;p=
adding-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#e=
de6ef" width=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><f=
ont color=3D"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div ali=
gn=3D"left"><span style=3D"width:84px;white-space:nowrap;mso-element:ip-tex=
tbox" class=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/5/28</spa=
n></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom=
:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"102" />&nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" width=3D"105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e6=
2">&#25552;&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"=
font-family:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" sty=
le=3D"font-size:medium;font-family:Wingdings">=FE</font></span><font color=
=3D"#5f5e62">&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D=
"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middl=
e;padding-top:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"l=
eft"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font colo=
r=3D"#5f5e62"><span style=3D"font-family:Verdana"><font lang=3D"en-us" titl=
e=3D"" face=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-fami=
ly:Wingdings">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;=
&#21464;&#26356;</font></font></div></td><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nb=
sp;&nbsp; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-fam=
ily:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"co=
lor:#5f5e62;font-size:medium;font-family:Wingdings">=FE</font></span><font =
color=3D"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr styl=
e=3D"min-height:10px"><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" colspan=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;<=
/div><div><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" /=
>Tag Path</font></font><font color=3D"#637595"><em>(&#35831;&#36755;=
&#20837;&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1=
..bj.corp.yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" siz=
e=3D"1"><em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font>=
<font color=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"o=
verflow-y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;w=
ord-wrap:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">=
http://svn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F2=5F0=5F0=5FA=5F2007=
0528</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"paddi=
ng-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padd=
ing-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><fo=
nt face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div>=
<font color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowra=
p;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F2=5F0=5F0=5FA=
=5F20070528</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">444<=
/span></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-el=
ement:ip-textbox" class=3D"xdTextBox" title=3D"">CS&#25509;&#21475;&#22686;=
&#21152;&#23383;&#27573;&#25903;&#25345;DCP&#30340;&#37197;&#32622;&#29256;=
&#26412;</span></td><td width=3D"114" /><span style=3D"text-align:left;bord=
er:1px solid #dcdcdc;background-color:#ffffff;padding-left:2px;padding-righ=
t:2px;padding-top:1px;padding-bottom:1px;font-size:x-small;color:windowtext=
;font-weight:normal;white-space:nowrap;overflow-x:hidden;text-overflow:elli=
psis;width:86px;mso-element:ip-textbox" class=3D"xdComboBox xdBehavior=5FSe=
lect" title=3D"">&#29956;&#39062;&#29642;</span></td><td><span style=3D"wid=
th:103px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></span></td=
></tr></tbody></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-hei=
ght:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colspan=
=3D"6" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62">&#24050;=
&#20462;&#22797;Bug&#32534;&#21495;</font></div></td></tr><tr style=3D"min-=
height:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom=
:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colspa=
n=3D"6" width=3D"89" /><div align=3D"left"><span style=3D"width:544px;mso-e=
lement:ip-textbox" class=3D"xdTextBox" title=3D"">bugfree 0000581</span></d=
iv></td></tr></tbody></table></div><div><table style=3D"background-color:#f=
fffff;border-right:medium none;table-layout:fixed;border-top:medium none;bo=
rder-left:medium none;width:548px;border-bottom:medium none;border-collapse=
:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontex=
t" border=3D"1"><colgroup><col style=3D"width:548px"></colgroup><tbody vali=
gn=3D"top" /><tr style=3D"min-height:11px"><td style=3D"background-color:#e=
de6ef"><div align=3D"left"><font color=3D"#5f5e62">&#27979;&#35797;&#37325;=
&#28857;&#19982;&#24314;&#35758;</font></div></td></tr><tr style=3D"min-hei=
ght:4px"><td><div align=3D"left"><span title=3D"" style=3D"overflow-x:visib=
le;width:544px;white-space:normal;height:58px"><html><div>This submission i=
nclude <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 81
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
Return-Path: <yahoo-smp-algo-bounces@list.alibaba-inc.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 10305 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO mail1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Received: (qmail 26104 invoked from network); 20 Jun 2007 11:24:20 -0000
Received: from unknown (HELO list.alibaba-inc.com) (127.0.0.1)
  by 0 with SMTP; 20 Jun 2007 11:24:20 -0000
Return-Path: <sharepoint@alibaba-inc.com>
Delivered-To: list.alibaba-inc.com-yahoo-smp-algo@list.alibaba-inc.com
Received: (qmail 26098 invoked from network); 20 Jun 2007 11:24:17 -0000
Received: from unknown (HELO mail.3721.com) (61.135.128.168)
	by 0 with SMTP; 20 Jun 2007 11:24:17 -0000
Received: from sharepoint (nat-winterless-fw.bj.corp.yahoo.com
	[202.165.107.100])
	by mail.3721.com (Postfix) with SMTP id 9C258603E48;
	Wed, 20 Jun 2007 18:42:25 +0800 (CST)
Date: 20 Jun 2007 19:24:16 +0800
From: <sharepoint@alibaba-inc.com>
To: <chunsheng.wang@alibaba-inc.com>
x-originating-ip: [10.62.138.110]
Content-Type: multipart/related;
	boundary="e7014c98-e4cb-4071-af67-a46e410748b4"
Subject: =?utf-8?Q?CS=20=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A4=E5=8D=95?=
MIME-Version: 1.0
X-Mailer: Windows SharePoint Services (version 3)
Message-Id: <20070620104225.9C258603E48@mail.3721.com>
Cc: yahoo-smp-algo@list.alibaba-inc.com
X-BeenThere: yahoo-smp-algo@list.alibaba-inc.com
X-Mailman-Version: 2.1.8
Precedence: list
Reply-To: yingshan.zhen@alibaba-inc.com
List-Id: =?utf-8?b?6ZuF6JmO5Lit5Zu9IFNNUCDnrpfms5XnoJTnqbbnu4Q=?=
	<yahoo-smp-algo.list.alibaba-inc.com>
List-Unsubscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=unsubscribe>
List-Post: <mailto:yahoo-smp-algo@list.alibaba-inc.com>
List-Help: <mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=help>
List-Subscribe: <http://list.alibaba-inc.com/mailman/listinfo/yahoo-smp-algo>, 
	<mailto:yahoo-smp-algo-request@list.alibaba-inc.com?subject=subscribe>
Sender: yahoo-smp-algo-bounces@list.alibaba-inc.com
Errors-To: yahoo-smp-algo-bounces@list.alibaba-inc.com


This is a multi-part message in MIME format.

--e7014c98-e4cb-4071-af67-a46e410748b4
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<html dir=3D"ltr"><head>=0D=0A=0D=0A<style>=0D=0A@media screen=0D=0A{=0D=0A=
 BODY=0D=0A {margin-left:21px;background-position:21px 0px;}=0D=0A}=0D=0ABO=
DY=0D=0A{color:windowtext;background-color:window;layout-grid:none;}=0D=0A.=
xdListItem=0D=0A{display:inline-block;width:100%;vertical-align:text-top;}=
=0D=0A.xdListBox,.xdComboBox=0D=0A{margin:1px;}=0D=0A.xdInlinePicture=0D=0A=
{margin:1px;}=0D=0A.xdLinkedPicture=0D=0A{margin:1px;}=0D=0A.xdSection=0D=
=0A{border:1pt solid #FFFFFF;margin:6px 0px 6px 0px;padding:1px 1px 1px 5px=
;}=0D=0A.xdRepeatingSection=0D=0A{border:1pt solid #FFFFFF;margin:6px 0px 6=
px 0px;padding:1px 1px 1px 5px;}=0D=0A.xdMultiSelectList=0D=0A{margin:1px;d=
isplay:inline-block;border:1pt solid #dcdcdc;padding:1px 1px 1px 5px;text-i=
ndent:0;color:windowtext;background-color:window;overflow:auto;}=0D=0A.xdMu=
ltiSelectListItem=0D=0A{display:block;white-space:nowrap;}=0D=0A.xdMultiSel=
ectFillIn=0D=0A{display:inline-block;white-space:nowrap;text-overflow:ellip=
sis;padding:1px;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-al=
ign:left;}=0D=0A.xdBehavior=5FFormatting=0D=0A{;}=0D=0A.xdBehavior=5FFormat=
tingNoBUI=0D=0A{;}=0D=0A.xdExpressionBox=0D=0A{margin:1px;padding:1px;word-=
wrap:break-word;text-overflow:ellipsis;overflow-x:hidden;}=0D=0A.xdBehavior=
=5FGhostedText,.xdBehavior=5FGhostedTextNoBUI=0D=0A{;}=0D=0A.xdBehavior=5FG=
TFormatting=0D=0A{;}=0D=0A.xdBehavior=5FGTFormattingNoBUI=0D=0A{;}=0D=0A.xd=
Behavior=5FBoolean=0D=0A{;}=0D=0A.xdBehavior=5FSelect=0D=0A{;}=0D=0A.xdBeha=
vior=5FComboBox=0D=0A{;}=0D=0A.xdBehavior=5FComboBoxTextField=0D=0A{;}=0D=
=0A.xdRepeatingTable=0D=0A{border-top-style:none;border-right-style:none;bo=
rder-left-style:none;border-bottom-style:none;border-collapse:collapse;word=
-wrap:break-word;}=0D=0A.xdScrollableRegion=0D=0A{;}=0D=0A.xdLayoutRegion=
=0D=0A{display:inline-block;}=0D=0A.xdMaster=0D=0A{;}=0D=0A.xdActiveX=0D=0A=
{margin:1px;}=0D=0A.xdFileAttachment=0D=0A{display:inline-block;margin:1px;=
}=0D=0A.xdPageBreak=0D=0A{display:none;}=0D=0ABODY=0D=0A{margin-right:21px;=
}=0D=0A.xdTextBoxRTL=0D=0A{display:inline-block;white-space:nowrap;text-ove=
rflow:ellipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:window=
text;background-color:window;overflow:hidden;text-align:right;word-wrap:nor=
mal;}=0D=0A.xdRichTextBoxRTL=0D=0A{display:inline-block;padding:1px;margin:=
1px;border:1pt solid #dcdcdc;color:windowtext;background-color:window;overf=
low-x:hidden;word-wrap:break-word;text-overflow:ellipsis;text-align:right;f=
ont-weight:normal;font-style:normal;text-decoration:none;vertical-align:bas=
eline;}=0D=0A.xdDTTextRTL=0D=0A{height:100%;width:100%;margin-left:22px;ove=
rflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButtonRTL=0D=0A{mar=
gin-right:-21px;height:18px;width:20px;}=0D=0A.xdMultiSelectFillinRTL=0D=0A=
{display:inline-block;white-space:nowrap;text-overflow:ellipsis;padding:1px=
;margin:1px;border:1pt solid #dcdcdc;overflow:hidden;text-align:right;}=0D=
=0A.xdTextBox=0D=0A{display:inline-block;white-space:nowrap;text-overflow:e=
llipsis;padding:1px;margin:1px;border:1pt solid #dcdcdc;color:windowtext;ba=
ckground-color:window;overflow:hidden;text-align:left;word-wrap:normal;}=0D=
=0A.xdRichTextBox=0D=0A{display:inline-block;padding:1px;margin:1px;border:=
1pt solid #dcdcdc;color:windowtext;background-color:window;overflow-x:hidde=
n;word-wrap:break-word;text-overflow:ellipsis;text-align:left;font-weight:n=
ormal;font-style:normal;text-decoration:none;vertical-align:baseline;}=0D=
=0A.xdDTPicker=0D=0A{display:inline;margin:1px;margin-bottom:2px;border:1pt=
 solid #dcdcdc;color:windowtext;background-color:window;overflow:hidden;tex=
t-indent:0;}=0D=0A.xdDTText=0D=0A{height:100%;width:100%;margin-right:22px;=
overflow:hidden;padding:0px;white-space:nowrap;}=0D=0A.xdDTButton=0D=0A{mar=
gin-left:-21px;height:18px;width:20px;}=0D=0A.xdRepeatingTable TD=0D=0A{ver=
tical-align:top;}=0D=0A</style><style>=0D=0ATABLE.xdLayout TD=0D=0A{border-=
right:medium none;border-top:medium none;border-left:medium none;border-bot=
tom:medium none;}=0D=0ATABLE.msoUcTable TD=0D=0A{border-right:1pt solid;bor=
der-top:1pt solid;border-left:1pt solid;border-bottom:1pt solid;}=0D=0ATABL=
E=0D=0A{;}=0D=0A</style><style>=0D=0ABODY=0D=0A{font-size:10pt;font-family:=
Simsun;}=0D=0ATABLE=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0ASELECT=
=0D=0A{font-size:10pt;font-family:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{=
padding-left:20px;font-weight:normal;font-size:x-small;color:#333333;font-s=
tyle:normal;font-family:Simsun;text-decoration:none;}=0D=0A.langFont=0D=0A{=
font-family:Simsun;}=0D=0A.defaultInDocUI=0D=0A{font-size:x-small;font-fami=
ly:Simsun;}=0D=0A.optionalPlaceholder=0D=0A{padding-right:20px;}=0D=0A</sty=
le><style>=0D=0ABODY=0D=0A{color:black;background-color:white;}=0D=0ATABLE=
=0D=0A{border-right:medium none;border-top:medium none;border-left:medium n=
one;border-bottom:medium none;border-collapse:collapse;}=0D=0ATD=0D=0A{bord=
er-left-color:#637595;border-bottom-color:#637595;border-top-color:#637595;=
border-right-color:#637595;}=0D=0ATH=0D=0A{border-left-color:#637595;border=
-bottom-color:#637595;color:black;border-top-color:#637595;background-color=
:#bbc9dc;border-right-color:#637595;}=0D=0A.xdTableHeader=0D=0A{color:black=
;background-color:#ede6ef;}=0D=0AP=0D=0A{margin-top:0px;}=0D=0AH1=0D=0A{mar=
gin-top:0px;margin-bottom:0px;color:#183569;}=0D=0AH2=0D=0A{margin-top:0px;=
margin-bottom:0px;color:#183569;}=0D=0AH3=0D=0A{margin-top:0px;margin-botto=
m:0px;color:#183569;}=0D=0AH4=0D=0A{margin-top:0px;margin-bottom:0px;color:=
#183569;}=0D=0AH5=0D=0A{margin-top:0px;margin-bottom:0px;color:#637595;}=0D=
=0AH6=0D=0A{margin-top:0px;margin-bottom:0px;color:#ede6ef;}=0D=0A.primaryV=
eryDark=0D=0A{color:#ede6ef;background-color:#183569;}=0D=0A.primaryDark=0D=
=0A{color:white;background-color:#637595;}=0D=0A.primaryMedium=0D=0A{color:=
black;background-color:#bbc9dc;}=0D=0A.primaryLight=0D=0A{color:black;backg=
round-color:#ede6ef;}=0D=0A.accentDark=0D=0A{color:white;background-color:#=
637595;}=0D=0A.accentLight=0D=0A{color:black;background-color:#ede6ef;}=0D=
=0A</style></head><body lang=3D"zh-CN" style=3D"color:#000000;background-co=
lor:#ede6ef"><div style=3D"word-wrap:break-word;color:windowtext;background=
:window;font-size:10.0pt;font-family:Tahoma" class=3D"D38B7128-85A9-4481-A2=
64-D05E46BC1B50">[&#25552;&#20132;&#32773;: yingshan.zhen@alibaba-inc.com] =
<br />&#35814;&#32454;&#22320;&#22336; http://sharepoint/smp/sdt/testbuild<=
hr /></div><div align=3D"center"><table style=3D"border-right:medium none;t=
able-layout:fixed;border-top:medium none;border-left:medium none;width:601p=
x;border-bottom:medium none;border-collapse:collapse;word-wrap:break-word" =
class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col s=
tyle=3D"width:601px"></colgroup><tbody valign=3D"top" /><tr style=3D"min-he=
ight:14px"><td style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;b=
order-top:#7a7a7a 1pt solid;padding-left:20px;padding-bottom:15px;vertical-=
align:middle;border-left:#7a7a7a 1pt solid;padding-top:15px;background-colo=
r:#7a7a7a"><div><table style=3D"background-color:#7a7a7a;border-right:mediu=
m none;table-layout:fixed;border-top:medium none;border-left:medium none;wi=
dth:560px;border-bottom:medium none;border-collapse:collapse;word-wrap:brea=
k-word" class=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgrou=
p><col style=3D"width:560px"></colgroup><tbody valign=3D"top" /><tr style=
=3D"min-height:28px"><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:top;padding-top:1px"><div align=3D"center"><fon=
t face=3D"Arial Narrow" color=3D"#ffcc00" size=3D"4"><strong>SMP &#27979;=
&#35797;&#25552;&#20132;&#21333;</strong></font></div></td></tr></tbody></t=
able></div></td></tr><tr style=3D"min-height:69px"><td style=3D"border-righ=
t:#7a7a7a 1pt solid;padding-right:20px;padding-left:20px;padding-bottom:0px=
;border-left:#7a7a7a 1pt solid;padding-top:15px;background-color:#f2f2f2"><=
div><table style=3D"background-color:#f2f2f2;border-right:medium none;table=
-layout:fixed;border-top:medium none;border-left:medium none;width:560px;bo=
rder-bottom:medium none;border-collapse:collapse;word-wrap:break-word" clas=
s=3D"xdLayout" bordercolor=3D"buttontext" border=3D"1"><colgroup><col style=
=3D"width:65px"><col style=3D"width:379px"><col style=3D"width:116px"></col=
group><tbody valign=3D"top" /><tr style=3D"min-height:4px"><td style=3D"pad=
ding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:bottom;pa=
dding-top:1px" width=3D"379" /><div align=3D"left"><font color=3D"#5f5e62">=
<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25910;&#20214;&#20154;</f=
ont></font></font></div></td><td style=3D"padding-right:1px;padding-left:1p=
x;padding-bottom:1px;vertical-align:bottom;padding-top:1px" colspan=3D"2" w=
idth=3D"116" /><font color=3D"#5f5e62"><div><span style=3D"width:488px;whit=
e-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " title=3D"">chu=
nsheng.wang@alibaba-inc.com</span></div></font></td></tr><tr style=3D"min-h=
eight:4px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1=
px;vertical-align:bottom;padding-top:1px;border-bottom-style:none" width=3D=
"379" /><div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62">&#25220;&#36865;</font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></div></td><td style=3D"padding-right:1px;pa=
dding-left:1px;padding-bottom:1px;vertical-align:bottom;padding-top:1px;bor=
der-bottom-style:none" colspan=3D"2" width=3D"116" /><div><span style=3D"wi=
dth:488px;white-space:nowrap;mso-element:ip-textbox" class=3D"xdTextBox  " =
title=3D"">yahoo-smp-algo@list.alibaba-inc.com</span></div></td></tr><tr st=
yle=3D"min-height:4px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;=
border-bottom-style:none" width=3D"379" /><div><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62">&#20027;&#39064;</font></font></font></font></font></font></font></font=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></div></td><td style=3D"padding-right:1px;padding-left:1px;paddin=
g-bottom:1px;vertical-align:bottom;border-top-style:none;padding-top:1px;bo=
rder-bottom-style:none" width=3D"116" /><div><font color=3D"#5f5e62"><span =
style=3D"width:373px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""=
>CS &#27979;&#35797;&#25552;&#20132;&#21333;</span></font></div></td><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:bottom;border-top-style:none;padding-top:1px;border-bottom-style:none"><di=
v align=3D"right"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
></font></font></font></font></font></font></font></font></font></font></fo=
nt></font></font></font></font></font></font></font></div></td></tr></tbody=
></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-height:608px"><t=
d style=3D"border-right:#7a7a7a 1pt solid;padding-right:20px;padding-left:2=
0px;padding-bottom:0px;border-left:#7a7a7a 1pt solid;padding-top:15px;borde=
r-bottom:#7a7a7a 1pt solid;background-color:#ffffff"><div></div><div></div>=
<div></div><div></div><div></div><div></div><div><table style=3D"background=
-color:#ffffff;border-right:medium none;table-layout:fixed;border-top:mediu=
m none;border-left:medium none;width:561px;border-bottom:medium none;border=
-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"=
buttontext" border=3D"1"><colgroup><col style=3D"width:133px"><col style=3D=
"width:107px"><col style=3D"width:321px"></colgroup><tbody valign=3D"top" /=
><tr><td style=3D"background-color:transparent" width=3D"133" /><div><font =
color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font col=
or=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Project</font></font></fo=
nt></font></font></font></font></font></font></font></font></font></font></=
font></font></font></font></font></font></font></font></font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:127px;mso-element:ip-text=
box" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">ClassMatch</span><=
/div></td><td style=3D"background-color:transparent" width=3D"107" /><div><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font c=
olor=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font colo=
r=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=
=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D=
"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5=
f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e=
62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font face=3D"Verdana" color=3D"#5f5e62" size=3D"1">S=
print No.</font></font></font></font></font></font></font></font></font></f=
ont></font></font></font></font></font></font></font></font></font></font><=
/font></font></font></font></font></font></font></font></font></font></div>=
<div><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62=
"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><=
font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><spa=
n style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#fffff=
f;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;fon=
t-size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overf=
low-x:hidden;text-overflow:ellipsis;width:100px;mso-element:ip-textbox" cla=
ss=3D"xdComboBox xdBehavior=5FSelect" title=3D"">Sprint 2</span></font></fo=
nt></font></font></font></font></font></font></font></div></td><td style=3D=
"background-color:transparent" width=3D"321" /><div><font color=3D"#5f5e62"=
><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><f=
ont color=3D"#5f5e62"><font color=3D"#5f5e62"><font color=3D"#5f5e62"><font=
 color=3D"#5f5e62"><font color=3D"#5f5e62">&#27169;&#22359;</font></font></=
font></font></font></font></font></font></font></div><div><span style=3D"wi=
dth:315px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS</span><=
font color=3D"#5f5e62"></font></div></td></tr></tbody></table></div><div>&n=
bsp;</div><div><table style=3D"background-color:#ffffff;table-layout:fixed;=
width:563px;border-top-style:none;border-right-style:none;border-left-style=
:none;border-collapse:collapse;word-wrap:break-word;border-bottom-style:non=
e" class=3D"xdFormLayout xdLayout" border=3D"1"><colgroup><col style=3D"wid=
th:563px"></colgroup><tbody valign=3D"top" /><tr class=3D"primaryVeryDark" =
style=3D"min-height:4px"><td style=3D"border-top-style:none;border-bottom:5=
pt solid;border-right-style:none;border-left-style:none"><div><strong>=
&#25552;&#20132;&#21382;&#21490;</strong></div></td></tr><tr class=3D"prima=
rylight" style=3D"min-height:0.042in"><td style=3D"border-top:5pt solid;bor=
der-right-style:none;border-left-style:none;background-color:#ede6ef;text-a=
lign:left;border-bottom-style:none" valign=3D"top" /><div><div class=3D"xdR=
epeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px;width:56=
3px;height:320px" align=3D"left"><div><table style=3D"background-color:#fff=
fff;border-right:medium none;table-layout:fixed;border-top:medium none;bord=
er-left:medium none;width:554px;border-bottom:medium none;border-collapse:c=
ollapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontext"=
 border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"width:89px=
"><col style=3D"width:22px"><col style=3D"width:102px"><col style=3D"width:=
105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top" /><tr st=
yle=3D"min-height:8px"><td style=3D"padding-right:1px;padding-left:1px;padd=
ing-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#bbc9=
dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font color=3D"#5f5e=
62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div></td></tr=
><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;padding-left:=
1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-col=
or:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62"><fon=
t color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><div><span =
style=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;=
padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-=
size:x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflo=
w-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textbox" class=
=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</sp=
an></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><font color=3D=
"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div align=3D"left">=
<span style=3D"width:84px;white-space:nowrap;mso-element:ip-textbox" class=
=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/6/20</span></div></t=
d><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertic=
al-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"102" />&=
nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=3D"=
105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e62">&#25552;=
&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"font-family=
:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-=
size:medium;font-family:Wingdings">=FE</font></span><font color=3D"#5f5e62"=
>&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D"padding-rig=
ht:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-to=
p:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"left"><font c=
olor=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font color=3D"#5f5e62=
"><span style=3D"font-family:Verdana"><font lang=3D"en-us" title=3D"" face=
=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-family:Wingding=
s">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;&#21464;=
&#26356;</font></font></div></td><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp=
; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-family:Verd=
ana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"color:#5f5=
e62;font-size:medium;font-family:Wingdings">=FE</font></span><font color=3D=
"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr style=3D"min=
-height:10px"><td style=3D"padding-right:1px;padding-left:1px;padding-botto=
m:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colsp=
an=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;</div><di=
v><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" />Tag Pat=
h</font></font><font color=3D"#637595"><em>(&#35831;&#36755;&#20837;=
&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1.bj.corp=
..yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" size=3D"1">=
<em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font><font co=
lor=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"overflow-=
y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;word-wrap=
:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">http://s=
vn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F02=5F1=5F001=5FA=5F20070620/=
</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"padding-r=
ight:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padding-=
top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><font f=
ace=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div><fon=
t color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowrap;ms=
o-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F02=5F1=5F001=5FA=
=5F20070620/</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></sp=
an></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-eleme=
nt:ip-textbox" class=3D"xdTextBox" title=3D"">CSDumper&#25903;&#25345;=
&#20154;&#24037;&#37197;&#35789;</span></td><td width=3D"114" /><span style=
=3D"text-align:left;border:1px solid #dcdcdc;background-color:#ffffff;paddi=
ng-left:2px;padding-right:2px;padding-top:1px;padding-bottom:1px;font-size:=
x-small;color:windowtext;font-weight:normal;white-space:nowrap;overflow-x:h=
idden;text-overflow:ellipsis;width:86px;mso-element:ip-textbox" class=3D"xd=
ComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;&#29642;</span></t=
d><td><span style=3D"width:103px;mso-element:ip-textbox" class=3D"xdTextBox=
" title=3D""></span></td></tr></tbody></table></div><div>&nbsp;</div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><font color=
=3D"#5f5e62">&#24050;&#20462;&#22797;Bug&#32534;&#21495;</font></div></td><=
/tr><tr style=3D"min-height:18px"><td style=3D"padding-right:1px;padding-le=
ft:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-=
color:#ede6ef" colspan=3D"6" width=3D"89" /><div align=3D"left"><span style=
=3D"width:544px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">bugf=
ree# 0000703</span></div></td></tr></tbody></table></div><div><table style=
=3D"background-color:#ffffff;border-right:medium none;table-layout:fixed;bo=
rder-top:medium none;border-left:medium none;width:548px;border-bottom:medi=
um none;border-collapse:collapse;word-wrap:break-word" class=3D"xdLayout" b=
ordercolor=3D"buttontext" border=3D"1"><colgroup><col style=3D"width:548px"=
></colgroup><tbody valign=3D"top" /><tr style=3D"min-height:11px"><td style=
=3D"background-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">=
&#27979;&#35797;&#37325;&#28857;&#19982;&#24314;&#35758;</font></div></td><=
/tr><tr style=3D"min-height:4px"><td><div align=3D"left"><span title=3D"" s=
tyle=3D"overflow-x:visible;width:544px;white-space:normal;height:58px"><htm=
l><div>Test pay attention to the following fixes:</div><div>&nbsp;</div><di=
v>1. CS return category Id 0 when page size is less than configured CS.filt=
er.page.size</div><div>2. CSDumper reads from directory of manual categoriz=
ed keywords and submit query to imatch to obtain service ids, if that categ=
ory does not have keywords, it will only than call CS to obtain service ids=
..&nbsp; Result flatdb&nbsp;is a combination of the two.</div><div>&nbsp;</d=
iv><div>Suggested testing: </div><div>1. make sure the two fixes are correc=
t</div><div>2. pay attention to the number of service ids per category in t=
he config file, and make sure it is executed correctly for calling&nbsp;ima=
tch</div></html></span></div></td></tr></tbody></table></div></div><div cla=
ss=3D"xdRepeatingSection xdRepeating" title=3D"" style=3D"margin-bottom:6px=
;width:563px;height:320px" align=3D"left"><div><table style=3D"background-c=
olor:#ffffff;border-right:medium none;table-layout:fixed;border-top:medium =
none;border-left:medium none;width:554px;border-bottom:medium none;border-c=
ollapse:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"bu=
ttontext" border=3D"1"><colgroup><col style=3D"width:104px"><col style=3D"w=
idth:89px"><col style=3D"width:22px"><col style=3D"width:102px"><col style=
=3D"width:105px"><col style=3D"width:132px"></colgroup><tbody valign=3D"top=
" /><tr style=3D"min-height:8px"><td style=3D"padding-right:1px;padding-lef=
t:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;background-c=
olor:#bbc9dc" colspan=3D"6" width=3D"89" /><div align=3D"center"><font colo=
r=3D"#5f5e62"><strong>&#25552;&#20132;&#20449;&#24687;</strong></font></div=
></td></tr><tr style=3D"min-height:19px"><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef" width=3D"89" /><div align=3D"left"><font color=3D"#5f=
5e62"><font color=3D"#5f5e62">&#25552;&#20132;&#20154;</font></font></div><=
div><span style=3D"text-align:left;border:1px solid #dcdcdc;background-colo=
r:#ffffff;padding-left:2px;padding-right:2px;padding-top:1px;padding-bottom=
:1px;font-size:x-small;color:windowtext;font-weight:normal;white-space:nowr=
ap;overflow-x:hidden;text-overflow:ellipsis;width:98px;mso-element:ip-textb=
ox" class=3D"xdComboBox xdBehavior=5FSelect" title=3D"">&#29956;&#39062;=
&#29642;</span></div></td><td style=3D"padding-right:1px;padding-left:1px;p=
adding-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#e=
de6ef" width=3D"22" /><font color=3D"#5f5e62"></font><div align=3D"left"><f=
ont color=3D"#5f5e62">&#25552;&#20132;&#26085;&#26399;</font></div><div ali=
gn=3D"left"><span style=3D"width:84px;white-space:nowrap;mso-element:ip-tex=
tbox" class=3D"xdTextBox xdBehavior=5FFormatting" title=3D"">2007/5/28</spa=
n></div></td><td style=3D"padding-right:1px;padding-left:1px;padding-bottom=
:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" width=
=3D"102" />&nbsp;</td><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" width=3D"105" /><div>&nbsp;<font color=3D"#5f5e62"><font color=3D"#5f5e6=
2">&#25552;&#20132;&#21407;&#22240;</font></font></div><div><span style=3D"=
font-family:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" sty=
le=3D"font-size:medium;font-family:Wingdings">=FE</font></span><font color=
=3D"#5f5e62">&#26032;&#22686;&#38656;&#27714;</font></div></td><td style=3D=
"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middl=
e;padding-top:1px;background-color:#ede6ef" width=3D"132" /><div align=3D"l=
eft"><font color=3D"#5f5e62">&nbsp;&nbsp;&nbsp;</font></div><div><font colo=
r=3D"#5f5e62"><span style=3D"font-family:Verdana"><font lang=3D"en-us" titl=
e=3D"" face=3D"Wingdings" style=3D"color:#5f5e62;font-size:medium;font-fami=
ly:Wingdings">=A8</font></span><font color=3D"#5f5e62">&#38656;&#27714;=
&#21464;&#26356;</font></font></div></td><td style=3D"padding-right:1px;pad=
ding-left:1px;padding-bottom:1px;vertical-align:middle;padding-top:1px;back=
ground-color:#ede6ef"><div align=3D"left"><font color=3D"#5f5e62">&nbsp;&nb=
sp;&nbsp; </font></div><div><font color=3D"#5f5e62"><span style=3D"font-fam=
ily:Verdana"><font lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"co=
lor:#5f5e62;font-size:medium;font-family:Wingdings">=FE</font></span><font =
color=3D"#5f5e62">Bug&#20462;&#22797;</font></font></div></td></tr><tr styl=
e=3D"min-height:10px"><td style=3D"padding-right:1px;padding-left:1px;paddi=
ng-bottom:1px;vertical-align:middle;padding-top:1px;background-color:#ede6e=
f" colspan=3D"6" width=3D"89" /><div><font color=3D"#5f5e62"></font>&nbsp;<=
/div><div><font color=3D"#5f5e62"><font size=3D"1"><font face=3D"Verdana" /=
>Tag Path</font></font><font color=3D"#637595"><em>(&#35831;&#36755;=
&#20837;&#23436;&#25972;&#36335;&#24452; </em></font><a href=3D"http://svn1=
..bj.corp.yahoo.com/repos/SMP/"><font face=3D"Verdana" color=3D"#637595" siz=
e=3D"1"><em>http://svn1.bj.corp.yahoo.com/repos/SMP/</em></font></a></font>=
<font color=3D"#637595"><em>&#8230;)</em></font></div><div><span style=3D"o=
verflow-y:auto;overflow-x:auto;width:544px;white-space:normal;height:31px;w=
ord-wrap:break-word;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">=
http://svn1.bj.corp.yahoo.com/repos/SMP/Algo/tags/CS=5F2=5F0=5F0=5FA=5F2007=
0528</span></div></td></tr><tr style=3D"min-height:10px"><td style=3D"paddi=
ng-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:middle;padd=
ing-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /><div><fo=
nt face=3D"Verdana" color=3D"#5f5e62" size=3D"1">Tag Name</font></div><div>=
<font color=3D"#5f5e62"></font><span style=3D"width:544px;white-space:nowra=
p;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">CS=5F2=5F0=5F0=5FA=
=5F20070528</span></div></td></tr><tr style=3D"min-height:18px"><td style=
=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align:mi=
ddle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89" /=
><div align=3D"left"><font color=3D"#5f5e62"></font>&nbsp;</div><div align=
=3D"left"><font color=3D"#5f5e62">&#24050;&#23454;&#29616;&#21151;&#33021;=
&#21015;&#34920;</font></div></td></tr><tr style=3D"min-height:18px"><td st=
yle=3D"padding-right:1px;padding-left:1px;padding-bottom:1px;vertical-align=
:middle;padding-top:1px;background-color:#ede6ef" colspan=3D"6" width=3D"89=
" /><div align=3D"left"><table style=3D"background-color:#ffffff;table-layo=
ut:fixed;width:543px;border-top-style:none;border-right-style:none;border-l=
eft-style:none;border-collapse:collapse;word-wrap:break-word;border-bottom-=
style:none" class=3D"xdRepeatingTable msoUcTable" title=3D"" border=3D"1"><=
colgroup><col style=3D"width:25px"><col style=3D"width:76px"><col style=3D"=
width:236px"><col style=3D"width:92px"><col style=3D"width:114px"></colgrou=
p><tbody class=3D"xdTableHeader"><tr style=3D"min-height:9px"><td width=3D"=
76" /><div><strong></strong>&nbsp;</div></td><td width=3D"236" /><div>=
&#20219;&#21153;&#32534;&#21495;</div></td><td width=3D"92" /><div>&#20219;=
&#21153;&#21517;&#31216;</div></td><td width=3D"114" /><div>&#24320;=
&#21457;&#36127;&#36131;&#20154;</div></td><td><div>&#20854;&#20182;=
&#24320;&#21457;&#20154;&#21592;</div></td></tr></tbody><tbody><tr style=3D=
"min-height:11px"><td width=3D"76" /><span style=3D"font-family:Verdana"><f=
ont lang=3D"en-us" title=3D"" face=3D"Wingdings" style=3D"font-size:medium;=
font-family:Wingdings">=A8</font></span></td><td width=3D"236" /><span styl=
e=3D"width:71px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D"">444<=
/span></td><td width=3D"92" /><span style=3D"width:230px;height:18px;mso-el=
ement:ip-textbox" class=3D"xdTextBox" title=3D"">CS&#25509;&#21475;&#22686;=
&#21152;&#23383;&#27573;&#25903;&#25345;DCP&#30340;&#37197;&#32622;&#29256;=
&#26412;</span></td><td width=3D"114" /><span style=3D"text-align:left;bord=
er:1px solid #dcdcdc;background-color:#ffffff;padding-left:2px;padding-righ=
t:2px;padding-top:1px;padding-bottom:1px;font-size:x-small;color:windowtext=
;font-weight:normal;white-space:nowrap;overflow-x:hidden;text-overflow:elli=
psis;width:86px;mso-element:ip-textbox" class=3D"xdComboBox xdBehavior=5FSe=
lect" title=3D"">&#29956;&#39062;&#29642;</span></td><td><span style=3D"wid=
th:103px;mso-element:ip-textbox" class=3D"xdTextBox" title=3D""></span></td=
></tr></tbody></table></div><div>&nbsp;</div></td></tr><tr style=3D"min-hei=
ght:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom:1p=
x;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colspan=
=3D"6" width=3D"89" /><div align=3D"left"><font color=3D"#5f5e62">&#24050;=
&#20462;&#22797;Bug&#32534;&#21495;</font></div></td></tr><tr style=3D"min-=
height:18px"><td style=3D"padding-right:1px;padding-left:1px;padding-bottom=
:1px;vertical-align:middle;padding-top:1px;background-color:#ede6ef" colspa=
n=3D"6" width=3D"89" /><div align=3D"left"><span style=3D"width:544px;mso-e=
lement:ip-textbox" class=3D"xdTextBox" title=3D"">bugfree 0000581</span></d=
iv></td></tr></tbody></table></div><div><table style=3D"background-color:#f=
fffff;border-right:medium none;table-layout:fixed;border-top:medium none;bo=
rder-left:medium none;width:548px;border-bottom:medium none;border-collapse=
:collapse;word-wrap:break-word" class=3D"xdLayout" bordercolor=3D"buttontex=
t" border=3D"1"><colgroup><col style=3D"width:548px"></colgroup><tbody vali=
gn=3D"top" /><tr style=3D"min-height:11px"><td style=3D"background-color:#e=
de6ef"><div align=3D"left"><font color=3D"#5f5e62">&#27979;&#35797;&#37325;=
&#28857;&#19982;&#24314;&#35758;</font></div></td></tr><tr style=3D"min-hei=
ght:4px"><td><div align=3D"left"><span title=3D"" style=3D"overflow-x:visib=
le;width:544px;white-space:normal;height:58px"><html><div>This submission i=
nclude bug fix for memory leak as well as support for version 2.</div><div>=
&nbsp;</div><div>Suggested testing: </div><div>1. memory testing</div><div>=
2. test for both version1 and version2.</div><div>version 2 returns one mor=
e field for dcp version, please refer to document in sharepoint CS &#25509;=
&#21475;&#35774;&#35745; for syntax&#12290;</div><div>3. retest for CSDumpe=
r as well to make sure it communicate with new version of CS.</div></html><=
/span></div></td></tr></tbody></table></div></div></div></td></tr></tbody><=
/table></div><div>&nbsp;</div><div></div><div></div><div></div><div><table =
style=3D"background-color:#ffffff;table-layout:fixed;width:563px;border-top=
-style:none;border-right-style:none;border-left-style:none;border-collapse:=
collapse;word-wrap:break-word;border-bottom-style:none" class=3D"xdFormLayo=
ut xdLayout" border=3D"1"><colgroup><col style=3D"width:563px"></colgroup><=
tbody valign=3D"top" /><tr style=3D"min-height:0.042in"><td style=3D"border=
-top-style:none;border-right-style:none;border-left-style:none;background-c=
olor:#183569;border-bottom-style:none"><div align=3D"left"><strong><font co=
lor=3D"#ede6ef">&#37096;&#32626;&#35828;&#26126;</font></strong></div></td>=
</tr><tr style=3D"min-height:4px"><td style=3D"border-top-style:none;border=
-right-style:none;border-left-style:none;border-bottom-style:none"><div></d=
iv><div><span title=3D"" style=3D"width:558px;height:56px"></span></div></t=
d></tr></tbody></table></div><div>&nbsp;</div><div></div></td></tr><tr styl=
e=3D"min-height:7px"><td style=3D"padding-right:0px;border-top:#7a7a7a 1pt =
solid;padding-left:0px;padding-bottom:0px;padding-top:0px;background-color:=
#ffffff"><div>&nbsp;</div></td></tr></tbody></table></div></body></html>




--e7014c98-e4cb-4071-af67-a46e410748b4--

.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 84
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 84
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <20296.1182342828@alibaba-inc.com>
+OK 
+OK 
+OK 2 44810
+OK 
.
+OK 
.
DONE
CONNECTED(00000003)
---
Certificate chain
 0 s:/C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
   i:/C=US/O=Equifax/OU=Equifax Secure Certificate Authority
---
Server certificate
-----BEGIN CERTIFICATE-----
MIID6TCCA1KgAwIBAgIDBlvdMA0GCSqGSIb3DQEBBQUAME4xCzAJBgNVBAYTAlVT
MRAwDgYDVQQKEwdFcXVpZmF4MS0wKwYDVQQLEyRFcXVpZmF4IFNlY3VyZSBDZXJ0
aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDYxMDE3MDkxMzUxWhcNMDkxMDE3MDkxMzUx
WjCB7zELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE3NzbC5hbGliYWJhLWluYy5jb20x
ODA2BgNVBAsTL2J1c2luZXNzcHJvZmlsZS5nZW90cnVzdC5jb20vZ2V0LmpzcD9H
VDgxMDczMzA2MTEwLwYDVQQLEyhTZWUgd3d3Lmdlb3RydXN0LmNvbS9yZXNvdXJj
ZXMvY3BzIChjKTA2MTcwNQYDVQQLEy5Eb21haW4gQ29udHJvbCBWYWxpZGF0ZWQg
LSBRdWlja1NTTCBQcmVtaXVtKFIpMRwwGgYDVQQDExNzc2wuYWxpYmFiYS1pbmMu
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1BeqPLVmNvfTbVBm
NCa9aJV5fxrwvcXmJt9zWqWk74T/YbbLcFZHL4o0zkh46ND4nueK1Houfo7ye7F5
/L0Eb+YN641vQVfQRnPwgO3Yec4/n8Rxl5ks5ykhFXZiM5tHLbilt3TnTwGuN8BZ
C7b6kWoc+0jsgkXouJbKf/8aKb1jI1EVmSU4G79gPCendaC0+4kpR4tcacGfHpwA
HBmU7A0bY8BjQZyo+MA1Ov+QtodM7LqMkPcrczf6MbIJT7Ph7mOzVma/0YiT610M
FuLWBOmyuUcqoaOKhz8OEz642vSpF/4nCiGRTPYVrJSoxLb/KJDJ9rwQ+aNktWpj
YlEhTQIDAQABo4GuMIGrMA4GA1UdDwEB/wQEAwIE8DAdBgNVHQ4EFgQU2PBVMD+4
oI53eBnWoB8a1Nk4kFEwOgYDVR0fBDMwMTAvoC2gK4YpaHR0cDovL2NybC5nZW90
cnVzdC5jb20vY3Jscy9zZWN1cmVjYS5jcmwwHwYDVR0jBBgwFoAUSOZo+SvSspXX
R9gjIBBPM5iQn9QwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqG
SIb3DQEBBQUAA4GBADjQ7uSO4dSuvoBDI0NfidHuQb1ozktnKeigxx2mv3MGSM3f
buv1Li6L4d42jj6Hk6s1oIre7e2eytk1bvUTI4fZ4zm30SLNORPfF9Q3YGj5166X
4OhUsfl1LSRYLGTk7ulYmQn8O1VNP2Oxgjg092J7H8AX8UMmG5W38YSsXpHh
-----END CERTIFICATE-----
subject=/C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
issuer=/C=US/O=Equifax/OU=Equifax Secure Certificate Authority
---
No client certificate CA names sent
---
SSL handshake has read 1159 bytes and written 448 bytes
---
New, TLSv1/SSLv3, Cipher is DES-CBC3-SHA
Server public key is 2048 bit
SSL-Session:
    Protocol  : TLSv1
    Cipher    : DES-CBC3-SHA
    Session-ID: 57576A8D6B68FEF149057B0471A1459DD09E0195232AFD1213021CD79DF1EB91
    Session-ID-ctx: 
    Master-Key: AD5E2D6A8C9F1A1E2AB1E9D16CEB145AE3DBAF4D636B7A7B5D3D037471BD1FA683D7698D36F48343F741346428B532A4
    Key-Arg   : None
    Start Time: 1182342708
    Timeout   : 300 (sec)
    Verify return code: 21 (unable to verify the first certificate)
---
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<


[-- Attachment #3: bsd-debug-emacs-openssl --]
[-- Type: application/octet-stream, Size: 3531 bytes --]

CONNECTED(00000003)
depth=0 /C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 /C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=27:certificate not trusted
verify return:1
depth=0 /C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
verify error:num=21:unable to verify the first certificate
verify return:1
---
Certificate chain
 0 s:/C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
   i:/C=US/O=Equifax/OU=Equifax Secure Certificate Authority
---
Server certificate
-----BEGIN CERTIFICATE-----
MIID6TCCA1KgAwIBAgIDBlvdMA0GCSqGSIb3DQEBBQUAME4xCzAJBgNVBAYTAlVT
MRAwDgYDVQQKEwdFcXVpZmF4MS0wKwYDVQQLEyRFcXVpZmF4IFNlY3VyZSBDZXJ0
aWZpY2F0ZSBBdXRob3JpdHkwHhcNMDYxMDE3MDkxMzUxWhcNMDkxMDE3MDkxMzUx
WjCB7zELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE3NzbC5hbGliYWJhLWluYy5jb20x
ODA2BgNVBAsTL2J1c2luZXNzcHJvZmlsZS5nZW90cnVzdC5jb20vZ2V0LmpzcD9H
VDgxMDczMzA2MTEwLwYDVQQLEyhTZWUgd3d3Lmdlb3RydXN0LmNvbS9yZXNvdXJj
ZXMvY3BzIChjKTA2MTcwNQYDVQQLEy5Eb21haW4gQ29udHJvbCBWYWxpZGF0ZWQg
LSBRdWlja1NTTCBQcmVtaXVtKFIpMRwwGgYDVQQDExNzc2wuYWxpYmFiYS1pbmMu
Y29tMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1BeqPLVmNvfTbVBm
NCa9aJV5fxrwvcXmJt9zWqWk74T/YbbLcFZHL4o0zkh46ND4nueK1Houfo7ye7F5
/L0Eb+YN641vQVfQRnPwgO3Yec4/n8Rxl5ks5ykhFXZiM5tHLbilt3TnTwGuN8BZ
C7b6kWoc+0jsgkXouJbKf/8aKb1jI1EVmSU4G79gPCendaC0+4kpR4tcacGfHpwA
HBmU7A0bY8BjQZyo+MA1Ov+QtodM7LqMkPcrczf6MbIJT7Ph7mOzVma/0YiT610M
FuLWBOmyuUcqoaOKhz8OEz642vSpF/4nCiGRTPYVrJSoxLb/KJDJ9rwQ+aNktWpj
YlEhTQIDAQABo4GuMIGrMA4GA1UdDwEB/wQEAwIE8DAdBgNVHQ4EFgQU2PBVMD+4
oI53eBnWoB8a1Nk4kFEwOgYDVR0fBDMwMTAvoC2gK4YpaHR0cDovL2NybC5nZW90
cnVzdC5jb20vY3Jscy9zZWN1cmVjYS5jcmwwHwYDVR0jBBgwFoAUSOZo+SvSspXX
R9gjIBBPM5iQn9QwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMA0GCSqG
SIb3DQEBBQUAA4GBADjQ7uSO4dSuvoBDI0NfidHuQb1ozktnKeigxx2mv3MGSM3f
buv1Li6L4d42jj6Hk6s1oIre7e2eytk1bvUTI4fZ4zm30SLNORPfF9Q3YGj5166X
4OhUsfl1LSRYLGTk7ulYmQn8O1VNP2Oxgjg092J7H8AX8UMmG5W38YSsXpHh
-----END CERTIFICATE-----
subject=/C=CN/O=ssl.alibaba-inc.com/OU=businessprofile.geotrust.com/get.jsp?GT81073306/OU=See www.geotrust.com/resources/cps (c)06/OU=Domain Control Validated - QuickSSL Premium(R)/CN=ssl.alibaba-inc.com
issuer=/C=US/O=Equifax/OU=Equifax Secure Certificate Authority
---
No client certificate CA names sent
---
SSL handshake has read 1159 bytes and written 448 bytes
---
New, TLSv1/SSLv3, Cipher is DES-CBC3-SHA
Server public key is 2048 bit
SSL-Session:
    Protocol  : TLSv1
    Cipher    : DES-CBC3-SHA
    Session-ID: B40D26E32E1FAD1F52A1CCDE8365964BDD9F3A8DF8E1A59A0F8ED4A87923D757
    Session-ID-ctx: 
    Master-Key: BB3715788AE9BFC95B057D4001754B6BBA6DFA5786AC227B40CB00C67C282538187160CC08A92ACEC5A9120D6DE6ADAD
    Key-Arg   : None
    Start Time: 1182342736
    Timeout   : 300 (sec)
    Verify return code: 21 (unable to verify the first certificate)
---
+OK <7058.1182342855@alibaba-inc.com>


[-- Attachment #4: w32-debug-emacs.txt --]
[-- Type: text/plain, Size: 4306 bytes --]

In `pop3-accept-process-output':
  pop3-read-point: 1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Resolving 'ssl.alibaba-inc.com'...
Connecting to '61.135.145.102:995'...
- Certificate type: X.509
- Got a certificate list of 1 certificates.

- Certificate[0] info:
# The hostname in the certificate matches 'ssl.alibaba-inc.com'.
# valid since: ÐÇÆÚ¶þ ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2006
# expires at: ÐÇÆÚÁù ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2009
# fingerprint: 9D:B9:B1:BC:23:61:2D:6A:45:D9:7A:82:CC:2F:00:6A
# Subject's DN: 
C=CN,O=ssl.alibaba-inc.com,OU=businessprofile.geotrust.com/get.jsp?GT81073306,OU=See 
www.geotrust.com/resources/cps (c)06,OU=Domain Control Validated - QuickSSL 
Premium(R),CN=ssl.alibaba-inc.com
# Issuer's DN: C=US,O=Equifax,OU=Equifax Secure Certificate Authority


- Peer's certificate issuer is unknown
- Peer's certificate is NOT trusted
- Version: TLS 1.0
- Key Exchange: RSA
- Cipher: AES 256 CBC
- MAC: SHA
- Compression: NULL
- Handshake was completed

- Simple Client Mode:

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Resolving 'ssl.alibaba-inc.com'...
Connecting to '61.135.145.102:995'...
- Certificate type: X.509
- Got a certificate list of 1 certificates.

- Certificate[0] info:
# The hostname in the certificate matches 'ssl.alibaba-inc.com'.
# valid since: ÐÇÆÚ¶þ ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2006
# expires at: ÐÇÆÚÁù ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2009
# fingerprint: 9D:B9:B1:BC:23:61:2D:6A:45:D9:7A:82:CC:2F:00:6A
# Subject's DN: 
C=CN,O=ssl.alibaba-inc.com,OU=businessprofile.geotrust.com/get.jsp?GT81073306,OU=See 
www.geotrust.com/resources/cps (c)06,OU=Domain Control Validated - QuickSSL 
Premium(R),CN=ssl.alibaba-inc.com
# Issuer's DN: C=US,O=Equifax,OU=Equifax Secure Certificate Authority


- Peer's certificate issuer is unknown
- Peer's certificate is NOT trusted
- Version: TLS 1.0
- Key Exchange: RSA
- Cipher: AES 256 CBC
- MAC: SHA
- Compression: NULL
- Handshake was completed

- Simple Client Mode:

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 938
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Resolving 'ssl.alibaba-inc.com'...
Connecting to '61.135.145.102:995'...
- Certificate type: X.509
- Got a certificate list of 1 certificates.

- Certificate[0] info:
# The hostname in the certificate matches 'ssl.alibaba-inc.com'.
# valid since: ÐÇÆÚ¶þ ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2006
# expires at: ÐÇÆÚÁù ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2009
# fingerprint: 9D:B9:B1:BC:23:61:2D:6A:45:D9:7A:82:CC:2F:00:6A
# Subject's DN: 
C=CN,O=ssl.alibaba-inc.com,OU=businessprofile.geotrust.com/get.jsp?GT81073306,OU=See 
www.geotrust.com/resources/cps (c)06,OU=Domain Control Validated - QuickSSL 
Premium(R),CN=ssl.alibaba-inc.com
# Issuer's DN: C=US,O=Equifax,OU=Equifax Secure Certificate Authority


- Peer's certificate issuer is unknown
- Peer's certificate is NOT trusted
- Version: TLS 1.0
- Key Exchange: RSA
- Cipher: AES 256 CBC
- MAC: SHA
- Compression: NULL
- Handshake was completed

- Simple Client Mode:

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns t
  pop3-read-point: 938
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Resolving 'ssl.alibaba-inc.com'...
Connecting to '61.135.145.102:995'...
- Certificate type: X.509
- Got a certificate list of 1 certificates.

- Certificate[0] info:
# The hostname in the certificate matches 'ssl.alibaba-inc.com'.
# valid since: ÐÇÆÚ¶þ ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2006
# expires at: ÐÇÆÚÁù ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2009
# fingerprint: 9D:B9:B1:BC:23:61:2D:6A:45:D9:7A:82:CC:2F:00:6A
# Subject's DN: 
C=CN,O=ssl.alibaba-inc.com,OU=businessprofile.geotrust.com/get.jsp?GT81073306,OU=See 
www.geotrust.com/resources/cps (c)06,OU=Domain Control Validated - QuickSSL 
Premium(R),CN=ssl.alibaba-inc.com
# Issuer's DN: C=US,O=Equifax,OU=Equifax Secure Certificate Authority


- Peer's certificate issuer is unknown
- Peer's certificate is NOT trusted
- Version: TLS 1.0
- Key Exchange: RSA
- Cipher: AES 256 CBC
- MAC: SHA
- Compression: NULL
- Handshake was completed

- Simple Client Mode:

+OK <19595.1182341195@alibaba-inc.com>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<



[-- Attachment #5: w32-debug-emacs-with-sit-for.txt --]
[-- Type: text/plain, Size: 8416 bytes --]

In `pop3-accept-process-output':
  pop3-read-point: 1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Resolving 'ssl.alibaba-inc.com'...
Connecting to '61.135.145.102:995'...
- Certificate type: X.509
- Got a certificate list of 1 certificates.

- Certificate[0] info:
# The hostname in the certificate matches 'ssl.alibaba-inc.com'.
# valid since: ÐÇÆÚ¶þ ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2006
# expires at: ÐÇÆÚÁù ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2009
# fingerprint: 9D:B9:B1:BC:23:61:2D:6A:45:D9:7A:82:CC:2F:00:6A
# Subject's DN: 
C=CN,O=ssl.alibaba-inc.com,OU=businessprofile.geotrust.com/get.jsp?GT81073306,OU=See 
www.geotrust.com/resources/cps (c)06,OU=Domain Control Validated - QuickSSL 
Premium(R),CN=ssl.alibaba-inc.com
# Issuer's DN: C=US,O=Equifax,OU=Equifax Secure Certificate Authority


- Peer's certificate issuer is unknown
- Peer's certificate is NOT trusted
- Version: TLS 1.0
- Key Exchange: RSA
- Cipher: AES 256 CBC
- MAC: SHA
- Compression: NULL
- Handshake was completed

- Simple Client Mode:

<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 1
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Resolving 'ssl.alibaba-inc.com'...
Connecting to '61.135.145.102:995'...
- Certificate type: X.509
- Got a certificate list of 1 certificates.

- Certificate[0] info:
# The hostname in the certificate matches 'ssl.alibaba-inc.com'.
# valid since: ÐÇÆÚ¶þ ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2006
# expires at: ÐÇÆÚÁù ʮԠ 17:13:51 Öйú±ê׼ʱ¼ä 2009
# fingerprint: 9D:B9:B1:BC:23:61:2D:6A:45:D9:7A:82:CC:2F:00:6A
# Subject's DN: 
C=CN,O=ssl.alibaba-inc.com,OU=businessprofile.geotrust.com/get.jsp?GT81073306,OU=See 
www.geotrust.com/resources/cps (c)06,OU=Domain Control Validated - QuickSSL 
Premium(R),CN=ssl.alibaba-inc.com
# Issuer's DN: C=US,O=Equifax,OU=Equifax Secure Certificate Authority


- Peer's certificate issuer is unknown
- Peer's certificate is NOT trusted
- Version: TLS 1.0
- Key Exchange: RSA
- Cipher: AES 256 CBC
- MAC: SHA
- Compression: NULL
- Handshake was completed

- Simple Client Mode:

+OK <18319.1182341074@alibaba-inc.com>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 42
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 42
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 49
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 49
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 56
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 56
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 70
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 70
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

In `pop3-accept-process-output':
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  `accept-process-output' returns nil
  pop3-read-point: 77
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
+OK <18319.1182341074@alibaba-inc.com>
+OK
+OK
+OK 2 44810
+OK
Return-Path: <bugfree@p4pqa.bj.corp.yahoo.com>
Delivered-To: xugp@alibaba-inc.com
Received: (qmail 16525 invoked from network); 20 Jun 2007 11:04:41 -0000
Received: from unknown (HELO ironport1.alibaba-inc.com) (60.190.241.193)
  by 0 with SMTP; 20 Jun 2007 11:04:41 -0000
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Aq4HAAameEbKpWtkf2dsb2JhbACBSoEWixaBJgEBERQX
X-IronPort-AV: E=Sophos;i="4.16,442,1175443200";
   d="scan'208,217";a="213001293"
Received: from nat-winterless-fw.bj.corp.yahoo.com (HELO 
p4pqa.bj.corp.yahoo.com) ([202.165.107.100])
  by ironport1.alibaba-inc.com with ESMTP; 20 Jun 2007 19:04:39 +0800
Received: from p4pqa.bj.corp.yahoo.com (localhost.bj.corp.yahoo.com 
[127.0.0.1])
	by p4pqa.bj.corp.yahoo.com (8.13.8/8.13.8) with ESMTP id l5KB2rUU001639;
	Wed, 20 Jun 2007 19:02:53 +0800 (CST)
	(envelope-from bugfree@p4pqa.bj.corp.yahoo.com)
Date: Wed, 20 Jun 2007 19:02:53 +0800
To: chedong@alibaba-inc.com
Cc: hero@alibaba-inc.com, xugp@alibaba-inc.com
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<



[-- Attachment #6: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gnus and Emacs: Several Questions
  2007-06-21  9:13 Gnus and Emacs: Several Questions Herbert Euler
@ 2007-06-21 17:37 ` Ralf Angeli
  2007-06-22  4:00   ` Herbert Euler
  0 siblings, 1 reply; 6+ messages in thread
From: Ralf Angeli @ 2007-06-21 17:37 UTC (permalink / raw)
  To: emacs-devel

* Herbert Euler (2007-06-21) writes:

> If the definition of `pop3-accept-process-output' is as above, I get
> the attached dumped file "w32-debug-emacs.txt".  There are two blocks
> in that file, and four instances of the process buffer content, but
> only the last instance has a "+OK" line.  This line is output by
> `gnutls-cli' only when it finishes connecting, and Gnus waits for this
> line.  If `gnutls-cli' is executed from command line, the line is
> outputed very quickly.  But if `gnutls-cli' is executed in Emacs, the
> line is not read for long, and Emacs hangs.  When I type C-g, Emacs
> stops hanging and read the line.  This is why there is a "+OK" line
> there.

Sounds like a problem with gnutls-cli on Windows I reported a while
back to a GnuTLS mailing list.  Some information can be found at
<URL:http://thread.gmane.org/87fyh52173.fsf%40latte.josefsson.org> and
<URL:http://thread.gmane.org/87mz8t455l.fsf%40latte.josefsson.org>.

-- 
Ralf

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gnus and Emacs: Several Questions
  2007-06-21 17:37 ` Ralf Angeli
@ 2007-06-22  4:00   ` Herbert Euler
  2007-06-22 13:42     ` Herbert Euler
  0 siblings, 1 reply; 6+ messages in thread
From: Herbert Euler @ 2007-06-22  4:00 UTC (permalink / raw)
  To: angeli, emacs-devel

> > If the definition of `pop3-accept-process-output' is as above, I get
> > the attached dumped file "w32-debug-emacs.txt".  There are two blocks
> > in that file, and four instances of the process buffer content, but
> > only the last instance has a "+OK" line.  This line is output by
> > `gnutls-cli' only when it finishes connecting, and Gnus waits for this
> > line.  If `gnutls-cli' is executed from command line, the line is
> > outputed very quickly.  But if `gnutls-cli' is executed in Emacs, the
> > line is not read for long, and Emacs hangs.  When I type C-g, Emacs
> > stops hanging and read the line.  This is why there is a "+OK" line
> > there.
>
>Sounds like a problem with gnutls-cli on Windows I reported a while
>back to a GnuTLS mailing list.  Some information can be found at
><URL:http://thread.gmane.org/87fyh52173.fsf%40latte.josefsson.org> and
><URL:http://thread.gmane.org/87mz8t455l.fsf%40latte.josefsson.org>.

Ok.  This explains my trouble with gnutls-cli.  How about the order of
reading?  Perhaps I did not describe clearly.  More precisely, there
are two points I noticed:

[1] Emacs creates a subprocess when some lisp code invokes
    `start-process'.  Emacs is the parent process, and communicates
    with the subprocess with pipes.  However, the standard output and
    the error output of the subprocess are combined into one file
    descriptor of the pipe.

[2] When invoking `accept-process-output', Emacs waits subprocesses'
    output via the system call "select".  When there are some
    operations avaliabe for the process provided to
    `accept-process-output', it returns.  However, the _order_ of the
    read content is not guaranteed to be the same as the process
    output.  It is decided by the arrival of the output.

Are the two points correct?  Now the "wrong" order seems Ok to me,
too: it's not what Emacs can control about the order of the output, so
it's the caller's responsibility to consider about it and to deal with
it.  But I wonder whether it's expected.

And why is there some content never gets read?  Please see the two
files "bsd-debug-emacs-openssl" (which is the output from console) and
"bsd-debug-emacs" (which is the output read by Emacs).  Strings such
as "BEGIN CERTIFICATE" are not read into the process buffer.  Is this
expected?

Thanks.

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gnus and Emacs: Several Questions
  2007-06-22  4:00   ` Herbert Euler
@ 2007-06-22 13:42     ` Herbert Euler
  2007-06-22 21:53       ` Richard Stallman
  0 siblings, 1 reply; 6+ messages in thread
From: Herbert Euler @ 2007-06-22 13:42 UTC (permalink / raw)
  To: herberteuler, emacs-devel

>[2] When invoking `accept-process-output', Emacs waits subprocesses'
>    output via the system call "select".  When there are some
>    operations avaliabe for the process provided to
>    `accept-process-output', it returns.  However, the _order_ of the
>    read content is not guaranteed to be the same as the process
>    output.  It is decided by the arrival of the output.

I have looked at the executing process with the "strace" tool, on
FreeBSD and Linux.  Although the data arrival order may not be
the same as when executing in terminal, the read output is correct.

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gnus and Emacs: Several Questions
  2007-06-22 13:42     ` Herbert Euler
@ 2007-06-22 21:53       ` Richard Stallman
  2007-06-23  2:57         ` Herbert Euler
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Stallman @ 2007-06-22 21:53 UTC (permalink / raw)
  To: Herbert Euler; +Cc: herberteuler, emacs-devel

    I have looked at the executing process with the "strace" tool, on
    FreeBSD and Linux.

Please remember to call the system "GNU/Linux".
Linux is a kernel, and it won't run by itself.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Gnus and Emacs: Several Questions
  2007-06-22 21:53       ` Richard Stallman
@ 2007-06-23  2:57         ` Herbert Euler
  0 siblings, 0 replies; 6+ messages in thread
From: Herbert Euler @ 2007-06-23  2:57 UTC (permalink / raw)
  To: rms; +Cc: emacs-devel

>     I have looked at the executing process with the "strace" tool, on
>     FreeBSD and Linux.
>
>Please remember to call the system "GNU/Linux".
>Linux is a kernel, and it won't run by itself.

Ok.  GNU/Linux.

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-06-23  2:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-21  9:13 Gnus and Emacs: Several Questions Herbert Euler
2007-06-21 17:37 ` Ralf Angeli
2007-06-22  4:00   ` Herbert Euler
2007-06-22 13:42     ` Herbert Euler
2007-06-22 21:53       ` Richard Stallman
2007-06-23  2:57         ` Herbert Euler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).