From penoff@cs.ubc.ca Wed Nov 02 01:19:45 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EXByK-0006Rj-Sl
	for sctp-impl-archive@megatron.ietf.org; Wed, 02 Nov 2005 01:19:45 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA14165
	for <sctp-impl-archive@ietf.org>; Wed, 2 Nov 2005 01:19:23 -0500 (EST)
Received: from sj-iport-1-in.cisco.com ([171.71.176.70] helo=sj-iport-1.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EXCCr-0000U0-8r
	for sctp-impl-archive@ietf.org; Wed, 02 Nov 2005 01:34:46 -0500
Received: from sj-core-1.cisco.com ([171.71.177.237])
  by sj-iport-1.cisco.com with ESMTP; 01 Nov 2005 22:19:32 -0800
X-IronPort-AV: i="3.97,278,1125903600"; 
   d="scan'208"; a="671118175:sNHT38877520"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id jA26IsNl002678;
	Tue, 1 Nov 2005 22:18:54 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jA26H1wJ024080
	for sctp-impl-filtered; Tue, 1 Nov 2005 22:17:03 -0800 (PST)
Message-Id: <200511020617.jA26H1wJ024080@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1130912221-24078-0"
Content-Transfer-Encoding: binary
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: strange results with high latency, no loss
List-Id: sctp-impl
To: sctp-impl@external.cisco.com
From: Brad Penoff <penoff@cs.ubc.ca>
Cc: Humaira Kamal <kamal@cs.ubc.ca>, Mike Yao Chen  Tsai <myct@cs.ubc.ca>,
        Edith Vong <vongpsq@cs.ubc.ca>, Alan Wagner <wagner@cs.ubc.ca>
X-Nails-Approved: penoff@cs.ubc.ca
Date: Tue, 1 Nov 2005 22:07:21 -0800 (PST)
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 17589c7043b24a47064a4b7516f59671

This is a multi-part message in MIME format...

------------=_1130912221-24078-0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: binary

Greetings,

We have developed a version of the Message Passing Interface (MPI) to run 
atop SCTP (google "SCTP MPI").  We have an 8 node cluster that runs 
FreeBSD 5.3 with an SCTP implementation obtained directly from Randall and 
colleagues in mid May (thanks!).  As the title reads, we're seeing some 
strange results when running on emulated networks with high latency and no 
loss that are explained below.

We enabled Dummynet and use it quite frequently.  Most of our 
experiments were working with the loss settings in Dummynet.  There, as 
expected, we found SCTP to outperform TCP.  Loss makes the RTTs vary but 
SCTP's improved congestion control and multistreaming features help 
flatten these.

Recently, we've been working on tests with increased latency meaning 
we set the delay in Dummynet, with no loss.  For some applications, we're 
seeing very strange results; as latency increases SCTP starts to lose to 
TCP (under only loss, SCTP edges out TCP).  Regardless of the input 
parameters to the application, we see this same general trend.  For 
example, for one setting we had these wallclock times in seconds:

Results A:
         0%0ms  0%40ms   0%80ms
SCTP	0.05	15.72	31.75
TCP	0.05	8.38	16.85

So you can see the hit that SCTP is taking.  We also obtained an 
application from Randall that lets us clear and print out the kernel 
"pegs" which are essentially various counters within the kernel.  For this 
data, they are in table A below.  We don't know what most of the output is 
so we were wondering if anyone here could give me a hand explaining what 
is causing this performance drop.  Either it's SCTP's error or Dummynet...

When we focused on only 0%80ms, we saw some additional strangeness 
depending on the actual input parameters.  To explain, first we'll 
describe our application as if it were using the SCTP API directly (rather 
than MPI implemented using SCTP; we have seen the same results in non-MPI 
apps we ran).

The application on client A does this:
for(int i=0; i<loop; i++) {
  sctp_sendmsg(env_size bytes)
  sctp_recvmsg(env_size bytes)
  sctp_sendmsg(msg_size bytes)
}

..and client B reciprocates.

The results in A were ran with loop=1000, env_size=48 and msg_size=12024.

Is all that were seeing poor small message performance?  As we'll show 
later, it doesn't seem to be that simple...  Also, why does performance 
get affected so drastically with increased latencies?

When focusing on ONLY 0% loss and 80ms, we varied the parameters and saw 
some other strangeness.

Results B:
                    parameters
loop           100      100       100
env_size        48    12024     16024
msg_size     12024    12024     16024
-------------------------------------- 
SCTP          31.75    32.58     63.74
TCP           16.85    20.32     22.32

So it doesn't seem to be a small message problem here because INCREASING 
the size of both env_size and msg_size from 12024 to 16024 causes TCP to 
increase 2 seconds but SCTP 31 seconds.  Again, the "pegs" are below but 
in table B.

Generally, we're confused; can anyone offer any advice on why we're seeing 
this?

Thanks ahead of time,
brad


Table A
---------
0%	0ms	SCTP
loop	100	msg_size 12024	env_size	48

sack_rcv	0x000001f5	sack_snt	0x00000066	tsns_snt 
0x000003ea	tsns_rcv	0x00000066
pkt_sent	0x0000044e	pkt_rcvd	0x0000025b	tsns_ret 
0x00000000	dup_tsns	0x00000000
hbs__rcv	0x00000000	hbackrcv	0x00000000	htb__snt 
0x00000000	win_prbe	0x00000000
pktswdat	0x00000066	t3-timeo	0x00000000	dsack-to 
0x00000000	hb_timer	0x00000000
fst_rxts	0x00000000	timerexp	0x00000000	fr_inwin 
0x00000000	blk_rwnd	0x00000000
blk_cwnd	0x00000004	rwnd_drp	0x00000000	bad_strm 
0x00000000	bad_ssnw	0x00000000
drpnomem	0x00000000	drpfragm	0x00000000	badvtags 
0x00000000	badcsumv	0x00000000
packetin	0x0000025b	mcastrcv	0x00000000	hdrdrops 
0x00000000	no_portn	0x00000000
cwnd_nf	0x00000004	co_snds	0x000002c0	co_nodat	0x000001f3 
cw_nu_ss	0x00000191
max_brst	0x000000c2	expr_del	0x00000063	no_cp_in 
0x00000000	cach_src	0x00000453
cw_nocum	0x00000000	cw_incss	0x00000065	cw_incca 
0x00000000	cw_skip	0x00000000
cw_nu_ca	0x00000000	cw_maxcw	0x000034bc	diff_ss 
0x00000000	diff_ca	0x00002ed0
tqs@ss	0x00000000	sqs@ss	0x00000000	tqs@ca	0x00000000 
sqq@ca	0x00000000
lmtu_mov	0x00002ee0	lcnt_mov	0x00000001	sndqctss 
0x00000000	sndqctca	0x00000000
movemax	0x000000ca	move_equ	0x00000064	nagle_qo 
0x00000000	nagle_of	0x00000067
out_fr_s	0x00000067	sostrnos	0x00000000	nostrnos 
0x000001f3	sosnqnos	0x00000000
nosnqnos	0x000001f3	intoperr	0x00000000	dupssnrc 
0x00000000	multi-fr	0x00000000
vtag-exp	0x00000259	vtag-bog	0x00000000	t3-safeg 
0x00000000	pd--mbox	0x00000000
pd-ehost	0x00000000	pdmb_wda	0x00000000	pdmb_ctl 
0x00000000	pdmb_bwr	0x00000000
pd_corup	0x00000000	pd_nedat	0x00000000	pd_errpd 
0x00000000	fst_prep	0x00000000
pd_daNFo	0x00000000	pd_dIWin	0x00000000	pd_dIZrw 
0x00000000	pd_BadDa	0x00000000
pd_dMark	0x00000000	ecne_rcv	0x00000000	cwr_perf 
0x00000000	ecne_snt	0x00000000
chun_drp	0x00000000	nollsndq	0x00000000	ll_c_err 
0x00000000	nollcwnd	0x00000063
nollbrst	0x00000000	no_ifqsp	0x00000000	rcvnotcb 
0x00000000	rcvhadtc	0x00000066
pd_InRcv	0x00000000	pdhad2wa	0x00000000	pdhad2rc 
0x00000000	pdnostok	0x00000000
entersor	0x00000066	resv1	0x00000000	resv2	0x00000000 
resv3	0x00000000



0%	40ms
loop	100	msg_size 12024	env_size	24

sack_rcv	0x000001f5	sack_snt	0x00000066	tsns_snt 
0x000003ea	tsns_rcv	0x00000066
pkt_sent	0x0000044e	pkt_rcvd	0x0000025b	tsns_ret 
0x00000000	dup_tsns	0x00000000
hbs__rcv	0x00000000	hbackrcv	0x00000000	htb__snt 
0x00000000	win_prbe	0x00000000
pktswdat	0x00000066	t3-timeo	0x00000000	dsack-to 
0x00000000	hb_timer	0x00000000
fst_rxts	0x00000000	timerexp	0x00000001	fr_inwin 
0x00000000	blk_rwnd	0x00000000
blk_cwnd	0x00000004	rwnd_drp	0x00000000	bad_strm 
0x00000000	bad_ssnw	0x00000000
drpnomem	0x00000000	drpfragm	0x00000000	badvtags 
0x00000000	badcsumv	0x00000000
packetin	0x0000025b	mcastrcv	0x00000000	hdrdrops 
0x00000000	no_portn	0x00000000
cwnd_nf	0x00000005	co_snds	0x000002c1	co_nodat	0x000001f4 
cw_nu_ss	0x00000191
max_brst	0x000000c2	expr_del	0x00000063	no_cp_in 
0x00000000	cach_src	0x00000453
cw_nocum	0x00000000	cw_incss	0x00000065	cw_incca 
0x00000000	cw_skip	0x00000000
cw_nu_ca	0x00000000	cw_maxcw	0x000034bc	diff_ss 
0x00000000	diff_ca	0x00002ed0
tqs@ss	0x00000000	sqs@ss	0x00000000	tqs@ca	0x00000000 
sqq@ca	0x00000000
lmtu_mov	0x00002ee0	lcnt_mov	0x00000001	sndqctss 
0x00000000	sndqctca	0x00000000
movemax	0x000000ca	move_equ	0x00000064	nagle_qo 
0x00000000	nagle_of	0x00000067
out_fr_s	0x00000067	sostrnos	0x00000001	nostrnos 
0x000001f3	sosnqnos	0x00000000
nosnqnos	0x000001f4	intoperr	0x00000000	dupssnrc 
0x00000000	multi-fr	0x00000000
vtag-exp	0x00000259	vtag-bog	0x00000000	t3-safeg 
0x00000000	pd--mbox	0x00000000
pd-ehost	0x00000000	pdmb_wda	0x00000000	pdmb_ctl 
0x00000000	pdmb_bwr	0x00000000
pd_corup	0x00000000	pd_nedat	0x00000000	pd_errpd 
0x00000000	fst_prep	0x00000000
pd_daNFo	0x00000000	pd_dIWin	0x00000000	pd_dIZrw 
0x00000000	pd_BadDa	0x00000000
pd_dMark	0x00000000	ecne_rcv	0x00000000	cwr_perf 
0x00000000	ecne_snt	0x00000000
chun_drp	0x00000000	nollsndq	0x00000000	ll_c_err 
0x00000000	nollcwnd	0x00000063
nollbrst	0x00000000	no_ifqsp	0x00000000	rcvnotcb 
0x00000000	rcvhadtc	0x00000066
pd_InRcv	0x00000000	pdhad2wa	0x00000000	pdhad2rc 
0x00000000	pdnostok	0x00000000
entersor	0x00000066	resv1	0x00000000	resv2	0x00000000 
resv3	0x00000000



0%	80ms
loop	100	msg_size 12024	env_size	48

sack_rcv	0x000001f5	sack_snt	0x00000066	tsns_snt 
0x000003ea	tsns_rcv	0x00000066
pkt_sent	0x0000044e	pkt_rcvd	0x0000025b	tsns_ret 
0x00000000	dup_tsns	0x00000000
hbs__rcv	0x00000000	hbackrcv	0x00000000	htb__snt 
0x00000000	win_prbe	0x00000000
pktswdat	0x00000066	t3-timeo	0x00000000	dsack-to 
0x00000000	hb_timer	0x00000000
fst_rxts	0x00000000	timerexp	0x00000001	fr_inwin 
0x00000000	blk_rwnd	0x00000000
blk_cwnd	0x00000005	rwnd_drp	0x00000000	bad_strm 
0x00000000	bad_ssnw	0x00000000
drpnomem	0x00000000	drpfragm	0x00000000	badvtags 
0x00000000	badcsumv	0x00000000
packetin	0x0000025b	mcastrcv	0x00000000	hdrdrops 
0x00000000	no_portn	0x00000000
cwnd_nf	0x00000005	co_snds	0x000002c1	co_nodat	0x000001f4 
cw_nu_ss	0x00000191
max_brst	0x000000c2	expr_del	0x00000063	no_cp_in 
0x00000000	cach_src	0x00000453
cw_nocum	0x00000000	cw_incss	0x00000065	cw_incca 
0x00000000	cw_skip	0x00000000
cw_nu_ca	0x00000000	cw_maxcw	0x000034bc	diff_ss 
0x00000000	diff_ca	0x00002ed0
tqs@ss	0x00000000	sqs@ss	0x00000000	tqs@ca	0x00000000 
sqq@ca	0x00000000
lmtu_mov	0x00002ee0	lcnt_mov	0x00000001	sndqctss 
0x00000000	sndqctca	0x00000000
movemax	0x000000ca	move_equ	0x00000064	nagle_qo 
0x00000000	nagle_of	0x00000067
out_fr_s	0x00000067	sostrnos	0x00000001	nostrnos 
0x000001f3	sosnqnos	0x00000001
nosnqnos	0x000001f3	intoperr	0x00000000	dupssnrc 
0x00000000	multi-fr	0x00000000
vtag-exp	0x00000259	vtag-bog	0x00000000	t3-safeg 
0x00000000	pd--mbox	0x00000000
pd-ehost	0x00000000	pdmb_wda	0x00000000	pdmb_ctl 
0x00000000	pdmb_bwr	0x00000000
pd_corup	0x00000000	pd_nedat	0x00000000	pd_errpd 
0x00000000	fst_prep	0x00000000
pd_daNFo	0x00000000	pd_dIWin	0x00000000	pd_dIZrw 
0x00000000	pd_BadDa	0x00000000
pd_dMark	0x00000000	ecne_rcv	0x00000000	cwr_perf 
0x00000000	ecne_snt	0x00000000
chun_drp	0x00000000	nollsndq	0x00000000	ll_c_err 
0x00000000	nollcwnd	0x00000063
nollbrst	0x00000000	no_ifqsp	0x00000000	rcvnotcb 
0x00000000	rcvhadtc	0x00000066
pd_InRcv	0x00000000	pdhad2wa	0x00000000	pdhad2rc 
0x00000000	pdnostok	0x00000000
entersor	0x00000066	resv1	0x00000000	resv2	0x00000000 
resv3	0x00000000





Table B
---------
0%	80ms
loop	100	msg_size 12024	env_size	48

sack_rcv	0x000001f5	sack_snt	0x00000066	tsns_snt 
0x000003ea	tsns_rcv	0x00000066
pkt_sent	0x0000044e	pkt_rcvd	0x0000025b	tsns_ret 
0x00000000	dup_tsns	0x00000000
hbs__rcv	0x00000000	hbackrcv	0x00000000	htb__snt 
0x00000000	win_prbe	0x00000000
pktswdat	0x00000066	t3-timeo	0x00000000	dsack-to 
0x00000000	hb_timer	0x00000000
fst_rxts	0x00000000	timerexp	0x00000001	fr_inwin 
0x00000000	blk_rwnd	0x00000000
blk_cwnd	0x00000005	rwnd_drp	0x00000000	bad_strm 
0x00000000	bad_ssnw	0x00000000
drpnomem	0x00000000	drpfragm	0x00000000	badvtags 
0x00000000	badcsumv	0x00000000
packetin	0x0000025b	mcastrcv	0x00000000	hdrdrops 
0x00000000	no_portn	0x00000000
cwnd_nf	0x00000005	co_snds	0x000002c1	co_nodat	0x000001f4 
cw_nu_ss	0x00000191
max_brst	0x000000c2	expr_del	0x00000063	no_cp_in 
0x00000000	cach_src	0x00000453
cw_nocum	0x00000000	cw_incss	0x00000065	cw_incca 
0x00000000	cw_skip	0x00000000
cw_nu_ca	0x00000000	cw_maxcw	0x000034bc	diff_ss 
0x00000000	diff_ca	0x00002ed0
tqs@ss	0x00000000	sqs@ss	0x00000000	tqs@ca	0x00000000 
sqq@ca	0x00000000
lmtu_mov	0x00002ee0	lcnt_mov	0x00000001	sndqctss 
0x00000000	sndqctca	0x00000000
movemax	0x000000ca	move_equ	0x00000064	nagle_qo 
0x00000000	nagle_of	0x00000067
out_fr_s	0x00000067	sostrnos	0x00000001	nostrnos 
0x000001f3	sosnqnos	0x00000001
nosnqnos	0x000001f3	intoperr	0x00000000	dupssnrc 
0x00000000	multi-fr	0x00000000
vtag-exp	0x00000259	vtag-bog	0x00000000	t3-safeg 
0x00000000	pd--mbox	0x00000000
pd-ehost	0x00000000	pdmb_wda	0x00000000	pdmb_ctl 
0x00000000	pdmb_bwr	0x00000000
pd_corup	0x00000000	pd_nedat	0x00000000	pd_errpd 
0x00000000	fst_prep	0x00000000
pd_daNFo	0x00000000	pd_dIWin	0x00000000	pd_dIZrw 
0x00000000	pd_BadDa	0x00000000
pd_dMark	0x00000000	ecne_rcv	0x00000000	cwr_perf 
0x00000000	ecne_snt	0x00000000
chun_drp	0x00000000	nollsndq	0x00000000	ll_c_err 
0x00000000	nollcwnd	0x00000063
nollbrst	0x00000000	no_ifqsp	0x00000000	rcvnotcb 
0x00000000	rcvhadtc	0x00000066
pd_InRcv	0x00000000	pdhad2wa	0x00000000	pdhad2rc 
0x00000000	pdnostok	0x00000000
entersor	0x00000066	resv1	0x00000000	resv2	0x00000000 
resv3	0x00000000



0%	80ms
loop	100	msg_size 12024	env_size	12024

sack_rcv	0x00000385	sack_snt	0x000001f6	tsns_snt 
0x0000070a	tsns_rcv	0x00000386
pkt_sent	0x00000901	pkt_rcvd	0x0000070e	tsns_ret 
0x00000000	dup_tsns	0x00000000
hbs__rcv	0x00000000	hbackrcv	0x00000000	htb__snt 
0x00000000	win_prbe	0x00000000
pktswdat	0x00000386	t3-timeo	0x00000000	dsack-to 
0x00000000	hb_timer	0x00000000
fst_rxts	0x00000000	timerexp	0x00000001	fr_inwin 
0x00000000	blk_rwnd	0x00000000
blk_cwnd	0x000000ca	rwnd_drp	0x00000000	bad_strm 
0x00000000	bad_ssnw	0x00000000
drpnomem	0x00000000	drpfragm	0x00000000	badvtags 
0x00000000	badcsumv	0x00000000
packetin	0x0000070e	mcastrcv	0x00000000	hdrdrops 
0x00000000	no_portn	0x00000000
cwnd_nf	0x000000ca	co_snds	0x00000774	co_nodat	0x0000044f 
cw_nu_ss	0x00000259
max_brst	0x000000c8	expr_del	0x00000000	no_cp_in 
0x00000000	cach_src	0x00000903
cw_nocum	0x00000000	cw_incss	0x0000012d	cw_incca 
0x00000000	cw_skip	0x00000000
cw_nu_ca	0x00000000	cw_maxcw	0x00004074	diff_ss 
0x00000000	diff_ca	0x00002ed0
tqs@ss	0x00000000	sqs@ss	0x00000000	tqs@ca	0x00000000 
sqq@ca	0x00000000
lmtu_mov	0x00002ee0	lcnt_mov	0x00000001	sndqctss 
0x00000000	sndqctca	0x00000000
movemax	0x000000ca	move_equ	0x000000c8	nagle_qo 
0x00000000	nagle_of	0x00000067
out_fr_s	0x00000067	sostrnos	0x00000000	nostrnos 
0x0000044f	sosnqnos	0x00000000
nosnqnos	0x0000044f	intoperr	0x00000000	dupssnrc 
0x00000000	multi-fr	0x00000000
vtag-exp	0x0000070c	vtag-bog	0x00000000	t3-safeg 
0x00000000	pd--mbox	0x00000000
pd-ehost	0x00000000	pdmb_wda	0x00000000	pdmb_ctl 
0x00000000	pdmb_bwr	0x00000000
pd_corup	0x00000000	pd_nedat	0x00000000	pd_errpd 
0x00000000	fst_prep	0x00000000
pd_daNFo	0x00000000	pd_dIWin	0x00000000	pd_dIZrw 
0x00000000	pd_BadDa	0x00000000
pd_dMark	0x00000000	ecne_rcv	0x00000000	cwr_perf 
0x00000000	ecne_snt	0x00000000
chun_drp	0x00000000	nollsndq	0x00000000	ll_c_err 
0x00000000	nollcwnd	0x00000063
nollbrst	0x00000000	no_ifqsp	0x00000000	rcvnotcb 
0x00000000	rcvhadtc	0x00000066
pd_InRcv	0x00000000	pdhad2wa	0x00000000	pdhad2rc 
0x00000000	pdnostok	0x00000000
entersor	0x00000066	resv1	0x00000000	resv2	0x00000000 
resv3	0x00000000



0%	80ms
loop	100	msg_size 16024	env_size	16024

sack_rcv	0x000004b2	sack_snt	0x0000025a	tsns_snt 
0x00000962	tsns_rcv	0x000004b2
pkt_sent	0x00000bc0	pkt_rcvd	0x00000967	tsns_ret 
0x00000000	dup_tsns	0x00000000
hbs__rcv	0x00000000	hbackrcv	0x00000000	htb__snt 
0x00000000	win_prbe	0x00000000
pktswdat	0x000004b2	t3-timeo	0x00000000	dsack-to 
0x00000000	hb_timer	0x00000000
fst_rxts	0x00000000	timerexp	0x00000002	fr_inwin 
0x00000000	blk_rwnd	0x00000000
blk_cwnd	0x000001f5	rwnd_drp	0x00000000	bad_strm 
0x00000000	bad_ssnw	0x00000000
drpnomem	0x00000000	drpfragm	0x00000000	badvtags 
0x00000000	badcsumv	0x00000000
packetin	0x00000969	mcastrcv	0x00000000	hdrdrops 
0x00000000	no_portn	0x00000002
cwnd_nf	0x000001f5	co_snds	0x000009ce	co_nodat	0x00000519 
cw_nu_ss	0x000002bf
max_brst	0x0000018c	expr_del	0x00000000	no_cp_in 
0x00000000	cach_src	0x00000bbf
cw_nocum	0x00000000	cw_incss	0x000001f3	cw_incca 
0x00000000	cw_skip	0x00000000
cw_nu_ca	0x00000000	cw_maxcw	0x00004c2c	diff_ss 
0x00000000	diff_ca	0x00002ec0
tqs@ss	0x000005e0	sqs@ss	0x00000002	tqs@ca	0x00000000 
sqq@ca	0x00000000
lmtu_mov	0x00002ee0	lcnt_mov	0x00000001	sndqctss 
0x00000000	sndqctca	0x00000000
movemax	0x000000ca	move_equ	0x000000c8	nagle_qo 
0x00000000	nagle_of	0x00000067
out_fr_s	0x00000067	sostrnos	0x00000001	nostrnos 
0x00000518	sosnqnos	0x00000002
nosnqnos	0x00000517	intoperr	0x00000000	dupssnrc 
0x00000000	multi-fr	0x00000000
vtag-exp	0x00000965	vtag-bog	0x00000000	t3-safeg 
0x00000000	pd--mbox	0x00000000
pd-ehost	0x00000000	pdmb_wda	0x00000000	pdmb_ctl 
0x00000000	pdmb_bwr	0x00000000
pd_corup	0x00000000	pd_nedat	0x00000000	pd_errpd 
0x00000000	fst_prep	0x00000000
pd_daNFo	0x00000000	pd_dIWin	0x00000000	pd_dIZrw 
0x00000000	pd_BadDa	0x00000000
pd_dMark	0x00000000	ecne_rcv	0x00000000	cwr_perf 
0x00000000	ecne_snt	0x00000000
chun_drp	0x00000000	nollsndq	0x00000000	ll_c_err 
0x00000000	nollcwnd	0x00000063
nollbrst	0x00000000	no_ifqsp	0x00000000	rcvnotcb 
0x00000000	rcvhadtc	0x00000066
pd_InRcv	0x00000000	pdhad2wa	0x00000000	pdhad2rc 
0x00000000	pdnostok	0x00000000
entersor	0x00000066	resv1	0x00000000	resv2	0x00000000 
resv3	0x00000000

------------=_1130912221-24078-0--



From penoff@cs.ubc.ca Wed Nov 02 06:25:31 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EXGkF-0005l3-01
	for sctp-impl-archive@megatron.ietf.org; Wed, 02 Nov 2005 06:25:31 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA28255
	for <sctp-impl-archive@ietf.org>; Wed, 2 Nov 2005 06:25:09 -0500 (EST)
Received: from sj-iport-2-in.cisco.com ([171.71.176.71] helo=sj-iport-2.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EXGym-0004Xt-Qg
	for sctp-impl-archive@ietf.org; Wed, 02 Nov 2005 06:40:35 -0500
Received: from sj-core-2.cisco.com ([171.71.177.254])
  by sj-iport-2.cisco.com with ESMTP; 02 Nov 2005 03:25:17 -0800
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id jA2BOdVR020041;
	Wed, 2 Nov 2005 03:24:39 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jA2BN5wJ028733
	for sctp-impl-filtered; Wed, 2 Nov 2005 03:23:07 -0800 (PST)
Message-Id: <200511021123.jA2BN5wJ028733@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1130930584-28731-0"
Content-Transfer-Encoding: binary
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: RE: strange results with high latency, no loss
List-Id: sctp-impl
To: Ryan Bickhart <ryan.bickhart@gmail.com>
From: Brad Penoff <penoff@cs.ubc.ca>
Cc: sctp-impl@external.cisco.com, "'Humaira Kamal'" <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'" <myct@cs.ubc.ca>,
        "'Edith Vong'"
    <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'" <wagner@cs.ubc.ca>
X-Nails-Approved: penoff@cs.ubc.ca
Date: Wed, 2 Nov 2005 03:13:19 -0800 (PST)
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 87a3f533bb300b99e2a18357f3c1563d

This is a multi-part message in MIME format...

------------=_1130930584-28731-0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: binary

hey Ryan,

Thanks for the reply.  I'll try to clarify what you adressed inline.

brad

On Tue, 1 Nov 2005, Ryan Bickhart wrote:

> Hi Brad,
>
> You mentioned that you are seeing the strange results for some of the
> applications...does this mean that for other applications SCTP is
> performing as expected, even at high latency?

The class of applications that were showing these performance patterns all 
follow the pseudo code.  As for those that performed as expected... <see 
below>

> If this is the case, could
> you explain the differences in behavior (in terms of running over the
> SCTP API directly, like you did below) for the applications that do and
> don't exhibit the strangeness?
>

The applications that do not exhibit these performance patterns under high 
latency only basically had one client doing all sends and the other one 
doing receives; here SCTP and TCP performed nearly identical.  Adding loss 
at any point tipped the scales towards SCTP.

> Also, I'm just curious how your dummynet setup works. Do you have
> dummynet running on each of the 8 client machines, or do you have the
> clients running normally (i.e. no dummynet) and some dedicated dummynet
> box sitting between the clients to add the latency?

Good question.  I forgot to say that on each node, the dummynet and the 
application share the same CPU (so we have no dedicated box for dummynet). 
We also used 'noerror' to set dummynet.

Hope this helps clarify,
brad


>
> Ryan
>
>
> -----Original Message-----
> From: Brad Penoff [mailto:penoff@cs.ubc.ca]
> Sent: Tuesday, November 01, 2005 10:07 PM
> To: sctp-impl@external.cisco.com
> Cc: Humaira Kamal; Mike Yao Chen Tsai; Edith Vong; Alan Wagner
> Subject: strange results with high latency, no loss
>
> Greetings,
>
> We have developed a version of the Message Passing Interface (MPI) to
> run atop SCTP (google "SCTP MPI").  We have an 8 node cluster that runs
> FreeBSD 5.3 with an SCTP implementation obtained directly from Randall
> and colleagues in mid May (thanks!).  As the title reads, we're seeing
> some strange results when running on emulated networks with high latency
> and no loss that are explained below.
>
> We enabled Dummynet and use it quite frequently.  Most of our
> experiments were working with the loss settings in Dummynet.  There, as
> expected, we found SCTP to outperform TCP.  Loss makes the RTTs vary but
> SCTP's improved congestion control and multistreaming features help
> flatten these.
>
> Recently, we've been working on tests with increased latency meaning we
> set the delay in Dummynet, with no loss.  For some applications, we're
> seeing very strange results; as latency increases SCTP starts to lose to
> TCP (under only loss, SCTP edges out TCP).  Regardless of the input
> parameters to the application, we see this same general trend.  For
> example, for one setting we had these wallclock times in seconds:
>
> Results A:
>         0%0ms  0%40ms   0%80ms
> SCTP	0.05	15.72	31.75
> TCP	0.05	8.38	16.85
>
> So you can see the hit that SCTP is taking.  We also obtained an
> application from Randall that lets us clear and print out the kernel
> "pegs" which are essentially various counters within the kernel.  For
> this data, they are in table A below.  We don't know what most of the
> output is so we were wondering if anyone here could give me a hand
> explaining what is causing this performance drop.  Either it's SCTP's
> error or Dummynet...
>
> When we focused on only 0%80ms, we saw some additional strangeness
> depending on the actual input parameters.  To explain, first we'll
> describe our application as if it were using the SCTP API directly
> (rather than MPI implemented using SCTP; we have seen the same results
> in non-MPI apps we ran).
>
> The application on client A does this:
> for(int i=0; i<loop; i++) {
>  sctp_sendmsg(env_size bytes)
>  sctp_recvmsg(env_size bytes)
>  sctp_sendmsg(msg_size bytes)
> }
>
> ..and client B reciprocates.
>
> The results in A were ran with loop=1000, env_size=48 and
> msg_size=12024.
>
> Is all that were seeing poor small message performance?  As we'll show
> later, it doesn't seem to be that simple...  Also, why does performance
> get affected so drastically with increased latencies?
>
> When focusing on ONLY 0% loss and 80ms, we varied the parameters and saw
> some other strangeness.
>
> Results B:
>                    parameters
> loop           100      100       100
> env_size        48    12024     16024
> msg_size     12024    12024     16024
> --------------------------------------
> SCTP          31.75    32.58     63.74
> TCP           16.85    20.32     22.32
>
> So it doesn't seem to be a small message problem here because INCREASING
> the size of both env_size and msg_size from 12024 to 16024 causes TCP to
> increase 2 seconds but SCTP 31 seconds.  Again, the "pegs" are below but
> in table B.
>
> Generally, we're confused; can anyone offer any advice on why we're
> seeing this?
>
> Thanks ahead of time,
> brad
>
> ...
>

------------=_1130930584-28731-0--



From miranda@brandonbizsolutions.com Wed Nov 02 12:44:46 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EXMfG-0006fc-7b; Wed, 02 Nov 2005 12:44:46 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA25050;
	Wed, 2 Nov 2005 12:44:23 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EXMtr-0006BD-Eo; Wed, 02 Nov 2005 12:59:52 -0500
Received: from dslb-084-056-251-244.pools.arcor-ip.net ([84.56.251.244])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EXMf7-0005e1-G4; Wed, 02 Nov 2005 12:44:37 -0500
Received: by 10.11.98.0 with HTTP; Wed, 02 Nov 2005 11:44:19 -0600
Message-ID: <607h046g.3986043@yahoo.com>
Date: Wed, 02 Nov 2005 11:44:19 -0600
From: "Maxwell Lam" <miranda@brandonbizsolutions.com>
User-Agent: Apple Mail (2.728)
X-PGP-Key: 0VUx8CSyuLIltXoWfh85jYdBqfovZ7GRKl6KJ2awu6808gWypj9PXe2ze34L4J0X==
X-Load: 41%
MIME-Version: 1.0
To: scoya@ietf.org, sctp-impl-archive@ietf.org, seamoby@ietf.org,
        seamoby-admin@ietf.org, seamoby-archive@ietf.org,
        seamoby-bounces@ietf.org, seamoby-web-archive@ietf.org,
        sec-chairs@ietf.org, secdir@ietf.org, secdir-admin@ietf.org,
        secdir-web-archive@ietf.org, secretary@ietf.org, serv-admin@ietf.org,
        serv-interest@ietf.org, shelley.osborn@ietf.org,
        sherri.hilton@ietf.org, sigtran@ietf.org, sigtran-admin@ietf.org,
        sigtran-archive@ietf.org
Subject: Pre-approved Application #fmoL152962395
Content-Type: multipart/related;
 boundary="------------AttPart_74333235==.OLA"
X-Spam-Score: 1.8 (+)
X-Scan-Signature: d890c9ddd0b0a61e8c597ad30c1c2176

This is a multi-part message in MIME format.
--------------AttPart_74333235==.OLA
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.hdmort.com"><img alt="" src="cid:0.0.0.63.0.25252795864179.18408228@fierce.hotmail.com.2"></a><br>
but hundredfold or disseminate see bangor and foamy
and cox the protozoan in nikolai try amputate
a congolese may slum , downhill some castro
in re some bigot Or maybe <a
 href="http://www.hdmort.com">not</a><br>
<br>
</body>
</html>

--------------AttPart_74333235==.OLA
Content-Type: image/gif;
 name="indies.0.gif"
Content-ID: <0.0.0.63.0.25252795864179.18408228@fierce.hotmail.com.2>
Content-Disposition: inline;
 filename="indies.0.gif"
Content-Transfer-Encoding: base64

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
--------------AttPart_74333235==.OLA--



From ffilzlnx@us.ibm.com Wed Nov 02 17:24:51 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EXR2J-0002Fm-Hr
	for sctp-impl-archive@megatron.ietf.org; Wed, 02 Nov 2005 17:24:51 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA11702
	for <sctp-impl-archive@ietf.org>; Wed, 2 Nov 2005 17:24:28 -0500 (EST)
Received: from sj-iport-2-in.cisco.com ([171.71.176.71] helo=sj-iport-2.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EXRGw-0001To-02
	for sctp-impl-archive@ietf.org; Wed, 02 Nov 2005 17:39:59 -0500
Received: from sj-core-5.cisco.com ([171.71.177.238])
  by sj-iport-2.cisco.com with ESMTP; 02 Nov 2005 14:24:37 -0800
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id jA2MNjTH004575;
	Wed, 2 Nov 2005 14:23:46 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jA2MKMwJ009813
	for sctp-impl-filtered; Wed, 2 Nov 2005 14:20:24 -0800 (PST)
Message-Id: <200511022220.jA2MKMwJ009813@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1130970022-9811-0"
Content-Transfer-Encoding: binary
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Question about SCTP_PEER_ADDR_PARAMS socket options in Sockets
    API draft 11
List-Id: sctp-impl
To: sctp-impl@external.cisco.com
From: Frank Filz <ffilzlnx@us.ibm.com>
X-Nails-Approved: ffilzlnx@us.ibm.com
Date: Wed, 02 Nov 2005 14:20:31 -0800
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 97adf591118a232206bdb5a27b217034

This is a multi-part message in MIME format...

------------=_1130970022-9811-0
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: binary

Sridhar and I have been talking about the various options that can be
set with this socket option. I have a question about the SACK delay,
here is the description of this value from the draft:

> spp_sackdelay   - When delayed sack is enabled, this value specifies
>                   the number of milliseconds that sacks will be delayed
>                   for. This value will apply to all addresses of an
>                   association if the spp_address field is empty. Note
>                   also, that if delayed sack is enabled and this
>                   value is set to 0, no change is made to the last
>                   recorded delayed sack timer value.

Reading this, by implication, it seems that this parameter could be set
per address in the association. My question is why would one set this
per address? A SACK is usually sent on the address a data packet was
most recently received from, but may acknowledge packets received from
other addresses, further, a couple conditions require an immediate SACK
(this is the second data packet received, this is a duplicate data
packet).

Thanks

Frank Filz
IBM Linux Technology Center - Networking Team


------------=_1130970022-9811-0--



From gabriel.stillwater@northaustinproperties.com Thu Nov 03 14:40:03 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EXkwM-00052q-1Z
	for sctp-impl-archive@megatron.ietf.org; Thu, 03 Nov 2005 14:40:03 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA21953
	for <sctp-impl-archive@ietf.org>; Thu, 3 Nov 2005 14:39:39 -0500 (EST)
Received: from bxp220.neoplus.adsl.tpnet.pl ([83.30.9.220] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EXlB8-0001qj-1i
	for sctp-impl-archive@ietf.org; Thu, 03 Nov 2005 14:55:23 -0500
Message-ID: <000001c5e0ad$72ce1680$0100007f@localhost>
From: "Drake Long" <gabriel.stillwater@northaustinproperties.com>
To: <sctp-impl-archive@ietf.org>
Subject: Photoshop, Windows, Office
Date: Thu, 03 Nov 2005 19:39:24 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5E0AD.72CE1680"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5E0AD.72CE1680
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 44 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 37 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 37 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5E0AD.72CE1680
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://bobrasoft.com/> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dhttp://bobraso!
 ft.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://bobrasoft.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://bobrasoft.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://bobrasoft.com/> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://bobrasoft.com/> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></TD> <TD width=3D129> <A href=3Dhttp://bobrasoft.c!
 om/> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://bobrasoft.com/> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://bobrasoft.com/> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://bobrasoft.com/> Adobe </A></FONT> <A href=3Dhttp://bobrasoft.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FON!
 T face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://bobrasoft.com/> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://bobrasoft.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://bobrasoft.com/> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://bobrasoft.com/> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B0000AZ!
 JVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://bobrasoft.com/> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P!
 ><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 31 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://bobrasoft.com/> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <!
 SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://bobrasoft.com/> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 31 reviews)</F!
 ONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://bobrasoft.com/> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign!
 =3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://bobrasoft.com/> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 45 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5E0AD.72CE1680--




From info@mail.dysrr.com Thu Nov 03 23:59:34 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EXtfq-00076g-Ec
	for sctp-impl-archive@megatron.ietf.org; Thu, 03 Nov 2005 23:59:34 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA21628
	for <sctp-impl-archive@ietf.org>; Thu, 3 Nov 2005 23:59:11 -0500 (EST)
Received: from [58.180.212.118] (helo=mail.dysrr.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EXtuk-0000UH-8O
	for sctp-impl-archive@ietf.org; Fri, 04 Nov 2005 00:14:59 -0500
Received: (qmail 18838 invoked by uid 509); 4 Nov 2005 00:21:44 +0900
Date: 4 Nov 2005 00:21:44 +0900
Message-ID: <20051103152144.18837.qmail@mail.dysrr.com>
From: info@dysrr.com
To: sctp-impl-archive@ietf.org
Subject: $BL5NAM=Ls$N$*CN$i$;!'(B
X-Spam-Score: 3.3 (+++)
X-Scan-Signature: b19722fc8d3865b147c75ae2495625f2

$BFMA3$N%a!<%k?=$7Lu$4$6$$$^$;$s!#(B
$BK\F|%*!<%W%s$K$D$-!"$"$J$?$rEv%5%$%H$N"(FCJLL5NA"(EPO?2q0w$H$5(B
$B$;$FD:$-(B
$B$?$/%a!<%k$r:9$7>e$2$^$7$?!#(B
http://www.fairy-l2.com?open $BL5NAEPO?$r9T$C$FD:$$$?8e!"!~"!(BOpen$BFCE5(B
$B"!!~$,H/@8$7$^$9!#EPO?$5$l$?;~E@$G@i1_J,L5NA%]%$%s%H$,$D$$$F$*(B
$B$j$^$9!#(B

$B!~"!(BOpen$BFCE5"!!~(B

$B!&0lK|1_!!(BPt$B%W%l%<%s%H!&(B
$B=i2sG'>Z<T$NJ}$OA40wO3$l$J$/!!"(0lK|1_"(!!$NL5NA%]%$%s%H$r%W%l(B
$B%<%s%H$H$7$FL5NA$GDI2CCW$7$^$9!#;W$&B8J,M-8z$K$4MxMQ$G$-$^$9!#(B

$B!&?75,=w@-CO0h>R2p!&(B
$B$"$J$?$N8x3+4uK>>pJs$rF1CO0h?75,EPO?$NJ}(B($B0[@-(B)$B$KL5NA>R2pCW$7$^$9(B
$B!#0[@-$+$i$NJV?.%a!<%k$OD>@\$"$J$?08$KFO$-$^$9!#8!:w$7$J$/$F$b(B
$B4JC1$KAj<j$r8+$D$+$j$^$9!#(B

$B$=$l$G$O$"$J$?$N%"%/%;%9$r?4$h$j$*BT$A$7$F$*$j$^$9!#(B

$B"(B~:#$N;~4V$G$OCK@-$NJ}$X=w@-<L%a$rBgNL8x3+$7$F$*$j$^$9$N$G!"(B
$B$*5$7Z$K$4Mw2<$5$$!#(B
http://www.fairy-l2.com?open





$B$*<j?t$G$9$,G[?.5qH]$JJ}$O$3$A$i$^$G$*4j$$$7$^$9!#(B
$B!!(Bnomore@fairy-l2.com
$B<+F0=hM}$7$^$9$N$G!"J8>O$OL5$7$G9=$$$^$;$s!#(B
$BG[?.Dd;_$^$G$O(B2$BF|$+$i(B3$BF|$+$+$k>l9g$,$"$j$^$9!#$4N;>52<$5$$!#(B



From VickiRamsey@ameri.biz Fri Nov 04 02:29:22 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EXw0o-00089P-6Q
	for sctp-impl-archive@megatron.ietf.org; Fri, 04 Nov 2005 02:29:22 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA28515
	for <sctp-impl-archive@ietf.org>; Fri, 4 Nov 2005 02:28:58 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EXwFe-0004Ga-R8
	for sctp-impl-archive@ietf.org; Fri, 04 Nov 2005 02:44:49 -0500
Received: from [220.168.183.110] (helo=65.246.255.50)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EXvtw-0004Je-Rw
	for sctp-impl-archive@ietf.org; Fri, 04 Nov 2005 02:22:23 -0500
Received: from 2Zh@localhost by CeGU.int (8.11.6/8.11.6); Fri, 04 Nov 2005 02:38:04 -0500
Message-ID: <KqtSuHfQ2XmHdIuHu6Jlf@gekundservice.biz>
From: "Laura Dodson" <VickiRamsey@ameri.biz>
Reply-To: "Laura Dodson" <VickiRamsey@ameri.biz>
To: sctp-impl-archive@ietf.org
Subject: Thousands of academic software titles, 80 % 0ff
Date: Fri, 04 Nov 2005 03:39:04 -0400
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: VickiRamsey@ameri.biz
Content-Type: multipart/mixed;  boundary="--gfL2RNpMBeYQhYF9"
X-Spam-Score: 3.5 (+++)
X-Scan-Signature: fe105289edd72640d9f392da880eefa2

1ry 

----gfL2RNpMBeYQhYF9
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>A</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3DO2Ry name=3Dle=
h2><meta content=3Dgz8j name=3DRswi><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3DBi7y n=
ame=3DdRso></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://realdealsoft=
com/?2>unsubscribe me</a></font></td><td width=3D331 height=3D38><a href=3D=
http://realdealsoft.com/?e> <img border=3D0 src=3Dhttp://g-images.amazon.c=
om/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif align=3D=
right width=3D300 height=3D22></a></td></tr></table></div><tbody><tr><td c=
lass=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></tr></tbod=
y></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><t=
r><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D0 bord=
er=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 cellP=
adding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td w=
idth=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/images/G=
/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><td bgco=
lor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://reald=
ealsoft.com/?O> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.=
com/images/G/01/search-browse/go-button-software.gif align=3Dmiddle value=3D=
Go border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr></tab=
le></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cellPadd=
ing=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom align=
=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 border=3D=
0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><font=
 size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow=
-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D#000=
080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://reald=
ealsoft.com/?J>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>&n=
bsp;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td widt=
h=3D132><a href=3Dhttp://realdealsoft.com/?l> <font face=3Dverdana,arial,h=
elvetica size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td wid=
th=3D132><a href=3Dhttp://realdealsoft.com/?w> <font face=3Dverdana,arial,=
helvetica size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td width=3D=
4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td><td =
width=3D132><a href=3Dhttp://realdealsoft.com/?x> <font face=3Dverdana,ari=
al,helvetica size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><td widt=
h=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>5</font></td>=
<td width=3D132> <a href=3Dhttp://realdealsoft.com/?6> <font face=3Dverdan=
a,arial,helvetica size=3D1>Macromedia Flash 8</font></a></td></tr><tr><td =
width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>6</font><=
/td><td width=3D132> <a href=3Dhttp://realdealsoft.com/?A> <font face=3Dve=
rdana,arial,helvetica size=3D1>Dreamweaver 8</font></a></td></tr><tr><td w=
idth=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>7</font></=
td><td width=3D132><a href=3Dhttp://realdealsoft.com/?4> <font face=3Dverd=
ana,arial,helvetica size=3D1>Norton Sysworks 2005</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>8</fo=
nt></td><td width=3D132> <a href=3Dhttp://realdealsoft.com/?R> <font face=3D=
verdana,arial,helvetica size=3D1>Adobe GoLive CS2</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>9</fo=
nt></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a=
 href=3Dhttp://realdealsoft.com/?v>Adobe Illustrator CS2</a></font></td></=
tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D=
1>10</font></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=
=3D1> <a href=3Dhttp://realdealsoft.com/?L>Borland Architect 2005</a></fon=
t></td></tr><tr><td width=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span=
 class=3Dsmall><b> <font face=3DVerdana size=3D1>See more by this manufact=
urer</font></b></span></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8=
>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1=
> <a href=3Dhttp://realdealsoft.com/?W>Microsoft</a></font></td></tr><tr><=
td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132><a href=3D=
http://realdealsoft.com/?3> <font face=3Dverdana,arial,helvetica size=3D1>=
Macromedia</font></a></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>=
&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1>=
 <a href=3Dhttp://realdealsoft.com/?c>Adobe</a></font></td></tr><tr><td wi=
dth=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span class=3Dsmall><b> <fo=
nt face=3DVerdana size=3D1>Customers also bought</font></b></span></td></t=
r><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132> <=
font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://realdealsof=
t.com/?w>these other items...</a></font></td></tr></table></td></tr></tabl=
e></td></tr></table></td></tr></table></td><td vAlign=3Dtop align=3Dleft w=
idth=3D530><p><b class=3Dsans>Microsoft Windows XP Professional *w/SP2*</b=
><br> <span class=3Dsmall><a href=3Dhttp://realdealsoft.com/?F>Microsoft</=
a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/=
sticker/newest_version.gif width=3D82 height=3D14></span><br></p><table bo=
rder=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop =
noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D170><tr><=
td width=3D135><a href=3Dhttp://realdealsoft.com/?F> <select name=3Dedit1>=
 <option selected>View Other Titles</option> </select></a></td><td noWrap =
width=3D35>&nbsp;<a href=3Dhttp://realdealsoft.com/?Q><input type=3Dimage =
alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-but=
ton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wid=
th=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dh=
ttp://realdealsoft.com/?m> <img height=3D150 src=3Dhttp://images.amazon.co=
m/images/P/B00022PTT8.01._SCMZZZZZZZ_.jpg width=3D135 align=3Dleft border=3D=
0 name=3Dprod_image hspace=3D5></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D105><span class=3Dlistprice>$299.00</span></td></tr><tr><td class=
=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pric=
e:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 w=
idth=3D105><b class=3Dprice>$49.99</b></td></tr><tr><td class=3Dsmall vAli=
gn=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></td>=
<td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D105><s=
pan class=3Dprice>$249.01 (80%)</span></td></tr></table><p><a href=3Dhttp:=
//realdealsoft.com/?f> <img border=3D0 src=3Dhttp://g-images.amazon.com/im=
ages/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a=
><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>Coup=
on Code:</b> aZKqaTB<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazo=
n.com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop wid=
th=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sales R=
ank:</b> #1<br> </span><span class=3Dsmall><a href=3Dhttp://realdealsoft.c=
om/?t>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://realdealsoft.=
com/?j>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon Exp=
ires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average Cus=
tomer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-=
images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.g=
if width=3D64 border=3D0> Based on 1493 reviews. <a href=3Dhttp://realdeal=
soft.com/?o>Write a review</a>.</font></p> <hr noShade SIZE=3D1><table bor=
der=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse=
" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><tr><td =
width=3D100% height=3D55><p><b class=3Dsans>Adobe Creative Suite 2 *Premiu=
m*</b><br> <span class=3Dsmall><a href=3Dhttp://realdealsoft.com/?6>Adobe<=
/a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions=
/sticker/newest_version.gif width=3D82 height=3D14></span><br></p><table b=
order=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop=
 noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr>=
<td width=3D126><a href=3Dhttp://realdealsoft.com/?O> <select name=3Dedit1=
> <option selected>View Other Titles</option> </select></a></td><td noWrap=
 width=3D38>&nbsp;<a href=3Dhttp://realdealsoft.com/?K><input type=3Dimage=
 alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-bu=
tton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wi=
dth=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3D=
http://realdealsoft.com/?R> <img height=3D156 src=3Dhttp://ec1.images-amaz=
on.com/images/P/B00080DPCW.01._PE7_SCMZZZZZZZ_.jpg width=3D151 align=3Dlef=
t border=3D0 name=3Dprod_image></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D193><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D109><span class=3Dlistprice>$1199.00</span></td></tr><tr><td clas=
s=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pri=
ce:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 =
width=3D109><b class=3Dprice>$149.99</b></td></tr><tr><td class=3Dsmall vA=
lign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></t=
d><td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D109>=
<span class=3Dprice>$1049.01 (95%)</span></td></tr></table><p><a href=3Dht=
tp://realdealsoft.com/?d> <img border=3D0 src=3Dhttp://g-images.amazon.com=
/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23>=
</a><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>C=
oupon Code:</b> yUXxokZ<br> <b>Platform:</b> <img src=3Dhttp://g-images.am=
azon.com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop =
width=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sale=
s Rank:</b> #2<br> </span><span class=3Dsmall><a href=3Dhttp://realdealsof=
t.com/?r>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://realdealso=
ft.com/?b>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon =
Expires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average =
Customer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp:/=
/g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-=
0.gif width=3D64 border=3D0> Based on 153414 reviews. <a href=3Dhttp://rea=
ldealsoft.com/?Z>Write a review</a>.</font></p> </font><hr noShade SIZE=3D=
1></td></tr><tr><td width=3D100% height=3D55><p><b class=3Dsans>Microsoft =
Office 2003 *Professional*</b><br> <span class=3Dsmall><a href=3Dhttp://re=
aldealsoft.com/?Y>Microsoft</a><img border=3D0 src=3Dhttp://g-images.amazo=
n.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D=
14></span><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose=
:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 b=
order=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://realdealsoft.co=
m/?n> <select name=3Dedit1> <option selected>View Other Titles</option> </=
select></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://realdealsoft.=
com/?2><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/image=
s/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 name=3Ds=
ubmit.display-variation width=3D21 height=3D21></a></td></tr></table></td>=
</tr></table><p><a href=3Dhttp://realdealsoft.com/?t> <img src=3Dhttp://im=
ages.amazon.com/images/P/B0000AZJVC.01._SCMZZZZZZZ_.jpg align=3Dleft borde=
r=3D0 name=3Dprod_image width=3D117 height=3D150></a><span class=3Dsmall><=
/p> </span><p><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop no=
Wrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td heig=
ht=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span cl=
ass=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop=
 noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=
=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3D=
price>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D1=
1></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.0=
1 (85%)</span></td></tr></table><p><a href=3Dhttp://realdealsoft.com/?u> <=
img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to=
-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabilit=
y:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> CLD63B1Bk<b=
r> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/vide=
ogames/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> W=
indows XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #3</span><spa=
n class=3Dsmall><a href=3Dhttp://realdealsoft.com/?3><br> System requireme=
nts</a>&nbsp; |&nbsp; <a href=3Dhttp://realdealsoft.com/?8>Other Versions<=
/a></span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31s=
t, 2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img =
height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/imag=
es/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D=
0> Based on 14736 reviews. <a href=3Dhttp://realdealsoft.com/?y>Write a re=
view</a>.</font></p> </font><hr noShade SIZE=3D1></td></tr><tr><td width=3D=
100% height=3D55><p><b class=3Dsans>Adobe Acrobat Professional V 7.0</b><b=
r> <span class=3Dsmall><a href=3Dhttp://realdealsoft.com/?N>Adobe</a><img =
border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker=
/newest_version.gif width=3D82 height=3D14></span><br></p><table border=3D=
0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap>=
<table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><td widt=
h=3D126><a href=3Dhttp://realdealsoft.com/?4> <select name=3Dedit1> <optio=
n selected>View Other Titles</option> </select></a></td><td noWrap width=3D=
38>&nbsp;<a href=3Dhttp://realdealsoft.com/?1><input type=3Dimage alt=3DGo=
 src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-button-soft=
ware.gif value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 =
height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp://re=
aldealsoft.com/?L> <img height=3D150 src=3Dhttp://images.amazon.com/images=
/P/B00069E7KO.01.LZZZZZZZ.jpg width=3D175 align=3Dleft border=3D0 name=3Dp=
rod_image></a><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop no=
Wrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td heig=
ht=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span cl=
ass=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop=
 noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=
=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3D=
price>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D1=
1></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.0=
1 (85%)</span></td></tr></table><p><a href=3Dhttp://realdealsoft.com/?d> <=
img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to=
-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabilit=
y:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> zLTm5b<br> =
<b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videoga=
mes/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Wind=
ows XP</span></p><p><span class=3Dtiny><b>Sales Rank:</b> #4</span><span c=
lass=3Dsmall><a href=3Dhttp://realdealsoft.com/?0><br> System requirements=
</a>&nbsp; |&nbsp; <a href=3Dhttp://realdealsoft.com/?r>Other Versions</a>=
</span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, =
2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img hei=
ght=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/=
G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0>=
 Based on 1251 reviews. <a href=3Dhttp://realdealsoft.com/?H>Write a revie=
w</a>.</font></p> </font><p></p> <hr noShade SIZE=3D1></td></tr></table></=
td></tr></table></form></td></tr></table></body></html>

----gfL2RNpMBeYQhYF9--



From info@mail.nkjste.com Fri Nov 04 04:27:16 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EXxqu-0006oD-8c
	for sctp-impl-archive@megatron.ietf.org; Fri, 04 Nov 2005 04:27:16 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id EAA05481
	for <sctp-impl-archive@ietf.org>; Fri, 4 Nov 2005 04:26:52 -0500 (EST)
Received: from [58.180.197.62] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EXy5r-0007yL-LH
	for sctp-impl-archive@ietf.org; Fri, 04 Nov 2005 04:42:44 -0500
Received: (qmail 21066 invoked by uid 509); 4 Nov 2005 15:28:52 +0900
Date: 4 Nov 2005 15:28:52 +0900
Message-ID: <20051104062852.21065.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B=w@-$H2q$C$F$/$l$^$;$s$+!)(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 7bac9cb154eb5790ae3b2913587a40de

http://www.awg5.net/?sanman
$B:#2s!"N$H~$5$s$H$$$&=w@-$r>R2p$7$F$$$^$9!"EDCf$H?=$7$^$9!#N$H~$5$s$H$$$&=w@-$O;E;v$,B?K;$JJ}$GCK@-$H$N=P2q$$$,L5$/!";d$,Be9T$7$F!"CK@-$H$N=P2q$$$rJQ$o$j$KC5$7$F$^$9!#$$$-$J$j$N%a!<%k$G?=$7Lu$J$$$G$9!#$b$7N$H~$5$s$K$*2q$$$7$F$$$?$@$1$k$J$i!"N$H~$5$s$+$i$NJs=7$N0lIt$r5.J}$K$*;YJ'$$$7$^$9!#$b$7;d$N;v$,?.$8$l$J$$$N$G$"$l$P!"N$H~$5$s$K2q$&A0$K5.J}$X$N?69~$_$b2DG=$G$9!#$3$A$i$GH`=w$N<L??$r3NG'$G$-$^$9!#(B
http://www.awg5.net/?sanman

::::::::::::::::::::::::::::
I don't veceive your mail
awg_tokyo@yahoo.com.au
$B%a!<%kITMW(B
awg_tokyo@yahoo.com.au
::::::::::::::::::::::::::::



From info@mail.nkjste.com Fri Nov 04 08:30:44 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EY1eV-0003GF-OT
	for sctp-impl-archive@megatron.ietf.org; Fri, 04 Nov 2005 08:30:44 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA19341
	for <sctp-impl-archive@ietf.org>; Fri, 4 Nov 2005 08:30:20 -0500 (EST)
Received: from [58.180.197.65] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EY1tV-0006f8-8V
	for sctp-impl-archive@ietf.org; Fri, 04 Nov 2005 08:46:13 -0500
Received: (qmail 32385 invoked by uid 509); 4 Nov 2005 19:56:05 +0900
Date: 4 Nov 2005 19:56:05 +0900
Message-ID: <20051104105605.32384.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B40A4L5NA$NAG?M=PD%%[%9%H$N%"%k%P%$%H(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: ffa9dfbbe7cc58b3fa6b8ae3e57b0aa3

$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-AG(-(-?M(-(-=P(-(-D%(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://www.awg5.net/?freehost
$B"(%[%9%HBgJg=8!J$*;n$740A4L5NAEPO?#O#K!*!K(B
$B"($9$Y$F%(%C%AL\E*$@$+$iNI$$;W$$$r$7$F>.8/$$2T$.!*(B
$B"($*Aj<j$O(B10$BBe!&#O#L!&Bg3X@8!&@lLg3X9;@8!&<c:J!&=O=w!&IwB/>n!&#S>n!&#M>n!&(B
$B%J!<%9!&%9%C%A!<$J$I(B
$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-40(-(-A4(-(-L5(-(-NA(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://www.awg5.net/?freehost
$B(.(,(/(.(,(/(B
$B(-$*;n$7#O#K(-(B
$B(1(,(0(1(,(0(B
$B"(;E;v$N9g4V!"5YF|$rMxMQ$7$F<}F~%"%C%W$r$7$^$;$s$+!*D64JC1$JI{6H$G$9!#(B
$B!y5.J}$b%j%C%A$K$J$j$^$;$s$+!)(B
http://www.awg5.net/?freehost

$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B
An unnecessary person please reply at the following.
$B:#8e!"<u?.$r5qH]$9$k>l9g$OJV?.2<$5$$!#(B
awg_tokyo@yahoo.com.au
$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B

18$B:PL$K~$OMxMQ6X;_$G$9!#(B



From info@mail.mjhstd.com Fri Nov 04 09:53:13 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EY2wK-0003Ce-Ek
	for sctp-impl-archive@megatron.ietf.org; Fri, 04 Nov 2005 09:53:13 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA24015
	for <sctp-impl-archive@ietf.org>; Fri, 4 Nov 2005 09:52:48 -0500 (EST)
Received: from [58.180.197.5] (helo=mail.mjhstd.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EY3BD-0000ch-Ef
	for sctp-impl-archive@ietf.org; Fri, 04 Nov 2005 10:08:43 -0500
Received: (qmail 4661 invoked by uid 509); 4 Nov 2005 21:19:51 +0900
Date: 4 Nov 2005 21:19:51 +0900
Message-ID: <20051104121951.4660.qmail@mail.mjhstd.com>
From: info@mjhstd.com
To: sctp-impl-archive@ietf.org
Subject: $B$<!A$s$V!"%?%@$@$h"v(B(^^)v$BB(7h(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 93238566e09e6e262849b4f805833007

$B($!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B
$B("!@!?("!!!y(BPerfect Free PC Site$B!yCB@8!*!*(B
$B(&(!(!(%!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B
$B$=$NL>$NDL$j40A4L5NA$GD>EE8r49!uD>EE1\Mw$,$G$-$k$h$s"v(B
http://www.awg5.net/?alltada 

$B%a!<%k$G%@%i%@%i$9$kI,MWL5$7!*(B
$B!yEEOC$GB(7h$@$+$i4V0c$$L5$7!*(B
$B!y$b$A$m$s%a!<%k$rFI$`$N$bAw$k$N$b40A4L5NA"v(B
$B!y%a!<%k$K$9$k$bNI$7!*EEOC$K$9$k$bNI$7!*5.J}<!Bh$G$I$&$K$G$b$7$F$M"v(B
http://www.awg5.net/?alltada
$B!y(#(!(!($!y(#(!(!($!y(#(!(!($!y(#(!(!($!y(#(!(!($!y(B
$B!z("AG?M("!z("?M:J("!z("5U1g("!z("3X@8("!z("#S#M("!z(B
$B!y(&(!(!(%!y(&(!(!(%!y(&(!(!(%!y(&(!(!(%!y(&(!(!(%!y(B
$B!!(B
$B$*9%$-$J%8%c%s%k$G$I$&$>$)!A!A(Bv(*^^*)v$B$G$bAa$$$b$N>!$A$@$h$s!y(B

$B"#(,(,(,(,(,(,(,(,(,(,(,"#(B
$BM-NA$,9%$-$JJ}$O$3$A$i$M"v(B
$B"((BI don't veceive your mail
awg_tokyo@yahoo.com.au
$B"(%a!<%kITMW(B
awg_tokyo@yahoo.com.au
$B"#(,(,(,(,(,(,(,(,(,(,(,"#(B



From keesy@fuzzware.com Fri Nov 04 11:42:27 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EY4e3-0007Em-6a
	for sctp-impl-archive@megatron.ietf.org; Fri, 04 Nov 2005 11:42:27 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA29203
	for <sctp-impl-archive@ietf.org>; Fri, 4 Nov 2005 11:42:02 -0500 (EST)
Received: from host182-33.pool212171.interbusiness.it ([212.171.33.182] helo=fuzzware.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EY4t3-0003VQ-Fn
	for sctp-impl-archive@ietf.org; Fri, 04 Nov 2005 11:57:59 -0500
From: "Kees Hopkins" <keesy@fuzzware.com>
To: "Martzel Amis" <sctp-impl-archive@ietf.org>
Message-ID: <001b01c5e15e$e8de8600$451ea8c0@visualize>
Subject: Re: Willies great news
Date: Fri, 4 Nov 2005 11:43:40 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0018_01C5E135.00087E00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: 244a2fd369eaf00ce6820a760a3de2e8

This is a multi-part message in MIME format.

------=_NextPart_000_0018_01C5E135.00087E00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Good day
pay
ur Meddicat
t our Phar
ss S
, Quit over
ing for yo
ions - visi
maExpre
hop.
Extra data - http://chelaffq.acshowed.com

------=_NextPart_000_0018_01C5E135.00087E00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE style=3D"BORDER-RIGHT: 0px;" cellSpacing=3D0 cellPadding=3D0>
  <TR style=3D"BORDER-TOP-WIDTH: 0px;">
    <TD style=3D"PADDING-BOTTOM: 0px;" rowSpan=3D2 vAlign=3Dbottom><FONT =
size=3D3>Good day</FONT></TD><TD></TD>
    <TD style=3D"PADDING-BOTTOM: 0px;" rowSpan=3D2 vAlign=3Dbottom><FONT =
size=3D3>pay</FONT></TD><TD></TD>
    <TD style=3D"PADDING-BOTTOM: 0px;" rowSpan=3D2 vAlign=3Dbottom><FONT =
size=3D3>ur Meddicat</FONT></TD><TD></TD>
    <TD style=3D"PADDING-BOTTOM: 0px;" rowSpan=3D2 vAlign=3Dbottom><FONT =
size=3D3>t our Phar</FONT></TD><TD></TD>
    <TD style=3D"PADDING-BOTTOM: 0px;" rowSpan=3D2 vAlign=3Dbottom><FONT =
size=3D3>ss S</FONT></TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-TOP-WIDTH: 0px;">
    <TD vAlign=3Dbottom style=3D"MARGIN-LEFT: 0px;"><FONT size=3D3>, Quit =
over</FONT></TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-LEFT: 0px;"><FONT size=3D3>ing for =
yo</FONT></TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-LEFT: 0px;"><FONT size=3D3>ions - =
visi</FONT></TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-LEFT: 0px;"><FONT size=3D3>m=
aExpre</FONT></TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-LEFT: 0px;"><FONT size=3D3>h=
op.</FONT></TD>
  </TR></TABLE>
<DIV>&nbsp;</DIV>
<DIV><FONT size=3D3>Extra data - <A href=3D"http://chelaffq.acshowed.com=
"><FONT face=3DArial size=3D3>http://chelaffq.acshowed.com</FONT></A><=
/FONT></DIV></BODY></HTML>

------=_NextPart_000_0018_01C5E135.00087E00--




From info@mail.mjnhb.com Fri Nov 04 12:51:30 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EY5is-00057Y-Mg
	for sctp-impl-archive@megatron.ietf.org; Fri, 04 Nov 2005 12:51:30 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA04235
	for <sctp-impl-archive@ietf.org>; Fri, 4 Nov 2005 12:51:07 -0500 (EST)
Received: from [58.180.197.10] (helo=mail.mjnhb.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EY5xt-0005ni-Nl
	for sctp-impl-archive@ietf.org; Fri, 04 Nov 2005 13:07:03 -0500
Received: (qmail 17083 invoked by uid 508); 4 Nov 2005 23:55:39 +0900
Date: 4 Nov 2005 23:55:39 +0900
Message-ID: <20051104145539.17082.qmail@mail.mjnhb.com>
From: info@mjnhb.com
To: sctp-impl-archive@ietf.org
Subject: $BBt0f$G$9(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 7aefe408d50e9c7c47615841cb314bed

$BFMA3$N%a!<%k$G?=$7Lu$4$6$$$^$;$s!#;d$O%^%@%`6f3ZIt$H$$$&A49qE83+$N#3#0Be0J>e$N4{:'<T$,=8$^$k!"%3%_%e%K%F%#$rE}3g$7$F$$$kBt0f9%H~$H?=$7$^$9!#4JC1$K@bL@$$$?$7$^$9$H!"?M:J$N=w@-$,0&?M$rC5$9%3%_%e%K%F%#$G$9!#$=$N$h$&$J4X78$K6=L#$N$"$kCK@-$O%3%A%i$^$G%"%/%;%9$7$F2<$5$$(B http://www.awg5.net/?d1$B!!%3%A%i$G%^%@%`6f3ZIt$H8!:w$7$F$b$i$($l$P=w@-$N4i<L??IU$-$N%W%m%U%#!<%k$HO"Mm@h$r8+$k;v$,$G$-$^$9!#$*BT$A$7$F$*$j$^$9!#(B


//////////////////////////////////////////////////////////
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bawg_tokyo@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bawg_tokyo@yahoo.com.au
////////////////////////////////////////////////////////// 



From CathyBlair@radiation-effects.biz Fri Nov 04 15:41:03 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EY8Mx-0007tt-PO; Fri, 04 Nov 2005 15:41:03 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA12289;
	Fri, 4 Nov 2005 15:40:39 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EY8bt-0001ie-DH; Fri, 04 Nov 2005 15:56:37 -0500
Received: from [221.142.255.168] (helo=65.246.255.50)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EY8Mm-0007YJ-OI; Fri, 04 Nov 2005 15:40:53 -0500
Received: from Aks@localhost by 5x3g.int (8.11.6/8.11.6); Fri, 04 Nov 2005 16:57:35 -0100
Message-ID: <gUtgoMdWuVbyd0prjhbTO@reamers.biz>
From: "Erica Donahue" <CathyBlair@radiation-effects.biz>
Reply-To: "Erica Donahue" <CathyBlair@radiation-effects.biz>
To: sctp-impl-archive@ietf.org
Subject: Re: OEM Windows, Windows, & Symantec on $ale Now
Date: Fri, 04 Nov 2005 16:51:35 -0100
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: CathyBlair@radiation-effects.biz
Content-Type: multipart/mixed;  boundary="--BcdNoNEXDReXUZ9JR4pe"
X-Spam-Score: 4.7 (++++)
X-Scan-Signature: fe105289edd72640d9f392da880eefa2

Av5E 

----BcdNoNEXDReXUZ9JR4pe
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>y</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3DkyFp name=3DpJ=
MG><meta content=3DqcY6 name=3D5F5d><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3DLMsM n=
ame=3DBphB></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://oem4dummies.=
net/?M>unsubscribe me</a></font></td><td width=3D331 height=3D38><a href=3D=
http://oem4dummies.net/?X> <img border=3D0 src=3Dhttp://g-images.amazon.co=
m/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif align=3D=
right width=3D300 height=3D22></a></td></tr></table></div><tbody><tr><td c=
lass=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></tr></tbod=
y></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><t=
r><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D0 bord=
er=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 cellP=
adding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td w=
idth=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/images/G=
/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><td bgco=
lor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://oem4d=
ummies.net/?4> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.c=
om/images/G/01/search-browse/go-button-software.gif align=3Dmiddle value=3D=
Go border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr></tab=
le></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cellPadd=
ing=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom align=
=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 border=3D=
0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><font=
 size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow=
-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D#000=
080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://oem4d=
ummies.net/?d>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>&nb=
sp;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td width=
=3D132><a href=3Dhttp://oem4dummies.net/?s> <font face=3Dverdana,arial,hel=
vetica size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D4>&nb=
sp;</td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td width=
=3D132><a href=3Dhttp://oem4dummies.net/?7> <font face=3Dverdana,arial,hel=
vetica size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td><td wid=
th=3D132><a href=3Dhttp://oem4dummies.net/?N> <font face=3Dverdana,arial,h=
elvetica size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><td width=3D=
4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>5</font></td><td =
width=3D132> <a href=3Dhttp://oem4dummies.net/?C> <font face=3Dverdana,ari=
al,helvetica size=3D1>Macromedia Flash 8</font></a></td></tr><tr><td width=
=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>6</font></td><=
td width=3D132> <a href=3Dhttp://oem4dummies.net/?0> <font face=3Dverdana,=
arial,helvetica size=3D1>Dreamweaver 8</font></a></td></tr><tr><td width=3D=
4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>7</font></td><td =
width=3D132><a href=3Dhttp://oem4dummies.net/?X> <font face=3Dverdana,aria=
l,helvetica size=3D1>Norton Sysworks 2005</font></a></td></tr><tr><td widt=
h=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>8</font></td>=
<td width=3D132> <a href=3Dhttp://oem4dummies.net/?4> <font face=3Dverdana=
,arial,helvetica size=3D1>Adobe GoLive CS2</font></a></td></tr><tr><td wid=
th=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>9</font></td=
><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3D=
http://oem4dummies.net/?D>Adobe Illustrator CS2</a></font></td></tr><tr><t=
d width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>10</fon=
t></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a =
href=3Dhttp://oem4dummies.net/?d>Borland Architect 2005</a></font></td></t=
r><tr><td width=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span class=3Ds=
mall><b> <font face=3DVerdana size=3D1>See more by this manufacturer</font=
></b></span></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</t=
d><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3D=
http://oem4dummies.net/?t>Microsoft</a></font></td></tr><tr><td width=3D4>=
&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132><a href=3Dhttp://oem4d=
ummies.net/?b> <font face=3Dverdana,arial,helvetica size=3D1>Macromedia</f=
ont></a></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><t=
d width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dht=
tp://oem4dummies.net/?S>Adobe</a></font></td></tr><tr><td width=3D4>&nbsp;=
</td><td colSpan=3D2 width=3D144><span class=3Dsmall><b> <font face=3DVerd=
ana size=3D1>Customers also bought</font></b></span></td></tr><tr><td widt=
h=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132> <font face=3Dve=
rdana,arial,helvetica size=3D1> <a href=3Dhttp://oem4dummies.net/?I>these =
other items...</a></font></td></tr></table></td></tr></table></td></tr></t=
able></td></tr></table></td><td vAlign=3Dtop align=3Dleft width=3D530><p><=
b class=3Dsans>Microsoft Windows XP Professional *w/SP2*</b><br> <span cla=
ss=3Dsmall><a href=3Dhttp://oem4dummies.net/?d>Microsoft</a><img border=3D=
0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_v=
ersion.gif width=3D82 height=3D14></span><br></p><table border=3D0><tr><td=
 noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap><table ce=
llSpacing=3D0 cellPadding=3D0 border=3D0 width=3D170><tr><td width=3D135><=
a href=3Dhttp://oem4dummies.net/?w> <select name=3Dedit1> <option selected=
>View Other Titles</option> </select></a></td><td noWrap width=3D35>&nbsp;=
<a href=3Dhttp://oem4dummies.net/?n><input type=3Dimage alt=3DGo src=3Dhtt=
p://g-images.amazon.com/images/G/01/search-browse/go-button-software.gif v=
alue=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 height=3D2=
1></a></td></tr></table></td></tr></table><p><a href=3Dhttp://oem4dummies.=
net/?5> <img height=3D150 src=3Dhttp://images.amazon.com/images/P/B00022PT=
T8.01._SCMZZZZZZZ_.jpg width=3D135 align=3Dleft border=3D0 name=3Dprod_ima=
ge hspace=3D5></a><span class=3Dsmall></p><table cellSpacing=3D0 cellPaddi=
ng=3D0 border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dt=
op noWrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td=
 height=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><sp=
an class=3Dlistprice>$299.00</span></td></tr><tr><td class=3Dsmall vAlign=3D=
top noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td hei=
ght=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b clas=
s=3Dprice>$49.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap al=
ign=3Dright height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 wid=
th=3D11></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>=
$249.01 (80%)</span></td></tr></table><p><a href=3Dhttp://oem4dummies.net/=
?O> <img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/a=
dd-to-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availa=
bility:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> w1E0mC=
<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/vi=
deogames/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20>=
 Windows XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #1<br> </sp=
an><span class=3Dsmall><a href=3Dhttp://oem4dummies.net/?r>System requirem=
ents</a>&nbsp; |&nbsp; <a href=3Dhttp://oem4dummies.net/?y>Other Versions<=
/a></span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31s=
t, 2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img =
height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/imag=
es/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D=
0> Based on 15427 reviews. <a href=3Dhttp://oem4dummies.net/?D>Write a rev=
iew</a>.</font></p> <hr noShade SIZE=3D1><table border=3D0 cellpadding=3D0=
 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111=
 width=3D100% id=3DAutoNumber1 height=3D55><tr><td width=3D100=
% height=3D55><p><b class=3Dsans>Adobe Creative Suite 2 *Premium*</b><br> =
<span class=3Dsmall><a href=3Dhttp://oem4dummies.net/?j>Adobe</a><img bord=
er=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/new=
est_version.gif width=3D82 height=3D14></span><br></p><table border=3D0><t=
r><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap><tab=
le cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><td width=3D=
126><a href=3Dhttp://oem4dummies.net/?J> <select name=3Dedit1> <option sel=
ected>View Other Titles</option> </select></a></td><td noWrap width=3D38>&=
nbsp;<a href=3Dhttp://oem4dummies.net/?b><input type=3Dimage alt=3DGo src=3D=
http://g-images.amazon.com/images/G/01/search-browse/go-button-software.gi=
f value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 height=3D=
21></a></td></tr></table></td></tr></table><p><a href=3Dhttp://oem4dummies=
net/?m> <img height=3D156 src=3Dhttp://ec1.images-amazon.com/images/P/B00=
080DPCW.01._PE7_SCMZZZZZZZ_.jpg width=3D151 align=3Dleft border=3D0 name=3D=
prod_image></a><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0 height=3D21 width=3D193><tr><td class=3Dsmall vAlign=3Dtop no=
Wrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td heig=
ht=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D109><span cl=
ass=3Dlistprice>$1199.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dto=
p noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td heigh=
t=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D109><b class=3D=
price>$149.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=
=3Dright height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D=
11></td><td class=3Dsmall height=3D1 width=3D109><span class=3Dprice>$1049=
01 (95%)</span></td></tr></table><p><a href=3Dhttp://oem4dummies.net/?a> =
<img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-t=
o-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabili=
ty:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> 1ZsR8KO<br=
> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/video=
games/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Wi=
ndows XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #2<br> </span>=
<span class=3Dsmall><a href=3Dhttp://oem4dummies.net/?S>System requirement=
s</a>&nbsp; |&nbsp; <a href=3Dhttp://oem4dummies.net/?C>Other Versions</a>=
</span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, =
2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img hei=
ght=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/=
G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0>=
 Based on 163789 reviews. <a href=3Dhttp://oem4dummies.net/?L>Write a revi=
ew</a>.</font></p> </font><hr noShade SIZE=3D1></td></tr><tr><td width=3D1=
00% height=3D55><p><b class=3Dsans>Microsoft Office 2003 *Professional*</b=
><br> <span class=3Dsmall><a href=3Dhttp://oem4dummies.net/?8>Microsoft</a=
><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/s=
ticker/newest_version.gif width=3D82 height=3D14></span><br></p><table bor=
der=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop n=
oWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><t=
d width=3D126><a href=3Dhttp://oem4dummies.net/?D> <select name=3Dedit1> <=
option selected>View Other Titles</option> </select></a></td><td noWrap wi=
dth=3D38>&nbsp;<a href=3Dhttp://oem4dummies.net/?B><input type=3Dimage alt=
=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-button=
-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D=
21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp:/=
/oem4dummies.net/?f> <img src=3Dhttp://images.amazon.com/images/P/B0000AZJ=
VC.01._SCMZZZZZZZ_.jpg align=3Dleft border=3D0 name=3Dprod_image width=3D1=
17 height=3D150></a><span class=3Dsmall></p> </span><p><span class=3Dsmall=
></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D=
189><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 wi=
dth=3D73> <b>List Price:</b></td><td height=3D18 width=3D11></td><td class=
=3Dsmall height=3D18 width=3D105><span class=3Dlistprice>$499.00</span></t=
d></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18=
 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11></td><td class=3D=
small height=3D18 width=3D105><b class=3Dprice>$69.99</b></td></tr><tr><td=
 class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b=
>You Save:</b></td><td height=3D1 width=3D11></td><td class=3Dsmall height=
=3D1 width=3D105><span class=3Dprice>$429.01 (85%)</span></td></tr></table=
><p><a href=3Dhttp://oem4dummies.net/?6> <img border=3D0 src=3Dhttp://g-im=
ages.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D1=
13 height=3D23></a><br><br> <b>Availability:</b> Available for INSTANT dow=
nload!<br> <b>Coupon Code:</b> VTd9j<br> <b>Platform:</b> <img src=3Dhttp:=
//g-images.amazon.com/images/G/01/videogames/icons/browse-icon-windows.gif=
 align=3Dtop width=3D20 height=3D20> Windows XP</p><p></span><span class=3D=
tiny><b>Sales Rank:</b> #3</span><span class=3Dsmall><a href=3Dhttp://oem4=
dummies.net/?0><br> System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp:/=
/oem4dummies.net/?s>Other Versions</a></span><span class=3Dtiny><br> <b>Da=
te Coupon Expires:</b> December 31st, 2005<br> </span><font class=3Dtiny><=
b>Average Customer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" sr=
c=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-review=
s/stars-5-0.gif width=3D64 border=3D0> Based on 1772 reviews. <a href=3Dht=
tp://oem4dummies.net/?L>Write a review</a>.</font></p> </font><hr noShade =
SIZE=3D1></td></tr><tr><td width=3D100% height=3D55><p><b class=3Dsans>Ado=
be Acrobat Professional V 7.0</b><br> <span class=3Dsmall><a href=3Dhttp:/=
/oem4dummies.net/?C>Adobe</a><img border=3D0 src=3Dhttp://g-images.amazon.=
com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D=
14></span><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose=
:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 b=
order=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://oem4dummies.net=
/?C> <select name=3Dedit1> <option selected>View Other Titles</option> </s=
elect></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://oem4dummies.ne=
t/?6><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/images/=
G/01/search-browse/go-button-software.gif value=3DGo border=3D0 name=3Dsub=
mit.display-variation width=3D21 height=3D21></a></td></tr></table></td></=
tr></table><p><a href=3Dhttp://oem4dummies.net/?2> <img height=3D150 src=3D=
http://images.amazon.com/images/P/B00069E7KO.01.LZZZZZZZ.jpg width=3D175 a=
lign=3Dleft border=3D0 name=3Dprod_image></a><span class=3Dsmall></p><tabl=
e cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><tr><=
td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73>=
 <b>List Price:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall =
height=3D18 width=3D105><span class=3Dlistprice>$499.00</span></td></tr><t=
r><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D=
73> <b>Price:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall he=
ight=3D18 width=3D105><b class=3Dprice>$69.99</b></td></tr><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save=
:</b></td><td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 widt=
h=3D105><span class=3Dprice>$429.01 (85%)</span></td></tr></table><p><a hr=
ef=3Dhttp://oem4dummies.net/?y> <img border=3D0 src=3Dhttp://g-images.amaz=
on.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=
=3D23></a><br><br> <b>Availability:</b> Available for INSTANT download!<br=
> <b>Coupon Code:</b> vNyH4Ng<br> <b>Platform:</b> <img src=3Dhttp://g-ima=
ges.amazon.com/images/G/01/videogames/icons/browse-icon-windows.gif align=3D=
top width=3D20 height=3D20> Windows XP</span></p><p><span class=3Dtiny><b>=
Sales Rank:</b> #4</span><span class=3Dsmall><a href=3Dhttp://oem4dummies.=
net/?4><br> System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://oem4dum=
mies.net/?S>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupo=
n Expires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Averag=
e Customer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp=
://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-=
5-0.gif width=3D64 border=3D0> Based on 112928 reviews. <a href=3Dhttp://o=
em4dummies.net/?E>Write a review</a>.</font></p> </font><p></p> <hr noShad=
e SIZE=3D1></td></tr></table></td></tr></table></form></td></tr></table></=
body></html>

----BcdNoNEXDReXUZ9JR4pe--



From info@mail.mjnhb.com Fri Nov 04 16:41:35 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EY9JW-0000d1-PK
	for sctp-impl-archive@megatron.ietf.org; Fri, 04 Nov 2005 16:41:35 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA15586
	for <sctp-impl-archive@ietf.org>; Fri, 4 Nov 2005 16:41:07 -0500 (EST)
Received: from [58.180.197.8] (helo=mail.mjnhb.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EY9YV-0003W1-Uh
	for sctp-impl-archive@ietf.org; Fri, 04 Nov 2005 16:57:05 -0500
Received: (qmail 24302 invoked by uid 508); 5 Nov 2005 03:50:56 +0900
Date: 5 Nov 2005 03:50:56 +0900
Message-ID: <20051104185056.24301.qmail@mail.mjnhb.com>
From: info@mjnhb.com
To: sctp-impl-archive@ietf.org
Subject: $B$<!A$s$V!"%?%@$@$h"v(B(^^)v$BB(7h(B
X-Spam-Score: 3.9 (+++)
X-Scan-Signature: 93238566e09e6e262849b4f805833007

$B($!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B
$B("!@!?("!!!y(BPerfect Free PC Site$B!yCB@8!*!*(B
$B(&(!(!(%!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B
$B$=$NL>$NDL$j40A4L5NA$GD>EE8r49!uD>EE1\Mw$,$G$-$k$h$s"v(B
http://www.awg5.net/?alltada 

$B%a!<%k$G%@%i%@%i$9$kI,MWL5$7!*(B
$B!yEEOC$GB(7h$@$+$i4V0c$$L5$7!*(B
$B!y$b$A$m$s%a!<%k$rFI$`$N$bAw$k$N$b40A4L5NA"v(B
$B!y%a!<%k$K$9$k$bNI$7!*EEOC$K$9$k$bNI$7!*5.J}<!Bh$G$I$&$K$G$b$7$F$M"v(B
http://www.awg5.net/?alltada
$B!y(#(!(!($!y(#(!(!($!y(#(!(!($!y(#(!(!($!y(#(!(!($!y(B
$B!z("AG?M("!z("?M:J("!z("5U1g("!z("3X@8("!z("#S#M("!z(B
$B!y(&(!(!(%!y(&(!(!(%!y(&(!(!(%!y(&(!(!(%!y(&(!(!(%!y(B
$B!!(B
$B$*9%$-$J%8%c%s%k$G$I$&$>$)!A!A(Bv(*^^*)v$B$G$bAa$$$b$N>!$A$@$h$s!y(B

$B"#(,(,(,(,(,(,(,(,(,(,(,"#(B
$BM-NA$,9%$-$JJ}$O$3$A$i$M"v(B
$B"((BI don't veceive your mail
awg_tokyo@yahoo.com.au
$B"(%a!<%kITMW(B
awg_tokyo@yahoo.com.au
$B"#(,(,(,(,(,(,(,(,(,(,(,"#(B



From info@mail.nkjste.com Sat Nov 05 00:27:34 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYGaU-0004aX-5l
	for sctp-impl-archive@megatron.ietf.org; Sat, 05 Nov 2005 00:27:34 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA10513
	for <sctp-impl-archive@ietf.org>; Sat, 5 Nov 2005 00:27:08 -0500 (EST)
Received: from [58.180.197.64] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYGpa-0007Py-Qq
	for sctp-impl-archive@ietf.org; Sat, 05 Nov 2005 00:43:12 -0500
Received: (qmail 4842 invoked by uid 509); 5 Nov 2005 12:06:08 +0900
Date: 5 Nov 2005 12:06:08 +0900
Message-ID: <20051105030608.4841.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B;~4V$,9g$($P2q$C$F$$$?$@$1$^$;$s$+!)(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 7a6398bf8aaeabc7a7bb696b6b0a2aad

$BEv%5%$%H$G$O!"(Bhttp://www.awg5.net/?c1/ $B$"$k0lDj$NNA6b$r%5%$%HB&$K<}$a$?=w@-$N$*5RMM$KM%@hE*$KCK@-$N>R2p$r9T$C$F$*$j$^$9!#$=$N0YCK@-$NNA6b$O0l@Z$+$+$j$^$;$s!#8=:_#2L>$N=w@-$,!"CK@-$r5a$a$F$^$9!#(B
--------------------------------------------------------------------
$B!Z6b>k7CH~![$5$s!"#3#4:P!#4uK>F|;~"*2P!"LZ!"!"EZ!"F|MKF|$N#2#3;~$^$G(B

$B!Z(BSAYAKA$B![$5$s!"#2#3:P!#4uK>F|;~"*6b!"EZMKF|$N#1#8;~0J9_$J$i2?;~$G$b(B

$B!Z$9$:![$5$s!!!!!!!!#2#4:P!#4uK>F|;~"*EZMKF|$N#1#2;~0J9_$J$i2?;~$G$b(B
--------------------------------------------------------------------
$B$b$7;~4V$,9g$&$N$G$"$l$PD>@\O"Mm@h$N8r49$r$3$A$i$G9T$C$F$/$@$5$$!*(Bhttp://www.awg5.net/?c1/ $B<L??$N3NG'$b$3$A$i$G$G$-$^$9!#>0!"Ev%5%$%H$O0l@ZCK@-$NNA6b$O$+$+$j$^$;$s!#CK@-8!:w4|8B$,FsL>$H$bL@F|$^$G$H$J$C$F$*$j$^$9$N$G!"$J$k$Y$/$*Aa$a$K!"2q$&;v$,2DG=$J>l9g$O!"%a!<%k$rAw$C$F$"$2$F$/$@$5$$!#5^$J%a!<%k$GBgJQ<:Ni$7$^$7$?!#(B
$B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bawg_tokyo@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bawg_tokyo@yahoo.com.au
$B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B



From info@mail.nkjste.com Sat Nov 05 04:10:52 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYK4a-00062o-2a
	for sctp-impl-archive@megatron.ietf.org; Sat, 05 Nov 2005 04:10:52 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id EAA19214
	for <sctp-impl-archive@ietf.org>; Sat, 5 Nov 2005 04:10:25 -0500 (EST)
Received: from [58.180.197.65] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYKJg-0003y3-Rd
	for sctp-impl-archive@ietf.org; Sat, 05 Nov 2005 04:26:30 -0500
Received: (qmail 9380 invoked by uid 509); 5 Nov 2005 15:43:41 +0900
Date: 5 Nov 2005 15:43:41 +0900
Message-ID: <20051105064341.9379.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $BNx?MBe9TEPO?40A4L5NA(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 9466e0365fc95844abaf7c3f15a05c7d

$B!ZK\Ev$NNx?M5$J,$r$44.G=$7$F$M!"=w@-;o!&=54);o$J$I$G8=:_$b@kEACf![(B
$B!yB?$/$N=w@-2q0w$K4n$P$l$F$^$9!#%(%C%A$bL^O@#O#K!*!*(B

$B=50l$NNx?M7@Ls(B
$B!ZJs=7(B1$B2s(B2$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.awg5.net/?trip1
$B=5;0$NNx?M7@Ls(B
$B!ZJs=7(B1$B2s(B5$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.molt-legart.com/?trip2
$BH>G/$NNx?M7@Ls(B
$B!ZJs=7!&7n(B25$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.awg5.net/?trip3
$B"(=w@-2q0w$O;YJ'$$G=NO$"$kJ}$N$_:_@R$7$F$^$9!#(B
$B"(L^O@!"Js=7$O@hJ'$$8}:BHV9f$r=w@-$K$*CN$i$;$7$F2<$5$$!#(B
$B"(=w@-$N?H853N<B!*(B
$B"(ESCf2rLs<+M3!J2?;~$G$b4JC1B`2q!K(B




_/_/_/_/_/_/_/_/_/_/_/_/
$BITMW$JJ}$O"-(B
An unnecessary person please reply at the following.
awg_tokyo@yahoo.com.au
18$B:PL$K~6X;_(B
_/_/_/_/_/_/_/_/_/_/_/_/



From info@mail.fgqn.com Sat Nov 05 05:33:48 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYLMq-00028O-1Z
	for sctp-impl-archive@megatron.ietf.org; Sat, 05 Nov 2005 05:33:48 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id FAA23347
	for <sctp-impl-archive@ietf.org>; Sat, 5 Nov 2005 05:33:23 -0500 (EST)
Received: from [125.57.106.226] (helo=mail.fgqn.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYLc0-00060D-No
	for sctp-impl-archive@ietf.org; Sat, 05 Nov 2005 05:49:29 -0500
Received: (qmail 31091 invoked by uid 510); 5 Nov 2005 07:10:56 +0900
Date: 5 Nov 2005 07:10:56 +0900
Message-ID: <20051104221056.31090.qmail@mail.fgqn.com>
From: info@fgqn.com
To: sctp-impl-archive@ietf.org
Subject: $B4JC1$KBg6b$r2T$$$G$/$@$5$$!T(BID105246$BMMFCJL4k2h!U(B
X-Spam-Score: 3.3 (+++)
X-Scan-Signature: 08170828343bcf1325e4a0fb4584481c

$B!~"!!~(BID105246$BMMFCJL>7BT>u"!!~"!(B
$B4JC1$K$*6b$r2T$0;v$,$G$-$^$9!#K\Ev$K4JC1$G$9!#(B
$B8+$FD:$1$l$P$9$0J,$+$j$^$9!#(B
$B"->\$7$$>\:Y$O"-(B
http://www.gyakuten5.net/?okane/








$B%a!<%k<u?.5qH](B
gyakuten_angel@yahoo.com.au



From info@mail.nkjste.com Sat Nov 05 08:34:59 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYOCA-0004K3-SB
	for sctp-impl-archive@megatron.ietf.org; Sat, 05 Nov 2005 08:34:59 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA01256
	for <sctp-impl-archive@ietf.org>; Sat, 5 Nov 2005 08:34:35 -0500 (EST)
Received: from [58.180.197.65] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYORM-0001vd-QX
	for sctp-impl-archive@ietf.org; Sat, 05 Nov 2005 08:50:41 -0500
Received: (qmail 14788 invoked by uid 509); 5 Nov 2005 19:46:49 +0900
Date: 5 Nov 2005 19:46:49 +0900
Message-ID: <20051105104649.14787.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $BAG?M=w@-!y0lBP0l$N%S%G%*;#1F$X1~Jg"v(B
X-Spam-Score: 3.9 (+++)
X-Scan-Signature: 798b2e660f1819ae38035ac1d8d5e3ab

$B!y=w@-$+$i$N%*%J%K$r;#1F$7$FM_$7$$$H$N0MMj$,;&E~$7!":$$C$F$$$k<!Bh$G$9!#(B
$B$=$3$G=w@-$NJ}$+$iNA6b$rD:$-!"$3$N4k2h$rN)$A>e$2$?<!Bh$G$9!#(B
http://www.awg5.net/?actor
$B"(@'Hs!";d$?$A=w@-%9%?%C%U$N4k2h$K;22C$7$F8+$^$;$s$+!*(B
$B"#"#"#CK@-$NJ}$K$O#PM-$j"#"#"#(B
http://www.awg5.net/?actor
$B"(%*%J%K0J30$NFs?M$NMm$_9g$&%7!<%s$r%S%G%*$G;#1F#O#K!*!*(B
_/_/_/_/_/$BAG?M#A#VCKM%Jg=8(B_/_/_/_/_/
$B!y;22CHqL5NA!*!*(B
$B!y$*Aj<j$OAG?M=w@-$+$i#A#V=wM%$NMq$,$*Aj<jCW$7$^$9!#(B
$B!y0lBP0l$N=w@-$N%*%J%K$r;#1F$7$FLc$$$^$9!#(B
$B!y0lEYFs?M$-$j$G4i9g$o$;$r$7$F$+$i7h$a$F2<$5$$"v(B
$B!y1GA|$O!"5.J}$,;}$A5"$C$F$b9=$$$^$;$s(B
$B!ZL5NA$G$9![(B
$B!y6a=j$N9%$_$N=w@-$r8!:w$G$-$^$9!#(B
http://www.awg5.net/?actor
$B"(0lEY!"%F%l%S$d;(;o$J$I$G8+$?=w$N;R$H$bBN83=PMh$k%A%c%s%9$G$9!#(B
$B!IAa$$$b$N>!$A$G$9!*!*!I(B
//////////////////////////////////////////////////////////
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bawg_tokyo@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bawg_tokyo@yahoo.com.au
////////////////////////////////////////////////////////// 



From kelleuk@bariloche.com.ar Sat Nov 05 11:56:59 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYRLf-0000fH-Jv
	for sctp-impl-archive@megatron.ietf.org; Sat, 05 Nov 2005 11:56:59 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA09445
	for <sctp-impl-archive@ietf.org>; Sat, 5 Nov 2005 11:56:34 -0500 (EST)
Received: from [85.103.246.104] (helo=bariloche.com.ar)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYRat-0006Kl-3n
	for sctp-impl-archive@ietf.org; Sat, 05 Nov 2005 12:12:44 -0500
From: "Kelley Warner" <kelleuk@bariloche.com.ar>
To: "Craig Ledoux" <sctp-impl-archive@ietf.org>
Message-ID: <003601c5e229$ea28b500$fa9da8c0@did>
Subject: Re: Jeffreys think about it
Date: Sat, 5 Nov 2005 11:56:50 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0033_01C5E200.0152AD00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 1.5 (+)
X-Scan-Signature: fb6060cb60c0cea16e3f7219e40a0a81

This is a multi-part message in MIME format.

------=_NextPart_000_0033_01C5E200.0152AD00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

H
it overpayi
your Meddicat
it our P
s Sho
eyo, Qu
ng for
ions - vis
harmaExpres
p.
VAAmVILeXaCI
LIUMbienAGRAvitranaxALIS
1.20 3.30  3.70
Know more info - http://wheelwrighteqf.demanpla.com

------=_NextPart_000_0033_01C5E200.0152AD00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE cellPadding=3D0 cellSpacing=3D0 style=3D"MARGIN-LEFT: 0px;">
  <TR style=3D"PADDING-TOP: 0px;">
    <TD rowSpan=3D2 style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT =
size=3D3>H</FONT></TD><TD></TD>
    <TD rowSpan=3D2 style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT =
size=3D3>it overpayi</FONT></TD><TD></TD>
    <TD rowSpan=3D2 style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT =
size=3D3>&nbsp;your Meddicat</FONT></TD><TD></TD>
    <TD rowSpan=3D2 style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT =
size=3D3>it our P</FONT></TD><TD></TD>
    <TD rowSpan=3D2 style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT =
size=3D3>s Sho</FONT></TD><TD></TD>
  </TR>
  <TR style=3D"PADDING-TOP: 0px;">
    <TD style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT size=3D3>eyo, =
Qu</FONT></TD>
    <TD style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT size=3D3>ng =
for</FONT></TD>
    <TD style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT size=3D3>ions - =
vis</FONT></TD>
    <TD style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT size=3D3>harmaE=
xpres</FONT></TD>
    <TD style=3D"MARGIN-LEFT: 0px;" vAlign=3Dbottom><FONT size=3D3>p=
</FONT></TD>
  </TR></TABLE>
<TABLE>
<TR>
<TD>VA<BR>Am<BR>VI<BR>Le<BR>Xa<BR>CI</TD>
<TD>LIUM<BR>bien<BR>AGRA<BR>vitra<BR>nax<BR>ALIS</TD>
<TD>1.20<BR>&nbsp;<BR>3.30<BR>&nbsp;<BR>&nbsp;<BR>3.70</TD>
</TR>
</TABLE>
<DIV><FONT size=3D3>Know more info - <A href=3D"http://wheelwrighteqf=
demanpla.com"><FONT face=3DArial size=3D3>http://wheelwrighteqf.dema=
npla.com</FONT></A></FONT></DIV></BODY></HTML>

------=_NextPart_000_0033_01C5E200.0152AD00--




From info@mail.fdjays.com Sat Nov 05 18:13:55 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYXEQ-00063s-Mq
	for sctp-impl-archive@megatron.ietf.org; Sat, 05 Nov 2005 18:13:55 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA25316
	for <sctp-impl-archive@ietf.org>; Sat, 5 Nov 2005 18:13:29 -0500 (EST)
Received: from [58.180.196.227] (helo=mail.fdjays.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYXTh-0006El-M0
	for sctp-impl-archive@ietf.org; Sat, 05 Nov 2005 18:29:42 -0500
Received: (qmail 6375 invoked by uid 510); 6 Nov 2005 07:48:30 +0900
Date: 6 Nov 2005 07:48:30 +0900
Message-ID: <20051105224830.6374.qmail@mail.fdjays.com>
From: info@fdjays.com
To: sctp-impl-archive@ietf.org
Subject: $B!JBN!K7@Ls>pJs(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 9182cfff02fae4f1b6e9349e01d62f32

$B"!?HBN7@Ls"!$NL5NA>R2p%a!<%k$G$9!#(B

$B!X5.J}$NBN$r!{6b$GGc$$$?$$!&!&!&!Y$H4uK>$7$F$$$k=w@-$HD>@\8r>D(B
$B$7$FD:$-!"=w@-$NMWK>$rK~$?$;$k$H7@Ls6b3[$r%2%C%H$9$kJ}K!$G$"(B
$B$k!#EvHVAH$OL5NA$G7@LsCg2p$r9T$C$F$*$j$^$9!#CK@-$+$i>R2pHqMQ(B
$B$J$I0l@ZD:$$$F$*$j$^$;$s$N$G!"$40B?42<$5$$!#(B

$B7@Ls4uK>$NJ}$OAa5^!"2<5-%j%s%/$h$jL5NA?=$79~$_$r:Q$^$;$F2<$5(B
$B$$!#!N4uK><TMQ!!(Bhttp://www.lovegal2.net/?lucky   $B!O!!(B
$B?=$79~$_<!Bh!">R2pAj<j(B($BCO0h0lCW=w@-2q0w(B)$B$ND>O"MmJ}K!$r:9$7>e(B
$B$2$^$9(B($B4uK>=w@-$+$iD>@\%a!<%k$,FO$/>l9g$bB?$$(B)$B!#6b3[8r>D$N>e!"(B
$B7hDj$9$k;v$r$*4+$a$7$^$9!#(B

$BEvHVAH$O7@Ls4uK><T$K==J,$4M}2r$rD:$/0Y!"EPO?HqMQ!&G/2qHq!&7@(B
$BLs>R2pHq$J$I$rA43[LH=|$HCW$7$^$7$F!"BgJQ9%I>$rF@$F$*$j$^$9!#(B









$B5qH](Bnomore@can-denchi.com



From info@mail.sdfvg.com Sat Nov 05 21:23:21 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYaBk-00064X-Am
	for sctp-impl-archive@megatron.ietf.org; Sat, 05 Nov 2005 21:23:21 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA03373
	for <sctp-impl-archive@ietf.org>; Sat, 5 Nov 2005 21:22:55 -0500 (EST)
Received: from [58.180.197.146] (helo=mail.sdfvg.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYaR2-0001sh-RK
	for sctp-impl-archive@ietf.org; Sat, 05 Nov 2005 21:39:09 -0500
Received: (qmail 21669 invoked by uid 509); 6 Nov 2005 09:14:09 +0900
Date: 6 Nov 2005 09:14:09 +0900
Message-ID: <20051106001409.21668.qmail@mail.sdfvg.com>
From: info@sdfvg.com
To: sctp-impl-archive@ietf.org
Subject: $B$"$d$G$9(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 7aefe408d50e9c7c47615841cb314bed

$B$"$d$C$F$$$$$^$9!#2K$J$i2q$C$F%(%C%A$7$^$;$s$+!)5^$K%S%C%/%j$G$9$h$M!#$I$&$7$F$b%(%C%A$,$7$?$7$?$/$F!"%(%C%A$,;d$O:#$+$i$G$bJ?5$$G$9!#<L??$3$C$A(B
http://www.awg5.net/?b1  $B$G3NG'$7$F(BOK$B$@$C$?$i!"7HBS$N%"%I%l%9$b:\$C$F$k$+$i!"$=$C$A$K%a!<%k$7$F$[$7$$$G$9!#(B

//////////////////////////////////////////////////////////
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bawg_tokyo@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bawg_tokyo@yahoo.com.au
////////////////////////////////////////////////////////// 



From 8.convect@uni-erlangen.de Sun Nov 06 02:05:34 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYeas-0000FZ-6Q; Sun, 06 Nov 2005 02:05:34 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA12081;
	Sun, 6 Nov 2005 02:05:05 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EYeqA-0006pS-GR; Sun, 06 Nov 2005 02:21:23 -0500
Received: from pool-71-111-144-126.ptldor.dsl-w.verizon.net ([71.111.144.126])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EYean-0003HF-NZ; Sun, 06 Nov 2005 02:05:30 -0500
Received: from lrobjhb9097F4.uduop.8.convect@uni-erlangen.de ([207.208.108.170]) by vgyB862-g.71.111.144.126 with Microsoft SMTPSVC(5.0.2195.6824);
	 Sun, 06 Nov 2005 08:02:28 +0100
Received: from 8.convect@uni-erlangen.de (72.15.47.21)
  by iqxncA8AE.hrf.p8.convect@uni-erlangen.de with QMQP; Sun, 06 Nov 2005 02:58:28 -0400
Message-Id: <61D50lqafhk$3A99Bz@alr28.convulsive.ipt.br>
Date: Sun, 06 Nov 2005 04:01:28 -0300
Message-ID: <71D4D341069F3C.9DF6EB.qmail@aegean.optima.ipt.br>
From: "Dorthy Dickey" <demigod-8.convect@uni-erlangen.de>
Subject: H0SPiTAL DECISI0N-MAKERS, 
To: mbeaulie@ietf.org
X-Identity-Key: nTF.48EF4F 
MIME-Version: 1.0
X-Identity-Key: thin
Content-Type: multipart/alternative;
	boundary="--66830889052E0A6BC032"
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 0a7aa2e6e558383d84476dc338324fab

----66830889052E0A6BC032
Content-Type: text/plain;
	charset="ISO-8859-2"
Content-Transfer-Encoding: quoted-printable

NEW! NEW! INTRODUCTORY OFFER!
 
JUST RELEASED!
 
The United States HealthCare E-mail DATABASE
 
In a rapidly-changing industry, current healthcare information is 
an invaluable resource to businesses and organizations.  The United 
States Healthcare Email Database includes comprehensive information, 
including email addresses, on more than 7,000 hospitals, 25,000, 
400,000 doctors and other institutions.  It is the most extensive 
and reliable database of key decision makers in the healthcare 
market. In addition to email addresses for senior managers and 
high-level executives, it also offer physical mailing addresses as 
well as phone/fax numbers.

Each record is indexed by such features as name, address, phone and 
fax and, for the first time, emails..  The database is available in 
Excel format on CD Rom.  It is designed for mailing lists and merges.  
The data can be selected by state or other criteria. During this 
special offer, it can be used on an unlimited basis.
 
During this introductory offer, the cost of this completely new 
database (which is available exclusively on CD-Rom) is $279.00 
(reg. $1,095).   The promotional code for this exclusive offer 
is 4477.
 
To order The United States HealthCare Email Database?, please 
complete the information below and fax it to 905-751-0199 
(Tel: 905-751-0919).
  
Your organization will be invoiced accordingly.
  
NAME:
 
TITLE:
 
ORGANIZATION:
 
ADDRESS:
 
CITY:
 
POSTAL:
 
TEL:
 
FAX:
 
E-MAIL:



----66830889052E0A6BC032--



From info@mail.nkjste.com Sun Nov 06 05:10:47 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYhU6-00060R-PH
	for sctp-impl-archive@megatron.ietf.org; Sun, 06 Nov 2005 05:10:47 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id FAA18000
	for <sctp-impl-archive@ietf.org>; Sun, 6 Nov 2005 05:10:21 -0500 (EST)
Received: from [58.180.197.66] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYhjS-0006RF-PQ
	for sctp-impl-archive@ietf.org; Sun, 06 Nov 2005 05:26:40 -0500
Received: (qmail 17021 invoked by uid 509); 6 Nov 2005 16:42:09 +0900
Date: 6 Nov 2005 16:42:09 +0900
Message-ID: <20051106074209.17020.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B%;%C%/%9%+%&%s%;%i!<!!=PD%%[%9%H40A4(B
X-Spam-Score: 3.4 (+++)
X-Scan-Signature: d6b246023072368de71562c0ab503126

$B"(5.J}$bM=LsBT$A$N%+%j%9%^=PD%%[%9%H$rL\;X$7$F8+$^$;$s$+!*(B
$B!V<}F~(BUp$B$G2wE,$J@83h$r(B...$B!W(B
http://www.awg5.net/?favorite

$B!V?M@87P83K-IY$J=OG/=PD%%[%9%H$+$i855$$J<c<j=PD%%[%9%H$^$GMM!9$JG/NpAX$NJ}!"(B
$B$*;n$7EPO?$r$7$F8+$^$;$s$+!*!W(B
http://www.awg5.net/?favorite
$B!V=w@-$NJ}$N?&6H$O!W(B
$B3X@8(B/$B@lLg3X9;@8(B/$BBg3X1!@8(B/$B?M:J(B/OL/$B2q<RLr0w(B/$B<+1D6H(B/$B8xL30w(B/$B7]G=4X78(B/$B3+6H0e(B/$B2q<R(B
$B7P1D(B/.$B%[%9%F%9(B/$BIwB/>n(B/$B%U%j!<%?!<(B/$B$J$I(B
http://www.awg5.net/?favorite
$B"(6C$-$NJs=7$r2DG=$K$7$?$$J}$OD>$KGA$$$F2<$5$$!#(B

$B"#"""#"""#"""#"""#"""#(B
An unnecessary person please reply at the following.
$B6=L#L5$$J}$O"-(B
awg_tokyo@yahoo.com.au
$B"#"""#"""#"""#"""#"""#(B
18$B:PL$K~$OMxMQ6X;_$G$9!#(B



From gunnar.sivertsen@fraktpartner.se Sun Nov 06 09:16:57 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYlKL-00062t-4B; Sun, 06 Nov 2005 09:16:57 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA28806;
	Sun, 6 Nov 2005 09:16:32 -0500 (EST)
Received: from 200.95.141.199.cableonline.com.mx ([200.95.141.199])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYlZi-0003JB-Cq; Sun, 06 Nov 2005 09:32:52 -0500
Received: (from tomcat@localhost)
	by 200.95.141.199 (8.12.8/8.12.8/Submit) id j6CHmn7V307119
	for rv@ietf.org; Sun, 06 Nov 2005 08:16:46 -0600
Message-ID: <541c938t.0608930@132.151.6.1>
Date: Sun, 06 Nov 2005 08:16:46 -0600
From: "Logan Dickey" <gunnar.sivertsen@fraktpartner.se>
X-Mailer: MIME-tools 5.423 (Entity 5.871)
MIME-Version: 1.0
To: rv@ietf.org
Cc: s.o.f.t.w.a.r.e@ietf.org, saad@ietf.org, saad-admin@ietf.org, sc@ietf.org,
        scbhhpwe3-admin@ietf.org, schema-archive@ietf.org, scoya@ietf.org,
        sctp-impl-archive@ietf.org, seamoby@ietf.org
X-Spam-Score:  (-2.275) BAYES_00
X-Scanned-By: MIMEDefang 2.52 on 200.95.141.199
X-Scanned-By: SpamAssassin 3.286687, File::Scan 0.91, Archive::Zip 1.08
X-Recipient: <rv@ietf.org>
Subject: Ratess will skyrocket soon
Content-Type: multipart/related;
 boundary="------------AttPart_76290324==.OLA"
X-Spam-Score: 4.1 (++++)
X-Scan-Signature: 7da5a831c477fb6ef97f379a05fb683c

This is a multi-part message in MIME format.
--------------AttPart_76290324==.OLA
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.hdmort.net"><img alt="" src="cid:3.0.0.79.0.28660331407002.65236665@disturbance.yahoo.com.3"></a><br>
be apocrypha ! suny in brochure in yearn
the tile and blake but magi a solicitor
the boardinghouse it's danzig , godsend may circumference
a arthur it sprinkle Or maybe <a
 href="http://www.hdmort.net">not</a><br>
<br>
</body>
</html>

--------------AttPart_76290324==.OLA
Content-Type: image/gif;
 name="kern.6.gif"
Content-ID: <3.0.0.79.0.28660331407002.65236665@disturbance.yahoo.com.3>
Content-Disposition: inline;
 filename="kern.6.gif"
Content-Transfer-Encoding: base64

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
ADs=
--------------AttPart_76290324==.OLA--



From info@mail.nkjste.com Sun Nov 06 09:40:10 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYlgn-0002BR-So
	for sctp-impl-archive@megatron.ietf.org; Sun, 06 Nov 2005 09:40:10 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA00607
	for <sctp-impl-archive@ietf.org>; Sun, 6 Nov 2005 09:39:45 -0500 (EST)
Received: from [58.180.197.62] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYlwD-0003zk-05
	for sctp-impl-archive@ietf.org; Sun, 06 Nov 2005 09:56:05 -0500
Received: (qmail 22895 invoked by uid 509); 6 Nov 2005 20:59:16 +0900
Date: 6 Nov 2005 20:59:16 +0900
Message-ID: <20051106115916.22894.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $BCK=w40A4L5NA!J$*;n$7BN83=PMh$^$9!K(B?u$B!?|Zg}*|(B$B$*7x$$;E;v4X78!&$*>n$5$^!&IwB/>n$J$I$N@-M_$rK~
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: 9182cfff02fae4f1b6e9349e01d62f32

$B$?$90Y$KEv2q0w@)6f3ZIt$,CB@8$7$^$7$?!y=w@-$N?H853N<B!y0B?4!y(B
$B"($*;n$7EPO?$9$kJ}$O"-(B
http://www.awg5.net/?service1

$B!Z=w@-2q0w$N@<![(B
$B"d2>7@Ls(BOK$B"c(B
$B!V$^$5$+2q<R$NF1N=$,(B...$B!W(B
$BEv6f3ZIt2q0w$+$i(B
$B;38}!!H~<S;R!J2>L>!K(B
$B!&K?0lN.4k6H6PL3(B
$B!&Hk=q2](B
$B!&;E;v$,=*$o$C$?8e$KBT$A9g$o$;(B...$B2?$H2q<R$NF1N=$@$C$?$s$G$9!&!&!&(B
$B6f3ZIt$GCN$j9g$C$?J}$O2?$H2q<R$NF1N=$J$N(B...$B@5D>$$$C$F$I$&$7$h$&$+LB$$$^$7$?(B
$B$,!"M&5$$r$@$7$F0)$$$^$7$?!#(B
$B$=$N$+$$$"$C$FAG@2$i$7$$0lLk$r2a$4$;$^$7$?!#(B

$B"(D>$K=w@-$H7@Ls$r$7$?$$J}$O"-(B
http://www.awg5.net/?service2

$B"((B18$B:PL$K~$N$4MxMQ1sN82<$5$$!#(B

$B"'(B
An unnecessary person please reply at the following.
$B:#8e!"<u?.5qH]$9$k>l9g$O2<5-(BURL$B$XJV?.$7$F2<$5$$!#(B
awg_tokyo@yahoo.com.au



From info@mail.njfued.com Sun Nov 06 13:44:42 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYpVS-00063w-3M
	for sctp-impl-archive@megatron.ietf.org; Sun, 06 Nov 2005 13:44:42 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA14035
	for <sctp-impl-archive@ietf.org>; Sun, 6 Nov 2005 13:44:15 -0500 (EST)
Received: from [58.180.197.37] (helo=mail.njfued.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYpkt-0001bv-I6
	for sctp-impl-archive@ietf.org; Sun, 06 Nov 2005 14:00:40 -0500
Received: (qmail 32025 invoked by uid 508); 7 Nov 2005 01:07:23 +0900
Date: 7 Nov 2005 01:07:23 +0900
Message-ID: <20051106160723.32024.qmail@mail.njfued.com>
From: info@njfued.com
To: sctp-impl-archive@ietf.org
Subject: $B!yD69k2Z%W%l%<%s%H<B;\Cf!*!y(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 39bd8f8cbb76cae18b7e23f7cf6b2b9f

$BEv%5%$%H$O#2<~G/$r7^$(!"8=:_6H3&$K$*$$$FBgJQ0B?4$7$FMxMQ$G$-$k%5%$%H$H$7$F$N(B
$B8|$$?.MQ$r!"$*0~MM$G3MF@$9$k$3$H$,$G$-$^$7$?!#K\Ev$KM-Fq$&$4$6$$$^$9!#(B
$B$3$NEY!"%5%$%H$r%j%K%e!<%"%kCW$7$^$7$?$N$G@'Hs0lEY$*1[$72<$5$$$^$;!#(B
$B!~(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,!~(B
$B(-(B    $B!y!#!&!,!z(B   $B%j%K%e!<%"%k4k2hBh0lCF!!!y!#!&!,!z(B   $B!!(B  $B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(-(B
$B!~(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B http://www.awg5.net/?kensyo  $B!~(B

$B"'8=:_!V?75,$4EPO?!W$N3'MM$NCf$+$iCjA*$G(B100$BL>$NJ}$K9k2Z%W%l%<%s%H$rB#DhCf!*(B

1. Louis Vuitton $B%H%j%W%k%3%$%k(B
2. Louis Vuitton $B%@%_%((B $B%H%j%"%J(B
3. ROREX $B%7!<%I%%%(%i!<(B
[ W$B%A%c%s%9"v(B]
SONY NW-507L $B%"!<%:%k%V%k!<(B $B%a%b%j!<%*!<%G%#%*(B 1GB

$B!}$9$01~Jg"v"*(B http://www.awg5.net/?kensyo

$B!,!}!#!y!,!#!~!!!y(B $B40A4L5NA%(%s%H%j!<8e!"!V(B10,000$B1_!WJ,L5NA%]%$%s%H!JMW(BTel$BG'>Z!KB#DhCf!*(B
$B!@%W%l%<%s%H!?(B $B(.(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(/(B
$B!!!@!@!!!?!?!!!V9k2Z%W%l%<%s%H!W$H!V??2F$N%(%C%AAj<j!W(BGET$B"v$O$3$3$G7h$^$j$G$9$M"v(B
$B!!(#(!(((!($!!!!!!!!(B               http://www.awg5.net/?kensyo$B!!(B
$B!!('(B  $B=K(B   |$B!!(B $B(1(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(0(B
$B!!(&(!(*(!(%!!!!!y(B $B;n$7$FD:$$$F@dBPB;$O$"$j$^$;$s!*<+?.$r;}$C$F$*>)$a$7$^$9!*@'Hs$*;n$72<$5$$$^$;!#(B


$B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B
$B"($=$NB>HqMQ$O0l@Z3]$+$i$J$$$3$H$rL@8@$5$;$FD:$-$^$9$N$G0B?4$7$F$*;n$72<$5$$!#(B
$B"(L5NA%]%$%s%H>C2=8e!"5$$KF~$C$FD:$1$^$7$?$i!"<c43M-NA$H$J$j$^$9$,%]%$%s%H$r$49XF~2<$5$$$^$;!#(B
$B"(%5%$%H$H$7$F!V2q$($k$^$GJ]>Z!W$b<B;\$5$;$FD:$$$F$*$j$^$9!#AGE($J=P2q$$$r$"$J$?$X!#(B

------------------------------------------------------------------------------
$B""9XFI2r=|J}K!(B
An unnecessary person please reply at the following.
$B9XFI2r=|$r$44uK>$NJ}$O!"$*<j?t$G$9$,2<5-(BURL$B08$K$4O"Mm$/$@$5$$!#(B
awg_tokyo@yahoo.com.au
==============================================================================
$B"((B18$B6X(B



From xunfoldxhc@nanopvc.com Sun Nov 06 17:16:56 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYsoq-0004fn-Fl
	for sctp-impl-archive@megatron.ietf.org; Sun, 06 Nov 2005 17:16:56 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA23482
	for <sctp-impl-archive@ietf.org>; Sun, 6 Nov 2005 17:16:30 -0500 (EST)
Received: from [213.121.151.142] (helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYt4I-0006YP-0Q
	for sctp-impl-archive@ietf.org; Sun, 06 Nov 2005 17:32:56 -0500
Message-ID: <000001c5e31f$47526280$0100007f@localhost>
From: "Nickolas Adams" <xunfoldxhc@nanopvc.com>
To: <sctp-impl-archive@ietf.org>
Subject: Photoshop, Windows, Office
Date: Sun, 06 Nov 2005 22:16:43 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5E31F.47526280"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 3.7 (+++)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5E31F.47526280
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 36 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 40 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 38 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5E31F.47526280
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://softsupreme.com/> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dhttp://softs!
 upreme.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://softsupreme.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://softsupreme.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://softsupreme.com/> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://softsupreme.com/> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></TD> <TD width=3D129> <A href=3Dhttp://sof!
 tsupreme.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://softsupreme.com/> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://softsupreme.com/> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://softsupreme.com/> Adobe </A></FONT> <A href=3Dhttp://softsupreme.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D1!
 29> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://softsupreme.com/> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://softsupreme.com/> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://softsupreme.com/> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://softsupreme.com/> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B!
 0000AZJVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://softsupreme.com/> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR><!
 /P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 45 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://softsupreme.com/> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105>!
  <SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://softsupreme.com/> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 32 reviews)<!
 /FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://softsupreme.com/> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAli!
 gn=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://softsupreme.com/> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 41 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5E31F.47526280--




From info@mail.njfued.com Sun Nov 06 17:26:27 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYsy3-0007hr-Ml
	for sctp-impl-archive@megatron.ietf.org; Sun, 06 Nov 2005 17:26:27 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA24134
	for <sctp-impl-archive@ietf.org>; Sun, 6 Nov 2005 17:26:02 -0500 (EST)
Received: from [58.180.197.34] (helo=mail.njfued.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYtDW-0006qh-Sp
	for sctp-impl-archive@ietf.org; Sun, 06 Nov 2005 17:42:27 -0500
Received: (qmail 5639 invoked by uid 508); 7 Nov 2005 05:09:48 +0900
Date: 7 Nov 2005 05:09:48 +0900
Message-ID: <20051106200948.5638.qmail@mail.njfued.com>
From: info@njfued.com
To: sctp-impl-archive@ietf.org
Subject: $B%;%C%/%9%+%&%s%;%i!<!!=PD%%[%9%H40A4(B
X-Spam-Score: 3.4 (+++)
X-Scan-Signature: d6b246023072368de71562c0ab503126

$B"(5.J}$bM=LsBT$A$N%+%j%9%^=PD%%[%9%H$rL\;X$7$F8+$^$;$s$+!*(B
$B!V<}F~(BUp$B$G2wE,$J@83h$r(B...$B!W(B
http://www.awg5.net/?favorite

$B!V?M@87P83K-IY$J=OG/=PD%%[%9%H$+$i855$$J<c<j=PD%%[%9%H$^$GMM!9$JG/NpAX$NJ}!"(B
$B$*;n$7EPO?$r$7$F8+$^$;$s$+!*!W(B
http://www.awg5.net/?favorite
$B!V=w@-$NJ}$N?&6H$O!W(B
$B3X@8(B/$B@lLg3X9;@8(B/$BBg3X1!@8(B/$B?M:J(B/OL/$B2q<RLr0w(B/$B<+1D6H(B/$B8xL30w(B/$B7]G=4X78(B/$B3+6H0e(B/$B2q<R(B
$B7P1D(B/.$B%[%9%F%9(B/$BIwB/>n(B/$B%U%j!<%?!<(B/$B$J$I(B
http://www.awg5.net/?favorite
$B"(6C$-$NJs=7$r2DG=$K$7$?$$J}$OD>$KGA$$$F2<$5$$!#(B

$B"#"""#"""#"""#"""#"""#(B
An unnecessary person please reply at the following.
$B6=L#L5$$J}$O"-(B
awg_tokyo@yahoo.com.au
$B"#"""#"""#"""#"""#"""#(B
18$B:PL$K~$OMxMQ6X;_$G$9!#(B



From info@mail.kgyds.com Sun Nov 06 17:40:44 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYtBs-0002bf-Rm
	for sctp-impl-archive@megatron.ietf.org; Sun, 06 Nov 2005 17:40:44 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA24584
	for <sctp-impl-archive@ietf.org>; Sun, 6 Nov 2005 17:40:19 -0500 (EST)
Received: from [58.180.214.174] (helo=mail.kgyds.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYtRJ-000769-3u
	for sctp-impl-archive@ietf.org; Sun, 06 Nov 2005 17:56:44 -0500
Received: (qmail 6056 invoked by uid 510); 6 Nov 2005 22:55:50 +0900
Date: 6 Nov 2005 22:55:50 +0900
Message-ID: <20051106135550.6055.qmail@mail.kgyds.com>
From: info@kgyds.com
To: sctp-impl-archive@ietf.org
Subject: $BA0J'$$$7$F$b$$$$$G$9!#(B
X-Spam-Score: 3.5 (+++)
X-Scan-Signature: 0bc60ec82efc80c84b8d02f4b0e4de22

$B$O$8$a$^$7$F!">K;R$H$$$$$^$9!#Mh7n#3#0:M$K$J$j$^$9!#%5%$%H$N(B
$BCO0hJL7G<(HD$r8+$?$H$3$m3Z$7$/$*IU$-9g$$$G$-$=$&$J$N$G!"%a!<(B
$B%k$G0MMj$r$@$7$F$_$^$7$?!#@5D>$K<+8J>R2p$r$5$;$FD:$-$^$9$H<+(B
$BJ,$O4i$bBN7?$b<+K}$G$-$:!"A{$,$7$/$J$$=w$@$H;W$C$F$^$9!#$"$J(B
$B$?$N;~4V$HBN$r$$$?$@$/$K$O$*Ni$r$7$?$iG<F@$G$-$k$G$7$g$&$+!)(B
$B0l1~A0J'$$$G$b9=$o$J$$$G$9$,!"@<J9$3$($?$i$H$*$b$C$FHV9f65$((B
$B$^$9!#(B(090-5*4*-5*8*)$B$3$s$J;d$G$9$,%G!<%H$KO"$l=P$7$F$b$i$((B
$B$^$;$s$+!#;~4V$NET9g$O$D$1$d$9$$$H;W$$$^$9!#<V$G$*7^$($K$b9T(B
$B$1$^$9$N$G"v(B
$B$*4j$$$7$^$9!#(Bhttp://www.y-falconry.net?30s$B!!$G!V>K;R!W$HEP(B
$BO?$7$F$^$9!#(B
$B!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A(B
$B5,Ls$K$h$j!"=w@-$+$iD>@\%a%C%;!<%8$NFO$$$?J}$OG'>Z$;$:40A4L5(B
$BNA$GEPO?$J$I$,$G$-$^$9!#(B
$B"(;~4VFb$K8r:]$,@.N)$7$J$+$C$?>l9g$O=w@-$ND>%"%I$rD>@\8x3+CW(B
$B$7$^$9!#(B










$B5qH](B
iranai@y-falconry.net



From info@mail.njhdye.com Sun Nov 06 22:51:18 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EYy2Q-0000RN-8t
	for sctp-impl-archive@megatron.ietf.org; Sun, 06 Nov 2005 22:51:18 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id WAA10585
	for <sctp-impl-archive@ietf.org>; Sun, 6 Nov 2005 22:50:52 -0500 (EST)
Received: from [58.180.197.43] (helo=mail.njhdye.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EYyHt-000613-EL
	for sctp-impl-archive@ietf.org; Sun, 06 Nov 2005 23:07:21 -0500
Received: (qmail 18401 invoked by uid 510); 7 Nov 2005 08:18:07 +0900
Date: 7 Nov 2005 08:18:07 +0900
Message-ID: <20051106231807.18400.qmail@mail.njhdye.com>
From: info@njhdye.com
To: sctp-impl-archive@ietf.org
Subject: $B$*Aj<j$O%-%c%j%"%&!<%^%s$N$_$G$9(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 798b2e660f1819ae38035ac1d8d5e3ab

$B!y%*!<%k%-%c%j%""M!!(Bhttp://www.awg5.net/?carrier1
$B'X(B $B5U1gAj<j$O%-%c%j%"$N=w@-$N$_$G$9(B
$B"(87A*$7$?F/$/=w@-!J%-%c%j%"!K$H5U1g4uK>$NCK@-$G$9$+!)(B
$B"(G($l$KG($l$^$/$k=w@-$rH>1J5WE*$K2?;~$G$b2?=h$G$b40A4L5NA$G$N>R2pCW$7$^$9!#(B
$B"($J$<L5NA$+$H8@$$$^$9$H=w@-$NJ}$+$iNA6b$rD:$$$F$$$k$N$G5.J}$O!I%?%@!I$G$9(B

$B!y8xL30w"M!!(Bhttp://www.awg5.net/?carrier2

$B!y9R6u2q<R"M!!(Bhttp://www.awg5.net/?carrier3

$B"(5U1g%5%$%H$,?dA&CW$7$^$9!#(B
$B!y309q?M!&Hk=q!J0lN.4k6H!K!&2q<R7P1D$J$I"M!!(Bhttp://www.awg5.net/?carrier4

$B!y!y!y<B:]$K$"$C$?H~L#$7$$=PMh;v!&%3%a%s%H!&$J$I$,7G<(HD$K@9$j$@$/$5$s!"@'Hs!*FI$s$G$_$F$/$@$5$$!#!y!y!y(B


$B"(!Z(B18$B6X!["((B

=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=
$B"((BI don't veceive your mail$B!!"M!!(Bawg_tokyo@yahoo.com.au
$B"(%a!<%kITMW!!"M!!(Bawg_tokyo@yahoo.com.au
=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=



From info@mail.nkjste.com Mon Nov 07 04:01:15 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZ2sN-00079s-ED
	for sctp-impl-archive@megatron.ietf.org; Mon, 07 Nov 2005 04:01:15 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id EAA26944
	for <sctp-impl-archive@ietf.org>; Mon, 7 Nov 2005 04:00:50 -0500 (EST)
Received: from [58.180.197.66] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZ37v-0005b8-7b
	for sctp-impl-archive@ietf.org; Mon, 07 Nov 2005 04:17:21 -0500
Received: (qmail 19134 invoked by uid 509); 7 Nov 2005 15:17:56 +0900
Date: 7 Nov 2005 15:17:56 +0900
Message-ID: <20051107061756.19133.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B2T$.$^$;$s$+!*$$$$;W$$=PMh$^$9(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 79899194edc4f33a41f49410777972f8

$B"(NI$$;v$O$"$j$^$7$?$+!)ITK~$JJ}$O0lEY$GNI$$$N$GGA$$$F8+$F$M!*(B
http://www.awg5.net/?two1
$B!!!!!!!!!!!!!!!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2(B
    , $B!<(B - $B!"!!(B/$B$O$8$a$^$7$F!"CK@-=t7/$K4r$7$$$*CN$i$;$G$9!#(B
  $B&C(B $B!|(B  $B!|!3(B / $B40A4L5NAEPO?$N=PD%%[%9%HJg=8Cf!*!*(B
$B!!(Bl $B;0(B $B!&(B $B;0(B|/$B!!:#$N2T$.$KK~B-$7$F$^$9$+!)(B
$B!1(B ww~~~~~ww

$B!y$*;n$7EPO?$9$kJ}$O2<5-(BURL$B$+$i$I$&$>!*(B
$B!ZG<F@=PMh$J$$J}$OB(B`2q$7$F2<$5$$!#![(B
http://www.awg5.net/?two1
$B"($*;n$7EPO?$NJ}$K$O:GM%@h$K>R2pCW$7$^$9!*(B
$B"(=w@-$N2hA|$r8+$?$$J}$O@A5a$7$F2<$5$$!*=w@-$NJ}$b%j%/%(%9%H$KBP1~$7$F$/$l$^$9$N$G1sN8$J$/?=$7=P$F2<$5$$!#(B

$B#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x(B
$B"((BI don't veceive your mail$B"-(B
awg_tokyo@yahoo.com.au
$B"(%a!<%kITMW"-(B
awg_tokyo@yahoo.com.au
$B#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x(B



From info@mail.nkjste.com Mon Nov 07 08:29:04 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZ73Y-0001wP-DT
	for sctp-impl-archive@megatron.ietf.org; Mon, 07 Nov 2005 08:29:04 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA09448
	for <sctp-impl-archive@ietf.org>; Mon, 7 Nov 2005 08:28:35 -0500 (EST)
Received: from [58.180.197.64] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZ7J6-0003aA-Pu
	for sctp-impl-archive@ietf.org; Mon, 07 Nov 2005 08:45:10 -0500
Received: (qmail 27779 invoked by uid 509); 7 Nov 2005 19:56:49 +0900
Date: 7 Nov 2005 19:56:49 +0900
Message-ID: <20051107105649.27778.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B6[5^$N$*CN$i$;(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 08e48e05374109708c00c6208b534009

$B(#"c6[5^B.Js"d($(B
   $B!y40A4L5NA!y(B
$B(&!=!=!=!=!=!=(%(B
$B:#5U1g=u$,%"%D$$"M(B http://www.awg5.net/?kane $B$*6b$b$+$1$:$K$9$0$K(BH$B$J=w$N;R$H2q$($k$J$iM7$s$@J}$,$$$$$h$M!)(B
$BKhLk3Z$7$$;~4V2a$4$7$F$_$^$;$s$+!)(B

$B"((BI don't veceive your mail$B!!"M!!(Bawg_tokyo@yahoo.com.au
$B"(%a!<%kITMW!!"M!!(Bawg_tokyo@yahoo.com.au



From info@mail.sferd.com Mon Nov 07 09:53:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZ8NY-00018O-Jq
	for sctp-impl-archive@megatron.ietf.org; Mon, 07 Nov 2005 09:53:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA14167
	for <sctp-impl-archive@ietf.org>; Mon, 7 Nov 2005 09:53:20 -0500 (EST)
Received: from [58.180.216.241] (helo=mail.sferd.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZ8d9-0005uF-78
	for sctp-impl-archive@ietf.org; Mon, 07 Nov 2005 10:09:56 -0500
Received: (qmail 14020 invoked by uid 509); 7 Nov 2005 15:43:13 +0900
Date: 7 Nov 2005 15:43:13 +0900
Message-ID: <20051107064313.14019.qmail@mail.sferd.com>
From: info@sferd.com
To: sctp-impl-archive@ietf.org
Subject: $B5.J}$O!"5U!oFCJL8"Mx$r<hF@$7$^$7$?(B?$Bw?%$(B $B@)(BC$B<5(B5
X-Spam-Score: 3.8 (+++)
X-Scan-Signature: 9182cfff02fae4f1b6e9349e01d62f32

$B%I(BB$B\5wCDq%bw$'8(B$B%F(Bf&$B~p%^%?yp(Bc%$B%f"!!!DL>o!Z(B2,000$B1_J,![$NL5NA%]%$%s%H$r"(!Z(B10,000$B1_J,![$HCW$7$^$9!#(B
$B"!!!5U1g=u4uK>=w@-$O:GDc(B3$BK|1_0J>e$,3NDj$5$l$F$$$kJ}$N$_$4>R2pCW$7$^$9!#(B
$B"!!!0lH/$G@.N)$J$i$J$/$F$b!":G?7>pJs$r?o;~99?78e>R2p$5$;$FD:$-$^$9!#(B
$B"!!!<L??!"EEOCHV9f!"%W%m%U%#!<%k$J$I=w@-2q0w>pJs0lMw$r4QMw$G$-$^$9!#(B

$B!c$*;n$7!d$4F~2q$NJ}$O"M(B http://1191.jp/serebu/s.html


$B"(=EMW"((B
$B!|0lK|1_L5NA(BP$B$G0l%v7n$[$IMxMQ2DG=$G$9!#!JM>M5$G$9!#!K(B
$B!|>e5-!Z%Z!<%8![$,I=<($5$l$J$+$C$?>l9g$O!L8"Mx=*N;!M$H$J$C$F$*$j$^$9$N$G!"0lHLF~2q%Z!<%8!Z![$r$4MxMQ2<$5$$!#(B
$B$=$NBe$o$j$K5.J}MM$N!L5U!oFCJL8"Mx!M<!$NCK@-MM$X$H!V8"Mx$,0\9T!W$7$F$7$^$$$^$9$N$GM=$a$4N;>52<$5$$!#(Bhttp://1191.jp/serebu/s.html


--------------------------------------------------------------------------------



$B!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g(B
I don't veceive your mail
sweet_as_candy_700@yahoo.fr
$B%a!<%k$N<u?.$r5qH]$9$kJ}$O(B
sweet_as_candy_700@yahoo.fr
$B!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g(B
$B"#(B18$B:PL$K~MxMQ6X;_"#(B



From ambiguity@redes.int.com.mx Mon Nov 07 10:25:41 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZ8sO-00004z-VM
	for sctp-impl-archive@megatron.ietf.org; Mon, 07 Nov 2005 10:25:40 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA16292
	for <sctp-impl-archive@ietf.org>; Mon, 7 Nov 2005 10:25:13 -0500 (EST)
Received: from pool-71-100-53-190.tampfl.dsl-w.verizon.net ([71.100.53.190])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZ97c-0006rC-6g
	for sctp-impl-archive@ietf.org; Mon, 07 Nov 2005 10:41:48 -0500
Received: (from barth@localhost)
	by embeddingschultzA.ambiguity@redes.int.com.mx (7.AE.B/4.79.B) id vE1EUPaAEC9E;
	Mon, 07 Nov 2005 18:17:22 +0300
Message-ID: <BD46C9BD54474.84979@ambiguity@redes.int.com.mx>
Reply-To: "Begay rehearse" <ambiguity@redes.int.com.mx>
From: "Begay rehearse" <ambiguity@redes.int.com.mx>
To: "Sctp-impl-archive" <sctp-impl-archive@ietf.org>
Subject: ENTIRE AMeRICAN H0SPITAL RES0URCE, 
Date: Mon, 07 Nov 2005 16:24:22 +0100
X-Identity-Key: assistant
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--D8891E148C4FA536"
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 0a7aa2e6e558383d84476dc338324fab

----D8891E148C4FA536
Content-Type: text/plain;
	charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

NEW! NEW! INTRODUCTORY OFFER!
 
JUST RELEASED!
 
The United States HealthCare E-mail DATABASE
 
In a rapidly-changing industry, current healthcare information is 
an invaluable resource to businesses and organizations.  The United 
States Healthcare Email Database includes comprehensive information, 
including email addresses, on more than 7,000 hospitals, 25,000, 
400,000 doctors and other institutions.  It is the most extensive 
and reliable database of key decision makers in the healthcare 
market. In addition to email addresses for senior managers and 
high-level executives, it also offer physical mailing addresses as 
well as phone/fax numbers.

Each record is indexed by such features as name, address, phone and 
fax and, for the first time, emails..  The database is available in 
Excel format on CD Rom.  It is designed for mailing lists and merges.  
The data can be selected by state or other criteria. During this 
special offer, it can be used on an unlimited basis.
 
During this introductory offer, the cost of this completely new 
database (which is available exclusively on CD-Rom) is $279.00 
(reg. $1,095).   The promotional code for this exclusive offer 
is 4477.
 
To order The United States HealthCare Email Database?, please 
complete the information below and fax it to 905-751-0199 
(Tel: 905-751-0919).
  
Your organization will be invoiced accordingly.
  
NAME:
 
TITLE:
 
ORGANIZATION:
 
ADDRESS:
 
CITY:
 
POSTAL:
 
TEL:
 
FAX:
 
E-MAIL:



----D8891E148C4FA536--



From info@mail.nkjste.com Mon Nov 07 12:30:21 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZAp0-0002PI-ND
	for sctp-impl-archive@megatron.ietf.org; Mon, 07 Nov 2005 12:30:21 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA23958
	for <sctp-impl-archive@ietf.org>; Mon, 7 Nov 2005 12:29:52 -0500 (EST)
Received: from [58.180.197.63] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZB4c-00027T-1x
	for sctp-impl-archive@ietf.org; Mon, 07 Nov 2005 12:46:28 -0500
Received: (qmail 1118 invoked by uid 509); 7 Nov 2005 23:58:27 +0900
Date: 7 Nov 2005 23:58:27 +0900
Message-ID: <20051107145827.1117.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B:#$+$i1XA0$N%3%s%S%K$G0)$($k$+$J!)(B?$B>~pn%gdp(B$B%3%C%C%g%*%g%C%=(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 1ac7cc0a4cd376402b85bc1961a86ac2

$B$b$7!"Bg>fIW$J$i04$N%D%D%b$KJV;v2<$5$$%#!+!+"v(B
$B%3%C%C%g%*%g%C%=(B
$B4JC1$J%W%m%UIU$G$*4j$$$M!y(B



$B%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e(B
$B04$5$s$NMM$KB(%"%]2DG=$J%(%C%A$G2D0&$$;R$,0lGU!*(B

$BG[?.5qH]$O$3$A$i$X(B
$B"(%N(B $B%!(B   
$B!,%?%g%g(B
$B"(%a!<%kITMW(B
$B!,%?%g%g(B



From info@mail.nkjste.com Mon Nov 07 16:31:44 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZEae-00056X-EV
	for sctp-impl-archive@megatron.ietf.org; Mon, 07 Nov 2005 16:31:44 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA09114
	for <sctp-impl-archive@ietf.org>; Mon, 7 Nov 2005 16:31:16 -0500 (EST)
Received: from [58.180.197.62] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZEqI-0000tz-41
	for sctp-impl-archive@ietf.org; Mon, 07 Nov 2005 16:47:54 -0500
Received: (qmail 8626 invoked by uid 509); 8 Nov 2005 04:12:21 +0900
Date: 8 Nov 2005 04:12:21 +0900
Message-ID: <20051107191221.8625.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B=w;R9;@8%;%U%l>R2p=j(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 08170828343bcf1325e4a0fb4584481c

$B"c%m%j!<%?$N$_$G$9!"6=L#$"$kJ}$N$_F~>l=PMh$^$9(B
$B!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&(B
$BIaCJ$J$+$J$+CgNI$/$J$l$J$$=w;R9;@8$r5.J}$K$4>R2p$7$^$9!#(B
$B$4>R2p$r<u$1$?$$J}$O$3$A$i$X(B $B"M(B http://www.awg5.net/?rori

$B"(1g=uL5$7$G!"IU$-9g$($k%;%U%l$r5a$a$F$k=w;R9b@8$N$_$N$4>R2p$G$9!#(B




$BG[?.Dd;_(B
$B"((BI don't veceive your mail
awg_tokyo@yahoo.com.au
$B"(%a!<%kITMW(B
awg_tokyo@yahoo.com.au



From info@mail.nkjste.com Mon Nov 07 21:02:51 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZIp1-0005SP-Qb
	for sctp-impl-archive@megatron.ietf.org; Mon, 07 Nov 2005 21:02:51 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA00913
	for <sctp-impl-archive@ietf.org>; Mon, 7 Nov 2005 21:02:24 -0500 (EST)
Received: from [58.180.197.64] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZJ4i-00027B-Os
	for sctp-impl-archive@ietf.org; Mon, 07 Nov 2005 21:19:06 -0500
Received: (qmail 14105 invoked by uid 509); 8 Nov 2005 08:36:40 +0900
Date: 8 Nov 2005 08:36:40 +0900
Message-ID: <20051107233640.14104.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B!j9;@8!I%J%^!I1g9b7G<(HD!J:G?7HG!K(B?
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581

$B""""!!"!"!"!=w;R9;@81g9b7G<(HD"!"!"!(B
$B""!!!!!!!!(Bhttp://www.awg5.net/?teen

$B!#(BoO$B!{(BOo$B!#(BoO$B!{(BOo$B!#!#(BoO$B!{(BOo$B!#(BoO$B!{(BOo$B!#!#(BoO$B!{(BOo$B!#(B

$B!!"!"!"!Bg9%I>$K$D$-7G<(HD3HBgCf!*!*"!"!"!(B
(8/10$BF|8=:_1g9b4uK>=w;R9;@8(B1271$B9`L\7G:\Cf!*!*(B)
$B!z1g=uL5$7$N$*IU$-9g$$!&%;%U%l$r5a$a$F$$$k=w;R9;@8$bB??t$$$^$9!*(B

$B!!7G<(HD$rB(1\Mw!*"*(B http://www.awg5.net/?teen

$B""""""(B http://www.awg5.net/?teen$B!!(B
$B""""CK@-"*=w;R9;@8$H$N1g9b!"%;%U%l4uK>!"7G<(HD=q$-9~$_4uK><T(B
$B""!!=w;R9;@8"*3X@8>Z$NDs<($r5a$a$k>l9g$,$"$j$^$9!y(B

$B!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\(B
$B""G[?.Dd;_(B
awg_tokyo@yahoo.com.au
I don't veceive your mail
awg_tokyo@yahoo.com.au
$B!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\(B



From domin@uol.com.br Mon Nov 07 23:47:42 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZLOY-0005OM-84
	for sctp-impl-archive@megatron.ietf.org; Mon, 07 Nov 2005 23:47:42 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA09930
	for <sctp-impl-archive@ietf.org>; Mon, 7 Nov 2005 23:47:15 -0500 (EST)
Received: from [221.158.152.153] (helo=uol.com.br)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZLeG-0006tE-5b
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 00:03:58 -0500
Message-ID: <005601c5e41f$98e21680$b077a8c0@adornment>
From: "Dominica Bachus" <domin@uol.com.br>
To: "Leos Woodson" <sctp-impl-archive@ietf.org>
Subject: Re: Nicholass To let you know
Date: Mon, 7 Nov 2005 23:48:01 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0053_01C5E3F5.B00C0E80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 0.4 (/)
X-Scan-Signature: c1c65599517f9ac32519d043c37c5336

This is a multi-part message in MIME format.

------=_NextPart_000_0053_01C5E3F5.B00C0E80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

A V V P X C
m I A r a I
b A L o n A
i G I z a L
e R U a x I
n A M c   S
$69,95 $85,45     $99,95
http://irasafayrra.tripod.com

------=_NextPart_000_0053_01C5E3F5.B00C0E80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE>
<TR>
<TD><FONT face=3D"Courier">A V V P X C</FONT></TD>
<TD><FONT face=3D"Courier">m I A r a I</FONT></TD>
<TD><FONT face=3D"Courier">b A L o n A</FONT></TD>
<TD><FONT face=3D"Courier">i G I z a L</FONT></TD>
<TD><FONT face=3D"Courier">e R U a x I</FONT></TD>
<TD><FONT face=3D"Courier">n A M c &nbsp;<BR> S</FONT></TD>
<TD><FONT face=3D"Courier">&nbsp;<BR> $69,95 $85,45 &nbsp;<BR> &nbsp;<BR> =
$99,95</FONT></TD>
<TD width=3D100%></TD>
</TR>
</TABLE>
<DIV><A href=3D"http://irasafayrra.tripod.com"><FONT face=3DArial =
size=3D3>More Detailed information</FONT></A></DIV></BODY></HTML>

------=_NextPart_000_0053_01C5E3F5.B00C0E80--




From bauch@lino.com Mon Nov 07 23:50:29 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZLRF-0006EM-Gw
	for sctp-impl-archive@megatron.ietf.org; Mon, 07 Nov 2005 23:50:29 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA10044
	for <sctp-impl-archive@ietf.org>; Mon, 7 Nov 2005 23:50:03 -0500 (EST)
Received: from 84-73-136-43.dclient.hispeed.ch ([84.73.136.43] helo=lino.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZLgy-0006xh-1K
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 00:06:45 -0500
From: "Bergliot Bauch" <bauch@lino.com>
To: "Deryck Kipp" <sctp-impl-archive@ietf.org>
Message-ID: <004b01c5e41f$f5453600$35cda8c0@assumptive>
Subject: Re: Sergios cool info
Date: Mon, 7 Nov 2005 23:50:36 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0048_01C5E3F6.0C6F2E00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 0.4 (/)
X-Scan-Signature: c1c65599517f9ac32519d043c37c5336

This is a multi-part message in MIME format.

------=_NextPart_000_0048_01C5E3F6.0C6F2E00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

A V V P X C
m I A r a I
b A L o n A
i G I z a L
e R U a x I
n A M c   S
$69,95 $85,45     $99,95
http://irasafayrra.tripod.com

------=_NextPart_000_0048_01C5E3F6.0C6F2E00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE>
<TR>
<TD><FONT face=3D"Courier">A V V P X C</FONT></TD>
<TD><FONT face=3D"Courier">m I A r a I</FONT></TD>
<TD><FONT face=3D"Courier">b A L o n A</FONT></TD>
<TD><FONT face=3D"Courier">i G I z a L</FONT></TD>
<TD><FONT face=3D"Courier">e R U a x I</FONT></TD>
<TD><FONT face=3D"Courier">n A M c &nbsp;<BR> S</FONT></TD>
<TD><FONT face=3D"Courier">&nbsp;<BR> $69,95 $85,45 &nbsp;<BR> &nbsp;<BR> =
$99,95</FONT></TD>
<TD width=3D100%></TD>
</TR>
</TABLE>
<DIV><A href=3D"http://irasafayrra.tripod.com"><FONT face=3DArial =
size=3D3>More Detailed information</FONT></A></DIV></BODY></HTML>

------=_NextPart_000_0048_01C5E3F6.0C6F2E00--




From derekcrgt@mvsc.com Tue Nov 08 11:53:32 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZWiy-0002xg-A5
	for sctp-impl-archive@megatron.ietf.org; Tue, 08 Nov 2005 11:53:32 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA16782
	for <sctp-impl-archive@ietf.org>; Tue, 8 Nov 2005 11:53:06 -0500 (EST)
Received: from bzb143.neoplus.adsl.tpnet.pl ([83.30.47.143])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZWym-0000kL-LB
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 12:09:55 -0500
Received: from mail.mvsc.com
	by bzb143.neoplus.adsl.tpnet.pl (8.9.3/8.9.3) with SMTP id soXYyYdKLUge
	for <sctp-impl-archive@ietf.org>; Tue, 8 Nov 2005 11:55:14 -0500
Received: from (root@localhost) 
	by mail.mvsc.com with SMTP id wAauVEDFUeNh
	for <sctp-impl-archive@ietf.org>; Tue, 8 Nov 2005 11:55:14 -0500
Date: Tue, 8 Nov 2005 11:55:14 -0500
From: Randi Rivas <derekcrgt@mvsc.com>
Reply-To: Randi Rivas <derekcrgt@mvsc.com>
Message-ID: <876027775826.198654248269@mvsc.com>
To: <sctp-impl-archive@ietf.org>
Subject: Photoshop CS 8.0 $59.95 
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 1ac7cc0a4cd376402b85bc1961a86ac2
Content-Transfer-Encoding: 7bit

I would sooner read a timetable or a catalog than nothing at all.


Shipping: instant downolad


Microsoft OneNote 2003 Professional $29.95
Adobe Acrobat 5.0 $39.95
Autodesk AutoCAD 2005 $99.95
Macromedia Captivate v1.0 $39.95

http://brilsoftware.com





From info@mail.nkjste.com Tue Nov 08 13:25:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZYAL-00065e-9i
	for sctp-impl-archive@megatron.ietf.org; Tue, 08 Nov 2005 13:25:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA24028
	for <sctp-impl-archive@ietf.org>; Tue, 8 Nov 2005 13:25:26 -0500 (EST)
Received: from [58.180.197.67] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZYQ9-0003x7-3W
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 13:42:16 -0500
Received: (qmail 18744 invoked by uid 509); 9 Nov 2005 00:42:20 +0900
Date: 9 Nov 2005 00:42:20 +0900
Message-ID: <20051108154220.18743.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B5.J}$N@:;R$rDs6!$7$F2<$5$$!#5U1g$G$9(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 7655788c23eb79e336f5f8ba8bce7906

$B!z!z!z!z!!5U1g=w@->R2p!!!z!z!z!z(B

$B"#(.(,(/(.(,(/(.(,(/(.(,(/"#(B
$B"#(-AG(-(-?M(-(-5U(-(-1g(-"#(B
$B"#(1(,(0(1(,(0(1(,(0(1(,(0"#(B
http://www.awg5.net/?inran
$B"#(.(,(/(.(,(/(.(,(/(.(,(/"#(B
$B"#(-OC(-(-Bj(-(-=8(-(-Cf(-"#(B
$B"#(1(,(0(1(,(0(1(,(0(1(,(0"#(B
http://www.awg5.net/?inran
$B"(5.J}$N@:;R$rDs6!$9$k$@$1$G!!(B\$B!!$,%,%C%]%j!#!#!#!#(B
$B"(!"A4=w@-2q0w$N(BG$B%9%]%C%H2hA|IU$-!*!*8+Hf$Y$F$+$i7h$a$F2<$5$$!#(B
http://www.awg5.net/?inran



18$B6X(B
YYYYYYYYYYYYYYYYYYYYYY
$B"((BI don't veceive your mail
awg_tokyo@yahoo.com.au
$B"(%a!<%kITMW(B
awg_tokyo@yahoo.com.au
YYYYYYYYYYYYYYYYYYYYYY



From info@mail.nkjste.com Tue Nov 08 17:17:06 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZbm6-0001qS-0T
	for sctp-impl-archive@megatron.ietf.org; Tue, 08 Nov 2005 17:17:06 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA09494
	for <sctp-impl-archive@ietf.org>; Tue, 8 Nov 2005 17:16:37 -0500 (EST)
Received: from [58.180.197.64] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZc1x-0002gE-Hj
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 17:33:31 -0500
Received: (qmail 20932 invoked by uid 509); 9 Nov 2005 04:11:23 +0900
Date: 9 Nov 2005 04:11:23 +0900
Message-ID: <20051108191123.20931.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B%;%C%/%9%+%&%s%;%i!<!!=PD%%[%9%H40A4(B
X-Spam-Score: 4.1 (++++)
X-Scan-Signature: d6b246023072368de71562c0ab503126

$B"(5.J}$bM=LsBT$A$N%+%j%9%^=PD%%[%9%H$rL\;X$7$F8+$^$;$s$+!*(B
$B!V<}F~(BUp$B$G2wE,$J@83h$r(B...$B!W(B
http://www.awg5.net/?favorite

$B!V?M@87P83K-IY$J=OG/=PD%%[%9%H$+$i855$$J<c<j=PD%%[%9%H$^$GMM!9$JG/NpAX$NJ}!"(B
$B$*;n$7EPO?$r$7$F8+$^$;$s$+!*!W(B
http://www.awg5.net/?favorite
$B!V=w@-$NJ}$N?&6H$O!W(B
$B3X@8(B/$B@lLg3X9;@8(B/$BBg3X1!@8(B/$B?M:J(B/OL/$B2q<RLr0w(B/$B<+1D6H(B/$B8xL30w(B/$B7]G=4X78(B/$B3+6H0e(B/$B2q<R(B
$B7P1D(B/.$B%[%9%F%9(B/$BIwB/>n(B/$B%U%j!<%?!<(B/$B$J$I(B
http://www.awg5.net/?favorite
$B"(6C$-$NJs=7$r2DG=$K$7$?$$J}$OD>$KGA$$$F2<$5$$!#(B

$B"#"""#"""#"""#"""#"""#(B
An unnecessary person please reply at the following.
$B6=L#L5$$J}$O"-(B
awg_tokyo@yahoo.com.au
$B"#"""#"""#"""#"""#"""#(B
18$B:PL$K~$OMxMQ6X;_$G$9!#(B



From info@mail.njhdye.com Tue Nov 08 17:52:39 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZcKV-0006A8-62
	for sctp-impl-archive@megatron.ietf.org; Tue, 08 Nov 2005 17:52:39 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA11741
	for <sctp-impl-archive@ietf.org>; Tue, 8 Nov 2005 17:52:12 -0500 (EST)
Received: from [58.180.197.41] (helo=mail.njhdye.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZcaH-0003ha-2j
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 18:09:04 -0500
Received: (qmail 7123 invoked by uid 510); 9 Nov 2005 02:24:06 +0900
Date: 9 Nov 2005 02:24:06 +0900
Message-ID: <20051108172406.7122.qmail@mail.njhdye.com>
From: info@njhdye.com
To: sctp-impl-archive@ietf.org
Subject: $B%m%j%3%s:G?7>pJs!J40A4L5NA!K(B?ccccccccccZ
X-Spam-Score: 3.9 (+++)
X-Scan-Signature: c3a18ef96977fc9bcc21a621cbf1174b

$B(.(.(#(B $B!!(BAetane News$B!J(B2005$BG/(B8$B7nHG!K(B
$B(.(.(.(B   
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B

$B!!$3$s$K$A$O!*(B
$B!!8BDj8x3+(BBBS$B$rFC@_$7$^$7$?!*(B
$B!!(B
$B!!2q0w8BDj$J$N$G!"B>$NJ}$K$OHkL)$K$7$F2<$5$$$M"v(B
$B!!$+$J$j2D0&$$L<$,B7$C$F$$$^$9!#(B
$B!!(B
$B!!:#$9$0$4Mw$/$@$5$$!*(B(^^)
$B!!(B
$B!!(Bhttp://www.awg5.net/?pussy

$B"!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"!(B
$B!!!!(B<< C$B!!(BO$B!!(BN$B!!(BT$B!!(BE$B!!(BN$B!!(BT$B!!(BS >>
$B"!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"!(B
$B!?!?!y<+Bp$G(B2shot$B@8EEOC(B
$B!?!?!y#S#M:G?7>pJs(B
$B!?!?!y8BDj8x3+%W%m%U%#!<%k(B

$B"#<+Bp$G(B2shot$B@8EEOC(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B"'EEOC$GB(7h$r$44uK>$N$*5RMM$X!yEv2q0wMM$*$9$9$a$N=w@-$?$A$G$9!#(B

$B""$"$:$5!!(B(19)
$B!!!V$a$C$A$c$+$o$$$$$G$9!*!*!W(B

$B""$R$J$N!!(B(21)
$B!!!V%A%c!<%_%s%0$J>P4i$H#E%+%C%WH~F}$N%"%s%P%i%s%9$,$H$F$bL%NOE*(B(*^^*)$B!W(B

$B""$^$I$+!!(B(20)
$B!!!V%(%C%A$K@Q6KE*$JL@$k$/$F855$$J=w$N;R!#!W(B

$B""$J$*$_!!(B(18)
$B!!!V$^$@$"$I$1$J$5$,;D$k2D0&$$L<$@$M!#!W(B

$B"(EEOC$G#H!yB(%"%]!yNx?MJg=8!yEy!&!&A4$F$N$*5RMM$N4uK>$K$*1~$(CW$7$^$9"v(B
http://www.awg5.net/?pussy

$B"##S#M:G?7>pJs(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B(.(,(,(,(,(,(,(,(,(,(B
$B(-!z#S#M>pJsBh#3CF!z(B
$B(-=w2&MM$N$9$i$j$H?-$S$?H~5S$d$`$C$A$j$7$?%*%7%j$r4.G=!*!*(B
$B!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g(B
$B0lEY7P83$7$F$_$?$$$"$J$?$X!#!#!#(B

$B%=%U%H$+$i%O!<%I$^$G!#!#!#L#$o$$?<$$=w@-C#$,B3!9$H!*(B(^^;
http://www.awg5.net/?pussy
$B;s8$E[Nl!&$"$J$?$@$1$N=w2&$r!#!#!#A*$SJ|Bj!*(B(^^)v

$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&!y(B*$B!&(B*$B!y(B


$B"#8BDj8x3+%W%m%U%#!<%k(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B"'AaB.O"Mm$5$l$F$_$F$O!)(B

$B%?%$%H%k!'(B090*9**691$B$5$f$j(B

$BK\J8!'$5$f$j$G$9!#;dC#$H$*OC$7$^$;$s$+!)$7$F$_$?$$(BH$B$,$"$k$s$G$9!#(B
$BEEOCHV9f$H%W%m%U%#!<%k$r;dC#$N%W%m%](BBBS$B$K=q$$$FD:$1$l$PO"Mm$7$^$9!#(B^^
$BK\5$$N>Z5r$K;d$NO"Mm@h=q$$$F$*$-$^$9$M!*!*(B
$B$?$@$7:G6aL58@$N%$%?%:%iEEOC$,B?$$$+$i(BT-T$B!K!"O"Mm@h$H%W%m%U$N$J$$J}$K$O(B
$BO"Mm$7$^$;$s!*(B

$B$5$f$j$A$c$s$r(BGET$B!*"*(B http://www.awg5.net/?pussy

----------------------------------------------------------------------
<Aetane News>
$B!&Ev6I$O!"%a!<%k%^%,%8%sG[?.@lMQ%9%?%s%I$G$9!#(B
$B!&Ev6I$h$j$*Aw$j$9$k%a!<%k%^%,%8%s$NFbMF!"$4MxMQ$K4X$7$F$O!"$49XFI<T8D(B
$B!!?M$N@UG$$K$*$$$F$4MxMQ$/$@$5$$!#(B
$B!&Ev6I$h$j$4>R2p$5$;$FD:$$$F$$$k%5%$%H$K$*$1$k$$$+$J$k%H%i%V%kB;32$KBP(B
$B!!$7$F$b0l@Z$N@UG$$rIi$$$+$M$^$9!#(B
$B!&Ev6I$O%a!<%k%^%,%8%s$NFbMF$K$D$$$F$N$4<ALd$K$O1~$8$F$*$j$^$;$s!#(B
$B!&Ev6I$N%a!<%k%^%,%8%s7G:\$N5-;v$r5v2D$J$/E>:\$9$k;v$r6X;_CW$7$^$9!#(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B""9XFI2r=|(B
$B9XFI2r=|$r$44uK>$NJ}$O!"$*<j?t$G$9$,2<5-%a!<%k%"%I%l%908$K$4O"Mm2<$5$$!#(B
I don't veceive your mail
awg_tokyo@yahoo.com.au
$B%a!<%kITMW(B
awg_tokyo@yahoo.com.au
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B



From info@mail.nkjste.com Tue Nov 08 20:48:58 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZf58-00082X-33
	for sctp-impl-archive@megatron.ietf.org; Tue, 08 Nov 2005 20:48:58 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA02441
	for <sctp-impl-archive@ietf.org>; Tue, 8 Nov 2005 20:48:30 -0500 (EST)
Received: from [58.180.197.64] (helo=mail.nkjste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZfL1-0003WT-CR
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 21:05:24 -0500
Received: (qmail 25010 invoked by uid 509); 9 Nov 2005 07:48:32 +0900
Date: 9 Nov 2005 07:48:32 +0900
Message-ID: <20051108224832.25009.qmail@mail.nkjste.com>
From: info@nkjste.com
To: sctp-impl-archive@ietf.org
Subject: $B5.J}$N@:;R$rDs6!$7$F2<$5$$!#5U1g$G$9(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 7655788c23eb79e336f5f8ba8bce7906

$B!z!z!z!z!!5U1g=w@->R2p!!!z!z!z!z(B

$B"#(.(,(/(.(,(/(.(,(/(.(,(/"#(B
$B"#(-AG(-(-?M(-(-5U(-(-1g(-"#(B
$B"#(1(,(0(1(,(0(1(,(0(1(,(0"#(B
http://www.awg5.net/?inran
$B"#(.(,(/(.(,(/(.(,(/(.(,(/"#(B
$B"#(-OC(-(-Bj(-(-=8(-(-Cf(-"#(B
$B"#(1(,(0(1(,(0(1(,(0(1(,(0"#(B
http://www.awg5.net/?inran
$B"(5.J}$N@:;R$rDs6!$9$k$@$1$G!!(B\$B!!$,%,%C%]%j!#!#!#!#(B
$B"(!"A4=w@-2q0w$N(BG$B%9%]%C%H2hA|IU$-!*!*8+Hf$Y$F$+$i7h$a$F2<$5$$!#(B
http://www.awg5.net/?inran



18$B6X(B
YYYYYYYYYYYYYYYYYYYYYY
$B"((BI don't veceive your mail
awg_tokyo@yahoo.com.au
$B"(%a!<%kITMW(B
awg_tokyo@yahoo.com.au
YYYYYYYYYYYYYYYYYYYYYY



From KatherineSewell@basketball4ever.com Tue Nov 08 22:39:09 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZgnl-0004Q4-5a
	for sctp-impl-archive@megatron.ietf.org; Tue, 08 Nov 2005 22:39:09 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id WAA08703
	for <sctp-impl-archive@ietf.org>; Tue, 8 Nov 2005 22:38:41 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EZh3g-0006HJ-KJ
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 22:55:37 -0500
Received: from 69-175-55-29.ontrca.adelphia.net ([69.175.55.29])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EZgnf-0006UR-UV
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 22:39:05 -0500
Received: from 0TR@localhost by 3Hr.int (8.11.6/8.11.6); Wed, 09 Nov 2005 01:38:26 -0600
Message-ID: <6tKiKHTLu2j9Yb2SMu0S@boccacomorio.com>
From: "Norah Pritchett" <KatherineSewell@basketball4ever.com>
Reply-To: "Norah Pritchett" <KatherineSewell@basketball4ever.com>
To: sctp-impl-archive@ietf.org
Subject: Windows XP Pro $49.95, Office 2003 $69.95 XP
Date: Wed, 09 Nov 2005 09:33:26 +0200
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: KatherineSewell@basketball4ever.com
Content-Type: multipart/mixed;  boundary="--PhKB2xp1V8dnuJ0AX4"
X-Spam-Score: 0.2 (/)
X-Scan-Signature: fe105289edd72640d9f392da880eefa2

OcCx

----PhKB2xp1V8dnuJ0AX4
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>W</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3DaQuv name=3Dsj=
7T><meta content=3Dayl7 name=3DrwT4><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3DPuvB n=
ame=3DjuJr></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://tagisoftware=
com/?7>unsubscribe me</a></font></td><td width=3D331 height=3D38><a href=3D=
http://tagisoftware.com/?4> <img border=3D0 src=3Dhttp://g-images.amazon.c=
om/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif align=3D=
right width=3D300 height=3D22></a></td></tr></table></div><tbody><tr><td c=
lass=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></tr></tbod=
y></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><t=
r><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D0 bord=
er=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 cellP=
adding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td w=
idth=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/images/G=
/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><td bgco=
lor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://tagis=
oftware.com/?9> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.=
com/images/G/01/search-browse/go-button-software.gif align=3Dmiddle value=3D=
Go border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr></tab=
le></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cellPadd=
ing=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom align=
=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 border=3D=
0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><font=
 size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow=
-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D#000=
080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://tagis=
oftware.com/?L>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>&n=
bsp;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td widt=
h=3D132><a href=3Dhttp://tagisoftware.com/?z> <font face=3Dverdana,arial,h=
elvetica size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td wid=
th=3D132><a href=3Dhttp://tagisoftware.com/?P> <font face=3Dverdana,arial,=
helvetica size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td width=3D=
4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td><td =
width=3D132><a href=3Dhttp://tagisoftware.com/?g> <font face=3Dverdana,ari=
al,helvetica size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><td widt=
h=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>5</font></td>=
<td width=3D132> <a href=3Dhttp://tagisoftware.com/?l> <font face=3Dverdan=
a,arial,helvetica size=3D1>Macromedia Flash 8</font></a></td></tr><tr><td =
width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>6</font><=
/td><td width=3D132> <a href=3Dhttp://tagisoftware.com/?H> <font face=3Dve=
rdana,arial,helvetica size=3D1>Dreamweaver 8</font></a></td></tr><tr><td w=
idth=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>7</font></=
td><td width=3D132><a href=3Dhttp://tagisoftware.com/?7> <font face=3Dverd=
ana,arial,helvetica size=3D1>Norton Sysworks 2005</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>8</fo=
nt></td><td width=3D132> <a href=3Dhttp://tagisoftware.com/?m> <font face=3D=
verdana,arial,helvetica size=3D1>Adobe GoLive CS2</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>9</fo=
nt></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a=
 href=3Dhttp://tagisoftware.com/?9>Adobe Illustrator CS2</a></font></td></=
tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D=
1>10</font></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=
=3D1> <a href=3Dhttp://tagisoftware.com/?a>Borland Architect 2005</a></fon=
t></td></tr><tr><td width=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span=
 class=3Dsmall><b> <font face=3DVerdana size=3D1>See more by this manufact=
urer</font></b></span></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8=
>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1=
> <a href=3Dhttp://tagisoftware.com/?A>Microsoft</a></font></td></tr><tr><=
td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132><a href=3D=
http://tagisoftware.com/?y> <font face=3Dverdana,arial,helvetica size=3D1>=
Macromedia</font></a></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>=
&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1>=
 <a href=3Dhttp://tagisoftware.com/?R>Adobe</a></font></td></tr><tr><td wi=
dth=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span class=3Dsmall><b> <fo=
nt face=3DVerdana size=3D1>Customers also bought</font></b></span></td></t=
r><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132> <=
font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://tagisoftwar=
e.com/?A>these other items...</a></font></td></tr></table></td></tr></tabl=
e></td></tr></table></td></tr></table></td><td vAlign=3Dtop align=3Dleft w=
idth=3D530><p><b class=3Dsans>Microsoft Windows XP Professional *w/SP2*</b=
><br> <span class=3Dsmall><a href=3Dhttp://tagisoftware.com/?F>Microsoft</=
a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/=
sticker/newest_version.gif width=3D82 height=3D14></span><br></p><table bo=
rder=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop =
noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D170><tr><=
td width=3D135><a href=3Dhttp://tagisoftware.com/?R> <select name=3Dedit1>=
 <option selected>View Other Titles</option> </select></a></td><td noWrap =
width=3D35>&nbsp;<a href=3Dhttp://tagisoftware.com/?d><input type=3Dimage =
alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-but=
ton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wid=
th=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dh=
ttp://tagisoftware.com/?U> <img height=3D150 src=3Dhttp://images.amazon.co=
m/images/P/B00022PTT8.01._SCMZZZZZZZ_.jpg width=3D135 align=3Dleft border=3D=
0 name=3Dprod_image hspace=3D5></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D105><span class=3Dlistprice>$299.00</span></td></tr><tr><td class=
=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pric=
e:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 w=
idth=3D105><b class=3Dprice>$49.99</b></td></tr><tr><td class=3Dsmall vAli=
gn=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></td>=
<td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D105><s=
pan class=3Dprice>$249.01 (80%)</span></td></tr></table><p><a href=3Dhttp:=
//tagisoftware.com/?j> <img border=3D0 src=3Dhttp://g-images.amazon.com/im=
ages/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a=
><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>Coup=
on Code:</b> 5vyCi<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.=
com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop width=
=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sales Ran=
k:</b> #1<br> </span><span class=3Dsmall><a href=3Dhttp://tagisoftware.com=
/?K>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://tagisoftware.co=
m/?Q>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon Expir=
es:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average Custo=
mer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-im=
ages.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif=
 width=3D64 border=3D0> Based on 1294 reviews. <a href=3Dhttp://tagisoftwa=
re.com/?S>Write a review</a>.</font></p> <hr noShade SIZE=3D1><table borde=
r=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" =
bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><tr><td wi=
dth=3D100% height=3D55><p><b class=3Dsans>Adobe Creative Suite 2 *Premium*=
</b><br> <span class=3Dsmall><a href=3Dhttp://tagisoftware.com/?I>Adobe</a=
><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/s=
ticker/newest_version.gif width=3D82 height=3D14></span><br></p><table bor=
der=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop n=
oWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><t=
d width=3D126><a href=3Dhttp://tagisoftware.com/?x> <select name=3Dedit1> =
<option selected>View Other Titles</option> </select></a></td><td noWrap w=
idth=3D38>&nbsp;<a href=3Dhttp://tagisoftware.com/?Y><input type=3Dimage a=
lt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-butt=
on-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation widt=
h=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dht=
tp://tagisoftware.com/?S> <img height=3D156 src=3Dhttp://ec1.images-amazon=
com/images/P/B00080DPCW.01._PE7_SCMZZZZZZZ_.jpg width=3D151 align=3Dleft =
border=3D0 name=3Dprod_image></a><span class=3Dsmall></p><table cellSpacin=
g=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D193><tr><td class=3Ds=
mall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pri=
ce:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 =
width=3D109><span class=3Dlistprice>$1199.00</span></td></tr><tr><td class=
=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pric=
e:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 w=
idth=3D109><b class=3Dprice>$149.99</b></td></tr><tr><td class=3Dsmall vAl=
ign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></td=
><td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D109><=
span class=3Dprice>$1049.01 (95%)</span></td></tr></table><p><a href=3Dhtt=
p://tagisoftware.com/?Z> <img border=3D0 src=3Dhttp://g-images.amazon.com/=
images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23><=
/a><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>Co=
upon Code:</b> FWOCJ<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazo=
n.com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop wid=
th=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sales R=
ank:</b> #2<br> </span><span class=3Dsmall><a href=3Dhttp://tagisoftware.c=
om/?y>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://tagisoftware.=
com/?M>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon Exp=
ires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average Cus=
tomer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-=
images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.g=
if width=3D64 border=3D0> Based on 19963 reviews. <a href=3Dhttp://tagisof=
tware.com/?i>Write a review</a>.</font></p> </font><hr noShade SIZE=3D1></=
td></tr><tr><td width=3D100% height=3D55><p><b class=3Dsans>Microsoft Offi=
ce 2003 *Professional*</b><br> <span class=3Dsmall><a href=3Dhttp://tagiso=
ftware.com/?X>Microsoft</a><img border=3D0 src=3Dhttp://g-images.amazon.co=
m/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14=
></span><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose:<=
/b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 bor=
der=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://tagisoftware.com/=
?f> <select name=3Dedit1> <option selected>View Other Titles</option> </se=
lect></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://tagisoftware.co=
m/?P><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/images/=
G/01/search-browse/go-button-software.gif value=3DGo border=3D0 name=3Dsub=
mit.display-variation width=3D21 height=3D21></a></td></tr></table></td></=
tr></table><p><a href=3Dhttp://tagisoftware.com/?4> <img src=3Dhttp://imag=
es.amazon.com/images/P/B0000AZJVC.01._SCMZZZZZZZ_.jpg align=3Dleft border=3D=
0 name=3Dprod_image width=3D117 height=3D150></a><span class=3Dsmall></p> =
</span><p><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 b=
order=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop noWra=
p align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td height=3D=
18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span class=3D=
listprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWra=
p align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=3D18 =
width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3Dprice=
>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Drig=
ht height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D11><=
/td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.01 (=
85%)</span></td></tr></table><p><a href=3Dhttp://tagisoftware.com/?B> <img=
 border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-ca=
rt-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availability:<=
/b> Available for INSTANT download!<br> <b>Coupon Code:</b> txyD7<br> <b>P=
latform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videogames/=
icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Windows =
XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #3</span><span class=
=3Dsmall><a href=3Dhttp://tagisoftware.com/?Q><br> System requirements</a>=
&nbsp; |&nbsp; <a href=3Dhttp://tagisoftware.com/?f>Other Versions</a></sp=
an><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, 2005=
<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img height=3D=
12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x=
-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> Based=
 on 18946 reviews. <a href=3Dhttp://tagisoftware.com/?t>Write a review</a>=
</font></p> </font><hr noShade SIZE=3D1></td></tr><tr><td width=3D100=
% height=3D55><p><b class=3Dsans>Adobe Acrobat Professional V 7.0</b><br> =
<span class=3Dsmall><a href=3Dhttp://tagisoftware.com/?8>Adobe</a><img bor=
der=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/ne=
west_version.gif width=3D82 height=3D14></span><br></p><table border=3D0><=
tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap><ta=
ble cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><td width=3D=
126><a href=3Dhttp://tagisoftware.com/?5> <select name=3Dedit1> <option se=
lected>View Other Titles</option> </select></a></td><td noWrap width=3D38>=
&nbsp;<a href=3Dhttp://tagisoftware.com/?J><input type=3Dimage alt=3DGo sr=
c=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-button-softwar=
e.gif value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 hei=
ght=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp://tagis=
oftware.com/?s> <img height=3D150 src=3Dhttp://images.amazon.com/images/P/=
B00069E7KO.01.LZZZZZZZ.jpg width=3D175 align=3Dleft border=3D0 name=3Dprod=
_image></a><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 =
border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop noWr=
ap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td height=
=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span clas=
s=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop n=
oWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=3D=
18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3Dpr=
ice>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D1=
1></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.0=
1 (85%)</span></td></tr></table><p><a href=3Dhttp://tagisoftware.com/?W> <=
img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to=
-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabilit=
y:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> f4vCCR<br> =
<b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videoga=
mes/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Wind=
ows XP</span></p><p><span class=3Dtiny><b>Sales Rank:</b> #4</span><span c=
lass=3Dsmall><a href=3Dhttp://tagisoftware.com/?6><br> System requirements=
</a>&nbsp; |&nbsp; <a href=3Dhttp://tagisoftware.com/?7>Other Versions</a>=
</span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, =
2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img hei=
ght=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/=
G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0>=
 Based on 17455 reviews. <a href=3Dhttp://tagisoftware.com/?z>Write a revi=
ew</a>.</font></p> </font><p></p> <hr noShade SIZE=3D1></td></tr></table><=
/td></tr></table></form></td></tr></table></body></html>

----PhKB2xp1V8dnuJ0AX4--



From kacheong.poon@sun.com Tue Nov 08 23:19:39 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZhQv-0007jQ-1a
	for sctp-impl-archive@megatron.ietf.org; Tue, 08 Nov 2005 23:19:39 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA10526
	for <sctp-impl-archive@ietf.org>; Tue, 8 Nov 2005 23:19:09 -0500 (EST)
Received: from sj-iport-2-in.cisco.com ([171.71.176.71] helo=sj-iport-2.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EZhgp-00079G-HV
	for sctp-impl-archive@ietf.org; Tue, 08 Nov 2005 23:36:05 -0500
Received: from sj-core-1.cisco.com ([171.71.177.237])
  by sj-iport-2.cisco.com with ESMTP; 08 Nov 2005 20:19:25 -0800
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id jA94Ii4A010196;
	Tue, 8 Nov 2005 20:18:45 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jA94HmwJ000884
	for sctp-impl-filtered; Tue, 8 Nov 2005 20:17:50 -0800 (PST)
Message-Id: <200511090417.jA94HmwJ000884@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131509867-882-0"
Content-Transfer-Encoding: binary
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: Question about SCTP_PEER_ADDR_PARAMS socket options in
    Sockets API draft 11
List-Id: sctp-impl
To: Frank Filz <ffilzlnx@us.ibm.com>
From: Kacheong Poon <kacheong.poon@sun.com>
Cc: sctp-impl@external.cisco.com
X-Nails-Approved: kacheong.poon@sun.com
Date: Wed, 09 Nov 2005 12:17:03 +0800
X-Spam-Score: 0.0 (/)
X-Scan-Signature: bb8f917bb6b8da28fc948aeffb74aa17

This is a multi-part message in MIME format...

------------=_1131509867-882-0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: binary

Frank Filz wrote:

> Reading this, by implication, it seems that this parameter could be set
> per address in the association. My question is why would one set this
> per address? A SACK is usually sent on the address a data packet was
> most recently received from, but may acknowledge packets received from
> other addresses, further, a couple conditions require an immediate SACK
> (this is the second data packet received, this is a duplicate data
> packet).


If an app really knows the paths to different addresses, it
may want to use different values given the path characteristics.
In fact, the two SCTP end points may coordinate to use different
addresses and expect SACK to come back at different intervals.
But I expect that for most apps, it will just set the same delay
for all peer addresses.  From an API perspective, it will be
too restrictive if we disallow setting different delay values
for different addresses.  Is there any problem of allowing this
feature?


-- 

						K. Poon.
						kacheong.poon@sun.com

------------=_1131509867-882-0--



From Mjautia@optonline.net Wed Nov 09 02:02:30 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZjyY-0006Jg-R8; Wed, 09 Nov 2005 02:02:30 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA17862;
	Wed, 9 Nov 2005 02:02:01 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EZkET-0002Pf-4L; Wed, 09 Nov 2005 02:18:58 -0500
Received: from [219.95.94.195] (helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EZjyL-0004aK-El; Wed, 09 Nov 2005 02:02:24 -0500
From: "Pedro Deal" <Mjautia@optonline.net>
To: opes-archive@ietf.org
Subject: Fw: Information
Date: Wed, 09 Nov 2005 12:59:24 +0600
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_SWISJEVX.RFLMJGTV"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1EZjyL-0004aK-El@mx2.foretec.com>
X-Spam-Score: 0.8 (/)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_SWISJEVX.RFLMJGTV
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your specific position has been shown to the important committees, and upon wise thought, we are able to propose to you the next opening offer.

Based upon wise thought you qualify to collect a princely gain on your initial property investment.

By completing the next attached form in a timely manner we will be able to decide our evaluation, and we feel sure you will collect not only a decreased rate of interest, but also a cash return that will realize all your holiday needs and more!

Please go here to decide this phase of the arrangement.

With kindest regards,

Pedro Deal







Should you prefer not to enjoy participation of this holiday opening offer you can go here.

------=_NextPart_000_0000_SWISJEVX.RFLMJGTV
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your specific position has been shown to the important committees, and upon wise thought, we are able to propose to you the next opening offer.<P>
Based upon wise thought you qualify to collect a princely gain on your initial property investment.<P>
By completing the next attached form in a timely manner we will be able to decide our evaluation, and we feel sure you will collect not only a decreased rate of interest, but also a cash return that will realize all your holiday needs and more!<P>
<A HREF="http://pride-2.com/indeed.asp">Please go here to decide this phase of the arrangement.</A><P>
With kindest regards,<P>
Pedro Deal<P><P><BR><BR><P><BR>

Should you prefer not to enjoy participation of this holiday opening offer you can go <A HREF="http://pride-2.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_SWISJEVX.RFLMJGTV--



From MelanieAtwood@chaparralsigns.com Wed Nov 09 08:35:31 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZq6t-000735-LP; Wed, 09 Nov 2005 08:35:31 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA09520;
	Wed, 9 Nov 2005 08:35:03 -0500 (EST)
Received: from [59.188.80.231] (helo=132.151.6.1)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZqMr-0004Yp-GF; Wed, 09 Nov 2005 08:52:04 -0500
Received: from lsaf@localhost by UWKH.int (8.11.6/8.11.6); Wed, 09 Nov 2005 03:50:06 -0700
Message-ID: <THa90rAgFrZ0t4qH6ozGMdLv@chicas-calientes.com>
From: "Kelly Jacob" <MelanieAtwood@chaparralsigns.com>
Reply-To: "Kelly Jacob" <MelanieAtwood@chaparralsigns.com>
To: sctp-impl-archive@ietf.org
Cc: rmonmib@ietf.org
Subject: XP Pro Software titles available for Download
Date: Wed, 09 Nov 2005 16:50:06 +0600
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: MelanieAtwood@chaparralsigns.com
Content-Type: multipart/mixed;  boundary="--gxZ4B2Hm4m4mP6P"
X-Spam-Score: 1.2 (+)
X-Scan-Signature: 410b68b37343617c6913e76d02180b14

Ldq 

----gxZ4B2Hm4m4mP6P
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>E</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3Di5SP name=3DEk=
Zz><meta content=3DjvRY name=3D9k8P><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3DL7yU n=
ame=3DzcNh></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://holidayoem.n=
et/?G>unsubscribe me</a></font></td><td width=3D331 height=3D38><a href=3D=
http://holidayoem.net/?Z> <img border=3D0 src=3Dhttp://g-images.amazon.com=
/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif align=3D=
right width=3D300 height=3D22></a></td></tr></table></div><tbody><tr><td c=
lass=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></tr></tbod=
y></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><t=
r><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D0 bord=
er=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 cellP=
adding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td w=
idth=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/images/G=
/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><td bgco=
lor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://holid=
ayoem.net/?j> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.co=
m/images/G/01/search-browse/go-button-software.gif align=3Dmiddle value=3D=
Go border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr></tab=
le></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cellPadd=
ing=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom align=
=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 border=3D=
0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><font=
 size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow=
-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D#000=
080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://holid=
ayoem.net/?H>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>&nbs=
p;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td width=3D=
132><a href=3Dhttp://holidayoem.net/?A> <font face=3Dverdana,arial,helveti=
ca size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D4>&nbsp;<=
/td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td width=3D1=
32><a href=3Dhttp://holidayoem.net/?L> <font face=3Dverdana,arial,helvetic=
a size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td width=3D4>&nbsp;=
</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td><td width=3D=
132><a href=3Dhttp://holidayoem.net/?H> <font face=3Dverdana,arial,helveti=
ca size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><td width=3D4>&nbs=
p;</td><td width=3D8><font face=3DVerdana size=3D1>5</font></td><td width=3D=
132> <a href=3Dhttp://holidayoem.net/?s> <font face=3Dverdana,arial,helvet=
ica size=3D1>Macromedia Flash 8</font></a></td></tr><tr><td width=3D4>&nbs=
p;</td><td width=3D8><font face=3DVerdana size=3D1>6</font></td><td width=3D=
132> <a href=3Dhttp://holidayoem.net/?4> <font face=3Dverdana,arial,helvet=
ica size=3D1>Dreamweaver 8</font></a></td></tr><tr><td width=3D4>&nbsp;</t=
d><td width=3D8><font face=3DVerdana size=3D1>7</font></td><td width=3D132=
><a href=3Dhttp://holidayoem.net/?N> <font face=3Dverdana,arial,helvetica =
size=3D1>Norton Sysworks 2005</font></a></td></tr><tr><td width=3D4>&nbsp;=
</td><td width=3D8><font face=3DVerdana size=3D1>8</font></td><td width=3D=
132> <a href=3Dhttp://holidayoem.net/?U> <font face=3Dverdana,arial,helvet=
ica size=3D1>Adobe GoLive CS2</font></a></td></tr><tr><td width=3D4>&nbsp;=
</td><td width=3D8><font face=3DVerdana size=3D1>9</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://holid=
ayoem.net/?n>Adobe Illustrator CS2</a></font></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>10</font></td><td wi=
dth=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp:/=
/holidayoem.net/?T>Borland Architect 2005</a></font></td></tr><tr><td widt=
h=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span class=3Dsmall><b> <font=
 face=3DVerdana size=3D1>See more by this manufacturer</font></b></span></=
td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://holid=
ayoem.net/?o>Microsoft</a></font></td></tr><tr><td width=3D4>&nbsp;</td><t=
d width=3D8>&nbsp;</td><td width=3D132><a href=3Dhttp://holidayoem.net/?l>=
 <font face=3Dverdana,arial,helvetica size=3D1>Macromedia</font></a></td><=
/tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132>=
 <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://holidayoe=
m.net/?s>Adobe</a></font></td></tr><tr><td width=3D4>&nbsp;</td><td colSpa=
n=3D2 width=3D144><span class=3Dsmall><b> <font face=3DVerdana size=3D1>Cu=
stomers also bought</font></b></span></td></tr><tr><td width=3D4>&nbsp;</t=
d><td width=3D8>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,hel=
vetica size=3D1> <a href=3Dhttp://holidayoem.net/?Y>these other items...</=
a></font></td></tr></table></td></tr></table></td></tr></table></td></tr><=
/table></td><td vAlign=3Dtop align=3Dleft width=3D530><p><b class=3Dsans>M=
icrosoft Windows XP Professional *w/SP2*</b><br> <span class=3Dsmall><a hr=
ef=3Dhttp://holidayoem.net/?Z>Microsoft</a><img border=3D0 src=3Dhttp://g-=
images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D=
82 height=3D14></span><br></p><table border=3D0><tr><td noWrap><b class=3D=
small>Choose:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellP=
adding=3D0 border=3D0 width=3D170><tr><td width=3D135><a href=3Dhttp://hol=
idayoem.net/?i> <select name=3Dedit1> <option selected>View Other Titles</=
option> </select></a></td><td noWrap width=3D35>&nbsp;<a href=3Dhttp://hol=
idayoem.net/?w><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.c=
om/images/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 =
name=3Dsubmit.display-variation width=3D21 height=3D21></a></td></tr></tab=
le></td></tr></table><p><a href=3Dhttp://holidayoem.net/?H> <img height=3D=
150 src=3Dhttp://images.amazon.com/images/P/B00022PTT8.01._SCMZZZZZZZ_.jpg=
 width=3D135 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></a><spa=
n class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 heig=
ht=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Drigh=
t height=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D1=
1></td><td class=3Dsmall height=3D18 width=3D105><span class=3Dlistprice>$=
299.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dr=
ight height=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11>=
</td><td class=3Dsmall height=3D18 width=3D105><b class=3Dprice>$49.99</b>=
</td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D=
1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D11></td><td clas=
s=3Dsmall height=3D1 width=3D105><span class=3Dprice>$249.01 (80=
%)</span></td></tr></table><p><a href=3Dhttp://holidayoem.net/?U> <img bor=
der=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-y=
ellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availability:</b> =
Available for INSTANT download!<br> <b>Coupon Code:</b> Z0mpl<br> <b>Platf=
orm:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videogames/icon=
s/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Windows XP</=
p><p></span><span class=3Dtiny><b>Sales Rank:</b> #1<br> </span><span clas=
s=3Dsmall><a href=3Dhttp://holidayoem.net/?S>System requirements</a>&nbsp;=
 |&nbsp; <a href=3Dhttp://holidayoem.net/?H>Other Versions</a></span><span=
 class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, 2005<br> </s=
pan><font class=3Dtiny><b>Average Customer Review:</b><img height=3D12 alt=
=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-local=
e/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> Based on 14=
75 reviews. <a href=3Dhttp://holidayoem.net/?w>Write a review</a>.</font><=
/p> <hr noShade SIZE=3D1><table border=3D0 cellpadding=3D0 cellspacing=3D0=
 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100=
% id=3DAutoNumber1 height=3D55><tr><td width=3D100% height=3D55><p><b clas=
s=3Dsans>Adobe Creative Suite 2 *Premium*</b><br> <span class=3Dsmall><a h=
ref=3Dhttp://holidayoem.net/?7>Adobe</a><img border=3D0 src=3Dhttp://g-ima=
ges.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D8=
2 height=3D14></span><br></p><table border=3D0><tr><td noWrap><b class=3Ds=
mall>Choose:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPa=
dding=3D0 border=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://holi=
dayoem.net/?q> <select name=3Dedit1> <option selected>View Other Titles</o=
ption> </select></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://holi=
dayoem.net/?j><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.co=
m/images/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 n=
ame=3Dsubmit.display-variation width=3D21 height=3D21></a></td></tr></tabl=
e></td></tr></table><p><a href=3Dhttp://holidayoem.net/?q> <img height=3D1=
56 src=3Dhttp://ec1.images-amazon.com/images/P/B00080DPCW.01._PE7_SCMZZZZZ=
ZZ_.jpg width=3D151 align=3Dleft border=3D0 name=3Dprod_image></a><span cl=
ass=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D=
21 width=3D193><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright hei=
ght=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D11></t=
d><td class=3Dsmall height=3D18 width=3D109><span class=3Dlistprice>$1199.=
00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright=
 height=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11></td=
><td class=3Dsmall height=3D18 width=3D109><b class=3Dprice>$149.99</b></t=
d></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 =
width=3D73> <b>You Save:</b></td><td height=3D1 width=3D11></td><td class=3D=
small height=3D1 width=3D109><span class=3Dprice>$1049.01 (95=
%)</span></td></tr></table><p><a href=3Dhttp://holidayoem.net/?h> <img bor=
der=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-y=
ellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availability:</b> =
Available for INSTANT download!<br> <b>Coupon Code:</b> As4Vz3Z1V<br> <b>P=
latform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videogames/=
icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Windows =
XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #2<br> </span><span =
class=3Dsmall><a href=3Dhttp://holidayoem.net/?d>System requirements</a>&n=
bsp; |&nbsp; <a href=3Dhttp://holidayoem.net/?X>Other Versions</a></span><=
span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, 2005<br>=
 </span><font class=3Dtiny><b>Average Customer Review:</b><img height=3D12=
 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-l=
ocale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> Based o=
n 111227 reviews. <a href=3Dhttp://holidayoem.net/?N>Write a review</a>.</=
font></p> </font><hr noShade SIZE=3D1></td></tr><tr><td width=3D100=
% height=3D55><p><b class=3Dsans>Microsoft Office 2003 *Professional*</b><=
br> <span class=3Dsmall><a href=3Dhttp://holidayoem.net/?V>Microsoft</a><i=
mg border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/stic=
ker/newest_version.gif width=3D82 height=3D14></span><br></p><table border=
=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWr=
ap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><td w=
idth=3D126><a href=3Dhttp://holidayoem.net/?m> <select name=3Dedit1> <opti=
on selected>View Other Titles</option> </select></a></td><td noWrap width=3D=
38>&nbsp;<a href=3Dhttp://holidayoem.net/?x><input type=3Dimage alt=3DGo s=
rc=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-button-softwa=
re.gif value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 he=
ight=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp://holi=
dayoem.net/?3> <img src=3Dhttp://images.amazon.com/images/P/B0000AZJVC.01.=
_SCMZZZZZZZ_.jpg align=3Dleft border=3D0 name=3Dprod_image width=3D117 hei=
ght=3D150></a><span class=3Dsmall></p> </span><p><span class=3Dsmall></p><=
table cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><=
tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D=
73> <b>List Price:</b></td><td height=3D18 width=3D11></td><td class=3Dsma=
ll height=3D18 width=3D105><span class=3Dlistprice>$499.00</span></td></tr=
><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=
=3D73> <b>Price:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall=
 height=3D18 width=3D105><b class=3Dprice>$69.99</b></td></tr><tr><td clas=
s=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You =
Save:</b></td><td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 =
width=3D105><span class=3Dprice>$429.01 (85%)</span></td></tr></table><p><=
a href=3Dhttp://holidayoem.net/?i> <img border=3D0 src=3Dhttp://g-images.a=
mazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 hei=
ght=3D23></a><br><br> <b>Availability:</b> Available for INSTANT download!=
<br> <b>Coupon Code:</b> Z7RrOPe<br> <b>Platform:</b> <img src=3Dhttp://g-=
images.amazon.com/images/G/01/videogames/icons/browse-icon-windows.gif ali=
gn=3Dtop width=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtin=
y><b>Sales Rank:</b> #3</span><span class=3Dsmall><a href=3Dhttp://holiday=
oem.net/?q><br> System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://hol=
idayoem.net/?7>Other Versions</a></span><span class=3Dtiny><br> <b>Date Co=
upon Expires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Ave=
rage Customer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dh=
ttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/sta=
rs-5-0.gif width=3D64 border=3D0> Based on 16211 reviews. <a href=3Dhttp:/=
/holidayoem.net/?A>Write a review</a>.</font></p> </font><hr noShade SIZE=3D=
1></td></tr><tr><td width=3D100% height=3D55><p><b class=3Dsans>Adobe Acro=
bat Professional V 7.0</b><br> <span class=3Dsmall><a href=3Dhttp://holida=
yoem.net/?C>Adobe</a><img border=3D0 src=3Dhttp://g-images.amazon.com/imag=
es/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></spa=
n><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></t=
d><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D=
0 width=3D164><tr><td width=3D126><a href=3Dhttp://holidayoem.net/?3> <sel=
ect name=3Dedit1> <option selected>View Other Titles</option> </select></a=
></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://holidayoem.net/?z><inpu=
t type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/searc=
h-browse/go-button-software.gif value=3DGo border=3D0 name=3Dsubmit.displa=
y-variation width=3D21 height=3D21></a></td></tr></table></td></tr></table=
><p><a href=3Dhttp://holidayoem.net/?d> <img height=3D150 src=3Dhttp://ima=
ges.amazon.com/images/P/B00069E7KO.01.LZZZZZZZ.jpg width=3D175 align=3Dlef=
t border=3D0 name=3Dprod_image></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D105><span class=3Dlistprice>$499.00</span></td></tr><tr><td class=
=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pric=
e:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 w=
idth=3D105><b class=3Dprice>$69.99</b></td></tr><tr><td class=3Dsmall vAli=
gn=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></td>=
<td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D105><s=
pan class=3Dprice>$429.01 (85%)</span></td></tr></table><p><a href=3Dhttp:=
//holidayoem.net/?i> <img border=3D0 src=3Dhttp://g-images.amazon.com/imag=
es/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a><=
br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>Coupon=
 Code:</b> TwKIS0<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.c=
om/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop width=3D=
20 height=3D20> Windows XP</span></p><p><span class=3Dtiny><b>Sales Rank:<=
/b> #4</span><span class=3Dsmall><a href=3Dhttp://holidayoem.net/?Y><br> S=
ystem requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://holidayoem.net/?b>Ot=
her Versions</a></span><span class=3Dtiny><br> <b>Date Coupon Expires:</b>=
 December 31st, 2005<br> </span><font class=3Dtiny><b>Average Customer Rev=
iew:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.am=
azon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D=
64 border=3D0> Based on 1492 reviews. <a href=3Dhttp://holidayoem.net/?S>W=
rite a review</a>.</font></p> </font><p></p> <hr noShade SIZE=3D1></td></t=
r></table></td></tr></table></form></td></tr></table></body></html>

----gxZ4B2Hm4m4mP6P--



From sohaclune@gaycapitol.com Wed Nov 09 10:11:11 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZrbT-0000T6-LY
	for sctp-impl-archive@megatron.ietf.org; Wed, 09 Nov 2005 10:11:11 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA14777
	for <sctp-impl-archive@ietf.org>; Wed, 9 Nov 2005 10:10:43 -0500 (EST)
Received: from 201-26-42-103.dsl.telesp.net.br ([201.26.42.103] helo=gaycapitol.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZrrT-00076Z-DI
	for sctp-impl-archive@ietf.org; Wed, 09 Nov 2005 10:27:45 -0500
Message-ID: <005b01c5e53f$cb833080$bf56a8c0@greengage>
From: "Sohail Clune" <sohaclune@gaycapitol.com>
To: "Tiberiu Ofarrell" <sctp-impl-archive@ietf.org>
Subject: Vincent - interesting information
Date: Wed, 9 Nov 2005 10:11:01 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0058_01C5E515.E2AD2880"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 2.8 (++)
X-Scan-Signature: cd26b070c2577ac175cd3a6d878c6248

This is a multi-part message in MIME format.

------=_NextPart_000_0058_01C5E515.E2AD2880
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
V A C X P V
I m I a r A
A b A n o L
G i L a z I
R e I x a U
A n S   c M
3,33    3,75      1,21
Quit o
ng f
eddications - vi
rmaE
hop
verpayi
or your M
sit our Pha
xpress S


------=_NextPart_000_0058_01C5E515.E2AD2880
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<TABLE cellPadding=3D0 style=3D"WORD-SPACING: normal;" cellSpacing=3D0>
<TR>
<TD><FONT face=3D"Courier">V A C X P V</FONT></TD>
<TD><FONT face=3D"Courier">I m I a r A</FONT></TD>
<TD><FONT face=3D"Courier">A b A n o L</FONT></TD>
<TD><FONT face=3D"Courier">G i L a z I</FONT></TD>
<TD><FONT face=3D"Courier">R e I x a U</FONT></TD>
<TD><FONT face=3D"Courier">A n S &nbsp;<BR> c M</FONT></TD>
<TD><FONT face=3D"Courier">&nbsp;3,33 &nbsp;<BR> &nbsp;3,75 &nbsp;<BR> =
&nbsp;<BR> &nbsp;1,21</FONT></TD>
<TD style=3D"BORDER-BOTTOM: 0px;" width=3D100%></TD>
</TR>
</TABLE>
<DIV>&nbsp;</DIV>
<TABLE cellPadding=3D0 style=3D"WORD-SPACING: normal;" cellSpacing=3D0>
  <TR style=3D"BORDER-BOTTOM: 0px;">
    <TD vAlign=3Dbottom style=3D"MARGIN-BOTTOM: 0px;" rowSpan=3D3>Quit =
o</TD><TD></TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-BOTTOM: 0px;" rowSpan=3D3>ng =
f</TD><TD></TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-BOTTOM: 0px;" rowSpan=3D3>eddications =
- <A href=3D"http://evorkanutTollivackwe.tripod.com">vi</A></TD><TD></TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-BOTTOM: 0px;" rowSpan=3D3><A =
href=3D"http://evorkanutTollivackwe.tripod.com">rmaE</A></TD><TD></TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-BOTTOM: 0px;" rowSpan=3D3><A =
href=3D"http://evorkanutTollivackwe.tripod.com">hop</A></TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-BOTTOM: 0px;">
    <TD vAlign=3Dbottom style=3D"BORDER-BOTTOM: 0px;">verpayi</TD>
    <TD vAlign=3Dbottom style=3D"BORDER-BOTTOM: 0px;">or your M</TD>
    <TD vAlign=3Dbottom style=3D"BORDER-BOTTOM: 0px;"><A href=3D"http:=
//evorkanutTollivackwe.tripod.com">sit our Pha</A></TD>
    <TD vAlign=3Dbottom style=3D"BORDER-BOTTOM: 0px;"><A href=3D"http://ev=
orkanutTollivackwe.tripod.com">xpress S</TD>
  </TR></TABLE>
</BODY></HTML>

------=_NextPart_000_0058_01C5E515.E2AD2880--




From nqj@almaden.ibm.com Wed Nov 09 10:19:03 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZrj5-00025p-AH; Wed, 09 Nov 2005 10:19:03 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA15186;
	Wed, 9 Nov 2005 10:18:35 -0500 (EST)
Received: from tlv62-0-96-176.bb.netvision.net.il ([62.0.96.176])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZryz-0007HZ-5E; Wed, 09 Nov 2005 10:35:37 -0500
Received: from [192.168.1.3] ([62.0.96.176])
        by msn.com (Sendmail 8.7.8) with ESMTP (SSL) id IYT84051
        for <schema-archive@ietf.org>; Wed, 09 Nov 2005 09:18:27 -0600
Message-ID: <137m047a.1051839@msn.com>
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=acceptant; d=msn.com;
	b=d5HYxK4yWEiF6BEpcVheeFhN8TZrZxfzkcYmRywk3hML5t2k0dnML4ppoqsy5OEfgAEWKafGQxBrSeTf;
X-Display: Full
X-List: credo.usenet
Date: Wed, 09 Nov 2005 09:18:27 -0600
From: "Jacques Meadows" <nqj@almaden.ibm.com>
User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: schema-archive@ietf.org, scoya@ietf.org, sctp-impl-archive@ietf.org,
        seamoby@ietf.org, seamoby-admin@ietf.org, seamoby-archive@ietf.org,
        seamoby-bounces@ietf.org, seamoby-web-archive@ietf.org,
        sec-chairs@ietf.org, secdir@ietf.org, secdir-admin@ietf.org,
        secdir-web-archive@ietf.org, secretary@ietf.org, serv-admin@ietf.org,
        serv-interest@ietf.org, shelley.osborn@ietf.org
Subject: Pre-approved Application #xozkL8263788
Content-Type: multipart/related;
 boundary="------------AttPart_65848479==.OLA"
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: ee80a2074afbfe28d15369f4e74e579d

This is a multi-part message in MIME format.
--------------AttPart_65848479==.OLA
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.joy-3.com/signs.asp"><img alt="" src="cid:5.0.0.51.0.68732496869970.92232998@accessory.hotmail.com.5"></a><br>
it's electrolysis it's biracial not mahayana not amphibious
see charon a anaconda or contribution not mackenzie
try impassable ! boone not tailor may order
it's backfill it resign Or maybe <a
 href="http://www.joy-3.com/gone.asp">not</a><br>
<br>
</body>
</html>

--------------AttPart_65848479==.OLA
Content-Type: image/gif;
 name="drummond.1.gif"
Content-ID: <5.0.0.51.0.68732496869970.92232998@accessory.hotmail.com.5>
Content-Disposition: inline;
 filename="drummond.1.gif"
Content-Transfer-Encoding: base64

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
zm8IAAA7
--------------AttPart_65848479==.OLA--



From KatePreston@123-hebergement.com Wed Nov 09 13:35:20 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZun1-0002uh-BV
	for sctp-impl-archive@megatron.ietf.org; Wed, 09 Nov 2005 13:35:20 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA28632
	for <sctp-impl-archive@ietf.org>; Wed, 9 Nov 2005 13:34:51 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EZv33-0005DA-Op
	for sctp-impl-archive@ietf.org; Wed, 09 Nov 2005 13:51:54 -0500
Received: from chello085216149013.chello.sk ([85.216.149.13])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EZumn-0002wW-Bd
	for sctp-impl-archive@ietf.org; Wed, 09 Nov 2005 13:35:07 -0500
Received: from 0mm@localhost by Qu5N.int (8.11.6/8.11.6); Thu, 10 Nov 2005 01:34:25 +0300
Message-ID: <7bDtw4Uo5MFhixsgXCvQGlc@autozentrale-koch.com>
From: "Lindsey Dickson" <KatePreston@123-hebergement.com>
Reply-To: "Lindsey Dickson" <KatePreston@123-hebergement.com>
To: sctp-impl-archive@ietf.org
Subject: Photoshop CS 8.0 $59.95 Microsoft
Date: Wed, 09 Nov 2005 16:29:25 -0600
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: KatePreston@123-hebergement.com
Content-Type: multipart/mixed;  boundary="--Rdg8B5zcQmE5zl3ATvYl"
X-Spam-Score: 0.2 (/)
X-Scan-Signature: fe105289edd72640d9f392da880eefa2

wch

----Rdg8B5zcQmE5zl3ATvYl
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>f</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3Du68M name=3D5H=
VD><meta content=3D2j66 name=3DO3aO><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3DSGnF n=
ame=3DMKQ2></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://softwaretami=
com/?J>unsubscribe me</a></font></td><td width=3D331 height=3D38><a href=3D=
http://softwaretami.com/?k> <img border=3D0 src=3Dhttp://g-images.amazon.c=
om/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif align=3D=
right width=3D300 height=3D22></a></td></tr></table></div><tbody><tr><td c=
lass=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></tr></tbod=
y></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><t=
r><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D0 bord=
er=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 cellP=
adding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td w=
idth=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/images/G=
/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><td bgco=
lor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://softw=
aretami.com/?r> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.=
com/images/G/01/search-browse/go-button-software.gif align=3Dmiddle value=3D=
Go border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr></tab=
le></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cellPadd=
ing=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom align=
=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 border=3D=
0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><font=
 size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow=
-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D#000=
080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://softw=
aretami.com/?x>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>&n=
bsp;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td widt=
h=3D132><a href=3Dhttp://softwaretami.com/?B> <font face=3Dverdana,arial,h=
elvetica size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td wid=
th=3D132><a href=3Dhttp://softwaretami.com/?d> <font face=3Dverdana,arial,=
helvetica size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td width=3D=
4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td><td =
width=3D132><a href=3Dhttp://softwaretami.com/?z> <font face=3Dverdana,ari=
al,helvetica size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><td widt=
h=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>5</font></td>=
<td width=3D132> <a href=3Dhttp://softwaretami.com/?w> <font face=3Dverdan=
a,arial,helvetica size=3D1>Macromedia Flash 8</font></a></td></tr><tr><td =
width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>6</font><=
/td><td width=3D132> <a href=3Dhttp://softwaretami.com/?w> <font face=3Dve=
rdana,arial,helvetica size=3D1>Dreamweaver 8</font></a></td></tr><tr><td w=
idth=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>7</font></=
td><td width=3D132><a href=3Dhttp://softwaretami.com/?k> <font face=3Dverd=
ana,arial,helvetica size=3D1>Norton Sysworks 2005</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>8</fo=
nt></td><td width=3D132> <a href=3Dhttp://softwaretami.com/?K> <font face=3D=
verdana,arial,helvetica size=3D1>Adobe GoLive CS2</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>9</fo=
nt></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a=
 href=3Dhttp://softwaretami.com/?J>Adobe Illustrator CS2</a></font></td></=
tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D=
1>10</font></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=
=3D1> <a href=3Dhttp://softwaretami.com/?r>Borland Architect 2005</a></fon=
t></td></tr><tr><td width=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span=
 class=3Dsmall><b> <font face=3DVerdana size=3D1>See more by this manufact=
urer</font></b></span></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8=
>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1=
> <a href=3Dhttp://softwaretami.com/?v>Microsoft</a></font></td></tr><tr><=
td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132><a href=3D=
http://softwaretami.com/?0> <font face=3Dverdana,arial,helvetica size=3D1>=
Macromedia</font></a></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>=
&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1>=
 <a href=3Dhttp://softwaretami.com/?R>Adobe</a></font></td></tr><tr><td wi=
dth=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span class=3Dsmall><b> <fo=
nt face=3DVerdana size=3D1>Customers also bought</font></b></span></td></t=
r><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132> <=
font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://softwaretam=
i.com/?c>these other items...</a></font></td></tr></table></td></tr></tabl=
e></td></tr></table></td></tr></table></td><td vAlign=3Dtop align=3Dleft w=
idth=3D530><p><b class=3Dsans>Microsoft Windows XP Professional *w/SP2*</b=
><br> <span class=3Dsmall><a href=3Dhttp://softwaretami.com/?h>Microsoft</=
a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/=
sticker/newest_version.gif width=3D82 height=3D14></span><br></p><table bo=
rder=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop =
noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D170><tr><=
td width=3D135><a href=3Dhttp://softwaretami.com/?z> <select name=3Dedit1>=
 <option selected>View Other Titles</option> </select></a></td><td noWrap =
width=3D35>&nbsp;<a href=3Dhttp://softwaretami.com/?i><input type=3Dimage =
alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-but=
ton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wid=
th=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dh=
ttp://softwaretami.com/?2> <img height=3D150 src=3Dhttp://images.amazon.co=
m/images/P/B00022PTT8.01._SCMZZZZZZZ_.jpg width=3D135 align=3Dleft border=3D=
0 name=3Dprod_image hspace=3D5></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D105><span class=3Dlistprice>$299.00</span></td></tr><tr><td class=
=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pric=
e:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 w=
idth=3D105><b class=3Dprice>$49.99</b></td></tr><tr><td class=3Dsmall vAli=
gn=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></td>=
<td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D105><s=
pan class=3Dprice>$249.01 (80%)</span></td></tr></table><p><a href=3Dhttp:=
//softwaretami.com/?d> <img border=3D0 src=3Dhttp://g-images.amazon.com/im=
ages/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a=
><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>Coup=
on Code:</b> jJBvQ<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.=
com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop width=
=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sales Ran=
k:</b> #1<br> </span><span class=3Dsmall><a href=3Dhttp://softwaretami.com=
/?T>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://softwaretami.co=
m/?O>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon Expir=
es:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average Custo=
mer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-im=
ages.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif=
 width=3D64 border=3D0> Based on 199875 reviews. <a href=3Dhttp://software=
tami.com/?o>Write a review</a>.</font></p> <hr noShade SIZE=3D1><table bor=
der=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse=
" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><tr><td =
width=3D100% height=3D55><p><b class=3Dsans>Adobe Creative Suite 2 *Premiu=
m*</b><br> <span class=3Dsmall><a href=3Dhttp://softwaretami.com/?Q>Adobe<=
/a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions=
/sticker/newest_version.gif width=3D82 height=3D14></span><br></p><table b=
order=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop=
 noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr>=
<td width=3D126><a href=3Dhttp://softwaretami.com/?a> <select name=3Dedit1=
> <option selected>View Other Titles</option> </select></a></td><td noWrap=
 width=3D38>&nbsp;<a href=3Dhttp://softwaretami.com/?7><input type=3Dimage=
 alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-bu=
tton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wi=
dth=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3D=
http://softwaretami.com/?i> <img height=3D156 src=3Dhttp://ec1.images-amaz=
on.com/images/P/B00080DPCW.01._PE7_SCMZZZZZZZ_.jpg width=3D151 align=3Dlef=
t border=3D0 name=3Dprod_image></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D193><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D109><span class=3Dlistprice>$1199.00</span></td></tr><tr><td clas=
s=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pri=
ce:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 =
width=3D109><b class=3Dprice>$149.99</b></td></tr><tr><td class=3Dsmall vA=
lign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></t=
d><td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D109>=
<span class=3Dprice>$1049.01 (95%)</span></td></tr></table><p><a href=3Dht=
tp://softwaretami.com/?k> <img border=3D0 src=3Dhttp://g-images.amazon.com=
/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23>=
</a><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>C=
oupon Code:</b> H0SpNP7Mg<br> <b>Platform:</b> <img src=3Dhttp://g-images.=
amazon.com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dto=
p width=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sa=
les Rank:</b> #2<br> </span><span class=3Dsmall><a href=3Dhttp://softwaret=
ami.com/?s>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://software=
tami.com/?E>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupo=
n Expires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Averag=
e Customer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp=
://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-=
5-0.gif width=3D64 border=3D0> Based on 1333 reviews. <a href=3Dhttp://sof=
twaretami.com/?Z>Write a review</a>.</font></p> </font><hr noShade SIZE=3D=
1></td></tr><tr><td width=3D100% height=3D55><p><b class=3Dsans>Microsoft =
Office 2003 *Professional*</b><br> <span class=3Dsmall><a href=3Dhttp://so=
ftwaretami.com/?c>Microsoft</a><img border=3D0 src=3Dhttp://g-images.amazo=
n.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D=
14></span><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose=
:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 b=
order=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://softwaretami.co=
m/?M> <select name=3Dedit1> <option selected>View Other Titles</option> </=
select></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://softwaretami.=
com/?j><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/image=
s/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 name=3Ds=
ubmit.display-variation width=3D21 height=3D21></a></td></tr></table></td>=
</tr></table><p><a href=3Dhttp://softwaretami.com/?y> <img src=3Dhttp://im=
ages.amazon.com/images/P/B0000AZJVC.01._SCMZZZZZZZ_.jpg align=3Dleft borde=
r=3D0 name=3Dprod_image width=3D117 height=3D150></a><span class=3Dsmall><=
/p> </span><p><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop no=
Wrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td heig=
ht=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span cl=
ass=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop=
 noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=
=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3D=
price>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D1=
1></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.0=
1 (85%)</span></td></tr></table><p><a href=3Dhttp://softwaretami.com/?H> <=
img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to=
-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabilit=
y:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> nNuUUP<br> =
<b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videoga=
mes/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Wind=
ows XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #3</span><span c=
lass=3Dsmall><a href=3Dhttp://softwaretami.com/?0><br> System requirements=
</a>&nbsp; |&nbsp; <a href=3Dhttp://softwaretami.com/?Z>Other Versions</a>=
</span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, =
2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img hei=
ght=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/=
G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0>=
 Based on 1822 reviews. <a href=3Dhttp://softwaretami.com/?g>Write a revie=
w</a>.</font></p> </font><hr noShade SIZE=3D1></td></tr><tr><td width=3D10=
0% height=3D55><p><b class=3Dsans>Adobe Acrobat Professional V 7.0</b><br>=
 <span class=3Dsmall><a href=3Dhttp://softwaretami.com/?9>Adobe</a><img bo=
rder=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/n=
ewest_version.gif width=3D82 height=3D14></span><br></p><table border=3D0>=
<tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap><t=
able cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><td width=3D=
126><a href=3Dhttp://softwaretami.com/?Q> <select name=3Dedit1> <option se=
lected>View Other Titles</option> </select></a></td><td noWrap width=3D38>=
&nbsp;<a href=3Dhttp://softwaretami.com/?C><input type=3Dimage alt=3DGo sr=
c=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-button-softwar=
e.gif value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 hei=
ght=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp://softw=
aretami.com/?6> <img height=3D150 src=3Dhttp://images.amazon.com/images/P/=
B00069E7KO.01.LZZZZZZZ.jpg width=3D175 align=3Dleft border=3D0 name=3Dprod=
_image></a><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 =
border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop noWr=
ap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td height=
=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span clas=
s=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop n=
oWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=3D=
18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3Dpr=
ice>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D1=
1></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.0=
1 (85%)</span></td></tr></table><p><a href=3Dhttp://softwaretami.com/?O> <=
img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to=
-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabilit=
y:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> dxbmUA3Kk<b=
r> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/vide=
ogames/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> W=
indows XP</span></p><p><span class=3Dtiny><b>Sales Rank:</b> #4</span><spa=
n class=3Dsmall><a href=3Dhttp://softwaretami.com/?v><br> System requireme=
nts</a>&nbsp; |&nbsp; <a href=3Dhttp://softwaretami.com/?3>Other Versions<=
/a></span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31s=
t, 2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img =
height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/imag=
es/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D=
0> Based on 18623 reviews. <a href=3Dhttp://softwaretami.com/?q>Write a re=
view</a>.</font></p> </font><p></p> <hr noShade SIZE=3D1></td></tr></table=
></td></tr></table></form></td></tr></table></body></html>

----Rdg8B5zcQmE5zl3ATvYl--



From Yeeja@optonline.net Wed Nov 09 14:15:46 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZvQ8-0000Xj-Lw; Wed, 09 Nov 2005 14:15:46 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA01676;
	Wed, 9 Nov 2005 14:15:17 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EZvg0-0006XG-BH; Wed, 09 Nov 2005 14:32:08 -0500
Received: from 81-172-35-171.usuarios.retecal.es ([81.172.35.171] helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EZvPr-0007Wk-0N; Wed, 09 Nov 2005 14:15:29 -0500
From: "Angelique Wallace" <Yeeja@optonline.net>
To: sctp-impl-archive@ietf.org
Subject: Fw: Information
Date: Wed, 09 Nov 2005 21:11:58 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_YITSCAZW.CEPHKGCQ"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1EZvPr-0007Wk-0N@mx2.foretec.com>
X-Spam-Score: 4.1 (++++)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_YITSCAZW.CEPHKGCQ
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your situation has been presented to the crucial groups, and upon prudent forethought, we are able to submit to you the subsequent opening offer.

Based upon prudent forethought you meet the requirements to obtain a abundant rield on your primary property investment.

By completing the subsequent attached form in a timely manner we will be able to finalize our evaluation, and we feel certain you will obtain not only a decreased rate of interest, but also a cash return that will perform all your holiday needs and more!

Please go here to finalize this phase of the agreement.

Wishing you all the best over the holiday period,

Angelique Wallace







Should you prefer not to enjoy participation of this holiday opening offer you can go here.

------=_NextPart_000_0000_YITSCAZW.CEPHKGCQ
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your situation has been presented to the crucial groups, and upon prudent forethought, we are able to submit to you the subsequent opening offer.<P>
Based upon prudent forethought you meet the requirements to obtain a abundant rield on your primary property investment.<P>
By completing the subsequent attached form in a timely manner we will be able to finalize our evaluation, and we feel certain you will obtain not only a decreased rate of interest, but also a cash return that will perform all your holiday needs and more!<P>
<A HREF="http://pride-2.net/indeed.asp">Please go here to finalize this phase of the agreement.</A><P>
Wishing you all the best over the holiday period,<P>
Angelique Wallace<P><P><BR><BR><P><BR>

Should you prefer not to enjoy participation of this holiday opening offer you can go <A HREF="http://pride-2.net/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_YITSCAZW.CEPHKGCQ--



From info@mail.hdsrr.com Wed Nov 09 15:37:04 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZwgq-0007Ka-Ca
	for sctp-impl-archive@megatron.ietf.org; Wed, 09 Nov 2005 15:37:04 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA07030
	for <sctp-impl-archive@ietf.org>; Wed, 9 Nov 2005 15:36:36 -0500 (EST)
Received: from [58.180.198.71] (helo=mail.hdsrr.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZwwu-0000cR-3J
	for sctp-impl-archive@ietf.org; Wed, 09 Nov 2005 15:53:41 -0500
Received: (qmail 15415 invoked by uid 509); 10 Nov 2005 01:16:24 +0900
Date: 10 Nov 2005 01:16:24 +0900
Message-ID: <20051109161624.15414.qmail@mail.hdsrr.com>
From: info@hdsrr.com
To: sctp-impl-archive@ietf.org
Subject: $B$$$-$J$j$9$_$^$;$s!*(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 856eb5f76e7a34990d1d457d8e8e5b7f

http://www.kool-king.net/?luckget
$B=P2q$$7O%5%$%H$r1?1D$7$F$$$kEDCf$H?=$7$^$9!#:#G/$O=w@-2q0w3MF@$K(B
$B%l%G%#%3%_Ej9F$d1XA0$G$N%F%#%C%7%eG[I[$K#12/$rEj;q$7$?7k2LCK@-2q(B
$B0w$H$NHfN($,(B7$B!'(B3$B$K$J$C$F$7$^$$!"=w@-$+$i$N6l>p$,=P$F$7$^$C$F:$$C(B
$B$F$$$^$9!#$=$N$?$a$"$J$?$r1J5WE*$KFCJLL5NA$G$*;H$$$$$?$@$1$kFCJL(B
$B2q0w$K$J$C$F$$$?$@$-$?$$$H;W$C$F$*$j$^$9!#%K%C%/%M!<%`$N:G8e$K(B
$B!V(B*$B!W$rIU$1$F$$$?$@$1$l$P$3$A$i$N$[$&$GFCJL2q0w$K@_Dj$5$;$F$$$?(B
$B$@$-$^$9!#(B
http://www.kool-king.net/?luckget
$B$f$C$/$j$H9bNp$N$*6b$b$A$N=w@-$r8+$D$1$F%j%C%A$J@83h$rAw$C$F$_$F(B
$B$/$@$5$$!#(B





$B<u?.5qH](B
badluck@kool-king.net



From info@mail.njhdye.com Wed Nov 09 18:16:34 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EZzBC-0001Wm-29
	for sctp-impl-archive@megatron.ietf.org; Wed, 09 Nov 2005 18:16:34 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA16949
	for <sctp-impl-archive@ietf.org>; Wed, 9 Nov 2005 18:16:04 -0500 (EST)
Received: from [58.180.197.42] (helo=mail.njhdye.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EZzRF-0005Y4-FP
	for sctp-impl-archive@ietf.org; Wed, 09 Nov 2005 18:33:12 -0500
Received: (qmail 20217 invoked by uid 510); 9 Nov 2005 22:57:38 +0900
Date: 9 Nov 2005 22:57:38 +0900
Message-ID: <20051109135738.20216.qmail@mail.njhdye.com>
From: info@njhdye.com
To: sctp-impl-archive@ietf.org
Subject: $B%m%j%3%s:G?7>pJs!J40A4L5NA!K(B?ccccccccccZ
X-Spam-Score: 3.8 (+++)
X-Scan-Signature: c3a18ef96977fc9bcc21a621cbf1174b

$B(.(.(#(B $B!!(BAetane News$B!J(B2005$BG/(B8$B7nHG!K(B
$B(.(.(.(B   
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B

$B!!$3$s$K$A$O!*(B
$B!!8BDj8x3+(BBBS$B$rFC@_$7$^$7$?!*(B
$B!!(B
$B!!2q0w8BDj$J$N$G!"B>$NJ}$K$OHkL)$K$7$F2<$5$$$M"v(B
$B!!$+$J$j2D0&$$L<$,B7$C$F$$$^$9!#(B
$B!!(B
$B!!:#$9$0$4Mw$/$@$5$$!*(B(^^)
$B!!(B
$B!!(Bhttp://www.awg5.net/?pussy

$B"!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"!(B
$B!!!!(B<< C$B!!(BO$B!!(BN$B!!(BT$B!!(BE$B!!(BN$B!!(BT$B!!(BS >>
$B"!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"!(B
$B!?!?!y<+Bp$G(B2shot$B@8EEOC(B
$B!?!?!y#S#M:G?7>pJs(B
$B!?!?!y8BDj8x3+%W%m%U%#!<%k(B

$B"#<+Bp$G(B2shot$B@8EEOC(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B"'EEOC$GB(7h$r$44uK>$N$*5RMM$X!yEv2q0wMM$*$9$9$a$N=w@-$?$A$G$9!#(B

$B""$"$:$5!!(B(19)
$B!!!V$a$C$A$c$+$o$$$$$G$9!*!*!W(B

$B""$R$J$N!!(B(21)
$B!!!V%A%c!<%_%s%0$J>P4i$H#E%+%C%WH~F}$N%"%s%P%i%s%9$,$H$F$bL%NOE*(B(*^^*)$B!W(B

$B""$^$I$+!!(B(20)
$B!!!V%(%C%A$K@Q6KE*$JL@$k$/$F855$$J=w$N;R!#!W(B

$B""$J$*$_!!(B(18)
$B!!!V$^$@$"$I$1$J$5$,;D$k2D0&$$L<$@$M!#!W(B

$B"(EEOC$G#H!yB(%"%]!yNx?MJg=8!yEy!&!&A4$F$N$*5RMM$N4uK>$K$*1~$(CW$7$^$9"v(B
http://www.awg5.net/?pussy

$B"##S#M:G?7>pJs(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B(.(,(,(,(,(,(,(,(,(,(B
$B(-!z#S#M>pJsBh#3CF!z(B
$B(-=w2&MM$N$9$i$j$H?-$S$?H~5S$d$`$C$A$j$7$?%*%7%j$r4.G=!*!*(B
$B!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g(B
$B0lEY7P83$7$F$_$?$$$"$J$?$X!#!#!#(B

$B%=%U%H$+$i%O!<%I$^$G!#!#!#L#$o$$?<$$=w@-C#$,B3!9$H!*(B(^^;
http://www.awg5.net/?pussy
$B;s8$E[Nl!&$"$J$?$@$1$N=w2&$r!#!#!#A*$SJ|Bj!*(B(^^)v

$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&!y(B*$B!&(B*$B!y(B


$B"#8BDj8x3+%W%m%U%#!<%k(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B"'AaB.O"Mm$5$l$F$_$F$O!)(B

$B%?%$%H%k!'(B090*9**691$B$5$f$j(B

$BK\J8!'$5$f$j$G$9!#;dC#$H$*OC$7$^$;$s$+!)$7$F$_$?$$(BH$B$,$"$k$s$G$9!#(B
$BEEOCHV9f$H%W%m%U%#!<%k$r;dC#$N%W%m%](BBBS$B$K=q$$$FD:$1$l$PO"Mm$7$^$9!#(B^^
$BK\5$$N>Z5r$K;d$NO"Mm@h=q$$$F$*$-$^$9$M!*!*(B
$B$?$@$7:G6aL58@$N%$%?%:%iEEOC$,B?$$$+$i(BT-T$B!K!"O"Mm@h$H%W%m%U$N$J$$J}$K$O(B
$BO"Mm$7$^$;$s!*(B

$B$5$f$j$A$c$s$r(BGET$B!*"*(B http://www.awg5.net/?pussy

----------------------------------------------------------------------
<Aetane News>
$B!&Ev6I$O!"%a!<%k%^%,%8%sG[?.@lMQ%9%?%s%I$G$9!#(B
$B!&Ev6I$h$j$*Aw$j$9$k%a!<%k%^%,%8%s$NFbMF!"$4MxMQ$K4X$7$F$O!"$49XFI<T8D(B
$B!!?M$N@UG$$K$*$$$F$4MxMQ$/$@$5$$!#(B
$B!&Ev6I$h$j$4>R2p$5$;$FD:$$$F$$$k%5%$%H$K$*$1$k$$$+$J$k%H%i%V%kB;32$KBP(B
$B!!$7$F$b0l@Z$N@UG$$rIi$$$+$M$^$9!#(B
$B!&Ev6I$O%a!<%k%^%,%8%s$NFbMF$K$D$$$F$N$4<ALd$K$O1~$8$F$*$j$^$;$s!#(B
$B!&Ev6I$N%a!<%k%^%,%8%s7G:\$N5-;v$r5v2D$J$/E>:\$9$k;v$r6X;_CW$7$^$9!#(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B""9XFI2r=|(B
$B9XFI2r=|$r$44uK>$NJ}$O!"$*<j?t$G$9$,2<5-%a!<%k%"%I%l%908$K$4O"Mm2<$5$$!#(B
I don't veceive your mail
awg_tokyo@yahoo.com.au
$B%a!<%kITMW(B
awg_tokyo@yahoo.com.au
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B



From info@mail.sedrhv.com Wed Nov 09 22:19:36 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ea2yN-0005kJ-MZ
	for sctp-impl-archive@megatron.ietf.org; Wed, 09 Nov 2005 22:19:36 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id WAA01066
	for <sctp-impl-archive@ietf.org>; Wed, 9 Nov 2005 22:19:07 -0500 (EST)
Received: from [58.180.197.160] (helo=mail.sedrhv.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ea3ET-0003PG-DK
	for sctp-impl-archive@ietf.org; Wed, 09 Nov 2005 22:36:16 -0500
Received: (qmail 1808 invoked by uid 509); 10 Nov 2005 08:35:43 +0900
Date: 10 Nov 2005 08:35:43 +0900
Message-ID: <20051109233543.1807.qmail@mail.sedrhv.com>
From: info@sedrhv.com
To: sctp-impl-archive@ietf.org
Subject: $B=w@-$H2q$C$F$/$l$^$;$s$+!)(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 7bac9cb154eb5790ae3b2913587a40de

http://www.awg5.net/?sanman
$B:#2s!"N$H~$5$s$H$$$&=w@-$r>R2p$7$F$$$^$9!"EDCf$H?=$7$^$9!#N$H~$5$s$H$$$&=w@-$O;E;v$,B?K;$JJ}$GCK@-$H$N=P2q$$$,L5$/!";d$,Be9T$7$F!"CK@-$H$N=P2q$$$rJQ$o$j$KC5$7$F$^$9!#$$$-$J$j$N%a!<%k$G?=$7Lu$J$$$G$9!#$b$7N$H~$5$s$K$*2q$$$7$F$$$?$@$1$k$J$i!"N$H~$5$s$+$i$NJs=7$N0lIt$r5.J}$K$*;YJ'$$$7$^$9!#$b$7;d$N;v$,?.$8$l$J$$$N$G$"$l$P!"N$H~$5$s$K2q$&A0$K5.J}$X$N?69~$_$b2DG=$G$9!#$3$A$i$GH`=w$N<L??$r3NG'$G$-$^$9!#(B
http://www.awg5.net/?sanman

::::::::::::::::::::::::::::
I don't veceive your mail
awg_tokyo@yahoo.com.au
$B%a!<%kITMW(B
awg_tokyo@yahoo.com.au
::::::::::::::::::::::::::::



From info@mail.vnjsus.com Thu Nov 10 10:24:23 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaEHn-0000Xk-7m
	for sctp-impl-archive@megatron.ietf.org; Thu, 10 Nov 2005 10:24:23 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA09250
	for <sctp-impl-archive@ietf.org>; Thu, 10 Nov 2005 10:23:54 -0500 (EST)
Received: from [58.180.199.68] (helo=mail.vnjsus.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EaEY0-0004wn-TH
	for sctp-impl-archive@ietf.org; Thu, 10 Nov 2005 10:41:09 -0500
Received: (qmail 30001 invoked by uid 509); 10 Nov 2005 21:28:43 +0900
Date: 10 Nov 2005 21:28:43 +0900
Message-ID: <20051110122843.30000.qmail@mail.vnjsus.com>
From: info@vnjsus.com
To: sctp-impl-archive@ietf.org
Subject: $B2q$C$F$/$l$l$P:9$7>e$2$^$9!#(B?$Blnom%fnn}h(BU1%^$Bnm(B^$Bph(B$B[n(BN$BAn(B$BEspN~%(B^$Bn>Nkn^[m(B^$Brn%g!f%m(Bi$B%s(B$B<!%m(Bn$B%^c}%i%"(Bf $B:#;d$O!"<RD9$G$"$k5\:j!!N$H~$NHk=q$r$7$F$*$j$^$9!"<RD9$K0MMj$5$l!"<RD9$H3Z$7$$;~4V$r2a$4$7$F$$$?$@$1$k!"CK@-$rC5$7$F$*$j$^$9!#(B $B:!J}$^$G"M!!(B 
http: //1191.jp/bbs/index.html $B<RD9$H%a!<%k$@$1$G$b$7$F$$$?$@$1$l$P!"<RD9$H$N@\BTHq$H$7$F!"?69~$_$b$G$-$^$9!"$b$7;~4V$r:n$C$F2q$C$F$$$?$@$1$k$N$G$"$l$P!"$=$l$J$j$NHqMQ$r$3$A$i$bMQ0U$7$^$9!#7h$7$F2x$7$$$b$N$G$O$"$j$^$;$s!">/$7$G$b6=L#$,$*$"$j$G$7$?$i!"6b3[$N>r7o!"<RD9$N4i<L??$N3NG'$r$3$A$i$G$7$F2<$5$$!#(Bhttp://1191.jp/bbs/index.html
X-Spam-Score: 3.9 (+++)
X-Scan-Signature: 8ac499381112328dd60aea5b1ff596ea



$B!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g(B
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bsweet_baby_sweet_12@yahoo.it
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bsweet_baby_sweet_12@yahoo.it
$B!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g(B 



From rrs@cisco.com Thu Nov 10 10:44:38 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaEbN-000800-Mw
	for sctp-impl-archive@megatron.ietf.org; Thu, 10 Nov 2005 10:44:37 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA11395
	for <sctp-impl-archive@ietf.org>; Thu, 10 Nov 2005 10:44:06 -0500 (EST)
Received: from sj-iport-3-in.cisco.com ([171.71.176.72] helo=sj-iport-3.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EaErY-0005or-F8
	for sctp-impl-archive@ietf.org; Thu, 10 Nov 2005 11:01:22 -0500
Received: from sj-core-2.cisco.com ([171.71.177.254])
  by sj-iport-3.cisco.com with ESMTP; 10 Nov 2005 07:44:24 -0800
X-IronPort-AV: i="3.97,313,1125903600"; 
   d="scan'208"; a="363388117:sNHT36826996"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id jAAFhwbh003245;
	Thu, 10 Nov 2005 07:43:59 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jAAFhBwJ004867
	for sctp-impl-filtered; Thu, 10 Nov 2005 07:43:13 -0800 (PST)
Message-Id: <200511101543.jAAFhBwJ004867@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131637390-4865-0"
Content-Transfer-Encoding: binary
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: sctp-impl@external.cisco.com
From: Randall Stewart <rrs@cisco.com>
Cc: Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart
    <ryan.bickhart@gmail.com>,
        "'Humaira Kamal'" <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'" <myct@cs.ubc.ca>,
        "'Edith Vong'"
    <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'" <wagner@cs.ubc.ca>
X-Nails-Approved: rrs@cisco.com
Date: Thu, 10 Nov 2005 10:42:14 -0500
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 4b7d60495f1a7f2e853e8cbae7e6dbfc

This is a multi-part message in MIME format...

------------=_1131637390-4865-0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: binary

Ryan/Brad/All:

Just to post a little update to this "problem" for those
interested... we visited UBC yesterday and got to the
bottom of it..

SCTP implements the max burst by default ..
When doing this type of testing max.burst on a
dedicated network gets in the way.. which is exactly
what is happening.. and TCP does NOT implement this.
So to make a fair comparison I had Ryan change his
sysctl.conf to change max.burst to 255... i.e.
net.inet.sctp.maxburst=255

or

sysctl -w "net.inet.sctp.maxburst=255"

from a root command line..

And now he sees no unusal results... what it was is
TCP keeps blasting away and when the cwnd gets as big
as the size of the data he is sending.. where SCTP would
stop.. adding an extra round trip... by changing max.burst
for a private network like this... it makes SCTP and TCP
the same.. and now they seem to be getting the results
they expect :-D

R

Brad Penoff wrote:
> hey Ryan,
> 
> Thanks for the reply.  I'll try to clarify what you adressed inline.
> 
> brad
> 
> On Tue, 1 Nov 2005, Ryan Bickhart wrote:
> 
>> Hi Brad,
>>
>> You mentioned that you are seeing the strange results for some of the
>> applications...does this mean that for other applications SCTP is
>> performing as expected, even at high latency?
> 
> 
> The class of applications that were showing these performance patterns 
> all follow the pseudo code.  As for those that performed as expected... 
> <see below>
> 
>> If this is the case, could
>> you explain the differences in behavior (in terms of running over the
>> SCTP API directly, like you did below) for the applications that do and
>> don't exhibit the strangeness?
>>
> 
> The applications that do not exhibit these performance patterns under 
> high latency only basically had one client doing all sends and the other 
> one doing receives; here SCTP and TCP performed nearly identical.  
> Adding loss at any point tipped the scales towards SCTP.
> 
>> Also, I'm just curious how your dummynet setup works. Do you have
>> dummynet running on each of the 8 client machines, or do you have the
>> clients running normally (i.e. no dummynet) and some dedicated dummynet
>> box sitting between the clients to add the latency?
> 
> 
> Good question.  I forgot to say that on each node, the dummynet and the 
> application share the same CPU (so we have no dedicated box for 
> dummynet). We also used 'noerror' to set dummynet.
> 
> Hope this helps clarify,
> brad
> 
> 
>>
>> Ryan
>>
>>
>> -----Original Message-----
>> From: Brad Penoff [mailto:penoff@cs.ubc.ca]
>> Sent: Tuesday, November 01, 2005 10:07 PM
>> To: sctp-impl@external.cisco.com
>> Cc: Humaira Kamal; Mike Yao Chen Tsai; Edith Vong; Alan Wagner
>> Subject: strange results with high latency, no loss
>>
>> Greetings,
>>
>> We have developed a version of the Message Passing Interface (MPI) to
>> run atop SCTP (google "SCTP MPI").  We have an 8 node cluster that runs
>> FreeBSD 5.3 with an SCTP implementation obtained directly from Randall
>> and colleagues in mid May (thanks!).  As the title reads, we're seeing
>> some strange results when running on emulated networks with high latency
>> and no loss that are explained below.
>>
>> We enabled Dummynet and use it quite frequently.  Most of our
>> experiments were working with the loss settings in Dummynet.  There, as
>> expected, we found SCTP to outperform TCP.  Loss makes the RTTs vary but
>> SCTP's improved congestion control and multistreaming features help
>> flatten these.
>>
>> Recently, we've been working on tests with increased latency meaning we
>> set the delay in Dummynet, with no loss.  For some applications, we're
>> seeing very strange results; as latency increases SCTP starts to lose to
>> TCP (under only loss, SCTP edges out TCP).  Regardless of the input
>> parameters to the application, we see this same general trend.  For
>> example, for one setting we had these wallclock times in seconds:
>>
>> Results A:
>>         0%0ms  0%40ms   0%80ms
>> SCTP    0.05    15.72    31.75
>> TCP    0.05    8.38    16.85
>>
>> So you can see the hit that SCTP is taking.  We also obtained an
>> application from Randall that lets us clear and print out the kernel
>> "pegs" which are essentially various counters within the kernel.  For
>> this data, they are in table A below.  We don't know what most of the
>> output is so we were wondering if anyone here could give me a hand
>> explaining what is causing this performance drop.  Either it's SCTP's
>> error or Dummynet...
>>
>> When we focused on only 0%80ms, we saw some additional strangeness
>> depending on the actual input parameters.  To explain, first we'll
>> describe our application as if it were using the SCTP API directly
>> (rather than MPI implemented using SCTP; we have seen the same results
>> in non-MPI apps we ran).
>>
>> The application on client A does this:
>> for(int i=0; i<loop; i++) {
>>  sctp_sendmsg(env_size bytes)
>>  sctp_recvmsg(env_size bytes)
>>  sctp_sendmsg(msg_size bytes)
>> }
>>
>> ..and client B reciprocates.
>>
>> The results in A were ran with loop=1000, env_size=48 and
>> msg_size=12024.
>>
>> Is all that were seeing poor small message performance?  As we'll show
>> later, it doesn't seem to be that simple...  Also, why does performance
>> get affected so drastically with increased latencies?
>>
>> When focusing on ONLY 0% loss and 80ms, we varied the parameters and saw
>> some other strangeness.
>>
>> Results B:
>>                    parameters
>> loop           100      100       100
>> env_size        48    12024     16024
>> msg_size     12024    12024     16024
>> --------------------------------------
>> SCTP          31.75    32.58     63.74
>> TCP           16.85    20.32     22.32
>>
>> So it doesn't seem to be a small message problem here because INCREASING
>> the size of both env_size and msg_size from 12024 to 16024 causes TCP to
>> increase 2 seconds but SCTP 31 seconds.  Again, the "pegs" are below but
>> in table B.
>>
>> Generally, we're confused; can anyone offer any advice on why we're
>> seeing this?
>>
>> Thanks ahead of time,
>> brad
>>
>> ...
>>
> 
> 


-- 
Randall Stewart
ITD - Cisco Systems Inc.
803-345-0369 <or> 815-342-5222 (cell)

------------=_1131637390-4865-0--



From bidulock@openss7.org Thu Nov 10 13:48:34 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaHTO-0008ME-K1
	for sctp-impl-archive@megatron.ietf.org; Thu, 10 Nov 2005 13:48:34 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA25331
	for <sctp-impl-archive@ietf.org>; Thu, 10 Nov 2005 13:48:07 -0500 (EST)
Received: from sj-iport-2-in.cisco.com ([171.71.176.71] helo=sj-iport-2.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EaHjf-0003dU-1T
	for sctp-impl-archive@ietf.org; Thu, 10 Nov 2005 14:05:23 -0500
Received: from sj-core-2.cisco.com ([171.71.177.254])
  by sj-iport-2.cisco.com with ESMTP; 10 Nov 2005 10:48:25 -0800
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id jAAIm0bh012275;
	Thu, 10 Nov 2005 10:48:01 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jAAIlMwJ007817
	for sctp-impl-filtered; Thu, 10 Nov 2005 10:47:24 -0800 (PST)
Message-Id: <200511101847.jAAIlMwJ007817@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131648441-7815-0"
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: Randall Stewart <rrs@cisco.com>
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Cc: sctp-impl@external.cisco.com, Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        "'Humaira Kamal'"
    <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'" <myct@cs.ubc.ca>,
        "'Edith Vong'"
    <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'" <wagner@cs.ubc.ca>
X-Nails-Approved: bidulock@openss7.org
Date: Thu, 10 Nov 2005 11:25:35 -0700
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 140baa79ca42e6b0e2b4504291346186

This is a multi-part message in MIME format...

------------=_1131648441-7815-0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: base64
X-MIME-Autoconverted: from 8bit to base64 by ietf.org id NAA25331

UmFuZGFsbCwNCg0KSSB0aG91Z2h0IHRoZXkgd2VyZSB0ZXN0aW5nIGhpZ2gtbGF0ZW5jeSwg
bm8gbG9zcyBuZXR3b3JrczoNCndoYXQgbWFrZXMgdGhlaXIgc2l0dWF0aW9uIHNvIGRpZmZl
cmVudCBmcm9tIHJlYWwtd29ybGQNCnNhdGVsbGl0ZSBjb21tdW5pY2F0aW9uPw0KDQpJZiBN
YXguYnVyc3QgZGlzYWR2YW50YWdlcyBTQ1RQIGluIGNvbXBhcmlzb24gdG8gVENQLCBzaG91
bGQNCml0IG5vdCBiZSBzY3JhcHBlZD8NCg0KLS1icmlhbg0KDQoNCk9uIFRodSwgMTAgTm92
IDIwMDUsIFJhbmRhbGwgU3Rld2FydCB3cm90ZToNCg0KPiBSeWFuL0JyYWQvQWxsOg0KPiAN
Cj4gSnVzdCB0byBwb3N0IGEgbGl0dGxlIHVwZGF0ZSB0byB0aGlzICJwcm9ibGVtIiBmb3Ig
dGhvc2UNCj4gaW50ZXJlc3RlZC4uLiB3ZSB2aXNpdGVkIFVCQyB5ZXN0ZXJkYXkgYW5kIGdv
dCB0byB0aGUNCj4gYm90dG9tIG9mIGl0Li4NCj4gDQo+IFNDVFAgaW1wbGVtZW50cyB0aGUg
bWF4IGJ1cnN0IGJ5IGRlZmF1bHQgLi4NCj4gV2hlbiBkb2luZyB0aGlzIHR5cGUgb2YgdGVz
dGluZyBtYXguYnVyc3Qgb24gYQ0KPiBkZWRpY2F0ZWQgbmV0d29yayBnZXRzIGluIHRoZSB3
YXkuLiB3aGljaCBpcyBleGFjdGx5DQo+IHdoYXQgaXMgaGFwcGVuaW5nLi4gYW5kIFRDUCBk
b2VzIE5PVCBpbXBsZW1lbnQgdGhpcy4NCj4gU28gdG8gbWFrZSBhIGZhaXIgY29tcGFyaXNv
biBJIGhhZCBSeWFuIGNoYW5nZSBoaXMNCj4gc3lzY3RsLmNvbmYgdG8gY2hhbmdlIG1heC5i
dXJzdCB0byAyNTUuLi4gaS5lLg0KPiBuZXQuaW5ldC5zY3RwLm1heGJ1cnN0PTI1NQ0KPiAN
Cj4gb3INCj4gDQo+IHN5c2N0bCAtdyAibmV0LmluZXQuc2N0cC5tYXhidXJzdD0yNTUiDQo+
IA0KPiBmcm9tIGEgcm9vdCBjb21tYW5kIGxpbmUuLg0KPiANCj4gQW5kIG5vdyBoZSBzZWVz
IG5vIHVudXNhbCByZXN1bHRzLi4uIHdoYXQgaXQgd2FzIGlzDQo+IFRDUCBrZWVwcyBibGFz
dGluZyBhd2F5IGFuZCB3aGVuIHRoZSBjd25kIGdldHMgYXMgYmlnDQo+IGFzIHRoZSBzaXpl
IG9mIHRoZSBkYXRhIGhlIGlzIHNlbmRpbmcuLiB3aGVyZSBTQ1RQIHdvdWxkDQo+IHN0b3Au
LiBhZGRpbmcgYW4gZXh0cmEgcm91bmQgdHJpcC4uLiBieSBjaGFuZ2luZyBtYXguYnVyc3QN
Cj4gZm9yIGEgcHJpdmF0ZSBuZXR3b3JrIGxpa2UgdGhpcy4uLiBpdCBtYWtlcyBTQ1RQIGFu
ZCBUQ1ANCj4gdGhlIHNhbWUuLiBhbmQgbm93IHRoZXkgc2VlbSB0byBiZSBnZXR0aW5nIHRo
ZSByZXN1bHRzDQo+IHRoZXkgZXhwZWN0IDotRA0KPiANCj4gUg0KPiANCj4gQnJhZCBQZW5v
ZmYgd3JvdGU6DQo+ID4gaGV5IFJ5YW4sDQo+ID4gDQo+ID4gVGhhbmtzIGZvciB0aGUgcmVw
bHkuICBJJ2xsIHRyeSB0byBjbGFyaWZ5IHdoYXQgeW91IGFkcmVzc2VkIGlubGluZS4NCj4g
PiANCj4gPiBicmFkDQo+ID4gDQo+ID4gT24gVHVlLCAxIE5vdiAyMDA1LCBSeWFuIEJpY2to
YXJ0IHdyb3RlOg0KPiA+IA0KPiA+PiBIaSBCcmFkLA0KPiA+Pg0KPiA+PiBZb3UgbWVudGlv
bmVkIHRoYXQgeW91IGFyZSBzZWVpbmcgdGhlIHN0cmFuZ2UgcmVzdWx0cyBmb3Igc29tZSBv
ZiB0aGUNCj4gPj4gYXBwbGljYXRpb25zLi4uZG9lcyB0aGlzIG1lYW4gdGhhdCBmb3Igb3Ro
ZXIgYXBwbGljYXRpb25zIFNDVFAgaXMNCj4gPj4gcGVyZm9ybWluZyBhcyBleHBlY3RlZCwg
ZXZlbiBhdCBoaWdoIGxhdGVuY3k/DQo+ID4gDQo+ID4gDQo+ID4gVGhlIGNsYXNzIG9mIGFw
cGxpY2F0aW9ucyB0aGF0IHdlcmUgc2hvd2luZyB0aGVzZSBwZXJmb3JtYW5jZSBwYXR0ZXJu
cyANCj4gPiBhbGwgZm9sbG93IHRoZSBwc2V1ZG8gY29kZS4gIEFzIGZvciB0aG9zZSB0aGF0
IHBlcmZvcm1lZCBhcyBleHBlY3RlZC4uLiANCj4gPiA8c2VlIGJlbG93Pg0KPiA+IA0KPiA+
PiBJZiB0aGlzIGlzIHRoZSBjYXNlLCBjb3VsZA0KPiA+PiB5b3UgZXhwbGFpbiB0aGUgZGlm
ZmVyZW5jZXMgaW4gYmVoYXZpb3IgKGluIHRlcm1zIG9mIHJ1bm5pbmcgb3ZlciB0aGUNCj4g
Pj4gU0NUUCBBUEkgZGlyZWN0bHksIGxpa2UgeW91IGRpZCBiZWxvdykgZm9yIHRoZSBhcHBs
aWNhdGlvbnMgdGhhdCBkbyBhbmQNCj4gPj4gZG9uJ3QgZXhoaWJpdCB0aGUgc3RyYW5nZW5l
c3M/DQo+ID4+DQo+ID4gDQo+ID4gVGhlIGFwcGxpY2F0aW9ucyB0aGF0IGRvIG5vdCBleGhp
Yml0IHRoZXNlIHBlcmZvcm1hbmNlIHBhdHRlcm5zIHVuZGVyIA0KPiA+IGhpZ2ggbGF0ZW5j
eSBvbmx5IGJhc2ljYWxseSBoYWQgb25lIGNsaWVudCBkb2luZyBhbGwgc2VuZHMgYW5kIHRo
ZSBvdGhlciANCj4gPiBvbmUgZG9pbmcgcmVjZWl2ZXM7IGhlcmUgU0NUUCBhbmQgVENQIHBl
cmZvcm1lZCBuZWFybHkgaWRlbnRpY2FsLiAgDQo+ID4gQWRkaW5nIGxvc3MgYXQgYW55IHBv
aW50IHRpcHBlZCB0aGUgc2NhbGVzIHRvd2FyZHMgU0NUUC4NCj4gPiANCj4gPj4gQWxzbywg
SSdtIGp1c3QgY3VyaW91cyBob3cgeW91ciBkdW1teW5ldCBzZXR1cCB3b3Jrcy4gRG8geW91
IGhhdmUNCj4gPj4gZHVtbXluZXQgcnVubmluZyBvbiBlYWNoIG9mIHRoZSA4IGNsaWVudCBt
YWNoaW5lcywgb3IgZG8geW91IGhhdmUgdGhlDQo+ID4+IGNsaWVudHMgcnVubmluZyBub3Jt
YWxseSAoaS5lLiBubyBkdW1teW5ldCkgYW5kIHNvbWUgZGVkaWNhdGVkIGR1bW15bmV0DQo+
ID4+IGJveCBzaXR0aW5nIGJldHdlZW4gdGhlIGNsaWVudHMgdG8gYWRkIHRoZSBsYXRlbmN5
Pw0KPiA+IA0KPiA+IA0KPiA+IEdvb2QgcXVlc3Rpb24uICBJIGZvcmdvdCB0byBzYXkgdGhh
dCBvbiBlYWNoIG5vZGUsIHRoZSBkdW1teW5ldCBhbmQgdGhlIA0KPiA+IGFwcGxpY2F0aW9u
IHNoYXJlIHRoZSBzYW1lIENQVSAoc28gd2UgaGF2ZSBubyBkZWRpY2F0ZWQgYm94IGZvciAN
Cj4gPiBkdW1teW5ldCkuIFdlIGFsc28gdXNlZCAnbm9lcnJvcicgdG8gc2V0IGR1bW15bmV0
Lg0KPiA+IA0KPiA+IEhvcGUgdGhpcyBoZWxwcyBjbGFyaWZ5LA0KPiA+IGJyYWQNCj4gPiAN
Cj4gPiANCj4gPj4NCj4gPj4gUnlhbg0KPiA+Pg0KPiA+Pg0KPiA+PiAtLS0tLU9yaWdpbmFs
IE1lc3NhZ2UtLS0tLQ0KPiA+PiBGcm9tOiBCcmFkIFBlbm9mZiBbbWFpbHRvOnBlbm9mZkBj
cy51YmMuY2FdDQo+ID4+IFNlbnQ6IFR1ZXNkYXksIE5vdmVtYmVyIDAxLCAyMDA1IDEwOjA3
IFBNDQo+ID4+IFRvOiBzY3RwLWltcGxAZXh0ZXJuYWwuY2lzY28uY29tDQo+ID4+IENjOiBI
dW1haXJhIEthbWFsOyBNaWtlIFlhbyBDaGVuIFRzYWk7IEVkaXRoIFZvbmc7IEFsYW4gV2Fn
bmVyDQo+ID4+IFN1YmplY3Q6IHN0cmFuZ2UgcmVzdWx0cyB3aXRoIGhpZ2ggbGF0ZW5jeSwg
bm8gbG9zcw0KPiA+Pg0KPiA+PiBHcmVldGluZ3MsDQo+ID4+DQo+ID4+IFdlIGhhdmUgZGV2
ZWxvcGVkIGEgdmVyc2lvbiBvZiB0aGUgTWVzc2FnZSBQYXNzaW5nIEludGVyZmFjZSAoTVBJ
KSB0bw0KPiA+PiBydW4gYXRvcCBTQ1RQIChnb29nbGUgIlNDVFAgTVBJIikuICBXZSBoYXZl
IGFuIDggbm9kZSBjbHVzdGVyIHRoYXQgcnVucw0KPiA+PiBGcmVlQlNEIDUuMyB3aXRoIGFu
IFNDVFAgaW1wbGVtZW50YXRpb24gb2J0YWluZWQgZGlyZWN0bHkgZnJvbSBSYW5kYWxsDQo+
ID4+IGFuZCBjb2xsZWFndWVzIGluIG1pZCBNYXkgKHRoYW5rcyEpLiAgQXMgdGhlIHRpdGxl
IHJlYWRzLCB3ZSdyZSBzZWVpbmcNCj4gPj4gc29tZSBzdHJhbmdlIHJlc3VsdHMgd2hlbiBy
dW5uaW5nIG9uIGVtdWxhdGVkIG5ldHdvcmtzIHdpdGggaGlnaCBsYXRlbmN5DQo+ID4+IGFu
ZCBubyBsb3NzIHRoYXQgYXJlIGV4cGxhaW5lZCBiZWxvdy4NCj4gPj4NCj4gPj4gV2UgZW5h
YmxlZCBEdW1teW5ldCBhbmQgdXNlIGl0IHF1aXRlIGZyZXF1ZW50bHkuICBNb3N0IG9mIG91
cg0KPiA+PiBleHBlcmltZW50cyB3ZXJlIHdvcmtpbmcgd2l0aCB0aGUgbG9zcyBzZXR0aW5n
cyBpbiBEdW1teW5ldC4gIFRoZXJlLCBhcw0KPiA+PiBleHBlY3RlZCwgd2UgZm91bmQgU0NU
UCB0byBvdXRwZXJmb3JtIFRDUC4gIExvc3MgbWFrZXMgdGhlIFJUVHMgdmFyeSBidXQNCj4g
Pj4gU0NUUCdzIGltcHJvdmVkIGNvbmdlc3Rpb24gY29udHJvbCBhbmQgbXVsdGlzdHJlYW1p
bmcgZmVhdHVyZXMgaGVscA0KPiA+PiBmbGF0dGVuIHRoZXNlLg0KPiA+Pg0KPiA+PiBSZWNl
bnRseSwgd2UndmUgYmVlbiB3b3JraW5nIG9uIHRlc3RzIHdpdGggaW5jcmVhc2VkIGxhdGVu
Y3kgbWVhbmluZyB3ZQ0KPiA+PiBzZXQgdGhlIGRlbGF5IGluIER1bW15bmV0LCB3aXRoIG5v
IGxvc3MuICBGb3Igc29tZSBhcHBsaWNhdGlvbnMsIHdlJ3JlDQo+ID4+IHNlZWluZyB2ZXJ5
IHN0cmFuZ2UgcmVzdWx0czsgYXMgbGF0ZW5jeSBpbmNyZWFzZXMgU0NUUCBzdGFydHMgdG8g
bG9zZSB0bw0KPiA+PiBUQ1AgKHVuZGVyIG9ubHkgbG9zcywgU0NUUCBlZGdlcyBvdXQgVENQ
KS4gIFJlZ2FyZGxlc3Mgb2YgdGhlIGlucHV0DQo+ID4+IHBhcmFtZXRlcnMgdG8gdGhlIGFw
cGxpY2F0aW9uLCB3ZSBzZWUgdGhpcyBzYW1lIGdlbmVyYWwgdHJlbmQuICBGb3INCj4gPj4g
ZXhhbXBsZSwgZm9yIG9uZSBzZXR0aW5nIHdlIGhhZCB0aGVzZSB3YWxsY2xvY2sgdGltZXMg
aW4gc2Vjb25kczoNCj4gPj4NCj4gPj4gUmVzdWx0cyBBOg0KPiA+PiAgICAgICAgIDAlMG1z
ICAwJTQwbXMgICAwJTgwbXMNCj4gPj4gU0NUUCAgICAwLjA1ICAgIDE1LjcyICAgIDMxLjc1
DQo+ID4+IFRDUCAgICAwLjA1ICAgIDguMzggICAgMTYuODUNCj4gPj4NCj4gPj4gU28geW91
IGNhbiBzZWUgdGhlIGhpdCB0aGF0IFNDVFAgaXMgdGFraW5nLiAgV2UgYWxzbyBvYnRhaW5l
ZCBhbg0KPiA+PiBhcHBsaWNhdGlvbiBmcm9tIFJhbmRhbGwgdGhhdCBsZXRzIHVzIGNsZWFy
IGFuZCBwcmludCBvdXQgdGhlIGtlcm5lbA0KPiA+PiAicGVncyIgd2hpY2ggYXJlIGVzc2Vu
dGlhbGx5IHZhcmlvdXMgY291bnRlcnMgd2l0aGluIHRoZSBrZXJuZWwuICBGb3INCj4gPj4g
dGhpcyBkYXRhLCB0aGV5IGFyZSBpbiB0YWJsZSBBIGJlbG93LiAgV2UgZG9uJ3Qga25vdyB3
aGF0IG1vc3Qgb2YgdGhlDQo+ID4+IG91dHB1dCBpcyBzbyB3ZSB3ZXJlIHdvbmRlcmluZyBp
ZiBhbnlvbmUgaGVyZSBjb3VsZCBnaXZlIG1lIGEgaGFuZA0KPiA+PiBleHBsYWluaW5nIHdo
YXQgaXMgY2F1c2luZyB0aGlzIHBlcmZvcm1hbmNlIGRyb3AuICBFaXRoZXIgaXQncyBTQ1RQ
J3MNCj4gPj4gZXJyb3Igb3IgRHVtbXluZXQuLi4NCj4gPj4NCj4gPj4gV2hlbiB3ZSBmb2N1
c2VkIG9uIG9ubHkgMCU4MG1zLCB3ZSBzYXcgc29tZSBhZGRpdGlvbmFsIHN0cmFuZ2VuZXNz
DQo+ID4+IGRlcGVuZGluZyBvbiB0aGUgYWN0dWFsIGlucHV0IHBhcmFtZXRlcnMuICBUbyBl
eHBsYWluLCBmaXJzdCB3ZSdsbA0KPiA+PiBkZXNjcmliZSBvdXIgYXBwbGljYXRpb24gYXMg
aWYgaXQgd2VyZSB1c2luZyB0aGUgU0NUUCBBUEkgZGlyZWN0bHkNCj4gPj4gKHJhdGhlciB0
aGFuIE1QSSBpbXBsZW1lbnRlZCB1c2luZyBTQ1RQOyB3ZSBoYXZlIHNlZW4gdGhlIHNhbWUg
cmVzdWx0cw0KPiA+PiBpbiBub24tTVBJIGFwcHMgd2UgcmFuKS4NCj4gPj4NCj4gPj4gVGhl
IGFwcGxpY2F0aW9uIG9uIGNsaWVudCBBIGRvZXMgdGhpczoNCj4gPj4gZm9yKGludCBpPTA7
IGk8bG9vcDsgaSsrKSB7DQo+ID4+ICBzY3RwX3NlbmRtc2coZW52X3NpemUgYnl0ZXMpDQo+
ID4+ICBzY3RwX3JlY3Ztc2coZW52X3NpemUgYnl0ZXMpDQo+ID4+ICBzY3RwX3NlbmRtc2co
bXNnX3NpemUgYnl0ZXMpDQo+ID4+IH0NCj4gPj4NCj4gPj4gLi5hbmQgY2xpZW50IEIgcmVj
aXByb2NhdGVzLg0KPiA+Pg0KPiA+PiBUaGUgcmVzdWx0cyBpbiBBIHdlcmUgcmFuIHdpdGgg
bG9vcD0xMDAwLCBlbnZfc2l6ZT00OCBhbmQNCj4gPj4gbXNnX3NpemU9MTIwMjQuDQo+ID4+
DQo+ID4+IElzIGFsbCB0aGF0IHdlcmUgc2VlaW5nIHBvb3Igc21hbGwgbWVzc2FnZSBwZXJm
b3JtYW5jZT8gIEFzIHdlJ2xsIHNob3cNCj4gPj4gbGF0ZXIsIGl0IGRvZXNuJ3Qgc2VlbSB0
byBiZSB0aGF0IHNpbXBsZS4uLiAgQWxzbywgd2h5IGRvZXMgcGVyZm9ybWFuY2UNCj4gPj4g
Z2V0IGFmZmVjdGVkIHNvIGRyYXN0aWNhbGx5IHdpdGggaW5jcmVhc2VkIGxhdGVuY2llcz8N
Cj4gPj4NCj4gPj4gV2hlbiBmb2N1c2luZyBvbiBPTkxZIDAlIGxvc3MgYW5kIDgwbXMsIHdl
IHZhcmllZCB0aGUgcGFyYW1ldGVycyBhbmQgc2F3DQo+ID4+IHNvbWUgb3RoZXIgc3RyYW5n
ZW5lc3MuDQo+ID4+DQo+ID4+IFJlc3VsdHMgQjoNCj4gPj4gICAgICAgICAgICAgICAgICAg
IHBhcmFtZXRlcnMNCj4gPj4gbG9vcCAgICAgICAgICAgMTAwICAgICAgMTAwICAgICAgIDEw
MA0KPiA+PiBlbnZfc2l6ZSAgICAgICAgNDggICAgMTIwMjQgICAgIDE2MDI0DQo+ID4+IG1z
Z19zaXplICAgICAxMjAyNCAgICAxMjAyNCAgICAgMTYwMjQNCj4gPj4gLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCj4gPj4gU0NUUCAgICAgICAgICAzMS43NSAg
ICAzMi41OCAgICAgNjMuNzQNCj4gPj4gVENQICAgICAgICAgICAxNi44NSAgICAyMC4zMiAg
ICAgMjIuMzINCj4gPj4NCj4gPj4gU28gaXQgZG9lc24ndCBzZWVtIHRvIGJlIGEgc21hbGwg
bWVzc2FnZSBwcm9ibGVtIGhlcmUgYmVjYXVzZSBJTkNSRUFTSU5HDQo+ID4+IHRoZSBzaXpl
IG9mIGJvdGggZW52X3NpemUgYW5kIG1zZ19zaXplIGZyb20gMTIwMjQgdG8gMTYwMjQgY2F1
c2VzIFRDUCB0bw0KPiA+PiBpbmNyZWFzZSAyIHNlY29uZHMgYnV0IFNDVFAgMzEgc2Vjb25k
cy4gIEFnYWluLCB0aGUgInBlZ3MiIGFyZSBiZWxvdyBidXQNCj4gPj4gaW4gdGFibGUgQi4N
Cj4gPj4NCj4gPj4gR2VuZXJhbGx5LCB3ZSdyZSBjb25mdXNlZDsgY2FuIGFueW9uZSBvZmZl
ciBhbnkgYWR2aWNlIG9uIHdoeSB3ZSdyZQ0KPiA+PiBzZWVpbmcgdGhpcz8NCj4gPj4NCj4g
Pj4gVGhhbmtzIGFoZWFkIG9mIHRpbWUsDQo+ID4+IGJyYWQNCj4gPj4NCj4gPj4gLi4uDQo+
ID4+DQo+ID4gDQo+ID4gDQo+IA0KPiANCj4gLS0gDQo+IFJhbmRhbGwgU3Rld2FydA0KPiBJ
VEQgLSBDaXNjbyBTeXN0ZW1zIEluYy4NCj4gODAzLTM0NS0wMzY5IDxvcj4gODE1LTM0Mi01
MjIyIChjZWxsKQ0KDQotLSANCkJyaWFuIEYuIEcuIEJpZHVsb2NrICAgIKYgVGhlIHJlYXNv
bmFibGUgbWFuIGFkYXB0cyBoaW1zZWxmIHRvIHRoZSCmDQpiaWR1bG9ja0BvcGVuc3M3Lm9y
ZyAgICCmIHdvcmxkOyB0aGUgdW5yZWFzb25hYmxlIG9uZSBwZXJzaXN0cyBpbiAgpg0KaHR0
cDovL3d3dy5vcGVuc3M3Lm9yZy8gpiB0cnlpbmcgIHRvIGFkYXB0IHRoZSAgd29ybGQgIHRv
IGhpbXNlbGYuIKYNCiAgICAgICAgICAgICAgICAgICAgICAgIKYgVGhlcmVmb3JlICBhbGwg
IHByb2dyZXNzICBkZXBlbmRzIG9uIHRoZSCmDQogICAgICAgICAgICAgICAgICAgICAgICCm
IHVucmVhc29uYWJsZSBtYW4uIC0tIEdlb3JnZSBCZXJuYXJkIFNoYXcgpg0K
------------=_1131648441-7815-0--



From me@armandocaro.net Thu Nov 10 14:59:47 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaIaJ-0007sc-BV
	for sctp-impl-archive@megatron.ietf.org; Thu, 10 Nov 2005 14:59:47 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA00729
	for <sctp-impl-archive@ietf.org>; Thu, 10 Nov 2005 14:59:19 -0500 (EST)
Received: from sj-iport-3-in.cisco.com ([171.71.176.72] helo=sj-iport-3.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EaIqa-0006ef-8G
	for sctp-impl-archive@ietf.org; Thu, 10 Nov 2005 15:16:36 -0500
Received: from sj-core-1.cisco.com ([171.71.177.237])
  by sj-iport-3.cisco.com with ESMTP; 10 Nov 2005 11:59:03 -0800
X-IronPort-AV: i="3.99,114,1131350400"; 
   d="scan'208"; a="363504755:sNHT81655207506"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id jAAJweq3026387;
	Thu, 10 Nov 2005 11:58:40 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jAAJw0wJ008909
	for sctp-impl-filtered; Thu, 10 Nov 2005 11:58:02 -0800 (PST)
Message-Id: <200511101958.jAAJw0wJ008909@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131652680-8907-0"
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: "Brian F. G. Bidulock" <bidulock@openss7.org>
From: "Armando L. Caro Jr." <me@armandocaro.net>
Cc: Randall Stewart <rrs@cisco.com>, sctp-impl@external.cisco.com,
        Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        Humaira Kamal <kamal@cs.ubc.ca>, Mike Yao Chen Tsai <myct@cs.ubc.ca>,
        Edith Vong <vongpsq@cs.ubc.ca>, Alan Wagner <wagner@cs.ubc.ca>
X-Nails-Approved: me@armandocaro.net
Date: Thu, 10 Nov 2005 14:54:49 -0500
X-Spam-Score: 0.0 (/)
X-Scan-Signature: ff0adf256e4dd459cc25215cfa732ac1

This is a multi-part message in MIME format...

------------=_1131652680-8907-0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: base64
X-MIME-Autoconverted: from 8bit to base64 by ietf.org id OAA00729

V2VsbCwgaXQgaXMgc2V0dGFibGUgdXNpbmcgc3lzY3RsLiBQbHVzLCBzb21lIFRDUCBpbXBs
ZW1lbnRhdGlvbnMgbWF5DQppbXBsZW1lbnQgbWF4IGJ1cnN0LiBJbiBmYWN0LCBJIHJlbWVt
YmVyIHRoZSBsYXN0IHRpbWUgSSBsb29rZWQgYXQNCkxpbnV4J3MgY29kZSAoYm90aCAyLjQg
YW5kIDIuNiksIEkgd2FzIHN1cnByaXNlZCB0byBmaW5kIHRoYXQgdGhleQ0KaW1wbGVtZW50
IGEgbWF4IGJ1cnN0IGZlYXR1cmUuDQoNCi0tDQpBcm1hbmRvDQp3d3cuYXJtYW5kb2Nhcm8u
bmV0DQoNCk9uIDExLzEwLzA1LCBCcmlhbiBGLiBHLiBCaWR1bG9jayA8YmlkdWxvY2tAb3Bl
bnNzNy5vcmc+IHdyb3RlOg0KPiBSYW5kYWxsLA0KPg0KPiBJIHRob3VnaHQgdGhleSB3ZXJl
IHRlc3RpbmcgaGlnaC1sYXRlbmN5LCBubyBsb3NzIG5ldHdvcmtzOg0KPiB3aGF0IG1ha2Vz
IHRoZWlyIHNpdHVhdGlvbiBzbyBkaWZmZXJlbnQgZnJvbSByZWFsLXdvcmxkDQo+IHNhdGVs
bGl0ZSBjb21tdW5pY2F0aW9uPw0KPg0KPiBJZiBNYXguYnVyc3QgZGlzYWR2YW50YWdlcyBT
Q1RQIGluIGNvbXBhcmlzb24gdG8gVENQLCBzaG91bGQNCj4gaXQgbm90IGJlIHNjcmFwcGVk
Pw0KPg0KPiAtLWJyaWFuDQo+DQo+DQo+IE9uIFRodSwgMTAgTm92IDIwMDUsIFJhbmRhbGwg
U3Rld2FydCB3cm90ZToNCj4NCj4gPiBSeWFuL0JyYWQvQWxsOg0KPiA+DQo+ID4gSnVzdCB0
byBwb3N0IGEgbGl0dGxlIHVwZGF0ZSB0byB0aGlzICJwcm9ibGVtIiBmb3IgdGhvc2UNCj4g
PiBpbnRlcmVzdGVkLi4uIHdlIHZpc2l0ZWQgVUJDIHllc3RlcmRheSBhbmQgZ290IHRvIHRo
ZQ0KPiA+IGJvdHRvbSBvZiBpdC4uDQo+ID4NCj4gPiBTQ1RQIGltcGxlbWVudHMgdGhlIG1h
eCBidXJzdCBieSBkZWZhdWx0IC4uDQo+ID4gV2hlbiBkb2luZyB0aGlzIHR5cGUgb2YgdGVz
dGluZyBtYXguYnVyc3Qgb24gYQ0KPiA+IGRlZGljYXRlZCBuZXR3b3JrIGdldHMgaW4gdGhl
IHdheS4uIHdoaWNoIGlzIGV4YWN0bHkNCj4gPiB3aGF0IGlzIGhhcHBlbmluZy4uIGFuZCBU
Q1AgZG9lcyBOT1QgaW1wbGVtZW50IHRoaXMuDQo+ID4gU28gdG8gbWFrZSBhIGZhaXIgY29t
cGFyaXNvbiBJIGhhZCBSeWFuIGNoYW5nZSBoaXMNCj4gPiBzeXNjdGwuY29uZiB0byBjaGFu
Z2UgbWF4LmJ1cnN0IHRvIDI1NS4uLiBpLmUuDQo+ID4gbmV0LmluZXQuc2N0cC5tYXhidXJz
dD0yNTUNCj4gPg0KPiA+IG9yDQo+ID4NCj4gPiBzeXNjdGwgLXcgIm5ldC5pbmV0LnNjdHAu
bWF4YnVyc3Q9MjU1Ig0KPiA+DQo+ID4gZnJvbSBhIHJvb3QgY29tbWFuZCBsaW5lLi4NCj4g
Pg0KPiA+IEFuZCBub3cgaGUgc2VlcyBubyB1bnVzYWwgcmVzdWx0cy4uLiB3aGF0IGl0IHdh
cyBpcw0KPiA+IFRDUCBrZWVwcyBibGFzdGluZyBhd2F5IGFuZCB3aGVuIHRoZSBjd25kIGdl
dHMgYXMgYmlnDQo+ID4gYXMgdGhlIHNpemUgb2YgdGhlIGRhdGEgaGUgaXMgc2VuZGluZy4u
IHdoZXJlIFNDVFAgd291bGQNCj4gPiBzdG9wLi4gYWRkaW5nIGFuIGV4dHJhIHJvdW5kIHRy
aXAuLi4gYnkgY2hhbmdpbmcgbWF4LmJ1cnN0DQo+ID4gZm9yIGEgcHJpdmF0ZSBuZXR3b3Jr
IGxpa2UgdGhpcy4uLiBpdCBtYWtlcyBTQ1RQIGFuZCBUQ1ANCj4gPiB0aGUgc2FtZS4uIGFu
ZCBub3cgdGhleSBzZWVtIHRvIGJlIGdldHRpbmcgdGhlIHJlc3VsdHMNCj4gPiB0aGV5IGV4
cGVjdCA6LUQNCj4gPg0KPiA+IFINCj4gPg0KPiA+IEJyYWQgUGVub2ZmIHdyb3RlOg0KPiA+
ID4gaGV5IFJ5YW4sDQo+ID4gPg0KPiA+ID4gVGhhbmtzIGZvciB0aGUgcmVwbHkuICBJJ2xs
IHRyeSB0byBjbGFyaWZ5IHdoYXQgeW91IGFkcmVzc2VkIGlubGluZS4NCj4gPiA+DQo+ID4g
PiBicmFkDQo+ID4gPg0KPiA+ID4gT24gVHVlLCAxIE5vdiAyMDA1LCBSeWFuIEJpY2toYXJ0
IHdyb3RlOg0KPiA+ID4NCj4gPiA+PiBIaSBCcmFkLA0KPiA+ID4+DQo+ID4gPj4gWW91IG1l
bnRpb25lZCB0aGF0IHlvdSBhcmUgc2VlaW5nIHRoZSBzdHJhbmdlIHJlc3VsdHMgZm9yIHNv
bWUgb2YgdGhlDQo+ID4gPj4gYXBwbGljYXRpb25zLi4uZG9lcyB0aGlzIG1lYW4gdGhhdCBm
b3Igb3RoZXIgYXBwbGljYXRpb25zIFNDVFAgaXMNCj4gPiA+PiBwZXJmb3JtaW5nIGFzIGV4
cGVjdGVkLCBldmVuIGF0IGhpZ2ggbGF0ZW5jeT8NCj4gPiA+DQo+ID4gPg0KPiA+ID4gVGhl
IGNsYXNzIG9mIGFwcGxpY2F0aW9ucyB0aGF0IHdlcmUgc2hvd2luZyB0aGVzZSBwZXJmb3Jt
YW5jZSBwYXR0ZXJucw0KPiA+ID4gYWxsIGZvbGxvdyB0aGUgcHNldWRvIGNvZGUuICBBcyBm
b3IgdGhvc2UgdGhhdCBwZXJmb3JtZWQgYXMgZXhwZWN0ZWQuLi4NCj4gPiA+IDxzZWUgYmVs
b3c+DQo+ID4gPg0KPiA+ID4+IElmIHRoaXMgaXMgdGhlIGNhc2UsIGNvdWxkDQo+ID4gPj4g
eW91IGV4cGxhaW4gdGhlIGRpZmZlcmVuY2VzIGluIGJlaGF2aW9yIChpbiB0ZXJtcyBvZiBy
dW5uaW5nIG92ZXIgdGhlDQo+ID4gPj4gU0NUUCBBUEkgZGlyZWN0bHksIGxpa2UgeW91IGRp
ZCBiZWxvdykgZm9yIHRoZSBhcHBsaWNhdGlvbnMgdGhhdCBkbyBhbmQNCj4gPiA+PiBkb24n
dCBleGhpYml0IHRoZSBzdHJhbmdlbmVzcz8NCj4gPiA+Pg0KPiA+ID4NCj4gPiA+IFRoZSBh
cHBsaWNhdGlvbnMgdGhhdCBkbyBub3QgZXhoaWJpdCB0aGVzZSBwZXJmb3JtYW5jZSBwYXR0
ZXJucyB1bmRlcg0KPiA+ID4gaGlnaCBsYXRlbmN5IG9ubHkgYmFzaWNhbGx5IGhhZCBvbmUg
Y2xpZW50IGRvaW5nIGFsbCBzZW5kcyBhbmQgdGhlIG90aGVyDQo+ID4gPiBvbmUgZG9pbmcg
cmVjZWl2ZXM7IGhlcmUgU0NUUCBhbmQgVENQIHBlcmZvcm1lZCBuZWFybHkgaWRlbnRpY2Fs
Lg0KPiA+ID4gQWRkaW5nIGxvc3MgYXQgYW55IHBvaW50IHRpcHBlZCB0aGUgc2NhbGVzIHRv
d2FyZHMgU0NUUC4NCj4gPiA+DQo+ID4gPj4gQWxzbywgSSdtIGp1c3QgY3VyaW91cyBob3cg
eW91ciBkdW1teW5ldCBzZXR1cCB3b3Jrcy4gRG8geW91IGhhdmUNCj4gPiA+PiBkdW1teW5l
dCBydW5uaW5nIG9uIGVhY2ggb2YgdGhlIDggY2xpZW50IG1hY2hpbmVzLCBvciBkbyB5b3Ug
aGF2ZSB0aGUNCj4gPiA+PiBjbGllbnRzIHJ1bm5pbmcgbm9ybWFsbHkgKGkuZS4gbm8gZHVt
bXluZXQpIGFuZCBzb21lIGRlZGljYXRlZCBkdW1teW5ldA0KPiA+ID4+IGJveCBzaXR0aW5n
IGJldHdlZW4gdGhlIGNsaWVudHMgdG8gYWRkIHRoZSBsYXRlbmN5Pw0KPiA+ID4NCj4gPiA+
DQo+ID4gPiBHb29kIHF1ZXN0aW9uLiAgSSBmb3Jnb3QgdG8gc2F5IHRoYXQgb24gZWFjaCBu
b2RlLCB0aGUgZHVtbXluZXQgYW5kIHRoZQ0KPiA+ID4gYXBwbGljYXRpb24gc2hhcmUgdGhl
IHNhbWUgQ1BVIChzbyB3ZSBoYXZlIG5vIGRlZGljYXRlZCBib3ggZm9yDQo+ID4gPiBkdW1t
eW5ldCkuIFdlIGFsc28gdXNlZCAnbm9lcnJvcicgdG8gc2V0IGR1bW15bmV0Lg0KPiA+ID4N
Cj4gPiA+IEhvcGUgdGhpcyBoZWxwcyBjbGFyaWZ5LA0KPiA+ID4gYnJhZA0KPiA+ID4NCj4g
PiA+DQo+ID4gPj4NCj4gPiA+PiBSeWFuDQo+ID4gPj4NCj4gPiA+Pg0KPiA+ID4+IC0tLS0t
T3JpZ2luYWwgTWVzc2FnZS0tLS0tDQo+ID4gPj4gRnJvbTogQnJhZCBQZW5vZmYgW21haWx0
bzpwZW5vZmZAY3MudWJjLmNhXQ0KPiA+ID4+IFNlbnQ6IFR1ZXNkYXksIE5vdmVtYmVyIDAx
LCAyMDA1IDEwOjA3IFBNDQo+ID4gPj4gVG86IHNjdHAtaW1wbEBleHRlcm5hbC5jaXNjby5j
b20NCj4gPiA+PiBDYzogSHVtYWlyYSBLYW1hbDsgTWlrZSBZYW8gQ2hlbiBUc2FpOyBFZGl0
aCBWb25nOyBBbGFuIFdhZ25lcg0KPiA+ID4+IFN1YmplY3Q6IHN0cmFuZ2UgcmVzdWx0cyB3
aXRoIGhpZ2ggbGF0ZW5jeSwgbm8gbG9zcw0KPiA+ID4+DQo+ID4gPj4gR3JlZXRpbmdzLA0K
PiA+ID4+DQo+ID4gPj4gV2UgaGF2ZSBkZXZlbG9wZWQgYSB2ZXJzaW9uIG9mIHRoZSBNZXNz
YWdlIFBhc3NpbmcgSW50ZXJmYWNlIChNUEkpIHRvDQo+ID4gPj4gcnVuIGF0b3AgU0NUUCAo
Z29vZ2xlICJTQ1RQIE1QSSIpLiAgV2UgaGF2ZSBhbiA4IG5vZGUgY2x1c3RlciB0aGF0IHJ1
bnMNCj4gPiA+PiBGcmVlQlNEIDUuMyB3aXRoIGFuIFNDVFAgaW1wbGVtZW50YXRpb24gb2J0
YWluZWQgZGlyZWN0bHkgZnJvbSBSYW5kYWxsDQo+ID4gPj4gYW5kIGNvbGxlYWd1ZXMgaW4g
bWlkIE1heSAodGhhbmtzISkuICBBcyB0aGUgdGl0bGUgcmVhZHMsIHdlJ3JlIHNlZWluZw0K
PiA+ID4+IHNvbWUgc3RyYW5nZSByZXN1bHRzIHdoZW4gcnVubmluZyBvbiBlbXVsYXRlZCBu
ZXR3b3JrcyB3aXRoIGhpZ2ggbGF0ZW5jeQ0KPiA+ID4+IGFuZCBubyBsb3NzIHRoYXQgYXJl
IGV4cGxhaW5lZCBiZWxvdy4NCj4gPiA+Pg0KPiA+ID4+IFdlIGVuYWJsZWQgRHVtbXluZXQg
YW5kIHVzZSBpdCBxdWl0ZSBmcmVxdWVudGx5LiAgTW9zdCBvZiBvdXINCj4gPiA+PiBleHBl
cmltZW50cyB3ZXJlIHdvcmtpbmcgd2l0aCB0aGUgbG9zcyBzZXR0aW5ncyBpbiBEdW1teW5l
dC4gIFRoZXJlLCBhcw0KPiA+ID4+IGV4cGVjdGVkLCB3ZSBmb3VuZCBTQ1RQIHRvIG91dHBl
cmZvcm0gVENQLiAgTG9zcyBtYWtlcyB0aGUgUlRUcyB2YXJ5IGJ1dA0KPiA+ID4+IFNDVFAn
cyBpbXByb3ZlZCBjb25nZXN0aW9uIGNvbnRyb2wgYW5kIG11bHRpc3RyZWFtaW5nIGZlYXR1
cmVzIGhlbHANCj4gPiA+PiBmbGF0dGVuIHRoZXNlLg0KPiA+ID4+DQo+ID4gPj4gUmVjZW50
bHksIHdlJ3ZlIGJlZW4gd29ya2luZyBvbiB0ZXN0cyB3aXRoIGluY3JlYXNlZCBsYXRlbmN5
IG1lYW5pbmcgd2UNCj4gPiA+PiBzZXQgdGhlIGRlbGF5IGluIER1bW15bmV0LCB3aXRoIG5v
IGxvc3MuICBGb3Igc29tZSBhcHBsaWNhdGlvbnMsIHdlJ3JlDQo+ID4gPj4gc2VlaW5nIHZl
cnkgc3RyYW5nZSByZXN1bHRzOyBhcyBsYXRlbmN5IGluY3JlYXNlcyBTQ1RQIHN0YXJ0cyB0
byBsb3NlIHRvDQo+ID4gPj4gVENQICh1bmRlciBvbmx5IGxvc3MsIFNDVFAgZWRnZXMgb3V0
IFRDUCkuICBSZWdhcmRsZXNzIG9mIHRoZSBpbnB1dA0KPiA+ID4+IHBhcmFtZXRlcnMgdG8g
dGhlIGFwcGxpY2F0aW9uLCB3ZSBzZWUgdGhpcyBzYW1lIGdlbmVyYWwgdHJlbmQuICBGb3IN
Cj4gPiA+PiBleGFtcGxlLCBmb3Igb25lIHNldHRpbmcgd2UgaGFkIHRoZXNlIHdhbGxjbG9j
ayB0aW1lcyBpbiBzZWNvbmRzOg0KPiA+ID4+DQo+ID4gPj4gUmVzdWx0cyBBOg0KPiA+ID4+
ICAgICAgICAgMCUwbXMgIDAlNDBtcyAgIDAlODBtcw0KPiA+ID4+IFNDVFAgICAgMC4wNSAg
ICAxNS43MiAgICAzMS43NQ0KPiA+ID4+IFRDUCAgICAwLjA1ICAgIDguMzggICAgMTYuODUN
Cj4gPiA+Pg0KPiA+ID4+IFNvIHlvdSBjYW4gc2VlIHRoZSBoaXQgdGhhdCBTQ1RQIGlzIHRh
a2luZy4gIFdlIGFsc28gb2J0YWluZWQgYW4NCj4gPiA+PiBhcHBsaWNhdGlvbiBmcm9tIFJh
bmRhbGwgdGhhdCBsZXRzIHVzIGNsZWFyIGFuZCBwcmludCBvdXQgdGhlIGtlcm5lbA0KPiA+
ID4+ICJwZWdzIiB3aGljaCBhcmUgZXNzZW50aWFsbHkgdmFyaW91cyBjb3VudGVycyB3aXRo
aW4gdGhlIGtlcm5lbC4gIEZvcg0KPiA+ID4+IHRoaXMgZGF0YSwgdGhleSBhcmUgaW4gdGFi
bGUgQSBiZWxvdy4gIFdlIGRvbid0IGtub3cgd2hhdCBtb3N0IG9mIHRoZQ0KPiA+ID4+IG91
dHB1dCBpcyBzbyB3ZSB3ZXJlIHdvbmRlcmluZyBpZiBhbnlvbmUgaGVyZSBjb3VsZCBnaXZl
IG1lIGEgaGFuZA0KPiA+ID4+IGV4cGxhaW5pbmcgd2hhdCBpcyBjYXVzaW5nIHRoaXMgcGVy
Zm9ybWFuY2UgZHJvcC4gIEVpdGhlciBpdCdzIFNDVFAncw0KPiA+ID4+IGVycm9yIG9yIER1
bW15bmV0Li4uDQo+ID4gPj4NCj4gPiA+PiBXaGVuIHdlIGZvY3VzZWQgb24gb25seSAwJTgw
bXMsIHdlIHNhdyBzb21lIGFkZGl0aW9uYWwgc3RyYW5nZW5lc3MNCj4gPiA+PiBkZXBlbmRp
bmcgb24gdGhlIGFjdHVhbCBpbnB1dCBwYXJhbWV0ZXJzLiAgVG8gZXhwbGFpbiwgZmlyc3Qg
d2UnbGwNCj4gPiA+PiBkZXNjcmliZSBvdXIgYXBwbGljYXRpb24gYXMgaWYgaXQgd2VyZSB1
c2luZyB0aGUgU0NUUCBBUEkgZGlyZWN0bHkNCj4gPiA+PiAocmF0aGVyIHRoYW4gTVBJIGlt
cGxlbWVudGVkIHVzaW5nIFNDVFA7IHdlIGhhdmUgc2VlbiB0aGUgc2FtZSByZXN1bHRzDQo+
ID4gPj4gaW4gbm9uLU1QSSBhcHBzIHdlIHJhbikuDQo+ID4gPj4NCj4gPiA+PiBUaGUgYXBw
bGljYXRpb24gb24gY2xpZW50IEEgZG9lcyB0aGlzOg0KPiA+ID4+IGZvcihpbnQgaT0wOyBp
PGxvb3A7IGkrKykgew0KPiA+ID4+ICBzY3RwX3NlbmRtc2coZW52X3NpemUgYnl0ZXMpDQo+
ID4gPj4gIHNjdHBfcmVjdm1zZyhlbnZfc2l6ZSBieXRlcykNCj4gPiA+PiAgc2N0cF9zZW5k
bXNnKG1zZ19zaXplIGJ5dGVzKQ0KPiA+ID4+IH0NCj4gPiA+Pg0KPiA+ID4+IC4uYW5kIGNs
aWVudCBCIHJlY2lwcm9jYXRlcy4NCj4gPiA+Pg0KPiA+ID4+IFRoZSByZXN1bHRzIGluIEEg
d2VyZSByYW4gd2l0aCBsb29wPTEwMDAsIGVudl9zaXplPTQ4IGFuZA0KPiA+ID4+IG1zZ19z
aXplPTEyMDI0Lg0KPiA+ID4+DQo+ID4gPj4gSXMgYWxsIHRoYXQgd2VyZSBzZWVpbmcgcG9v
ciBzbWFsbCBtZXNzYWdlIHBlcmZvcm1hbmNlPyAgQXMgd2UnbGwgc2hvdw0KPiA+ID4+IGxh
dGVyLCBpdCBkb2Vzbid0IHNlZW0gdG8gYmUgdGhhdCBzaW1wbGUuLi4gIEFsc28sIHdoeSBk
b2VzIHBlcmZvcm1hbmNlDQo+ID4gPj4gZ2V0IGFmZmVjdGVkIHNvIGRyYXN0aWNhbGx5IHdp
dGggaW5jcmVhc2VkIGxhdGVuY2llcz8NCj4gPiA+Pg0KPiA+ID4+IFdoZW4gZm9jdXNpbmcg
b24gT05MWSAwJSBsb3NzIGFuZCA4MG1zLCB3ZSB2YXJpZWQgdGhlIHBhcmFtZXRlcnMgYW5k
IHNhdw0KPiA+ID4+IHNvbWUgb3RoZXIgc3RyYW5nZW5lc3MuDQo+ID4gPj4NCj4gPiA+PiBS
ZXN1bHRzIEI6DQo+ID4gPj4gICAgICAgICAgICAgICAgICAgIHBhcmFtZXRlcnMNCj4gPiA+
PiBsb29wICAgICAgICAgICAxMDAgICAgICAxMDAgICAgICAgMTAwDQo+ID4gPj4gZW52X3Np
emUgICAgICAgIDQ4ICAgIDEyMDI0ICAgICAxNjAyNA0KPiA+ID4+IG1zZ19zaXplICAgICAx
MjAyNCAgICAxMjAyNCAgICAgMTYwMjQNCj4gPiA+PiAtLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLQ0KPiA+ID4+IFNDVFAgICAgICAgICAgMzEuNzUgICAgMzIuNTgg
ICAgIDYzLjc0DQo+ID4gPj4gVENQICAgICAgICAgICAxNi44NSAgICAyMC4zMiAgICAgMjIu
MzINCj4gPiA+Pg0KPiA+ID4+IFNvIGl0IGRvZXNuJ3Qgc2VlbSB0byBiZSBhIHNtYWxsIG1l
c3NhZ2UgcHJvYmxlbSBoZXJlIGJlY2F1c2UgSU5DUkVBU0lORw0KPiA+ID4+IHRoZSBzaXpl
IG9mIGJvdGggZW52X3NpemUgYW5kIG1zZ19zaXplIGZyb20gMTIwMjQgdG8gMTYwMjQgY2F1
c2VzIFRDUCB0bw0KPiA+ID4+IGluY3JlYXNlIDIgc2Vjb25kcyBidXQgU0NUUCAzMSBzZWNv
bmRzLiAgQWdhaW4sIHRoZSAicGVncyIgYXJlIGJlbG93IGJ1dA0KPiA+ID4+IGluIHRhYmxl
IEIuDQo+ID4gPj4NCj4gPiA+PiBHZW5lcmFsbHksIHdlJ3JlIGNvbmZ1c2VkOyBjYW4gYW55
b25lIG9mZmVyIGFueSBhZHZpY2Ugb24gd2h5IHdlJ3JlDQo+ID4gPj4gc2VlaW5nIHRoaXM/
DQo+ID4gPj4NCj4gPiA+PiBUaGFua3MgYWhlYWQgb2YgdGltZSwNCj4gPiA+PiBicmFkDQo+
ID4gPj4NCj4gPiA+PiAuLi4NCj4gPiA+Pg0KPiA+ID4NCj4gPiA+DQo+ID4NCj4gPg0KPiA+
IC0tDQo+ID4gUmFuZGFsbCBTdGV3YXJ0DQo+ID4gSVREIC0gQ2lzY28gU3lzdGVtcyBJbmMu
DQo+ID4gODAzLTM0NS0wMzY5IDxvcj4gODE1LTM0Mi01MjIyIChjZWxsKQ0KPg0KPiAtLQ0K
PiBCcmlhbiBGLiBHLiBCaWR1bG9jayAgICCmIFRoZSByZWFzb25hYmxlIG1hbiBhZGFwdHMg
aGltc2VsZiB0byB0aGUgpg0KPiBiaWR1bG9ja0BvcGVuc3M3Lm9yZyAgICCmIHdvcmxkOyB0
aGUgdW5yZWFzb25hYmxlIG9uZSBwZXJzaXN0cyBpbiAgpg0KPiBodHRwOi8vd3d3Lm9wZW5z
czcub3JnLyCmIHRyeWluZyAgdG8gYWRhcHQgdGhlICB3b3JsZCAgdG8gaGltc2VsZi4gpg0K
PiAgICAgICAgICAgICAgICAgICAgICAgICCmIFRoZXJlZm9yZSAgYWxsICBwcm9ncmVzcyAg
ZGVwZW5kcyBvbiB0aGUgpg0KPiAgICAgICAgICAgICAgICAgICAgICAgICCmIHVucmVhc29u
YWJsZSBtYW4uIC0tIEdlb3JnZSBCZXJuYXJkIFNoYXcgpg0KPg0KPg0K
------------=_1131652680-8907-0--



From rrs@cisco.com Thu Nov 10 18:47:16 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaM8S-0000YG-0I
	for sctp-impl-archive@megatron.ietf.org; Thu, 10 Nov 2005 18:47:16 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA25714
	for <sctp-impl-archive@ietf.org>; Thu, 10 Nov 2005 18:46:46 -0500 (EST)
Received: from sj-iport-2-in.cisco.com ([171.71.176.71] helo=sj-iport-2.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EaMOl-0000OL-80
	for sctp-impl-archive@ietf.org; Thu, 10 Nov 2005 19:04:07 -0500
Received: from sj-core-5.cisco.com ([171.71.177.238])
  by sj-iport-2.cisco.com with ESMTP; 10 Nov 2005 15:47:04 -0800
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id jAANkSZC010426;
	Thu, 10 Nov 2005 15:46:29 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jAANjswJ012568
	for sctp-impl-filtered; Thu, 10 Nov 2005 15:45:56 -0800 (PST)
Message-Id: <200511102345.jAANjswJ012568@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131666353-12566-0"
Content-Transfer-Encoding: binary
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: bidulock@openss7.org
From: Randall Stewart <rrs@cisco.com>
Cc: sctp-impl@external.cisco.com, Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        "'Humaira Kamal'"
    <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'" <myct@cs.ubc.ca>,
        "'Edith Vong'"
    <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'" <wagner@cs.ubc.ca>
X-Nails-Approved: rrs@cisco.com
Date: Thu, 10 Nov 2005 18:44:48 -0500
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 0ddefe323dd869ab027dbfff7eff0465

This is a multi-part message in MIME format...

------------=_1131666353-12566-0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: binary

Brian F. G. Bidulock wrote:
> Randall,
> 
> I thought they were testing high-latency, no loss networks:
> what makes their situation so different from real-world
> satellite communication?
> 
> If Max.burst disadvantages SCTP in comparison to TCP, should
> it not be scrapped?

Max.burst has to do with routers in the path..

They are testing in a simple

Host |------------------------| Host

over a switch. There are no other
nodes involved. Thus there is no danger
of inducing congestion in the network.. because
there really is not a network other than a E-net.

If they would setup a routed network with real routers
and leave max.burst set to the default level I think
they would find that they do a LOT better than tcp
since tcp drives the routers to drop packets quicker..

In fact this is what we have seen in some testing in a
real satellite network...

Note that there RTT times are not anywhere near a sat network
either 40ms and 80ms is not even close to a sat link..

R

> 
> --brian
>
-- 
Randall Stewart
ITD - Cisco Systems Inc.
803-345-0369 <or> 815-342-5222 (cell)

------------=_1131666353-12566-0--



From rrs@cisco.com Thu Nov 10 18:50:56 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaMC0-00035h-LC
	for sctp-impl-archive@megatron.ietf.org; Thu, 10 Nov 2005 18:50:56 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA25910
	for <sctp-impl-archive@ietf.org>; Thu, 10 Nov 2005 18:50:27 -0500 (EST)
Received: from sj-iport-1-in.cisco.com ([171.71.176.70] helo=sj-iport-1.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EaMSI-0000Uh-27
	for sctp-impl-archive@ietf.org; Thu, 10 Nov 2005 19:07:48 -0500
Received: from sj-core-2.cisco.com ([171.71.177.254])
  by sj-iport-1.cisco.com with ESMTP; 10 Nov 2005 15:50:43 -0800
X-IronPort-AV: i="3.99,115,1131350400"; 
   d="scan'208"; a="673802750:sNHT30938688"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id jAANoObh015853;
	Thu, 10 Nov 2005 15:50:25 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jAANoFwJ012654
	for sctp-impl-filtered; Thu, 10 Nov 2005 15:50:17 -0800 (PST)
Message-Id: <200511102350.jAANoFwJ012654@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131666615-12652-0"
Content-Transfer-Encoding: binary
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: "Armando L. Caro Jr." <me@armandocaro.net>
From: Randall Stewart <rrs@cisco.com>
Cc: "Brian F. G. Bidulock" <bidulock@openss7.org>,
        sctp-impl@external.cisco.com, Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        Humaira Kamal <kamal@cs.ubc.ca>, Mike Yao Chen Tsai <myct@cs.ubc.ca>,
        Edith Vong <vongpsq@cs.ubc.ca>, Alan Wagner <wagner@cs.ubc.ca>
X-Nails-Approved: rrs@cisco.com
Date: Thu, 10 Nov 2005 18:48:54 -0500
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 2409bba43e9c8d580670fda8b695204a

This is a multi-part message in MIME format...

------------=_1131666615-12652-0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: binary

Armando L. Caro Jr. wrote:
> Well, it is settable using sysctl. Plus, some TCP implementations may
> implement max burst. In fact, I remember the last time I looked at
> Linux's code (both 2.4 and 2.6), I was surprised to find that they
> implement a max burst feature.
>
So does sun according to Kacheong... if I remember right.

Of course we should be able to get the code and look for
ourselves with the Open Solaris stuff :-D

R


-- 
Randall Stewart
ITD - Cisco Systems Inc.
803-345-0369 <or> 815-342-5222 (cell)

------------=_1131666615-12652-0--



From katinadepaul@forester.com Fri Nov 11 02:53:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaTjM-0006rM-Vt
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 02:53:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA21226
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 02:53:23 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EaTzg-0004SD-AL
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 03:10:47 -0500
Received: from [218.59.233.197] (helo=forester.com)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EaTj5-00007r-OJ
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 02:53:36 -0500
Message-ID: <001301c5e695$1ebac780$72a3a8c0@raja>
From: "Katina Depaul" <katinadepaul@forester.com>
To: "Len Tripodi" <sctp-impl-archive@ietf.org>
Subject: Jeff: To let you know
Date: Fri, 11 Nov 2005 02:54:19 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0010_01C5E66B.35E4BF80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 2.4 (++)
X-Scan-Signature: 0fa76816851382eb71b0a882ccdc29ac

This is a multi-part message in MIME format.

------=_NextPart_000_0010_01C5E66B.35E4BF80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Good day,
Qui
ng fo
tions - vi
harmaE
op
t overpayi
r your Meddica
sit our P
xpress Sh
P A V X C V
r m I a I A
o b A n A L
z i G a L I
a e R x I U
c n A   S M
69,95    99,95  85,45


------=_NextPart_000_0010_01C5E66B.35E4BF80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Good day,</DIV>
<TABLE style=3D"BORDER-TOP-WIDTH: 0px;" cellPadding=3D0 cellSpacing=3D0>
  <TR style=3D"BORDER-TOP-WIDTH: 0px;">
    <TD vAlign=3Dbottom rowSpan=3D3 style=3D"BORDER-TOP-WIDTH: =
0px;">Qui</TD><TD></TD>
    <TD vAlign=3Dbottom rowSpan=3D3 style=3D"BORDER-TOP-WIDTH: 0px;">ng =
fo</TD><TD></TD>
    <TD vAlign=3Dbottom rowSpan=3D3 style=3D"BORDER-TOP-WIDTH: 0px;">tions - =
<A href=3D"http://ProysMixonYork.tripod.com">vi</A></TD><TD></TD>
    <TD vAlign=3Dbottom rowSpan=3D3 style=3D"BORDER-TOP-WIDTH: 0px;"><A =
href=3D"http://ProysMixonYork.tripod.com">harmaE</A></TD><TD></TD>
    <TD vAlign=3Dbottom rowSpan=3D3 style=3D"BORDER-TOP-WIDTH: 0px;"><A =
href=3D"http://ProysMixonYork.tripod.com">op</A></TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-TOP-WIDTH: 0px;">
    <TD vAlign=3Dbottom style=3D"MARGIN-BOTTOM: 0px;">t overpayi</TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-BOTTOM: 0px;">r your Meddica</TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-BOTTOM: 0px;"><A href=3D"http:=
//ProysMixonYork.tripod.com">sit our P</A></TD>
    <TD vAlign=3Dbottom style=3D"MARGIN-BOTTOM: 0px;"><A href=3D"http://P=
roysMixonYork.tripod.com">xpress Sh</TD>
  </TR></TABLE>
<DIV>&nbsp;</DIV>
<TABLE style=3D"BORDER-TOP-WIDTH: 0px;" cellPadding=3D0 cellSpacing=3D0>
<TR>
<TD><FONT face=3D"Courier">P A V X C V</FONT></TD>
<TD><FONT face=3D"Courier">r m I a I A</FONT></TD>
<TD><FONT face=3D"Courier">o b A n A L</FONT></TD>
<TD><FONT face=3D"Courier">z i G a L I</FONT></TD>
<TD><FONT face=3D"Courier">a e R x I U</FONT></TD>
<TD><FONT face=3D"Courier">c n A &nbsp;<BR> S M</FONT></TD>
<TD><FONT face=3D"Courier">&nbsp;<BR> &nbsp;<BR> &nbsp;69,95 &nbsp;<BR> =
&nbsp;99,95 &nbsp;85,45</FONT></TD>
<TD width=3D100%></TD>
</TR>
</TABLE></BODY></HTML>

------=_NextPart_000_0010_01C5E66B.35E4BF80--




From Hcbipi@optonline.net Fri Nov 11 06:51:11 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaXR1-0001Ps-4e; Fri, 11 Nov 2005 06:51:11 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA02958;
	Fri, 11 Nov 2005 06:50:41 -0500 (EST)
Message-Id: <200511111150.GAA02958@ietf.org>
Received: from [218.74.132.111] (helo=lh)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EaXhM-00022q-23; Fri, 11 Nov 2005 07:08:08 -0500
From: "Ismael Washburn" <Hcbipi@optonline.net>
To: bthorson@ietf.org
Subject: Re: Our last email
Date: Fri, 11 Nov 2005 16:41:53 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_DNLAFASA.VYENKTED"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 3.3 (+++)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_DNLAFASA.VYENKTED
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your current situation has been contemplated to the important parties, and upon conscientious contemplation, we are able to present to you the following prospect.

Based upon conscientious contemplation you certify to get hold of a handsome profit on your initial property investment.

By completing the following attached form in a timely manner we will be able to complete our review, and we feel positive you will get hold of not only a reduced rate of interest, but also a cash return that will perform all your holiday needs and more!

Please go here to complete this phase of the contract.

Wishing you all the best over the holiday period,

Ismael Washburn







Should you prefer not to grab hold of this holiday prospect you can go here.

------=_NextPart_000_0000_DNLAFASA.VYENKTED
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your current situation has been contemplated to the important parties, and upon conscientious contemplation, we are able to present to you the following prospect.<P>
Based upon conscientious contemplation you certify to get hold of a handsome profit on your initial property investment.<P>
By completing the following attached form in a timely manner we will be able to complete our review, and we feel positive you will get hold of not only a reduced rate of interest, but also a cash return that will perform all your holiday needs and more!<P>
<A HREF="http://freedom-12.com/indeed.asp">Please go here to complete this phase of the contract.</A><P>
Wishing you all the best over the holiday period,<P>
Ismael Washburn<P><P><BR><BR><P><BR>

Should you prefer not to grab hold of this holiday prospect you can go <A HREF="http://freedom-12.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_DNLAFASA.VYENKTED--



From info@mail.vusyeh.com Fri Nov 11 09:50:55 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaaEw-0005sP-Mh
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 09:50:55 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA10838
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 09:50:25 -0500 (EST)
Received: from [58.180.199.79] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EaaVM-0006w4-Sv
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 10:07:53 -0500
Received: (qmail 6249 invoked by uid 509); 11 Nov 2005 21:45:07 +0900
Date: 11 Nov 2005 21:45:07 +0900
Message-ID: <20051111124507.6248.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $B$9$0$KEEOC$b$i$($^$;$s$+!)(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 9182cfff02fae4f1b6e9349e01d62f32

$BF|K\:GBg5i$NBg?M$N=P2q$$!*!*(B
$B-!!Z40A4L5NA![$*$3$:$+$$(BGET!!
$B-"!Z=P2q$$J]>ZIU![$@$+$i@dBP$K2q$($k!*!*(B
$B40A4(/(.(/(.(/(B
$BL5NA(5(1(0(1!s!!"+EvA3$G$9!#(B
$B!|(BPC$B!&7HBS%5%$%H$HO"F0%7%9%F%`(B
$B!|D>%"%I!&D>EE8r49<+M3(B
$B$^$:$OEEOC$9$k"M(B
http://www.00-love5.com/?miku
$B$5$!!":#$NJ?K^$J@83h$rC&=P$9$k$N$O$"$J$?$NM&5$$H7hCG$N$_!#(B
$B0lDL$N%a!<%k$G$"$J$?$N1?L?$rJQ$($h$&!*(B
$BH~?M7O!"2D0&$$7O!"$*;P7O$,B?$$$7!"!z!T9b3[=jF@<T!U!z$NEPO?$b"v"v$b$A$m$s5U1g$b!&!&!&!&(B
$B$^$:$O%a!<%k$+$i"M(B 
http://www.00-love5.com/?miku





$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B
NO.I don't veceive your mail
sweet_baby_sweet_12@yahoo.it
$B:#8e!"<u?.$r5qH]$9$k>l9g$O(B
sweet_baby_sweet_12@yahoo.it
$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B



From info@mail.swkds.com Fri Nov 11 12:21:09 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EacaL-0008Kc-2X
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 12:21:09 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA21276
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 12:20:35 -0500 (EST)
Received: from [58.180.217.154] (helo=mail.swkds.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eacqi-0005ER-H9
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 12:38:05 -0500
Received: (qmail 18750 invoked by uid 509); 11 Nov 2005 23:43:05 +0900
Date: 11 Nov 2005 23:43:05 +0900
Message-ID: <20051111144305.18749.qmail@mail.swkds.com>
From: info@swkds.com
To: sctp-impl-archive@ietf.org
Subject: $B!zCK@-$O40A4L5NAEPO?$r$7$FBT$D$@(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 79899194edc4f33a41f49410777972f8

$B!zCK@-$O40A4L5NAEPO?$r$7$FBT$D$@$1$G$9!#(B
$B>/$74i$bA*$s$@J}$,$$$$$+$b!)!)$=$l$O$*G$$;$7$^$9!#(B
http://1191.jp/serebu/s.html
$B!V(BYAHOO!$B!W!V(BGoogle$B!W$N8!:w7k2L$O$=$N%5%$%H$N?M5$!"(B
$B?.MjEY!J%f!<%6!<$K$h$kEjI<!K$G=g0L$,7hDj$7$^$9!#(B
$BEv%5%$%H$O8!:w%+%F%4%j(B $B!TAG?M%[%9%H!U$K$F%H%C%W%Z!<%8$G>R2p$5$l$F$$$^$9!#(B
$B"#(B--------------------------------$B"#(B---------------------------------$B"#(B
http://1191.jp/serebu/s.html
$B!T$I$s$J=w@-$,2q0w!)!U(B
$BEPO?$7$F$$$k?M$?$A$O#73d?M:J$5$s$G$9!#(B
$BL~$7$r5a$a$F$$$^$9$N$GM%$7$/@\$7$F$"$2$F2<$5$$!#(B
$B%(%C!{!I!I3N<B!I@5D>4i$OJ]>Z$7$^$;$s$,!"4hD%$j<!Bh$G$*Ni$b$"$k$=$&$G$9!#(B
$B$7$C$+$jM_5a$rK~$?$7$F$"$2$F2<$5$$(B!!
$B"#(B--------------------------------$B"#(B---------------------------------$B"#(B


$B!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g(B
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bsweet_as_candy_700@yahoo.fr
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bsweet_as_candy_700@yahoo.fr
$B!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g(B



From info@mail.hddye.com Fri Nov 11 12:26:36 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eacfb-0001ya-4P
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 12:26:36 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA21720
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 12:26:05 -0500 (EST)
Received: from [58.180.198.63] (helo=mail.hddye.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eacw2-0005Vb-4G
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 12:43:35 -0500
Received: (qmail 19312 invoked by uid 510); 11 Nov 2005 23:31:38 +0900
Date: 11 Nov 2005 23:31:38 +0900
Message-ID: <20051111143138.19311.qmail@mail.hddye.com>
From: info@hddye.com
To: sctp-impl-archive@ietf.org
Subject: $B$$$-$J$j$9$_$^$;$s!*(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 1ac7cc0a4cd376402b85bc1961a86ac2

$B$*@$OC$K$J$C$F$*$j$^$9!#=P2q$$7O%5%$%H$r1?1D$7$F$$$kEDCf$H?=$7$^$9!#(B
$B:#G/$O=w@-2q0w3MF@$K%l%G%#%3%_Ej9F$d1XA0$G$N%F%#%C%7%eG[I[$K#12/$rEj;q$7$?7k2LCK@-2q0w$H$NHfN($,(B7$B!'(B3$B$K$J$C$F$7$^$$!"=w@-$+$i$N6l>p$,=P$F$7$^$C$F:$$C$F$$$^$9!#$=$N$?$a$"$J$?$r1J5WE*$KFCJLL5NA$G$*;H$$$$$?$@$1$kFCJL2q0w$K$J$C$F$$$?$@$-$?$$$H;W$C$F$*$j$^$9!#%K%C%/%M!<%`$N:G8e$K!V(B*$B!W$rIU$1$F$$$?$@$1$l$P$3$A$i$N$[$&$GFCJL2q0w$K@_Dj$5$;$F$$$?$@$-$^$9!#(B
http://www.kool-king.net?koma


$B$f$C$/$j$H9bNp$N$*6b$b$A$N=w@-$r8+$D$1$F%j%C%A$J@83h$rAw$C$F$_$F(B
$B$/$@$5$$!#(B





$B<u?.5qH](B
badluck@kool-king.net



From enkou_club@hotmail.com Fri Nov 11 12:57:10 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ead9C-0004BR-AT
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 12:57:10 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA23342
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 12:56:40 -0500 (EST)
Date: Fri, 11 Nov 2005 12:56:40 -0500 (EST)
Message-Id: <200511111756.MAA23342@ietf.org>
Received: from [61.233.187.31] (helo=ocn.ne.jp)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EadPa-0006bB-RD
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 13:14:08 -0500
Subject: =?iso-2022-jp?B?GyRCTyJNbUBoOHgzKyJ2GyhC?=
From: "=?GB2312?B?ioSQ2I/Qie4=?=" <enkou_club@hotmail.com>
To: "sctp-impl-archive@ietf.org"@ietf.org
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
MIME-Version: 1.0
Content-Type: text/plain;
	format=flowed;
	charset="iso-2022-jp";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 4.9 (++++)
X-Scan-Signature: 7bac9cb154eb5790ae3b2913587a40de
Content-Transfer-Encoding: 7bit

$B0l=o$K5o$F$/$l$k=w@-$r3N<B$K8+$D$1$i$l$^$9(B http://www.00-love5.com/?v $BA4$FL5NA$G;H$($k$N$G$*;n$72<$5$$(B



/_/_/_/_/_/_/_/_/_/_/_/_/_/
$B%a!<%k<u?.5qH](B
I don't veceive yourmail
sato_mana_1981@yahoo.co.uk
/_/_/_/_/_/_/_/_/_/_/_/_/_/ 




From info@mail.vusyeh.com Fri Nov 11 13:54:02 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eae2E-0007aX-Nz
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 13:54:02 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA27469
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 13:53:32 -0500 (EST)
Received: from [58.180.199.75] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EaeIg-0000mh-Jw
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 14:11:03 -0500
Received: (qmail 24072 invoked by uid 509); 12 Nov 2005 01:37:43 +0900
Date: 12 Nov 2005 01:37:43 +0900
Message-ID: <20051111163743.24071.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $BNA6bITMW4|4VCf$G$9(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 7bac9cb154eb5790ae3b2913587a40de

$BC/$K$b<YKb$r$5$l$J$$$?$a$K%a%k%"%I9XF~@)$rF3F~!*:#$J$iNA6bA4$FL5NA$G$*;n$72<$5$$(B 
http://www.00-love5.com/?g


/_/_/_/_/_/_/_/_/_/_/_/_/_/
I don't veceive your mail
sweet_as_candy_700@yahoo.fr
$B%a!<%kITMW(B
sweet_as_candy_700@yahoo.fr
/_/_/_/_/_/_/_/_/_/_/_/_/_/



From iyengar@mail.eecis.udel.edu Fri Nov 11 16:00:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eag0z-00068r-80
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 16:00:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA08342
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 16:00:24 -0500 (EST)
Received: from sj-iport-1-in.cisco.com ([171.71.176.70] helo=sj-iport-1.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EagHT-0007DG-NN
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 16:17:56 -0500
Received: from sj-core-2.cisco.com ([171.71.177.254])
  by sj-iport-1.cisco.com with ESMTP; 11 Nov 2005 13:00:49 -0800
X-IronPort-AV: i="3.99,119,1131350400"; 
   d="scan'208"; a="674112775:sNHT35644928"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id jABL0Ebh000299;
	Fri, 11 Nov 2005 13:00:14 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jABKxDwJ003294
	for sctp-impl-filtered; Fri, 11 Nov 2005 12:59:15 -0800 (PST)
Message-Id: <200511112059.jABKxDwJ003294@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131742753-3292-0"
Content-Transfer-Encoding: binary
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: Randall Stewart <rrs@cisco.com>
From: Janardhan Iyengar <iyengar@mail.eecis.udel.edu>
Cc: bidulock@openss7.org, sctp-impl@external.cisco.com,
        Brad Penoff
    <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        "'Humaira Kamal'" <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'"
    <myct@cs.ubc.ca>,
        "'Edith Vong'" <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'"
    <wagner@cs.ubc.ca>
X-Nails-Approved: iyengar@mail.eecis.udel.edu
Date: Fri, 11 Nov 2005 15:57:17 -0500 (EST)
X-Spam-Score: 0.0 (/)
X-Scan-Signature: b280b4db656c3ca28dd62e5e0b03daa8

This is a multi-part message in MIME format...

------------=_1131742753-3292-0
Content-Type: TEXT/PLAIN; charset="US-ASCII"; format=flowed
Content-Disposition: inline
Content-Transfer-Encoding: binary

Brian,

Adding to Randy's comments:

max.burst is primarily meaningful in a large network environment like the 
Internet, where a large cwnd may allow a sender to get LARGE instantaneous 
throughput.

If a sender grows its cwnd to a large value, and then goes idle for a 
little while, and then starts sending again, it should not be allowed to 
send cwnd amount of data because its ack clock is lost. cwnd reflects the 
amount of data that can be outstanding over the interval of an RTT; in the 
general case, cwnd SHOULD NOT allow a sender to burst out cwnd amount of 
data at line-rate, or within a fraction of an RTT. Such a burst can cause 
sudden congestion and losses downstream.

The idea of max burst has been around for a while, but may not necessarily 
be implemented in all OSes (some do). But it is largely a _good thing_. As 
far as I know, SCTP is the first place where this idea was written in 
stone.

- jana


On Thu, 10 Nov 2005, Randall Stewart wrote:

> Brian F. G. Bidulock wrote:
>> Randall,
>> 
>> I thought they were testing high-latency, no loss networks:
>> what makes their situation so different from real-world
>> satellite communication?
>> 
>> If Max.burst disadvantages SCTP in comparison to TCP, should
>> it not be scrapped?
>
> Max.burst has to do with routers in the path..
>
> They are testing in a simple
>
> Host |------------------------| Host
>
> over a switch. There are no other
> nodes involved. Thus there is no danger
> of inducing congestion in the network.. because
> there really is not a network other than a E-net.
>
> If they would setup a routed network with real routers
> and leave max.burst set to the default level I think
> they would find that they do a LOT better than tcp
> since tcp drives the routers to drop packets quicker..
>
> In fact this is what we have seen in some testing in a
> real satellite network...
>
> Note that there RTT times are not anywhere near a sat network
> either 40ms and 80ms is not even close to a sat link..
>
> R
>
>> 
>> --brian
>> 
> -- 
> Randall Stewart
> ITD - Cisco Systems Inc.
> 803-345-0369 <or> 815-342-5222 (cell)
>

---------------------------------------------------------------
Janardhan R. Iyengar           http://www.cis.udel.edu/~iyengar
Protocol Engineering Lab  --   CIS   --  University Of Delaware
---------------------------------------------------------------

------------=_1131742753-3292-0--



From bidulock@openss7.org Fri Nov 11 16:22:31 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EagLu-0001MA-GW
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 16:22:31 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA16617
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 16:22:01 -0500 (EST)
Received: from sj-iport-3-in.cisco.com ([171.71.176.72] helo=sj-iport-3.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EagcO-0002DG-2s
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 16:39:33 -0500
Received: from sj-core-2.cisco.com ([171.71.177.254])
  by sj-iport-3.cisco.com with ESMTP; 11 Nov 2005 13:22:16 -0800
X-IronPort-AV: i="3.99,119,1131350400"; 
   d="scan'208"; a="364037947:sNHT34599122"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id jABLLxbh011865;
	Fri, 11 Nov 2005 13:22:00 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jABLLgwJ003643
	for sctp-impl-filtered; Fri, 11 Nov 2005 13:21:44 -0800 (PST)
Message-Id: <200511112121.jABLLgwJ003643@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131744101-3641-0"
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: Janardhan Iyengar <iyengar@mail.eecis.udel.edu>
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Cc: Randall Stewart <rrs@cisco.com>, sctp-impl@external.cisco.com,
        Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        "'Humaira Kamal'" <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'"
    <myct@cs.ubc.ca>,
        "'Edith Vong'" <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'"
    <wagner@cs.ubc.ca>
X-Nails-Approved: bidulock@openss7.org
Date: Fri, 11 Nov 2005 14:11:00 -0700
X-Spam-Score: 0.0 (/)
X-Scan-Signature: e1b0e72ff1bbd457ceef31828f216a86

This is a multi-part message in MIME format...

------------=_1131744101-3641-0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: base64
X-MIME-Autoconverted: from 8bit to base64 by ietf.org id QAA16617

SmFuYXJkaGFuLA0KDQpZZXMsIEkgYWdyZWUsIGl0IGlzIGZ1bmN0aW9uYWxseSBtaXNwbGFj
ZWQuICBBcyBpdCBpcyBhcHBsaWNhYmxlIHRvDQphbGwgdHJhbnNwb3J0cyBhbmQgcmVhbGx5
IG9ubHkgYWZmZWN0cyB0aHJvdHRsaW5nIGFuZCBxdWV1aW5nIG9mDQpwYWNrZXRzIHRvIGxl
c3MgdGhhbiBsaW5lIHJhdGUsIGl0IHNob3VsZCBiZSBwbGFjZWQgaW4gdGhlIElQIGxheWVy
DQphbmQgcmVtb3ZlZCBmcm9tIHRoZSB0cmFuc3BvcnQgbGF5ZXIuDQoNCi0tYnJpYW4NCg0K
T24gRnJpLCAxMSBOb3YgMjAwNSwgSmFuYXJkaGFuIEl5ZW5nYXIgd3JvdGU6DQoNCj4gQnJp
YW4sDQo+IA0KPiBBZGRpbmcgdG8gUmFuZHkncyBjb21tZW50czoNCj4gDQo+IG1heC5idXJz
dCBpcyBwcmltYXJpbHkgbWVhbmluZ2Z1bCBpbiBhIGxhcmdlIG5ldHdvcmsgZW52aXJvbm1l
bnQgbGlrZSB0aGUgDQo+IEludGVybmV0LCB3aGVyZSBhIGxhcmdlIGN3bmQgbWF5IGFsbG93
IGEgc2VuZGVyIHRvIGdldCBMQVJHRSBpbnN0YW50YW5lb3VzIA0KPiB0aHJvdWdocHV0Lg0K
PiANCj4gSWYgYSBzZW5kZXIgZ3Jvd3MgaXRzIGN3bmQgdG8gYSBsYXJnZSB2YWx1ZSwgYW5k
IHRoZW4gZ29lcyBpZGxlIGZvciBhIA0KPiBsaXR0bGUgd2hpbGUsIGFuZCB0aGVuIHN0YXJ0
cyBzZW5kaW5nIGFnYWluLCBpdCBzaG91bGQgbm90IGJlIGFsbG93ZWQgdG8gDQo+IHNlbmQg
Y3duZCBhbW91bnQgb2YgZGF0YSBiZWNhdXNlIGl0cyBhY2sgY2xvY2sgaXMgbG9zdC4gY3du
ZCByZWZsZWN0cyB0aGUgDQo+IGFtb3VudCBvZiBkYXRhIHRoYXQgY2FuIGJlIG91dHN0YW5k
aW5nIG92ZXIgdGhlIGludGVydmFsIG9mIGFuIFJUVDsgaW4gdGhlIA0KPiBnZW5lcmFsIGNh
c2UsIGN3bmQgU0hPVUxEIE5PVCBhbGxvdyBhIHNlbmRlciB0byBidXJzdCBvdXQgY3duZCBh
bW91bnQgb2YgDQo+IGRhdGEgYXQgbGluZS1yYXRlLCBvciB3aXRoaW4gYSBmcmFjdGlvbiBv
ZiBhbiBSVFQuIFN1Y2ggYSBidXJzdCBjYW4gY2F1c2UgDQo+IHN1ZGRlbiBjb25nZXN0aW9u
IGFuZCBsb3NzZXMgZG93bnN0cmVhbS4NCj4gDQo+IFRoZSBpZGVhIG9mIG1heCBidXJzdCBo
YXMgYmVlbiBhcm91bmQgZm9yIGEgd2hpbGUsIGJ1dCBtYXkgbm90IG5lY2Vzc2FyaWx5IA0K
PiBiZSBpbXBsZW1lbnRlZCBpbiBhbGwgT1NlcyAoc29tZSBkbykuIEJ1dCBpdCBpcyBsYXJn
ZWx5IGEgX2dvb2QgdGhpbmdfLiBBcyANCj4gZmFyIGFzIEkga25vdywgU0NUUCBpcyB0aGUg
Zmlyc3QgcGxhY2Ugd2hlcmUgdGhpcyBpZGVhIHdhcyB3cml0dGVuIGluIA0KPiBzdG9uZS4N
Cj4gDQo+IC0gamFuYQ0KPiANCj4gDQo+IE9uIFRodSwgMTAgTm92IDIwMDUsIFJhbmRhbGwg
U3Rld2FydCB3cm90ZToNCj4gDQo+ID4gQnJpYW4gRi4gRy4gQmlkdWxvY2sgd3JvdGU6DQo+
ID4+IFJhbmRhbGwsDQo+ID4+IA0KPiA+PiBJIHRob3VnaHQgdGhleSB3ZXJlIHRlc3Rpbmcg
aGlnaC1sYXRlbmN5LCBubyBsb3NzIG5ldHdvcmtzOg0KPiA+PiB3aGF0IG1ha2VzIHRoZWly
IHNpdHVhdGlvbiBzbyBkaWZmZXJlbnQgZnJvbSByZWFsLXdvcmxkDQo+ID4+IHNhdGVsbGl0
ZSBjb21tdW5pY2F0aW9uPw0KPiA+PiANCj4gPj4gSWYgTWF4LmJ1cnN0IGRpc2FkdmFudGFn
ZXMgU0NUUCBpbiBjb21wYXJpc29uIHRvIFRDUCwgc2hvdWxkDQo+ID4+IGl0IG5vdCBiZSBz
Y3JhcHBlZD8NCj4gPg0KPiA+IE1heC5idXJzdCBoYXMgdG8gZG8gd2l0aCByb3V0ZXJzIGlu
IHRoZSBwYXRoLi4NCj4gPg0KPiA+IFRoZXkgYXJlIHRlc3RpbmcgaW4gYSBzaW1wbGUNCj4g
Pg0KPiA+IEhvc3QgfC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLXwgSG9zdA0KPiA+DQo+ID4g
b3ZlciBhIHN3aXRjaC4gVGhlcmUgYXJlIG5vIG90aGVyDQo+ID4gbm9kZXMgaW52b2x2ZWQu
IFRodXMgdGhlcmUgaXMgbm8gZGFuZ2VyDQo+ID4gb2YgaW5kdWNpbmcgY29uZ2VzdGlvbiBp
biB0aGUgbmV0d29yay4uIGJlY2F1c2UNCj4gPiB0aGVyZSByZWFsbHkgaXMgbm90IGEgbmV0
d29yayBvdGhlciB0aGFuIGEgRS1uZXQuDQo+ID4NCj4gPiBJZiB0aGV5IHdvdWxkIHNldHVw
IGEgcm91dGVkIG5ldHdvcmsgd2l0aCByZWFsIHJvdXRlcnMNCj4gPiBhbmQgbGVhdmUgbWF4
LmJ1cnN0IHNldCB0byB0aGUgZGVmYXVsdCBsZXZlbCBJIHRoaW5rDQo+ID4gdGhleSB3b3Vs
ZCBmaW5kIHRoYXQgdGhleSBkbyBhIExPVCBiZXR0ZXIgdGhhbiB0Y3ANCj4gPiBzaW5jZSB0
Y3AgZHJpdmVzIHRoZSByb3V0ZXJzIHRvIGRyb3AgcGFja2V0cyBxdWlja2VyLi4NCj4gPg0K
PiA+IEluIGZhY3QgdGhpcyBpcyB3aGF0IHdlIGhhdmUgc2VlbiBpbiBzb21lIHRlc3Rpbmcg
aW4gYQ0KPiA+IHJlYWwgc2F0ZWxsaXRlIG5ldHdvcmsuLi4NCj4gPg0KPiA+IE5vdGUgdGhh
dCB0aGVyZSBSVFQgdGltZXMgYXJlIG5vdCBhbnl3aGVyZSBuZWFyIGEgc2F0IG5ldHdvcmsN
Cj4gPiBlaXRoZXIgNDBtcyBhbmQgODBtcyBpcyBub3QgZXZlbiBjbG9zZSB0byBhIHNhdCBs
aW5rLi4NCj4gPg0KPiA+IFINCj4gPg0KPiA+PiANCj4gPj4gLS1icmlhbg0KPiA+PiANCj4g
PiAtLSANCj4gPiBSYW5kYWxsIFN0ZXdhcnQNCj4gPiBJVEQgLSBDaXNjbyBTeXN0ZW1zIElu
Yy4NCj4gPiA4MDMtMzQ1LTAzNjkgPG9yPiA4MTUtMzQyLTUyMjIgKGNlbGwpDQo+ID4NCj4g
DQo+IC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLQ0KPiBKYW5hcmRoYW4gUi4gSXllbmdhciAgICAgICAgICAgaHR0cDov
L3d3dy5jaXMudWRlbC5lZHUvfml5ZW5nYXINCj4gUHJvdG9jb2wgRW5naW5lZXJpbmcgTGFi
ICAtLSAgIENJUyAgIC0tICBVbml2ZXJzaXR5IE9mIERlbGF3YXJlDQo+IC0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0K
DQotLSANCkJyaWFuIEYuIEcuIEJpZHVsb2NrICAgIKYgVGhlIHJlYXNvbmFibGUgbWFuIGFk
YXB0cyBoaW1zZWxmIHRvIHRoZSCmDQpiaWR1bG9ja0BvcGVuc3M3Lm9yZyAgICCmIHdvcmxk
OyB0aGUgdW5yZWFzb25hYmxlIG9uZSBwZXJzaXN0cyBpbiAgpg0KaHR0cDovL3d3dy5vcGVu
c3M3Lm9yZy8gpiB0cnlpbmcgIHRvIGFkYXB0IHRoZSAgd29ybGQgIHRvIGhpbXNlbGYuIKYN
CiAgICAgICAgICAgICAgICAgICAgICAgIKYgVGhlcmVmb3JlICBhbGwgIHByb2dyZXNzICBk
ZXBlbmRzIG9uIHRoZSCmDQogICAgICAgICAgICAgICAgICAgICAgICCmIHVucmVhc29uYWJs
ZSBtYW4uIC0tIEdlb3JnZSBCZXJuYXJkIFNoYXcgpg0K
------------=_1131744101-3641-0--



From iyengar@mail.eecis.udel.edu Fri Nov 11 17:14:18 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EahA1-0005bn-Sx
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 17:14:18 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA21664
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 17:13:48 -0500 (EST)
Received: from sj-iport-1-in.cisco.com ([171.71.176.70] helo=sj-iport-1.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EahQX-00056K-0A
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 17:31:21 -0500
Received: from sj-core-5.cisco.com ([171.71.177.238])
  by sj-iport-1.cisco.com with ESMTP; 11 Nov 2005 14:14:07 -0800
X-IronPort-AV: i="3.99,119,1131350400"; 
   d="scan'208"; a="674137606:sNHT33436220"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id jABMDiZC028249;
	Fri, 11 Nov 2005 14:13:44 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jABMDJwJ004436
	for sctp-impl-filtered; Fri, 11 Nov 2005 14:13:21 -0800 (PST)
Message-Id: <200511112213.jABMDJwJ004436@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131747199-4434-0"
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: "Brian F. G. Bidulock" <bidulock@openss7.org>
From: Janardhan Iyengar <iyengar@mail.eecis.udel.edu>
Cc: Randall Stewart <rrs@cisco.com>, sctp-impl@external.cisco.com,
        Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        "'Humaira Kamal'" <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'"
    <myct@cs.ubc.ca>,
        "'Edith Vong'" <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'"
    <wagner@cs.ubc.ca>
X-Nails-Approved: iyengar@mail.eecis.udel.edu
Date: Fri, 11 Nov 2005 17:10:36 -0500 (EST)
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 67c1ea29f88502ef6a32ccec927970f0

This is a multi-part message in MIME format...

------------=_1131747199-4434-0
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: base64
X-MIME-Autoconverted: from 8bit to base64 by ietf.org id RAA21664

QnJpYW4sDQoNCkkgZG9uJ3Qgc2VlIGhvdyBtYXggYnVyc3QgZnVuY3Rpb25hbGl0eSBjYW4g
YmUgcHV0IGluIHRoZSBJUCBsYXllci4NCg0KWWVzLCBpdCB0aHJvdHRsZXMgc2VuZGluZyBy
YXRlLCBidXQgdGhlIHBhY2luZyBpcyBkZWNpZGVkIGJ5IGFuIGFjayBjbG9jayANCndoaWNo
IGlzIGF0IHRoZSB0cmFuc3BvcnQgbGF5ZXIuIFRoZSBhY2sgY2xvY2sgInRpY2siIHdpbGwg
YmUgZGlmZmVyZW50IA0KZm9yIGRpZmZlcmVudCBlbmQtdG8tZW5kIGNvbm5lY3Rpb25zLCBh
bmQgY2Fubm90IGJlIGdlbmVyYWxpemVkIGFjcm9zcyANCmFsbCB0cmFuc3BvcnQgbGF5ZXIg
Y29ubmVjdGlvbnMuDQoNCi0gamFuYQ0KDQpPbiBGcmksIDExIE5vdiAyMDA1LCBCcmlhbiBG
LiBHLiBCaWR1bG9jayB3cm90ZToNCg0KPiBKYW5hcmRoYW4sDQo+DQo+IFllcywgSSBhZ3Jl
ZSwgaXQgaXMgZnVuY3Rpb25hbGx5IG1pc3BsYWNlZC4gIEFzIGl0IGlzIGFwcGxpY2FibGUg
dG8NCj4gYWxsIHRyYW5zcG9ydHMgYW5kIHJlYWxseSBvbmx5IGFmZmVjdHMgdGhyb3R0bGlu
ZyBhbmQgcXVldWluZyBvZg0KPiBwYWNrZXRzIHRvIGxlc3MgdGhhbiBsaW5lIHJhdGUsIGl0
IHNob3VsZCBiZSBwbGFjZWQgaW4gdGhlIElQIGxheWVyDQo+IGFuZCByZW1vdmVkIGZyb20g
dGhlIHRyYW5zcG9ydCBsYXllci4NCj4NCj4gLS1icmlhbg0KPg0KPiBPbiBGcmksIDExIE5v
diAyMDA1LCBKYW5hcmRoYW4gSXllbmdhciB3cm90ZToNCj4NCj4+IEJyaWFuLA0KPj4NCj4+
IEFkZGluZyB0byBSYW5keSdzIGNvbW1lbnRzOg0KPj4NCj4+IG1heC5idXJzdCBpcyBwcmlt
YXJpbHkgbWVhbmluZ2Z1bCBpbiBhIGxhcmdlIG5ldHdvcmsgZW52aXJvbm1lbnQgbGlrZSB0
aGUNCj4+IEludGVybmV0LCB3aGVyZSBhIGxhcmdlIGN3bmQgbWF5IGFsbG93IGEgc2VuZGVy
IHRvIGdldCBMQVJHRSBpbnN0YW50YW5lb3VzDQo+PiB0aHJvdWdocHV0Lg0KPj4NCj4+IElm
IGEgc2VuZGVyIGdyb3dzIGl0cyBjd25kIHRvIGEgbGFyZ2UgdmFsdWUsIGFuZCB0aGVuIGdv
ZXMgaWRsZSBmb3IgYQ0KPj4gbGl0dGxlIHdoaWxlLCBhbmQgdGhlbiBzdGFydHMgc2VuZGlu
ZyBhZ2FpbiwgaXQgc2hvdWxkIG5vdCBiZSBhbGxvd2VkIHRvDQo+PiBzZW5kIGN3bmQgYW1v
dW50IG9mIGRhdGEgYmVjYXVzZSBpdHMgYWNrIGNsb2NrIGlzIGxvc3QuIGN3bmQgcmVmbGVj
dHMgdGhlDQo+PiBhbW91bnQgb2YgZGF0YSB0aGF0IGNhbiBiZSBvdXRzdGFuZGluZyBvdmVy
IHRoZSBpbnRlcnZhbCBvZiBhbiBSVFQ7IGluIHRoZQ0KPj4gZ2VuZXJhbCBjYXNlLCBjd25k
IFNIT1VMRCBOT1QgYWxsb3cgYSBzZW5kZXIgdG8gYnVyc3Qgb3V0IGN3bmQgYW1vdW50IG9m
DQo+PiBkYXRhIGF0IGxpbmUtcmF0ZSwgb3Igd2l0aGluIGEgZnJhY3Rpb24gb2YgYW4gUlRU
LiBTdWNoIGEgYnVyc3QgY2FuIGNhdXNlDQo+PiBzdWRkZW4gY29uZ2VzdGlvbiBhbmQgbG9z
c2VzIGRvd25zdHJlYW0uDQo+Pg0KPj4gVGhlIGlkZWEgb2YgbWF4IGJ1cnN0IGhhcyBiZWVu
IGFyb3VuZCBmb3IgYSB3aGlsZSwgYnV0IG1heSBub3QgbmVjZXNzYXJpbHkNCj4+IGJlIGlt
cGxlbWVudGVkIGluIGFsbCBPU2VzIChzb21lIGRvKS4gQnV0IGl0IGlzIGxhcmdlbHkgYSBf
Z29vZCB0aGluZ18uIEFzDQo+PiBmYXIgYXMgSSBrbm93LCBTQ1RQIGlzIHRoZSBmaXJzdCBw
bGFjZSB3aGVyZSB0aGlzIGlkZWEgd2FzIHdyaXR0ZW4gaW4NCj4+IHN0b25lLg0KPj4NCj4+
IC0gamFuYQ0KPj4NCj4+DQo+PiBPbiBUaHUsIDEwIE5vdiAyMDA1LCBSYW5kYWxsIFN0ZXdh
cnQgd3JvdGU6DQo+Pg0KPj4+IEJyaWFuIEYuIEcuIEJpZHVsb2NrIHdyb3RlOg0KPj4+PiBS
YW5kYWxsLA0KPj4+Pg0KPj4+PiBJIHRob3VnaHQgdGhleSB3ZXJlIHRlc3RpbmcgaGlnaC1s
YXRlbmN5LCBubyBsb3NzIG5ldHdvcmtzOg0KPj4+PiB3aGF0IG1ha2VzIHRoZWlyIHNpdHVh
dGlvbiBzbyBkaWZmZXJlbnQgZnJvbSByZWFsLXdvcmxkDQo+Pj4+IHNhdGVsbGl0ZSBjb21t
dW5pY2F0aW9uPw0KPj4+Pg0KPj4+PiBJZiBNYXguYnVyc3QgZGlzYWR2YW50YWdlcyBTQ1RQ
IGluIGNvbXBhcmlzb24gdG8gVENQLCBzaG91bGQNCj4+Pj4gaXQgbm90IGJlIHNjcmFwcGVk
Pw0KPj4+DQo+Pj4gTWF4LmJ1cnN0IGhhcyB0byBkbyB3aXRoIHJvdXRlcnMgaW4gdGhlIHBh
dGguLg0KPj4+DQo+Pj4gVGhleSBhcmUgdGVzdGluZyBpbiBhIHNpbXBsZQ0KPj4+DQo+Pj4g
SG9zdCB8LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tfCBIb3N0DQo+Pj4NCj4+PiBvdmVyIGEg
c3dpdGNoLiBUaGVyZSBhcmUgbm8gb3RoZXINCj4+PiBub2RlcyBpbnZvbHZlZC4gVGh1cyB0
aGVyZSBpcyBubyBkYW5nZXINCj4+PiBvZiBpbmR1Y2luZyBjb25nZXN0aW9uIGluIHRoZSBu
ZXR3b3JrLi4gYmVjYXVzZQ0KPj4+IHRoZXJlIHJlYWxseSBpcyBub3QgYSBuZXR3b3JrIG90
aGVyIHRoYW4gYSBFLW5ldC4NCj4+Pg0KPj4+IElmIHRoZXkgd291bGQgc2V0dXAgYSByb3V0
ZWQgbmV0d29yayB3aXRoIHJlYWwgcm91dGVycw0KPj4+IGFuZCBsZWF2ZSBtYXguYnVyc3Qg
c2V0IHRvIHRoZSBkZWZhdWx0IGxldmVsIEkgdGhpbmsNCj4+PiB0aGV5IHdvdWxkIGZpbmQg
dGhhdCB0aGV5IGRvIGEgTE9UIGJldHRlciB0aGFuIHRjcA0KPj4+IHNpbmNlIHRjcCBkcml2
ZXMgdGhlIHJvdXRlcnMgdG8gZHJvcCBwYWNrZXRzIHF1aWNrZXIuLg0KPj4+DQo+Pj4gSW4g
ZmFjdCB0aGlzIGlzIHdoYXQgd2UgaGF2ZSBzZWVuIGluIHNvbWUgdGVzdGluZyBpbiBhDQo+
Pj4gcmVhbCBzYXRlbGxpdGUgbmV0d29yay4uLg0KPj4+DQo+Pj4gTm90ZSB0aGF0IHRoZXJl
IFJUVCB0aW1lcyBhcmUgbm90IGFueXdoZXJlIG5lYXIgYSBzYXQgbmV0d29yaw0KPj4+IGVp
dGhlciA0MG1zIGFuZCA4MG1zIGlzIG5vdCBldmVuIGNsb3NlIHRvIGEgc2F0IGxpbmsuLg0K
Pj4+DQo+Pj4gUg0KPj4+DQo+Pj4+DQo+Pj4+IC0tYnJpYW4NCj4+Pj4NCj4+PiAtLQ0KPj4+
IFJhbmRhbGwgU3Rld2FydA0KPj4+IElURCAtIENpc2NvIFN5c3RlbXMgSW5jLg0KPj4+IDgw
My0zNDUtMDM2OSA8b3I+IDgxNS0zNDItNTIyMiAoY2VsbCkNCj4+Pg0KPj4NCj4+IC0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLQ0KPj4gSmFuYXJkaGFuIFIuIEl5ZW5nYXIgICAgICAgICAgIGh0dHA6Ly93d3cuY2lz
LnVkZWwuZWR1L35peWVuZ2FyDQo+PiBQcm90b2NvbCBFbmdpbmVlcmluZyBMYWIgIC0tICAg
Q0lTICAgLS0gIFVuaXZlcnNpdHkgT2YgRGVsYXdhcmUNCj4+IC0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KPg0KPiAt
LSANCj4gQnJpYW4gRi4gRy4gQmlkdWxvY2sgICAgpiBUaGUgcmVhc29uYWJsZSBtYW4gYWRh
cHRzIGhpbXNlbGYgdG8gdGhlIKYNCj4gYmlkdWxvY2tAb3BlbnNzNy5vcmcgICAgpiB3b3Js
ZDsgdGhlIHVucmVhc29uYWJsZSBvbmUgcGVyc2lzdHMgaW4gIKYNCj4gaHR0cDovL3d3dy5v
cGVuc3M3Lm9yZy8gpiB0cnlpbmcgIHRvIGFkYXB0IHRoZSAgd29ybGQgIHRvIGhpbXNlbGYu
IKYNCj4gICAgICAgICAgICAgICAgICAgICAgICCmIFRoZXJlZm9yZSAgYWxsICBwcm9ncmVz
cyAgZGVwZW5kcyBvbiB0aGUgpg0KPiAgICAgICAgICAgICAgICAgICAgICAgIKYgdW5yZWFz
b25hYmxlIG1hbi4gLS0gR2VvcmdlIEJlcm5hcmQgU2hhdyCmDQo+DQoNCi0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0K
SmFuYXJkaGFuIFIuIEl5ZW5nYXIgICAgICAgICAgIGh0dHA6Ly93d3cuY2lzLnVkZWwuZWR1
L35peWVuZ2FyDQpQcm90b2NvbCBFbmdpbmVlcmluZyBMYWIgIC0tICAgQ0lTICAgLS0gIFVu
aXZlcnNpdHkgT2YgRGVsYXdhcmUNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0K
------------=_1131747199-4434-0--



From info@mail.swkds.com Fri Nov 11 18:47:41 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaicP-0006Yg-L7
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 18:47:41 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA26959
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 18:47:11 -0500 (EST)
Received: from [58.180.217.152] (helo=mail.swkds.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eaisu-0000Oa-2F
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 19:04:45 -0500
Received: (qmail 19609 invoked by uid 509); 12 Nov 2005 04:10:58 +0900
Date: 12 Nov 2005 04:10:58 +0900
Message-ID: <20051111191058.19608.qmail@mail.swkds.com>
From: info@swkds.com
To: sctp-impl-archive@ietf.org
Subject: $B@dBP2q$($^$9(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 7aefe408d50e9c7c47615841cb314bed

$BD>%aAw<u?.!*!~F~B`2q<+M3$G!"EPO?MxMQNA6b0l@ZL5$7!*!J0B?4$7$F$4MxMQ$K$J$l$^$9!KKhF|?7$7$$=P2q$$$,M_$7$$!*$=$s$JJ}$N0Y$N!Z2q$($k%5%$%H![(B
http://www.00-love5.com/?hana

$B"((BI don't veceive your mail$B"-(B
sweet_info3515@yahoo.co.uk
$B"(G[?.Dd;_"-(B
sweet_info3515@yahoo.co.uk



From bidulock@openss7.org Fri Nov 11 20:01:54 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EajmD-00009e-J7
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 20:01:54 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA00348
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 20:01:23 -0500 (EST)
Received: from sj-iport-3-in.cisco.com ([171.71.176.72] helo=sj-iport-3.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Eak2j-0003Az-6F
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 20:18:58 -0500
Received: from sj-core-2.cisco.com ([171.71.177.254])
  by sj-iport-3.cisco.com with ESMTP; 11 Nov 2005 17:01:43 -0800
X-IronPort-AV: i="3.99,120,1131350400"; 
   d="scan'208"; a="364113640:sNHT33300840"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id jAC11HJp029932;
	Fri, 11 Nov 2005 17:01:17 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jAC10dwJ007316
	for sctp-impl-filtered; Fri, 11 Nov 2005 17:00:41 -0800 (PST)
Message-Id: <200511120100.jAC10dwJ007316@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131757239-7314-0"
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: Janardhan Iyengar <iyengar@mail.eecis.udel.edu>
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Cc: Randall Stewart <rrs@cisco.com>, sctp-impl@external.cisco.com,
        Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        "'Humaira Kamal'" <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'"
    <myct@cs.ubc.ca>,
        "'Edith Vong'" <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'"
    <wagner@cs.ubc.ca>
X-Nails-Approved: bidulock@openss7.org
Date: Fri, 11 Nov 2005 17:40:07 -0700
X-Spam-Score: 0.0 (/)
X-Scan-Signature: d8ae4fd88fcaf47c1a71c804d04f413d

This is a multi-part message in MIME format...

------------=_1131757239-7314-0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: base64
X-MIME-Autoconverted: from 8bit to base64 by ietf.org id UAA00348

SmFuYXJkaGFuLA0KDQpJIHRob3VnaCB5b3UgbWFkZSByZWZlcmVuY2UgdG8gbGluZS1yYXRl
LiAgQWNrIHJhdGUgYW4gbGluZS1yYXRlIGFyZQ0KdHdvIGRpZmZlcmVudCB0aGluZ3MuICBU
aGUgbnVtYmVyIG9mIGJ5dGVzIHRyYW5zbWl0dGVkIGluIGEgZ2l2ZW4gUlRUDQooYWNrIGlu
dGVydmFsKSBhcmUgYWxyZWFkeSBsaW1pdGVkIGJ5IGN3bmQuICBUaGUgdHJhbnNwb3J0IGhh
cyBubyBpZGVhDQpvZiBsaW5lIHJhdGUuICBUaGUgSVAgbGF5ZXIgZG9lcy4NCg0KLS1icmlh
bg0KDQpPbiBGcmksIDExIE5vdiAyMDA1LCBKYW5hcmRoYW4gSXllbmdhciB3cm90ZToNCg0K
PiBCcmlhbiwNCj4gDQo+IEkgZG9uJ3Qgc2VlIGhvdyBtYXggYnVyc3QgZnVuY3Rpb25hbGl0
eSBjYW4gYmUgcHV0IGluIHRoZSBJUCBsYXllci4NCj4gDQo+IFllcywgaXQgdGhyb3R0bGVz
IHNlbmRpbmcgcmF0ZSwgYnV0IHRoZSBwYWNpbmcgaXMgZGVjaWRlZCBieSBhbiBhY2sgY2xv
Y2sgDQo+IHdoaWNoIGlzIGF0IHRoZSB0cmFuc3BvcnQgbGF5ZXIuIFRoZSBhY2sgY2xvY2sg
InRpY2siIHdpbGwgYmUgZGlmZmVyZW50IA0KPiBmb3IgZGlmZmVyZW50IGVuZC10by1lbmQg
Y29ubmVjdGlvbnMsIGFuZCBjYW5ub3QgYmUgZ2VuZXJhbGl6ZWQgYWNyb3NzIA0KPiBhbGwg
dHJhbnNwb3J0IGxheWVyIGNvbm5lY3Rpb25zLg0KPiANCj4gLSBqYW5hDQo+IA0KPiBPbiBG
cmksIDExIE5vdiAyMDA1LCBCcmlhbiBGLiBHLiBCaWR1bG9jayB3cm90ZToNCj4gDQo+ID4g
SmFuYXJkaGFuLA0KPiA+DQo+ID4gWWVzLCBJIGFncmVlLCBpdCBpcyBmdW5jdGlvbmFsbHkg
bWlzcGxhY2VkLiAgQXMgaXQgaXMgYXBwbGljYWJsZSB0bw0KPiA+IGFsbCB0cmFuc3BvcnRz
IGFuZCByZWFsbHkgb25seSBhZmZlY3RzIHRocm90dGxpbmcgYW5kIHF1ZXVpbmcgb2YNCj4g
PiBwYWNrZXRzIHRvIGxlc3MgdGhhbiBsaW5lIHJhdGUsIGl0IHNob3VsZCBiZSBwbGFjZWQg
aW4gdGhlIElQIGxheWVyDQo+ID4gYW5kIHJlbW92ZWQgZnJvbSB0aGUgdHJhbnNwb3J0IGxh
eWVyLg0KPiA+DQo+ID4gLS1icmlhbg0KPiA+DQo+ID4gT24gRnJpLCAxMSBOb3YgMjAwNSwg
SmFuYXJkaGFuIEl5ZW5nYXIgd3JvdGU6DQo+ID4NCj4gPj4gQnJpYW4sDQo+ID4+DQo+ID4+
IEFkZGluZyB0byBSYW5keSdzIGNvbW1lbnRzOg0KPiA+Pg0KPiA+PiBtYXguYnVyc3QgaXMg
cHJpbWFyaWx5IG1lYW5pbmdmdWwgaW4gYSBsYXJnZSBuZXR3b3JrIGVudmlyb25tZW50IGxp
a2UgdGhlDQo+ID4+IEludGVybmV0LCB3aGVyZSBhIGxhcmdlIGN3bmQgbWF5IGFsbG93IGEg
c2VuZGVyIHRvIGdldCBMQVJHRSBpbnN0YW50YW5lb3VzDQo+ID4+IHRocm91Z2hwdXQuDQo+
ID4+DQo+ID4+IElmIGEgc2VuZGVyIGdyb3dzIGl0cyBjd25kIHRvIGEgbGFyZ2UgdmFsdWUs
IGFuZCB0aGVuIGdvZXMgaWRsZSBmb3IgYQ0KPiA+PiBsaXR0bGUgd2hpbGUsIGFuZCB0aGVu
IHN0YXJ0cyBzZW5kaW5nIGFnYWluLCBpdCBzaG91bGQgbm90IGJlIGFsbG93ZWQgdG8NCj4g
Pj4gc2VuZCBjd25kIGFtb3VudCBvZiBkYXRhIGJlY2F1c2UgaXRzIGFjayBjbG9jayBpcyBs
b3N0LiBjd25kIHJlZmxlY3RzIHRoZQ0KPiA+PiBhbW91bnQgb2YgZGF0YSB0aGF0IGNhbiBi
ZSBvdXRzdGFuZGluZyBvdmVyIHRoZSBpbnRlcnZhbCBvZiBhbiBSVFQ7IGluIHRoZQ0KPiA+
PiBnZW5lcmFsIGNhc2UsIGN3bmQgU0hPVUxEIE5PVCBhbGxvdyBhIHNlbmRlciB0byBidXJz
dCBvdXQgY3duZCBhbW91bnQgb2YNCj4gPj4gZGF0YSBhdCBsaW5lLXJhdGUsIG9yIHdpdGhp
biBhIGZyYWN0aW9uIG9mIGFuIFJUVC4gU3VjaCBhIGJ1cnN0IGNhbiBjYXVzZQ0KPiA+PiBz
dWRkZW4gY29uZ2VzdGlvbiBhbmQgbG9zc2VzIGRvd25zdHJlYW0uDQo+ID4+DQo+ID4+IFRo
ZSBpZGVhIG9mIG1heCBidXJzdCBoYXMgYmVlbiBhcm91bmQgZm9yIGEgd2hpbGUsIGJ1dCBt
YXkgbm90IG5lY2Vzc2FyaWx5DQo+ID4+IGJlIGltcGxlbWVudGVkIGluIGFsbCBPU2VzIChz
b21lIGRvKS4gQnV0IGl0IGlzIGxhcmdlbHkgYSBfZ29vZCB0aGluZ18uIEFzDQo+ID4+IGZh
ciBhcyBJIGtub3csIFNDVFAgaXMgdGhlIGZpcnN0IHBsYWNlIHdoZXJlIHRoaXMgaWRlYSB3
YXMgd3JpdHRlbiBpbg0KPiA+PiBzdG9uZS4NCj4gPj4NCj4gPj4gLSBqYW5hDQo+ID4+DQo+
ID4+DQoNCi0tIA0KQnJpYW4gRi4gRy4gQmlkdWxvY2sgICAgpiBUaGUgcmVhc29uYWJsZSBt
YW4gYWRhcHRzIGhpbXNlbGYgdG8gdGhlIKYNCmJpZHVsb2NrQG9wZW5zczcub3JnICAgIKYg
d29ybGQ7IHRoZSB1bnJlYXNvbmFibGUgb25lIHBlcnNpc3RzIGluICCmDQpodHRwOi8vd3d3
Lm9wZW5zczcub3JnLyCmIHRyeWluZyAgdG8gYWRhcHQgdGhlICB3b3JsZCAgdG8gaGltc2Vs
Zi4gpg0KICAgICAgICAgICAgICAgICAgICAgICAgpiBUaGVyZWZvcmUgIGFsbCAgcHJvZ3Jl
c3MgIGRlcGVuZHMgb24gdGhlIKYNCiAgICAgICAgICAgICAgICAgICAgICAgIKYgdW5yZWFz
b25hYmxlIG1hbi4gLS0gR2VvcmdlIEJlcm5hcmQgU2hhdyCmDQo=
------------=_1131757239-7314-0--



From info@mail.vusyeh.com Fri Nov 11 20:32:38 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EakFy-0001q5-Je
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 20:32:38 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA01827
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 20:32:07 -0500 (EST)
Received: from [58.180.199.78] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EakWT-0004L2-S3
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 20:49:43 -0500
Received: (qmail 4564 invoked by uid 509); 12 Nov 2005 04:54:26 +0900
Date: 12 Nov 2005 04:54:26 +0900
Message-ID: <20051111195426.4563.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $BAaB.:#HU$+$i(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 68c8cc8a64a9d0402e43b8eee9fc4199

$B:#=5$N%i%s%-%s%0$rH/I=!*(B
$BKh=5%"%/%;%9$NB?$$#5?M$N=w$N;R$rH/I=!*(B
$B?M5$<T$NH`=w$?$A$,%"%J%?$+$i$N%a!<%k$rBT$C$F$^$9!#(B

$B5$$KF~$C$?Aj<j$KD>@\%a!<%k$rAw$l$A$c$&$N$G!"$h$j3N<B$K=P2q$$$r%2%C%H!*$"$l$3$lG:$`A0$KAaB.%a!<%k$7$A$c$*$&!*!*(B

http://www.00-love5.com/?aki

$B"((BI don't veceive your mail$B"-(B
sweet_info3515@yahoo.co.uk
$B"(G[?.Dd;_"-(B
sweet_info3515@yahoo.co.uk



From me@armandocaro.net Fri Nov 11 20:47:05 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EakTx-0008Mf-Rs
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 20:47:05 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA02377
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 20:46:33 -0500 (EST)
Received: from sj-iport-1-in.cisco.com ([171.71.176.70] helo=sj-iport-1.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EakkR-0004q7-Ox
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 21:04:09 -0500
Received: from sj-core-5.cisco.com ([171.71.177.238])
  by sj-iport-1.cisco.com with ESMTP; 11 Nov 2005 17:46:41 -0800
X-IronPort-AV: i="3.97,320,1125903600"; 
   d="scan'208"; a="674180817:sNHT886215234"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id jAC1kI3p004910;
	Fri, 11 Nov 2005 17:46:18 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jAC1k7wJ008043
	for sctp-impl-filtered; Fri, 11 Nov 2005 17:46:09 -0800 (PST)
Message-Id: <200511120146.jAC1k7wJ008043@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131759967-8035-0"
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: "Brian F. G. Bidulock" <bidulock@openss7.org>
From: "Armando L. Caro Jr." <me@armandocaro.net>
Cc: sctp-impl@external.cisco.com
X-Nails-Approved: me@armandocaro.net
Date: Fri, 11 Nov 2005 20:42:56 -0500
X-Spam-Score: 0.0 (/)
X-Scan-Signature: e1b0e72ff1bbd457ceef31828f216a86

This is a multi-part message in MIME format...

------------=_1131759967-8035-0
Content-Type: text/plain; charset=ISO-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: base64
X-MIME-Autoconverted: from 8bit to base64 by ietf.org id UAA02377

QnJpYW4sDQoNCmN3bmQgaXMgbWVhbnQgdG8gbGltaXQgdGhlIGFtb3VudCBvZiBkYXRhIG91
dHN0YW5kaW5nLCBidXQgdGhhdCBkb2VzDQpub3QgbWVhbiB0aGF0IHRoZSBzZW5kZXIgY2Fu
IGJ1cnN0IHRoYXQgYW1vdW50IG91dCBhdCBsaW5lIHJhdGUuDQpUaGF0J3Mgd2hhdCBKYW5h
IHdhcyByZWZlcnJpbmcgdG8uIFRoZSBzZW5kZXIgc2hvdWxkIHNwcmVhZCB0aGUgY3duZA0K
YW1vdW50IG9mIGRhdGEgYWNyb3NzIGFuIFJUVC4gVGhhdCdzIHdoeSBzbG93IHN0YXJ0IGV4
aXN0cy4uLiB0bw0KZ3JhZHVhbGx5IGdldCB0aGUgZmxvdyBnb2luZy4gT25jZSB0aGUgY3du
ZCBpcyBsYXJnZSBhbmQgdGhlIGZsb3cgZ29lcw0KaWRsZSwgdGhlIHNlbmRlciBuZWVkcyB0
byBiZSBjYXJlZnVsIGFib3V0IGdldHRpbmcgdGhlIGZsb3cgZ29pbmcNCmFnYWluLg0KDQpJ
bWFnaW5lIGN3bmQ9NTAgcGFja2V0cy4uLiBpdCdzIGZpbmUgdG8gaGF2ZSA1MCBvdXRzdGFu
ZGluZywgbWVhbmluZw0KdGhhdCBzb21lIGFyZSBpbiBmbGlnaHQgdG8gdGhlIHJlY2VpdmVy
LCBhbmQgc29tZSBoYXZlIGFja3MgaW4gZmxpZ2h0DQpiYWNrIHRvIHRoZSBzZW5kZXIuIEhv
d2V2ZXIsIGl0IGlzIG5vdCBhIGdvb2QgaWRlYSB0byBzZW5kIDUwIHBhY2tldHMNCmF0IG9u
Y2UuIFRoZSBzZW5kZXIgaXMgbGlrZWx5IHRvIGJlIGh1cnRpbmcgaXRzZWxmLCBiZWNhdXNl
IG9uZSBvZiB0aGUNCnVwc3RyZWFtIHJvdXRlcnMgbWlnaHQgbm90IGJlIGFibGUgdG8gc3Vw
cG9ydCBzdWNoIGEgbGFyZ2UgYnVyc3QuDQooRGlzY2xhaW1lcjogNTAgcGt0cyBpcyBqdXN0
IGEgbnVtYmVyIG91dCBvZiB0aGluIGFpci4gSSdtIG5vdCBzYXlpbmcNCnRoYXQgcm91dGVy
cyBjYW4ndCBhYnNvcmIgYSBidXJzdCBvZiA1MCBwa3RzKQ0KDQotLQ0KQXJtYW5kbw0Kd3d3
LmFybWFuZG9jYXJvLm5ldA0KDQpPbiAxMS8xMS8wNSwgQnJpYW4gRi4gRy4gQmlkdWxvY2sg
PGJpZHVsb2NrQG9wZW5zczcub3JnPiB3cm90ZToNCj4gSmFuYXJkaGFuLA0KPg0KPiBJIHRo
b3VnaCB5b3UgbWFkZSByZWZlcmVuY2UgdG8gbGluZS1yYXRlLiAgQWNrIHJhdGUgYW4gbGlu
ZS1yYXRlIGFyZQ0KPiB0d28gZGlmZmVyZW50IHRoaW5ncy4gIFRoZSBudW1iZXIgb2YgYnl0
ZXMgdHJhbnNtaXR0ZWQgaW4gYSBnaXZlbiBSVFQNCj4gKGFjayBpbnRlcnZhbCkgYXJlIGFs
cmVhZHkgbGltaXRlZCBieSBjd25kLiAgVGhlIHRyYW5zcG9ydCBoYXMgbm8gaWRlYQ0KPiBv
ZiBsaW5lIHJhdGUuICBUaGUgSVAgbGF5ZXIgZG9lcy4NCj4NCj4gLS1icmlhbg0KPg0KPiBP
biBGcmksIDExIE5vdiAyMDA1LCBKYW5hcmRoYW4gSXllbmdhciB3cm90ZToNCj4NCj4gPiBC
cmlhbiwNCj4gPg0KPiA+IEkgZG9uJ3Qgc2VlIGhvdyBtYXggYnVyc3QgZnVuY3Rpb25hbGl0
eSBjYW4gYmUgcHV0IGluIHRoZSBJUCBsYXllci4NCj4gPg0KPiA+IFllcywgaXQgdGhyb3R0
bGVzIHNlbmRpbmcgcmF0ZSwgYnV0IHRoZSBwYWNpbmcgaXMgZGVjaWRlZCBieSBhbiBhY2sg
Y2xvY2sNCj4gPiB3aGljaCBpcyBhdCB0aGUgdHJhbnNwb3J0IGxheWVyLiBUaGUgYWNrIGNs
b2NrICJ0aWNrIiB3aWxsIGJlIGRpZmZlcmVudA0KPiA+IGZvciBkaWZmZXJlbnQgZW5kLXRv
LWVuZCBjb25uZWN0aW9ucywgYW5kIGNhbm5vdCBiZSBnZW5lcmFsaXplZCBhY3Jvc3MNCj4g
PiBhbGwgdHJhbnNwb3J0IGxheWVyIGNvbm5lY3Rpb25zLg0KPiA+DQo+ID4gLSBqYW5hDQo+
ID4NCj4gPiBPbiBGcmksIDExIE5vdiAyMDA1LCBCcmlhbiBGLiBHLiBCaWR1bG9jayB3cm90
ZToNCj4gPg0KPiA+ID4gSmFuYXJkaGFuLA0KPiA+ID4NCj4gPiA+IFllcywgSSBhZ3JlZSwg
aXQgaXMgZnVuY3Rpb25hbGx5IG1pc3BsYWNlZC4gIEFzIGl0IGlzIGFwcGxpY2FibGUgdG8N
Cj4gPiA+IGFsbCB0cmFuc3BvcnRzIGFuZCByZWFsbHkgb25seSBhZmZlY3RzIHRocm90dGxp
bmcgYW5kIHF1ZXVpbmcgb2YNCj4gPiA+IHBhY2tldHMgdG8gbGVzcyB0aGFuIGxpbmUgcmF0
ZSwgaXQgc2hvdWxkIGJlIHBsYWNlZCBpbiB0aGUgSVAgbGF5ZXINCj4gPiA+IGFuZCByZW1v
dmVkIGZyb20gdGhlIHRyYW5zcG9ydCBsYXllci4NCj4gPiA+DQo+ID4gPiAtLWJyaWFuDQo+
ID4gPg0KPiA+ID4gT24gRnJpLCAxMSBOb3YgMjAwNSwgSmFuYXJkaGFuIEl5ZW5nYXIgd3Jv
dGU6DQo+ID4gPg0KPiA+ID4+IEJyaWFuLA0KPiA+ID4+DQo+ID4gPj4gQWRkaW5nIHRvIFJh
bmR5J3MgY29tbWVudHM6DQo+ID4gPj4NCj4gPiA+PiBtYXguYnVyc3QgaXMgcHJpbWFyaWx5
IG1lYW5pbmdmdWwgaW4gYSBsYXJnZSBuZXR3b3JrIGVudmlyb25tZW50IGxpa2UgdGhlDQo+
ID4gPj4gSW50ZXJuZXQsIHdoZXJlIGEgbGFyZ2UgY3duZCBtYXkgYWxsb3cgYSBzZW5kZXIg
dG8gZ2V0IExBUkdFIGluc3RhbnRhbmVvdXMNCj4gPiA+PiB0aHJvdWdocHV0Lg0KPiA+ID4+
DQo+ID4gPj4gSWYgYSBzZW5kZXIgZ3Jvd3MgaXRzIGN3bmQgdG8gYSBsYXJnZSB2YWx1ZSwg
YW5kIHRoZW4gZ29lcyBpZGxlIGZvciBhDQo+ID4gPj4gbGl0dGxlIHdoaWxlLCBhbmQgdGhl
biBzdGFydHMgc2VuZGluZyBhZ2FpbiwgaXQgc2hvdWxkIG5vdCBiZSBhbGxvd2VkIHRvDQo+
ID4gPj4gc2VuZCBjd25kIGFtb3VudCBvZiBkYXRhIGJlY2F1c2UgaXRzIGFjayBjbG9jayBp
cyBsb3N0LiBjd25kIHJlZmxlY3RzIHRoZQ0KPiA+ID4+IGFtb3VudCBvZiBkYXRhIHRoYXQg
Y2FuIGJlIG91dHN0YW5kaW5nIG92ZXIgdGhlIGludGVydmFsIG9mIGFuIFJUVDsgaW4gdGhl
DQo+ID4gPj4gZ2VuZXJhbCBjYXNlLCBjd25kIFNIT1VMRCBOT1QgYWxsb3cgYSBzZW5kZXIg
dG8gYnVyc3Qgb3V0IGN3bmQgYW1vdW50IG9mDQo+ID4gPj4gZGF0YSBhdCBsaW5lLXJhdGUs
IG9yIHdpdGhpbiBhIGZyYWN0aW9uIG9mIGFuIFJUVC4gU3VjaCBhIGJ1cnN0IGNhbiBjYXVz
ZQ0KPiA+ID4+IHN1ZGRlbiBjb25nZXN0aW9uIGFuZCBsb3NzZXMgZG93bnN0cmVhbS4NCj4g
PiA+Pg0KPiA+ID4+IFRoZSBpZGVhIG9mIG1heCBidXJzdCBoYXMgYmVlbiBhcm91bmQgZm9y
IGEgd2hpbGUsIGJ1dCBtYXkgbm90IG5lY2Vzc2FyaWx5DQo+ID4gPj4gYmUgaW1wbGVtZW50
ZWQgaW4gYWxsIE9TZXMgKHNvbWUgZG8pLiBCdXQgaXQgaXMgbGFyZ2VseSBhIF9nb29kIHRo
aW5nXy4gQXMNCj4gPiA+PiBmYXIgYXMgSSBrbm93LCBTQ1RQIGlzIHRoZSBmaXJzdCBwbGFj
ZSB3aGVyZSB0aGlzIGlkZWEgd2FzIHdyaXR0ZW4gaW4NCj4gPiA+PiBzdG9uZS4NCj4gPiA+
Pg0KPiA+ID4+IC0gamFuYQ0KPiA+ID4+DQo+ID4gPj4NCj4NCj4gLS0NCj4gQnJpYW4gRi4g
Ry4gQmlkdWxvY2sgICAgpiBUaGUgcmVhc29uYWJsZSBtYW4gYWRhcHRzIGhpbXNlbGYgdG8g
dGhlIKYNCj4gYmlkdWxvY2tAb3BlbnNzNy5vcmcgICAgpiB3b3JsZDsgdGhlIHVucmVhc29u
YWJsZSBvbmUgcGVyc2lzdHMgaW4gIKYNCj4gaHR0cDovL3d3dy5vcGVuc3M3Lm9yZy8gpiB0
cnlpbmcgIHRvIGFkYXB0IHRoZSAgd29ybGQgIHRvIGhpbXNlbGYuIKYNCj4gICAgICAgICAg
ICAgICAgICAgICAgICCmIFRoZXJlZm9yZSAgYWxsICBwcm9ncmVzcyAgZGVwZW5kcyBvbiB0
aGUgpg0KPiAgICAgICAgICAgICAgICAgICAgICAgIKYgdW5yZWFzb25hYmxlIG1hbi4gLS0g
R2VvcmdlIEJlcm5hcmQgU2hhdyCmDQo+DQo+DQo=
------------=_1131759967-8035-0--



From iyengar@mail.eecis.udel.edu Fri Nov 11 21:01:31 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eakhv-0001ng-Mk
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 21:01:31 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA03028
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 21:01:01 -0500 (EST)
Received: from sj-iport-3-in.cisco.com ([171.71.176.72] helo=sj-iport-3.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EakyS-0005Ne-Mw
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 21:18:37 -0500
Received: from sj-core-1.cisco.com ([171.71.177.237])
  by sj-iport-3.cisco.com with ESMTP; 11 Nov 2005 18:01:22 -0800
X-IronPort-AV: i="3.97,320,1125903600"; 
   d="scan'208"; a="364132499:sNHT35183866"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-1.cisco.com (8.12.10/8.12.6) with ESMTP id jAC2104A011793;
	Fri, 11 Nov 2005 18:01:00 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jAC20jwJ008271
	for sctp-impl-filtered; Fri, 11 Nov 2005 18:00:47 -0800 (PST)
Message-Id: <200511120200.jAC20jwJ008271@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131760844-8269-0"
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: "Brian F. G. Bidulock" <bidulock@openss7.org>
From: Janardhan Iyengar <iyengar@mail.eecis.udel.edu>
Cc: Randall Stewart <rrs@cisco.com>, sctp-impl@external.cisco.com,
        Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        "'Humaira Kamal'" <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'"
    <myct@cs.ubc.ca>,
        "'Edith Vong'" <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'"
    <wagner@cs.ubc.ca>
X-Nails-Approved: iyengar@mail.eecis.udel.edu
Date: Fri, 11 Nov 2005 20:59:02 -0500 (EST)
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 287c806b254c6353fcb09ee0e53bbc5e

This is a multi-part message in MIME format...

------------=_1131760844-8269-0
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: base64
X-MIME-Autoconverted: from 8bit to base64 by ietf.org id VAA03028

QnJpYW4sDQoNCkFjay1yYXRlIGRlY2lkZXMgdGhlIHJhdGUgYXQgd2hpY2ggbmV3IGRhdGEg
Z2V0cyBjbG9ja2VkIG91dC4gQW5kIHRoaXMgDQphY2stcmF0ZSBpcyBzcGVjaWZpYyB0byBh
IHRyYW5zcG9ydCBjb25uZWN0aW9uLiBUaGUgcmVhc29uIGJlaW5nIHRoYXQgZWFjaCANCnRy
YW5wb3J0IGNvbm5lY3Rpb24gbWF5IGhhdmUgYSBkaWZmZXJlbnQgUlRULCBhIGRpZmZlcmVu
dCBib3R0bGVuZWNrLCBhZG4gDQpkaWZmZXJlbnQgYm90dGxlbmVjayBhbmQgbmV0d29yayBw
YXRoIHByb3BlcnRpZXMuIEFsbCBvZiB0aGVzZSB0aGluZ3MgDQpkZWNpZGUgYWNrIGNsb2Nr
IHJhdGUgKG9yIHRoZSBzcGFjZSBiZXR3ZWVuIGFja3MpLCB3aGljaCBpbiB0dXJuIHBhY2Vz
DQpkYXRhIHBhY2tldHMuIE5vdGUgdGhhdCBjd25kIGFtb3VudCBvZiBkYXRhIGlzIHNlbnQs
IGJ1dCB0aGlzIGRhdGEgaXMgDQpwYWNlZCBvdmVyIGFuIFJUVCB3aXRoIHRoZSBoZWxwIG9m
IHRoZSBhY2sgY2xvY2suDQoNCkkgYXNzdW1lIHRoYXQgdGhlIGFjayByYXRlIGlzIGxlc3Nl
ciB0aGFuIGxpbmUgcmF0ZSBhdCB0aGUgZW5kIGhvc3QsIHdoaWNoIA0KaXMgYSBmYWlyIGFz
c3VtcHRpb24gZm9yIGEgbG90IG9mIGZvbGtzIHVzaW5nIHRoZSBJbnRlcm5ldC4NCg0KSSBt
ZW50aW9uZWQgbGluZSByYXRlIGJlY2F1c2UgaW4gdGhlIGFic2VuY2Ugb2YgbWF4IGJ1cnN0
LCBhbiBpZGxlIHNlbmRlciANCndpdGggYSBsYXJnZSBjd25kIGlzIGxpbWl0ZWQgb25seSBi
eSBsaW5lIHJhdGUsIHdoaWNoIG1heSBiZSBtdWNoIGhpZ2hlciANCnRoYW4gdGhlIGFjY2Vw
dGFibGUgcmF0ZSBkb3duc3RyZWFtLiBXaGVuIGFjdGl2ZSBkYXRhIGZsb3cgZXhpc3RlZCwg
dGhlIA0Kc2VuZGVyIGNvdWxkIHVzZSB0aGUgYWNrIGNsb2NrIHRvIGZpZ3VyZSBvdXQgd2hh
dCB0aGUgYWNjZXB0YWJsZSByYXRlDQpkb3duc3RyZWFtIGlzLCBidXQgd2l0aG91dCB0aGUg
YWNrIGNsb2NrLCB0aGUgc2VuZGVyIGlzIGxpbWl0ZWQgb25seSBieSANCmxpbmUgcmF0ZSAt
IHdoaWNoIG1heSBiZSB1bmFjY2VwdGFibGUgKGFzc3VtaW5nIHRoYXQgbGluZSByYXRlIGlz
IGhpZ2hlciANCnRoYW4gYWNjZXB0YWJsZSByYXRlIGRvd25zdHJlYW0gc29tZXdoZXJlKS4N
Cg0KTWF4IGJ1cnN0IGhhcyBub3RoaW5nIHRvIGRvIHdpdGggbGluZSByYXRlIHBlciBzZS4g
SXQgY29udHJvbHMgc2VuZGluZyANCndoZW4gdGhlIGFjayBjbG9jayBpcyBiZWluZyBsb3N0
LiBUaGUgSVAgbGF5ZXIgaXMgbm90IGF3YXJlIG9mIGFjayBjbG9ja3MgDQpwZXIgdHJhbnNw
b3J0IGNvbm5lY3Rpb24sIGFuZCBjYW4gdGhlcmVmb3JlIG5vdCBkbyBhbnl0aGluZy4NCg0K
LSBqYW5hDQoNCk9uIEZyaSwgMTEgTm92IDIwMDUsIEJyaWFuIEYuIEcuIEJpZHVsb2NrIHdy
b3RlOg0KDQo+IEphbmFyZGhhbiwNCj4NCj4gSSB0aG91Z2ggeW91IG1hZGUgcmVmZXJlbmNl
IHRvIGxpbmUtcmF0ZS4gIEFjayByYXRlIGFuIGxpbmUtcmF0ZSBhcmUNCj4gdHdvIGRpZmZl
cmVudCB0aGluZ3MuICBUaGUgbnVtYmVyIG9mIGJ5dGVzIHRyYW5zbWl0dGVkIGluIGEgZ2l2
ZW4gUlRUDQo+IChhY2sgaW50ZXJ2YWwpIGFyZSBhbHJlYWR5IGxpbWl0ZWQgYnkgY3duZC4g
IFRoZSB0cmFuc3BvcnQgaGFzIG5vIGlkZWENCj4gb2YgbGluZSByYXRlLiAgVGhlIElQIGxh
eWVyIGRvZXMuDQo+DQo+IC0tYnJpYW4NCj4NCj4gT24gRnJpLCAxMSBOb3YgMjAwNSwgSmFu
YXJkaGFuIEl5ZW5nYXIgd3JvdGU6DQo+DQo+PiBCcmlhbiwNCj4+DQo+PiBJIGRvbid0IHNl
ZSBob3cgbWF4IGJ1cnN0IGZ1bmN0aW9uYWxpdHkgY2FuIGJlIHB1dCBpbiB0aGUgSVAgbGF5
ZXIuDQo+Pg0KPj4gWWVzLCBpdCB0aHJvdHRsZXMgc2VuZGluZyByYXRlLCBidXQgdGhlIHBh
Y2luZyBpcyBkZWNpZGVkIGJ5IGFuIGFjayBjbG9jaw0KPj4gd2hpY2ggaXMgYXQgdGhlIHRy
YW5zcG9ydCBsYXllci4gVGhlIGFjayBjbG9jayAidGljayIgd2lsbCBiZSBkaWZmZXJlbnQN
Cj4+IGZvciBkaWZmZXJlbnQgZW5kLXRvLWVuZCBjb25uZWN0aW9ucywgYW5kIGNhbm5vdCBi
ZSBnZW5lcmFsaXplZCBhY3Jvc3MNCj4+IGFsbCB0cmFuc3BvcnQgbGF5ZXIgY29ubmVjdGlv
bnMuDQo+Pg0KPj4gLSBqYW5hDQo+Pg0KPj4gT24gRnJpLCAxMSBOb3YgMjAwNSwgQnJpYW4g
Ri4gRy4gQmlkdWxvY2sgd3JvdGU6DQo+Pg0KPj4+IEphbmFyZGhhbiwNCj4+Pg0KPj4+IFll
cywgSSBhZ3JlZSwgaXQgaXMgZnVuY3Rpb25hbGx5IG1pc3BsYWNlZC4gIEFzIGl0IGlzIGFw
cGxpY2FibGUgdG8NCj4+PiBhbGwgdHJhbnNwb3J0cyBhbmQgcmVhbGx5IG9ubHkgYWZmZWN0
cyB0aHJvdHRsaW5nIGFuZCBxdWV1aW5nIG9mDQo+Pj4gcGFja2V0cyB0byBsZXNzIHRoYW4g
bGluZSByYXRlLCBpdCBzaG91bGQgYmUgcGxhY2VkIGluIHRoZSBJUCBsYXllcg0KPj4+IGFu
ZCByZW1vdmVkIGZyb20gdGhlIHRyYW5zcG9ydCBsYXllci4NCj4+Pg0KPj4+IC0tYnJpYW4N
Cj4+Pg0KPj4+IE9uIEZyaSwgMTEgTm92IDIwMDUsIEphbmFyZGhhbiBJeWVuZ2FyIHdyb3Rl
Og0KPj4+DQo+Pj4+IEJyaWFuLA0KPj4+Pg0KPj4+PiBBZGRpbmcgdG8gUmFuZHkncyBjb21t
ZW50czoNCj4+Pj4NCj4+Pj4gbWF4LmJ1cnN0IGlzIHByaW1hcmlseSBtZWFuaW5nZnVsIGlu
IGEgbGFyZ2UgbmV0d29yayBlbnZpcm9ubWVudCBsaWtlIHRoZQ0KPj4+PiBJbnRlcm5ldCwg
d2hlcmUgYSBsYXJnZSBjd25kIG1heSBhbGxvdyBhIHNlbmRlciB0byBnZXQgTEFSR0UgaW5z
dGFudGFuZW91cw0KPj4+PiB0aHJvdWdocHV0Lg0KPj4+Pg0KPj4+PiBJZiBhIHNlbmRlciBn
cm93cyBpdHMgY3duZCB0byBhIGxhcmdlIHZhbHVlLCBhbmQgdGhlbiBnb2VzIGlkbGUgZm9y
IGENCj4+Pj4gbGl0dGxlIHdoaWxlLCBhbmQgdGhlbiBzdGFydHMgc2VuZGluZyBhZ2Fpbiwg
aXQgc2hvdWxkIG5vdCBiZSBhbGxvd2VkIHRvDQo+Pj4+IHNlbmQgY3duZCBhbW91bnQgb2Yg
ZGF0YSBiZWNhdXNlIGl0cyBhY2sgY2xvY2sgaXMgbG9zdC4gY3duZCByZWZsZWN0cyB0aGUN
Cj4+Pj4gYW1vdW50IG9mIGRhdGEgdGhhdCBjYW4gYmUgb3V0c3RhbmRpbmcgb3ZlciB0aGUg
aW50ZXJ2YWwgb2YgYW4gUlRUOyBpbiB0aGUNCj4+Pj4gZ2VuZXJhbCBjYXNlLCBjd25kIFNI
T1VMRCBOT1QgYWxsb3cgYSBzZW5kZXIgdG8gYnVyc3Qgb3V0IGN3bmQgYW1vdW50IG9mDQo+
Pj4+IGRhdGEgYXQgbGluZS1yYXRlLCBvciB3aXRoaW4gYSBmcmFjdGlvbiBvZiBhbiBSVFQu
IFN1Y2ggYSBidXJzdCBjYW4gY2F1c2UNCj4+Pj4gc3VkZGVuIGNvbmdlc3Rpb24gYW5kIGxv
c3NlcyBkb3duc3RyZWFtLg0KPj4+Pg0KPj4+PiBUaGUgaWRlYSBvZiBtYXggYnVyc3QgaGFz
IGJlZW4gYXJvdW5kIGZvciBhIHdoaWxlLCBidXQgbWF5IG5vdCBuZWNlc3NhcmlseQ0KPj4+
PiBiZSBpbXBsZW1lbnRlZCBpbiBhbGwgT1NlcyAoc29tZSBkbykuIEJ1dCBpdCBpcyBsYXJn
ZWx5IGEgX2dvb2QgdGhpbmdfLiBBcw0KPj4+PiBmYXIgYXMgSSBrbm93LCBTQ1RQIGlzIHRo
ZSBmaXJzdCBwbGFjZSB3aGVyZSB0aGlzIGlkZWEgd2FzIHdyaXR0ZW4gaW4NCj4+Pj4gc3Rv
bmUuDQo+Pj4+DQo+Pj4+IC0gamFuYQ0KPj4+Pg0KPj4+Pg0KPg0KPiAtLSANCj4gQnJpYW4g
Ri4gRy4gQmlkdWxvY2sgICAgpiBUaGUgcmVhc29uYWJsZSBtYW4gYWRhcHRzIGhpbXNlbGYg
dG8gdGhlIKYNCj4gYmlkdWxvY2tAb3BlbnNzNy5vcmcgICAgpiB3b3JsZDsgdGhlIHVucmVh
c29uYWJsZSBvbmUgcGVyc2lzdHMgaW4gIKYNCj4gaHR0cDovL3d3dy5vcGVuc3M3Lm9yZy8g
piB0cnlpbmcgIHRvIGFkYXB0IHRoZSAgd29ybGQgIHRvIGhpbXNlbGYuIKYNCj4gICAgICAg
ICAgICAgICAgICAgICAgICCmIFRoZXJlZm9yZSAgYWxsICBwcm9ncmVzcyAgZGVwZW5kcyBv
biB0aGUgpg0KPiAgICAgICAgICAgICAgICAgICAgICAgIKYgdW5yZWFzb25hYmxlIG1hbi4g
LS0gR2VvcmdlIEJlcm5hcmQgU2hhdyCmDQo+DQoNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLQ0KSmFuYXJkaGFuIFIu
IEl5ZW5nYXIgICAgICAgICAgIGh0dHA6Ly93d3cuY2lzLnVkZWwuZWR1L35peWVuZ2FyDQpQ
cm90b2NvbCBFbmdpbmVlcmluZyBMYWIgIC0tICAgQ0lTICAgLS0gIFVuaXZlcnNpdHkgT2Yg
RGVsYXdhcmUNCi0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLQ0K
------------=_1131760844-8269-0--



From zqtorbpya@cableone.net Fri Nov 11 21:37:35 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EalGp-0004hd-3X; Fri, 11 Nov 2005 21:37:35 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA04660;
	Fri, 11 Nov 2005 21:37:06 -0500 (EST)
Message-Id: <200511120237.VAA04660@ietf.org>
Received: from [200.31.83.69] (helo=cableone.net.mail5.psmtp.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EalXJ-0006bV-Br; Fri, 11 Nov 2005 21:54:40 -0500
from: "Ashley" <zqtorbpya@cableone.net>
To: <idr-request@ietf.org>
Subject: opt to notice
Date: Fri, 11 Nov 2005 20:37:27 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----32502153772135532"
X-Mailer: Microsoft Office Outlook 11
Thread-Index: AcXlw25siUg+iWnJRZm5CDW/dq2RCA==
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
X-Spam-Score: 3.4 (+++)
X-Scan-Signature: a4cdc653ecdd96665f2aa1c1af034c9e

This is a multi-part message in MIME format.

------32502153772135532
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Dear Homeowner,

 

You have been se1ected to re-finance your current home loan with a rate as
low as 3.45%.  

 

We understand your credit has been an issue of getting such a low rate in
the past, and we have a solution that will work for you.  Our specialists
are standing by to best serve you today. 

 

To take Advantage of this Limited Time opportunity all we ask is that you
visit our Website and complete the 1 minute Quote request Form.

 

 

Enter Here <http://www.rarefix.com/a/> 

 

 

 

Sincerely,

 

 

Esteban Tanner

 

Regional CEO

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

oh <http://www.rarefix.com/lit.html>  didntja


------32502153772135532
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable;

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";}
a:link, span.MsoHyperlink
	{color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:Arial;
	color:windowtext;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
	{page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Dear Homeowner,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>You have been se1ected to re-finance your current home loan
with a rate as low as 3.45%.&nbsp; <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&nbsp;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>We understand your credit has been an issue of getting such
a low rate in the past, and we have a solution that will work for you.&nbsp; Our
specialists are standing by to best serve you today. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>&nbsp;<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>To take Advantage of this Limited Time opportunity all we
ask is that you visit our Website and complete the 1 minute Quote request Form.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><a href="http://www.rarefix.com/a/">Enter Here</a><o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Sincerely,<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Esteban Tanner<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Regional CEO<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><a href="http://www.rarefix.com/lit.html">oh
didntja</a><o:p></o:p></span></font></p>

</div>

</body>

</html>

------32502153772135532--





From enkou_club@hotmail.com Fri Nov 11 23:37:06 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ean8U-0005Zo-M4
	for sctp-impl-archive@megatron.ietf.org; Fri, 11 Nov 2005 23:37:06 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA09767
	for <sctp-impl-archive@ietf.org>; Fri, 11 Nov 2005 23:36:36 -0500 (EST)
Date: Fri, 11 Nov 2005 23:36:36 -0500 (EST)
Message-Id: <200511120436.XAA09767@ietf.org>
Received: from [61.233.187.31] (helo=ocn.ne.jp)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EanP1-0002Rk-0S
	for sctp-impl-archive@ietf.org; Fri, 11 Nov 2005 23:54:12 -0500
Subject: =?iso-2022-jp?B?GyRCTyJNbUBoOHgzKyJ2GyhC?=
From: "=?GB2312?B?ioSQ2I/Qie4=?=" <enkou_club@hotmail.com>
To: "sctp-impl-archive@ietf.org"@ietf.org
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
MIME-Version: 1.0
Content-Type: text/plain;
	format=flowed;
	charset="iso-2022-jp";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 4.9 (++++)
X-Scan-Signature: 7bac9cb154eb5790ae3b2913587a40de
Content-Transfer-Encoding: 7bit

$B0l=o$K5o$F$/$l$k=w@-$r3N<B$K8+$D$1$i$l$^$9(B http://www.00-love5.com/?v $BA4$FL5NA$G;H$($k$N$G$*;n$72<$5$$(B



/_/_/_/_/_/_/_/_/_/_/_/_/_/
$B%a!<%k<u?.5qH](B
I don't veceive yourmail
sato_mana_1981@yahoo.co.uk
/_/_/_/_/_/_/_/_/_/_/_/_/_/ 




From bidulock@openss7.org Sat Nov 12 04:36:18 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Earo1-0007J2-UG
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 04:36:18 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id EAA22100
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 04:35:48 -0500 (EST)
Received: from sj-iport-2-in.cisco.com ([171.71.176.71] helo=sj-iport-2.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Eas4d-0004n0-2J
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 04:53:27 -0500
Received: from sj-core-2.cisco.com ([171.71.177.254])
  by sj-iport-2.cisco.com with ESMTP; 12 Nov 2005 01:36:08 -0800
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-2.cisco.com (8.12.10/8.12.6) with ESMTP id jAC9ZeJp006549;
	Sat, 12 Nov 2005 01:35:41 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jAC9YswJ015091
	for sctp-impl-filtered; Sat, 12 Nov 2005 01:34:56 -0800 (PST)
Message-Id: <200511120934.jAC9YswJ015091@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131788094-15089-0"
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: "Armando L. Caro Jr." <me@armandocaro.net>
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Cc: sctp-impl@external.cisco.com
X-Nails-Approved: bidulock@openss7.org
Date: Sat, 12 Nov 2005 02:28:39 -0700
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 02ec665d00de228c50c93ed6b5e4fc1a

This is a multi-part message in MIME format...

------------=_1131788094-15089-0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: base64
X-MIME-Autoconverted: from 8bit to base64 by ietf.org id EAA22100

QXJtYW5kbywNCg0KWWVzLCBJIHVuZGVyc3RhbmQsIEFybWFuZG8sIGhvd2V2ZXIsIGEgdHJh
bnNwb3J0IHByb3RvY29sIGNhbiBvbmx5DQpjb250cm9sIGhvdyBmYXN0IGl0IGRlbGl2ZXJz
IHBhY2tldHMgZm9yIHRyYW5zbWlzc2lvbiB0byB0aGUgSVAgbGF5ZXIuDQpUaGUgSVAgbGF5
ZXIsIGFuZCB1bHRpbWF0ZWx5LCB0aGUgaW50ZXJmYWNlIGRyaXZlciBkZXRlcm1pbmVzIHdo
ZW4sIGFuZA0KYXQgd2hhdCByYXRlLCB0aGV5IGFyZSB0cmFuc21pdHRlZCBvbiB0aGUgbGlu
ZS4NCg0KRm9yIGV4YW1wbGUsIHdpdGggcXVldWluZyBhbmQgcm91dGluZyBwb2xpY2llcyBp
biB0aGUgSVAgbGF5ZXIoanVzdA0KbG9jYWwgdG8gdGhlIHNlbmRpbmcgaG9zdCksIGl0IGlz
IHBvc3NpYmxlIHRoYXQgdGhlIHRyYW5zcG9ydCBjb3VsZA0Kc3ByZWFkIHRoZXNlIDUwIHBh
Y2tldHMgb3V0IG92ZXIgdGhlIFJUVCBhbmQgeWV0IHRoZSBJUCBsYXllciBxdWV1ZXMNCnRo
ZW0gYW5kIHRoZW4gcGFzc2VzIHRoZW0gYWxsIHRvIHRoZSBpbnRlcmZhY2UgYXQgdGhlIHNh
bWUgdGltZSB0byBiZQ0KYnVyc3Qgb24gdGhlIGxpbmUgYXQgbGluZSByYXRlOiBwYXJ0aWN1
bGFybHkgZHVyaW5nIHBlcmlvZHMgb2YNCmNvbmdlc3Rpb24uICBKdXN0IGFib3V0IGFueSBt
ZWNoYW5pc20gZm9yIHByaW9yaXR5IHF1ZXVlaW5nIG9mIElQDQpwYWNrZXRzIGF0IHRoZSBJ
UCBsYXllciBjb3VsZCBjYXVzZSB0aGlzIGVmZmVjdCAoaS5lLiB0aGUgbG93ZXIgcHJpb3Jp
dHkNCnBhY2tldHMgZ2V0IHF1ZXVlZCBhbmQgdWx0aW1hdGVseSBzZW50IGluIGEgYnVyc3Qp
Lg0KDQpKdXN0IG1lbnRpb24gb2YgdGhlIHRlcm0gbGluZS1yYXRlIHNob3VsZCBhbGVydCBv
bmUgdG8gdGhlIGZhY3QgdGhhdA0KaXQgY2Fubm90IGJlIGEgdHJhbnNwb3J0LWxheWVyLW9u
bHkgc29sdXRpb24uDQoNCi0tYnJpYW4NCg0KT24gRnJpLCAxMSBOb3YgMjAwNSwgQXJtYW5k
byBMLiBDYXJvIEpyLiB3cm90ZToNCg0KPiBCcmlhbiwNCj4gDQo+IGN3bmQgaXMgbWVhbnQg
dG8gbGltaXQgdGhlIGFtb3VudCBvZiBkYXRhIG91dHN0YW5kaW5nLCBidXQgdGhhdCBkb2Vz
DQo+IG5vdCBtZWFuIHRoYXQgdGhlIHNlbmRlciBjYW4gYnVyc3QgdGhhdCBhbW91bnQgb3V0
IGF0IGxpbmUgcmF0ZS4NCj4gVGhhdCdzIHdoYXQgSmFuYSB3YXMgcmVmZXJyaW5nIHRvLiBU
aGUgc2VuZGVyIHNob3VsZCBzcHJlYWQgdGhlIGN3bmQNCj4gYW1vdW50IG9mIGRhdGEgYWNy
b3NzIGFuIFJUVC4gVGhhdCdzIHdoeSBzbG93IHN0YXJ0IGV4aXN0cy4uLiB0bw0KPiBncmFk
dWFsbHkgZ2V0IHRoZSBmbG93IGdvaW5nLiBPbmNlIHRoZSBjd25kIGlzIGxhcmdlIGFuZCB0
aGUgZmxvdyBnb2VzDQo+IGlkbGUsIHRoZSBzZW5kZXIgbmVlZHMgdG8gYmUgY2FyZWZ1bCBh
Ym91dCBnZXR0aW5nIHRoZSBmbG93IGdvaW5nDQo+IGFnYWluLg0KPiANCj4gSW1hZ2luZSBj
d25kPTUwIHBhY2tldHMuLi4gaXQncyBmaW5lIHRvIGhhdmUgNTAgb3V0c3RhbmRpbmcsIG1l
YW5pbmcNCj4gdGhhdCBzb21lIGFyZSBpbiBmbGlnaHQgdG8gdGhlIHJlY2VpdmVyLCBhbmQg
c29tZSBoYXZlIGFja3MgaW4gZmxpZ2h0DQo+IGJhY2sgdG8gdGhlIHNlbmRlci4gSG93ZXZl
ciwgaXQgaXMgbm90IGEgZ29vZCBpZGVhIHRvIHNlbmQgNTAgcGFja2V0cw0KPiBhdCBvbmNl
LiBUaGUgc2VuZGVyIGlzIGxpa2VseSB0byBiZSBodXJ0aW5nIGl0c2VsZiwgYmVjYXVzZSBv
bmUgb2YgdGhlDQo+IHVwc3RyZWFtIHJvdXRlcnMgbWlnaHQgbm90IGJlIGFibGUgdG8gc3Vw
cG9ydCBzdWNoIGEgbGFyZ2UgYnVyc3QuDQo+IChEaXNjbGFpbWVyOiA1MCBwa3RzIGlzIGp1
c3QgYSBudW1iZXIgb3V0IG9mIHRoaW4gYWlyLiBJJ20gbm90IHNheWluZw0KPiB0aGF0IHJv
dXRlcnMgY2FuJ3QgYWJzb3JiIGEgYnVyc3Qgb2YgNTAgcGt0cykNCj4gDQo+IC0tDQo+IEFy
bWFuZG8NCj4gd3d3LmFybWFuZG9jYXJvLm5ldA0KPiANCg0KLS0gDQpCcmlhbiBGLiBHLiBC
aWR1bG9jayAgICCmIFRoZSByZWFzb25hYmxlIG1hbiBhZGFwdHMgaGltc2VsZiB0byB0aGUg
pg0KYmlkdWxvY2tAb3BlbnNzNy5vcmcgICAgpiB3b3JsZDsgdGhlIHVucmVhc29uYWJsZSBv
bmUgcGVyc2lzdHMgaW4gIKYNCmh0dHA6Ly93d3cub3BlbnNzNy5vcmcvIKYgdHJ5aW5nICB0
byBhZGFwdCB0aGUgIHdvcmxkICB0byBoaW1zZWxmLiCmDQogICAgICAgICAgICAgICAgICAg
ICAgICCmIFRoZXJlZm9yZSAgYWxsICBwcm9ncmVzcyAgZGVwZW5kcyBvbiB0aGUgpg0KICAg
ICAgICAgICAgICAgICAgICAgICAgpiB1bnJlYXNvbmFibGUgbWFuLiAtLSBHZW9yZ2UgQmVy
bmFyZCBTaGF3IKYNCg==
------------=_1131788094-15089-0--



From info@mail.vusyeh.com Sat Nov 12 05:39:00 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Easmi-00075m-7y
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 05:39:00 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id FAA24707
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 05:38:30 -0500 (EST)
Received: from [58.180.199.76] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eat3I-00071n-DW
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 05:56:09 -0500
Received: (qmail 9280 invoked by uid 509); 12 Nov 2005 15:56:42 +0900
Date: 12 Nov 2005 15:56:42 +0900
Message-ID: <20051112065642.9279.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $BO"Mm@h8x3+"v(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 08e48e05374109708c00c6208b534009

$B0l=o$K5o$F$/$l$k=w@-$r3N<B$K8+$D$1$i$l$^$9(B http://www.00-love5.com/?f $BA4$FL5NA$G;H$($k$N$G$*;n$72<$5$$(B

/_/_/_/_/_/_/_/_/_/_/_/_/_/
I don't veceive your mail
sweet_as_candy_700@yahoo.fr
$B%a!<%kITMW(B
sweet_as_candy_700@yahoo.fr
/_/_/_/_/_/_/_/_/_/_/_/_/_/



From bidulock@openss7.org Sat Nov 12 06:03:38 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EatAY-00052K-8F
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 06:03:38 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA25652
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 06:03:08 -0500 (EST)
Received: from sj-iport-3-in.cisco.com ([171.71.176.72] helo=sj-iport-3.cisco.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EatR8-0007sJ-3M
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 06:20:48 -0500
Received: from sj-core-5.cisco.com ([171.71.177.238])
  by sj-iport-3.cisco.com with ESMTP; 12 Nov 2005 03:03:26 -0800
X-IronPort-AV: i="3.97,321,1125903600"; 
   d="scan'208"; a="364242469:sNHT32745444"
Received: from nailgun.cisco.com (nailgun.cisco.com [171.69.11.147])
	by sj-core-5.cisco.com (8.12.10/8.12.6) with ESMTP id jACB303p010755;
	Sat, 12 Nov 2005 03:03:01 -0800 (PST)
Received: from nailscatch (localhost [127.0.0.1])
	by nailgun.cisco.com (8.12.2/8.12.2) with ESMTP id jACB2WwJ016379
	for sctp-impl-filtered; Sat, 12 Nov 2005 03:02:34 -0800 (PST)
Message-Id: <200511121102.jACB2WwJ016379@nailgun.cisco.com>
Content-Type: multipart/alternative; boundary="----------=_1131793352-16377-0"
Mime-Version: 1.0
X-Mailer: NAILS
X-Brought-To-You-BY: djohnsen, stharms, Enterprise Messaging,
    and the letter "E"
Subject: Re: strange results with high latency, no loss
List-Id: sctp-impl
To: Janardhan Iyengar <iyengar@mail.eecis.udel.edu>
From: "Brian F. G. Bidulock" <bidulock@openss7.org>
Cc: Randall Stewart <rrs@cisco.com>, sctp-impl@external.cisco.com,
        Brad Penoff <penoff@cs.ubc.ca>,
        Ryan Bickhart <ryan.bickhart@gmail.com>,
        "'Humaira Kamal'" <kamal@cs.ubc.ca>,
        "'Mike Yao Chen Tsai'"
    <myct@cs.ubc.ca>,
        "'Edith Vong'" <vongpsq@cs.ubc.ca>,
        "'Alan Wagner'"
    <wagner@cs.ubc.ca>
X-Nails-Approved: bidulock@openss7.org
Date: Sat, 12 Nov 2005 03:22:34 -0700
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 3002fc2e661cd7f114cb6bae92fe88f1

This is a multi-part message in MIME format...

------------=_1131793352-16377-0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: base64
X-MIME-Autoconverted: from 8bit to base64 by ietf.org id GAA25652

SmFuYXJkaGFuLA0KDQpPbiBGcmksIDExIE5vdiAyMDA1LCBKYW5hcmRoYW4gSXllbmdhciB3
cm90ZToNCg0KPiBCcmlhbiwNCj4gDQo+IEFjay1yYXRlIGRlY2lkZXMgdGhlIHJhdGUgYXQg
d2hpY2ggbmV3IGRhdGEgZ2V0cyBjbG9ja2VkIG91dC4gQW5kIHRoaXMgDQo+IGFjay1yYXRl
IGlzIHNwZWNpZmljIHRvIGEgdHJhbnNwb3J0IGNvbm5lY3Rpb24uIFRoZSByZWFzb24gYmVp
bmcgdGhhdCBlYWNoIA0KPiB0cmFucG9ydCBjb25uZWN0aW9uIG1heSBoYXZlIGEgZGlmZmVy
ZW50IFJUVCwgYSBkaWZmZXJlbnQgYm90dGxlbmVjaywgYWRuIA0KPiBkaWZmZXJlbnQgYm90
dGxlbmVjayBhbmQgbmV0d29yayBwYXRoIHByb3BlcnRpZXMuIEFsbCBvZiB0aGVzZSB0aGlu
Z3MgDQo+IGRlY2lkZSBhY2sgY2xvY2sgcmF0ZSAob3IgdGhlIHNwYWNlIGJldHdlZW4gYWNr
cyksIHdoaWNoIGluIHR1cm4gcGFjZXMNCj4gZGF0YSBwYWNrZXRzLiBOb3RlIHRoYXQgY3du
ZCBhbW91bnQgb2YgZGF0YSBpcyBzZW50LCBidXQgdGhpcyBkYXRhIGlzIA0KPiBwYWNlZCBv
dmVyIGFuIFJUVCB3aXRoIHRoZSBoZWxwIG9mIHRoZSBhY2sgY2xvY2suDQo+IA0KPiBJIGFz
c3VtZSB0aGF0IHRoZSBhY2sgcmF0ZSBpcyBsZXNzZXIgdGhhbiBsaW5lIHJhdGUgYXQgdGhl
IGVuZCBob3N0LCB3aGljaCANCj4gaXMgYSBmYWlyIGFzc3VtcHRpb24gZm9yIGEgbG90IG9m
IGZvbGtzIHVzaW5nIHRoZSBJbnRlcm5ldC4NCj4gDQo+IEkgbWVudGlvbmVkIGxpbmUgcmF0
ZSBiZWNhdXNlIGluIHRoZSBhYnNlbmNlIG9mIG1heCBidXJzdCwgYW4gaWRsZSBzZW5kZXIg
DQo+IHdpdGggYSBsYXJnZSBjd25kIGlzIGxpbWl0ZWQgb25seSBieSBsaW5lIHJhdGUsDQoN
CkhlcmUgSSBsb3NlIHlvdS4gIFRoZSB0cmFuc3BvcnQgaXMgbm90IHJlc3BvbnNpYmxlIGZv
ciBwbGFjaW5nIHBhY2tldHMgb24NCnRoZSBsaW5lLiAgSSB3b3VsZCBzYXkgdGhhdCB0aGUg
aWRsZSBzZW5kZXIgd2l0aCBhIGxhcmdlIGN3bmQgaXMgbGltaXRlZA0KYnkgdGhlIHF1ZXVl
aW5nIGRlbGF5cyBhbmQgZGlzY2lwbGluZXMgcHJlc2VudGVkIGJ5IHRoZSBsb2NhbCBJUCBs
YXllci4NCg0KPiB3aGljaCBtYXkgYmUgbXVjaCBoaWdoZXIgDQo+IHRoYW4gdGhlIGFjY2Vw
dGFibGUgcmF0ZSBkb3duc3RyZWFtLiBXaGVuIGFjdGl2ZSBkYXRhIGZsb3cgZXhpc3RlZCwg
dGhlIA0KPiBzZW5kZXIgY291bGQgdXNlIHRoZSBhY2sgY2xvY2sgdG8gZmlndXJlIG91dCB3
aGF0IHRoZSBhY2NlcHRhYmxlIHJhdGUNCj4gZG93bnN0cmVhbSBpcywgYnV0IHdpdGhvdXQg
dGhlIGFjayBjbG9jaywgdGhlIHNlbmRlciBpcyBsaW1pdGVkIG9ubHkgYnkgDQo+IGxpbmUg
cmF0ZQ0KDQpBbmQgaGVyZSBhZ2Fpbi4NCg0KPiAtIHdoaWNoIG1heSBiZSB1bmFjY2VwdGFi
bGUgKGFzc3VtaW5nIHRoYXQgbGluZSByYXRlIGlzIGhpZ2hlciANCj4gdGhhbiBhY2NlcHRh
YmxlIHJhdGUgZG93bnN0cmVhbSBzb21ld2hlcmUpLg0KPiANCj4gTWF4IGJ1cnN0IGhhcyBu
b3RoaW5nIHRvIGRvIHdpdGggbGluZSByYXRlIHBlciBzZS4gSXQgY29udHJvbHMgc2VuZGlu
ZyANCj4gd2hlbiB0aGUgYWNrIGNsb2NrIGlzIGJlaW5nIGxvc3QuIFRoZSBJUCBsYXllciBp
cyBub3QgYXdhcmUgb2YgYWNrIGNsb2NrcyANCj4gcGVyIHRyYW5zcG9ydCBjb25uZWN0aW9u
LCBhbmQgY2FuIHRoZXJlZm9yZSBub3QgZG8gYW55dGhpbmcuDQoNCldlbGwgdGhhdCBtaWdo
dCBiZSB0aGUgaW50ZW50aW9uLCBob3dldmVyLCB0aGUgd2F5IHRoYXQgdGhlIHByb2NlZHVy
ZXMNCmFyZSBjdXJyZW50bHkgd29yZGVkIGRvbid0IGFwcGVhciB0byBhY2hpZXZlIHRoYXQu
ICAgQWxzbywgdGhlIGN1cnJlbnQNCnByb2NlZHVyZXMgZHJhc3RpY2FsbHkgZGVncmFkZSBj
d25kIGluc3RlYWQgb2YganVzdCwgYXMgeW91IGludGVuZCwNCnRocm90dGxpbmcgdHJhbnNt
aXNzaW9ucyB3aXRoIHRoZSBhY2sgY2xvY2suDQoNCklmIHRoZSBtZWNoYW5pc20gYWNoaWV2
ZWQsIGFzIHlvdSBpbnRlbmQsIHRvIHNpbXBseSB0aHJvdHRsZSB0aGUgcmF0ZSBvZg0KdGhl
IHNlbmRlciB0byB0aGF0IHJhdGUgYXQgd2hpY2ggaXQgd291bGQgaGF2ZSBzZW50IGRhdGEg
d2hpbGUgbm9ybWFsbHkNCmZ1bGx5IGFjaGlldmluZyBpdHMgY3duZCwgdGhlbiBpdCBzaG91
bGQgbm90IGhhdmUgY2F1c2VkIGEgcHJvYmxlbSBpbiB0aGUNCnNpbXBsZSBob3N0LXRvLWhv
c3Qgc2NlbmFyaW8gdGhhdCBSYW5kYWxsIGRlc2NyaWJlZC4NCg0KSSB0aGluayB0aGF0IHlv
dXIgcHVycG9zZSBjb3VsZCBiZSBhY2hpZXZlZCBieSBkZWdyYWRpbmcgY3duZCBvbiB0aGUN
CmJhc2lzIG9mIFJUTyByYXRoZXIgdGhhbiBvbiB0aGUgcmF0aGVyIGFyYml0cmFyeSBiYXNp
cyBjdXJyZW50bHkNCmRlc2NyaWJlZC4NCg0KQWxzbywgbm90IGFsbCBuZXR3b3JrcyBhcmUg
YmFyYmVsbHMsIHNvbWUgYXJlIGZvb3RiYWxscywgZXZlbiBpbiB0aGUNCkludGVybmV0LiAg
SSB0aGluayB0aGF0IHRoaXMgdHlwZSBvZiB0aHJvdHRsaW5nIGlzIGN1cnJlbnRseSB0aGUN
CnJlc3BvbnNpYmlsaXR5IG9mIHRoZSByb3V0ZXIgYXQgYm90dGxlbmVjayAoaWYgYSBib3R0
bGVuZWNrIGV2ZW4gZXhpc3RzKQ0KYW5kIHRoYXQgdGhlIG5vcm1hbCByZXNwb25zZSBvZiBw
YWNrZXQgZHJvcHBpbmcgKG9yIEVDTiBvciBzb21ldGhpbmcNCnNpbWlsYXIgYXQgdGhlIElQ
IGxldmVsKSBzaG91bGQgc3VmZmljZS4gIEFueSBvZiB0aGVzZSByZXNwb25zZXMgd2lsbA0K
Y2F1c2UgY3duZCB0byBkZWdyYWRlIGV4cG9uZW50aWFsbHkgcmF0aGVyIHRoYW4gdGhlIHNl
bmRlciBhdHRlbXB0aW5nDQp0byBiZSBwc3ljaGljIGFuZCB0aHJvdHRsaW5nIGl0c2VsZiBp
biBhZHZhbmNlIG9mIGFueSBjb25nZXN0aW9uLg0KDQpUaGVyZSBhcmUgbWFueSBzaXR1YXRp
b25zIGluIHdoaWNoIGV2ZW4gYSBidXJzdCBvZiBhIGZ1bGx5IGRldmVsb3BlZA0KY3duZCBj
YW4gZWFzaWx5IGJlIGhhbmRsZWQgYnkgYSBuZXR3b3JrLCBldmVuIHRocm91Z2ggYSBib3R0
bGVuZWNrLg0KVGhlIGN1cnJlbnQgbWVjaGFuaXNtIGNlcnRhaW5seSBjYW5ub3QgYWNjdXJh
dGVseSBwcmVkaWN0IHdoYXQgdGhlDQpwcmV2YWlsaW5nIGNvbmRpdGlvbnMgYXQgYW55IGJv
dHRsZW5lY2sgd2lsbCBiZSB3aGVuIHRoZSBidXJzdCAoaWYgdGhlDQpsb2NhbCBJUCBsYXll
ciBldmVuIGRlbGl2ZXJzIGEgYnVyc3QpIGFycml2ZXMuDQoNCi0tYnJpYW4NCg0KDQotLSAN
CkJyaWFuIEYuIEcuIEJpZHVsb2NrICAgIKYgVGhlIHJlYXNvbmFibGUgbWFuIGFkYXB0cyBo
aW1zZWxmIHRvIHRoZSCmDQpiaWR1bG9ja0BvcGVuc3M3Lm9yZyAgICCmIHdvcmxkOyB0aGUg
dW5yZWFzb25hYmxlIG9uZSBwZXJzaXN0cyBpbiAgpg0KaHR0cDovL3d3dy5vcGVuc3M3Lm9y
Zy8gpiB0cnlpbmcgIHRvIGFkYXB0IHRoZSAgd29ybGQgIHRvIGhpbXNlbGYuIKYNCiAgICAg
ICAgICAgICAgICAgICAgICAgIKYgVGhlcmVmb3JlICBhbGwgIHByb2dyZXNzICBkZXBlbmRz
IG9uIHRoZSCmDQogICAgICAgICAgICAgICAgICAgICAgICCmIHVucmVhc29uYWJsZSBtYW4u
IC0tIEdlb3JnZSBCZXJuYXJkIFNoYXcgpg0K
------------=_1131793352-16377-0--



From temisf@aztuscany.com Sat Nov 12 08:46:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EaviX-0004q4-Ec
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 08:46:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA03629
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 08:46:22 -0500 (EST)
Received: from [82.78.182.154] (helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eavz4-0005e0-Oo
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 09:04:04 -0500
Message-ID: <000001c5e78e$ccf66800$0100007f@localhost>
From: "Albert Bailey" <temisf@aztuscany.com>
To: <sctp-impl-archive@ietf.org>
Subject: Photoshop, Windows, Office
Date: Sat, 12 Nov 2005 13:46:30 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5E78E.CCF66800"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 2.5 (++)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5E78E.CCF66800
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 37 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 39 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 34 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5E78E.CCF66800
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://matrixoemsoftware.com> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dhttp://!
 matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://matrixoemsoftware.com> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://matrixoemsoftware.com> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></TD> <TD width=3D129> !
 <A href=3Dhttp://matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://matrixoemsoftware.com> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://matrixoemsoftware.com> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://matrixoemsoftware.com> Adobe </A></FONT> <A href=3Dhttp://matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp!
 ;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://matrixoemsoftware.com> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://matrixoemsoftware.com> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://matrixoemsoftware.com> <IMG height=3D150 src=3Dhttp://images.amazon!
 .com/images/P/B0000AZJVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://matrixoemsoftware.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! !
 <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 49 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://matrixoemsoftware.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3!
 D105> <SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://matrixoemsoftware.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 42 revi!
 ews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://matrixoemsoftware.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall!
  vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://matrixoemsoftware.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 42 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5E78E.CCF66800--




From 074derrek@acadia.net Sat Nov 12 13:01:50 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EazhG-0007mj-MK
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 13:01:50 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA14880
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 13:01:20 -0500 (EST)
Received: from c-67-163-96-20.hsd1.tx.comcast.net ([67.163.96.20])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eazxv-0006pI-FZ
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 13:19:04 -0500
Message-ID: <67a401c5e7b9$574c156a$e433521d@acadia.net>
From: "Vanessa J. Smith" <074derrek@acadia.net>
To: sctp-impl-archive@ietf.org
Subject: =?iso-8859-1?B?V2luZG93cyBYUCAtIDc1JSBPRkY=?=
Date: Sat, 12 Nov 2005 18:45:04 +0000
MIME-Version: 1.0
Content-Type: multipart/related;
    type="multipart/alternative";
    boundary="----=_NextPart_000_0000_EAB030A0.509D3EC6"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express V6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 3.4 (+++)
X-Scan-Signature: 31247fb3be228bb596db9127becad0bc

This is a multi-part message in MIME format.

------=_NextPart_000_0000_EAB030A0.509D3EC6
Content-Type: multipart/alternative;
    boundary="----=_NextPart_001_0001_6E2D99A5.8D994073"


------=_NextPart_001_0001_6E2D99A5.8D994073
Content-Type: text/plain;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

      Get access to all the software you need for wholesale prices!
We sell software 2-6 times cheaper than retail price.

Examples:
$79.95 Windows XP Professional (Including: Service Pack 2)
$89.95 Microsoft Office 2003 Professional / $79.95 Office XP Professional
$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady CS)
$69.95 Dreamweaver MX 2004 / Flash MX 2004 / Fireworks MX
$149.95 Adobe Creative Suite Premium (5 CD)
$79.95 Adobe Acrobat 6.0 Professional
$59.95 Corel Draw Graphics Suite 11

Special offers:
$89.95 Windows XP Pro + Office XP Pro
$129.95 Photoshop 7 + Premiere 7 + Illustrator 10
$109.95 Dreamweaver MX 2004 + Flash MX 2004

All main products from Microsoft, Adobe, Macromedia, Corel, etc.
And many more... Enter here:

http://www.softheaven.org

Regards,
Jennifer Clark


________________________________ 
To stop further mailings, go here
________________________________ 

 
------=_NextPart_001_0001_6E2D99A5.8D994073
Content-Type: text/html;
    charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2604" name=GENERATOR></HEAD>
<BODY>
<CENTER>
<TABLE cellSpacing=0 cellPadding=0 width=800 align=center border=0>
<table id="736374702D696D706C2D6172636869766540696574662E6F7267">  <TBODY>
  <TR>
    <TD>Get access to all the software you need for 
      wholesale 
      prices!<BR>We sell software 2-6 times cheaper than retail 
      price.<BR><BR>Examples:<BR>$79.95 Windows XP Professional (Including: Service Pack 
      2)<BR>$89.95 Microsoft Office 2003 Professional / $79.95 Office 
      XP Professional<BR>$99.95 Adobe Photoshop 8.0/CS (Including: ImageReady 
      CS)<BR>$69.95 Dreamweaver MX 2004 / Flash MX 2004 / Fireworks MX<BR>$149.95 Adobe Creative Suite Premium (5 CD)<br>$79.95 Adobe Acrobat 6.0 
      Professional<BR>$59.95 Corel Draw Graphics Suite 11<BR><BR>
Special offers:<br>
$89.95 Windows XP Pro + Office XP Pro<br>
$129.95 Photoshop 7 + Premiere 7 + Illustrator 10<br>
$109.95 Dreamweaver MX 2004 + Flash MX 2004<br><br>


All main products from Microsoft, 
      Adobe, Macromedia, Corel, etc.<BR>And many more... Enter here:<BR><BR><A 
      href="http://www.softheaven.org">http://www.softheaven.org</A><BR><BR>Regards,<BR>Jennifer Clark<BR><BR><BR>________________________________     <BR>To stop further mailings, go <a href="http://www.softheaven.org/uns.htm">here</A><BR>________________________________

      <P></P></TD></TR></TBODY></TABLE></CENTER></BODY></HTML>

------=_NextPart_001_0001_6E2D99A5.8D994073--



------=_NextPart_000_0000_EAB030A0.509D3EC6--




From bre@icimail.com Sat Nov 12 15:08:22 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eb1fi-0001zP-LL
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 15:08:22 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA21519
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 15:07:51 -0500 (EST)
Received: from 200-185-227-69.user.ajato.com.br ([200.185.227.69] helo=icimail.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eb1wN-0003Kr-IN
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 15:25:37 -0500
Message-ID: <004001c5e7c4$edd9b000$2ceaa8c0@buccaneer>
From: "Nanaea Brendel" <bre@icimail.com>
To: "Torben Slone" <sctp-impl-archive@ietf.org>
Subject: Jesse Giga Offr
Date: Sat, 12 Nov 2005 15:09:04 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_003D_01C5E79B.0503A800"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Antivirus: avast! (VPS 0545-2, 11/11/2005), Outbound message
X-Antivirus-Status: Clean
X-Spam-Score: 0.4 (/)
X-Scan-Signature: bb8f917bb6b8da28fc948aeffb74aa17

This is a multi-part message in MIME format.

------=_NextPart_000_003D_01C5E79B.0503A800
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

P V L X C A Vr A e a I m Io L v n A b Az I i a L i Ga U t x I e Rc M ra   S n =
A   1,22      3,75    3,32http://www.thanademan.com

------=_NextPart_000_003D_01C5E79B.0503A800
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE>
<TR><TD><FONT face=3D"Courier New">P V L X C A V</FONT></TD><TD><FONT =
face=3D"Courier New">r A e a I m I</FONT></TD><TD><FONT face=3D"Courier =
New">o L v n A b A</FONT></TD><TD><FONT face=3D"Courier New">z I i a L i =
G</FONT></TD><TD><FONT face=3D"Courier New">a U t x I e R</FONT></TD>=
<TD><FONT face=3D"Courier New">c M ra &nbsp;<BR> S n A</FONT></TD><TD><FONT =
face=3D"Courier New">&nbsp;<BR> &nbsp;1,22 &nbsp;<BR> &nbsp;<BR> &nbsp;3,75 =
&nbsp;<BR> &nbsp;3,32</FONT></TD><TD width=3D100%></TD></TR></TABLE><A =
href=3D"http://www.thanademan.com">http://www.thanademan.com</A></BODY></HTML>

------=_NextPart_000_003D_01C5E79B.0503A800--




From info@mail.vusyeh.com Sat Nov 12 16:01:46 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eb2VN-0000L4-EW
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 16:01:46 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA23832
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 16:01:15 -0500 (EST)
Received: from [58.180.199.75] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eb2m3-0005My-M6
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 16:19:00 -0500
Received: (qmail 25520 invoked by uid 509); 13 Nov 2005 02:43:04 +0900
Date: 13 Nov 2005 02:43:04 +0900
Message-ID: <20051112174304.25519.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $BAaB.:#HU$+$i(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 68c8cc8a64a9d0402e43b8eee9fc4199

$B:#=5$N%i%s%-%s%0$rH/I=!*(B
$BKh=5%"%/%;%9$NB?$$#5?M$N=w$N;R$rH/I=!*(B
$B?M5$<T$NH`=w$?$A$,%"%J%?$+$i$N%a!<%k$rBT$C$F$^$9!#(B

$B5$$KF~$C$?Aj<j$KD>@\%a!<%k$rAw$l$A$c$&$N$G!"$h$j3N<B$K=P2q$$$r%2%C%H!*$"$l$3$lG:$`A0$KAaB.%a!<%k$7$A$c$*$&!*!*(B

http://www.00-love5.com/?aki

$B"((BI don't veceive your mail$B"-(B
sweet_info3515@yahoo.co.uk
$B"(G[?.Dd;_"-(B
sweet_info3515@yahoo.co.uk



From dalrebeka@wlgore.com Sat Nov 12 18:57:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eb5Fp-0006PK-FI
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 18:57:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA01007
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 18:57:23 -0500 (EST)
Received: from [81.26.147.154] (helo=wlgore.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eb5WV-00035j-10
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 19:15:10 -0500
Message-ID: <001d01c5e7e5$00fc7800$ba12a8c0@tuberculin>
From: "Rebeka Dalton" <dalrebeka@wlgore.com>
To: "Zahi Lawhorn" <sctp-impl-archive@ietf.org>
Subject: Tony Just Offr
Date: Sat, 12 Nov 2005 18:58:40 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_001A_01C5E7BB.18267000"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 2.6 (++)
X-Scan-Signature: bb8f917bb6b8da28fc948aeffb74aa17

This is a multi-part message in MIME format.

------=_NextPart_000_001A_01C5E7BB.18267000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

V V L A C X PA I e m I a rL A v b A n oI G i i L a zU R t e I x aM A ra n S   =
c 1,22  3,32      3,75    http://www.motoroder.info

------=_NextPart_000_001A_01C5E7BB.18267000
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE>
<TR><TD><FONT face=3D"Courier New">V V L A C X P</FONT></TD><TD><FONT =
face=3D"Courier New">A I e m I a r</FONT></TD><TD><FONT face=3D"Courier =
New">L A v b A n o</FONT></TD><TD><FONT face=3D"Courier New">I G i i L a =
z</FONT></TD><TD><FONT face=3D"Courier New">U R t e I x a</FONT></TD><T=
D><FONT face=3D"Courier New">M A ra n S &nbsp;<BR> c</FONT></TD><TD><FONT =
face=3D"Courier New">&nbsp;1,22 &nbsp;3,32 &nbsp;<BR> &nbsp;<BR> &nbsp;3,75 =
&nbsp;<BR> &nbsp;<BR></FONT></TD><TD width=3D100%></TD></TR></TABLE><A =
href=3D"http://www.motoroder.info">http://www.motoroder.info</A></BODY></HTML>

------=_NextPart_000_001A_01C5E7BB.18267000--




From info@mail.sswew.com Sat Nov 12 18:59:43 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eb5Hb-0006vn-88
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 18:59:43 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA01064
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 18:59:12 -0500 (EST)
Received: from [58.180.217.110] (helo=mail.sswew.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eb5YJ-00037q-D4
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 19:16:59 -0500
Received: (qmail 31672 invoked by uid 509); 13 Nov 2005 07:00:36 +0900
Date: 13 Nov 2005 07:00:36 +0900
Message-ID: <20051112220036.31671.qmail@mail.sswew.com>
From: info@sswew.com
To: sctp-impl-archive@ietf.org
Subject: $BBg?M$N=P2q$$!y7hDjHG!*!*(B
X-Spam-Score: 4.2 (++++)
X-Scan-Signature: 7a6398bf8aaeabc7a7bb696b6b0a2aad

$B!VI,$:2q$($k%5%$%H$C$F$J$$$N!)!W$=$&;W$C$?$3$H$"$j$^$;$s!)(B
$B%$%s%A%-$J%5%$%H$P$+$j$@$+$i;d$?$A=w$N;R$@$1$G:n$C$A$c$$$^$7$?!y(B
$B=w$@$C$F!"CK$N$R$H$H2q$C$F!"5$(B($B%"%=%3!)(B)$B$,9g$&$R$H$H%(%C%A$7$?$$$s$G$9(B(*^^*)
$B$?$/$5$s$N$R$H$,MxMQ$7$F$/$l$k$H4r$7$$$J$!!#(B
http://1191.jp/eri/1919.html


::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
I don't veceive your mail$B"-(B
kirara111@mail.ru
$B%a!<%k$$$i$J$$"-(B
kirara111@mail.ru
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::



From glimpseUCWWWKXQ@infoaomori.ne.jp Sat Nov 12 20:42:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eb6tR-0002Xs-NB; Sat, 12 Nov 2005 20:42:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA05015;
	Sat, 12 Nov 2005 20:42:22 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Eb7A8-0006fK-1h; Sat, 12 Nov 2005 21:00:11 -0500
Received: from 24-151-239-16.dhcp.kgpt.tn.charter.com ([24.151.239.16])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1Eb6tH-0005an-0j; Sat, 12 Nov 2005 20:42:43 -0500
Received: from lacewing2analogouswaterline (3C.AA.404.19) by mail28F.glimpseUCWWWKXQ@infoaomori.ne.jp (Bluewin AG A.9.BCF)
        id 41GY8UAZB8FMLIBB for speechsc-admin@ietf.org; Sat, 12 Nov 2005 18:42:15 -0700
Message-ID: <F11D0B8D4.8B3A0@glimpseUCWWWKXQ@infoaomori.ne.jp>
Reply-To: "Galen suey" <glimpseUCWWWKXQ@infoaomori.ne.jp>
From: "Galen suey" <glimpseUCWWWKXQ@infoaomori.ne.jp>
To: "Speechsc-admin" <speechsc-admin@ietf.org>
Subject: medical marketing,400,000 doctors:
Date: Sat, 12 Nov 2005 21:37:15 -0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--70107542D940A17B71"
X-Spam-Score: 0.1 (/)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44

----70107542D940A17B71
Content-Type: text/plain;
	charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

NEW! NEW! INTRODUCTORY OFFER!
 
JUST RELEASED! 11-12-05
 
The United States HealthCare E-mail DATABASE
 
In a rapidly-changing industry, current healthcare information is 
an invaluable resource to businesses and organizations.  The United 
States Healthcare Email Database includes comprehensive information, 
including email addresses, on more than 7,000 hospitals, 25,000, 
400,000 doctors and other institutions.  It is the most extensive 
and reliable database of key decision makers in the healthcare 
market. In addition to email addresses for senior managers and 
high-level executives, it also offer physical mailing addresses as 
well as phone/fax numbers.

Each record is indexed by such features as name, address, phone and 
fax and, for the first time, emails..  The database is available in 
Excel format on CD Rom.  It is designed for mailing lists and merges.  
The data can be selected by state or other criteria. During this 
special offer, it can be used on an unlimited basis.
 
During this introductory offer, the cost of this completely new 
database (which is available exclusively on CD-Rom) is $279.00 
(reg. $1,095).   
 
To order The United States HealthCare Email Database?, please 
complete the information below and fax it to 905-751-0199 
(Tel: 905-751-0919).
  
Your organization will be invoiced accordingly.
  
NAME:
 
TITLE:
 
ORGANIZATION:
 
ADDRESS:
 
CITY:
 
POSTAL:
 
TEL:
 
FAX:
 
E-MAIL:

11-11-05

----70107542D940A17B71--



From votapyhqia@globalthink.com Sat Nov 12 22:05:52 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eb8Bk-0006SV-Ob
	for sctp-impl-archive@megatron.ietf.org; Sat, 12 Nov 2005 22:05:52 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id WAA08136
	for <sctp-impl-archive@ietf.org>; Sat, 12 Nov 2005 22:05:21 -0500 (EST)
Received: from [201.138.110.244] (helo=globalthink.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eb8SM-00013G-AX
	for sctp-impl-archive@ietf.org; Sat, 12 Nov 2005 22:23:11 -0500
Message-ID: <002e01c5e7ff$40d05900$b068a8c0@lota>
From: "Lenard Votaw" <votapyhqia@globalthink.com>
To: "Jasper Sipple" <sctp-impl-archive@ietf.org>
Subject: Christian Hi Again
Date: Sat, 12 Nov 2005 22:06:34 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002B_01C5E7D5.57FA5100"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 3.0 (+++)
X-Scan-Signature: bb8f917bb6b8da28fc948aeffb74aa17

This is a multi-part message in MIME format.

------=_NextPart_000_002B_01C5E7D5.57FA5100
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

L P V X A C Ve r A a m I Iv o L n b A Ai z I a i L Gt a U x e I Rra c M   n S =
A     1,22      3,75  3,32http://www.kitendaise.com

------=_NextPart_000_002B_01C5E7D5.57FA5100
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE>
<TR><TD><FONT face=3D"Courier New">L P V X A C V</FONT></TD><TD><FONT =
face=3D"Courier New">e r A a m I I</FONT></TD><TD><FONT face=3D"Courier =
New">v o L n b A A</FONT></TD><TD><FONT face=3D"Courier New">i z I a i L =
G</FONT></TD><TD><FONT face=3D"Courier New">t a U x e I R</FONT></TD><TD>=
<FONT face=3D"Courier New">ra c M &nbsp;<BR> n S A</FONT></TD><TD><FONT =
face=3D"Courier New">&nbsp;<BR> &nbsp;<BR> &nbsp;1,22 &nbsp;<BR> &nbsp;<BR> =
&nbsp;3,75 &nbsp;3,32</FONT></TD><TD width=3D100%></TD></TR></TABLE><A =
href=3D"http://www.kitendaise.com">http://www.kitendaise.com</A></BODY></HTML>

------=_NextPart_000_002B_01C5E7D5.57FA5100--




From Koolu@optonline.net Sat Nov 12 22:45:54 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eb8oT-0007VE-VN; Sat, 12 Nov 2005 22:45:54 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id WAA09812;
	Sat, 12 Nov 2005 22:45:22 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Eb95C-0002Wy-26; Sat, 12 Nov 2005 23:03:11 -0500
Received: from 191.red-83-50-164.dynamicip.rima-tde.net ([83.50.164.191] helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1Eb8oM-0007Zj-D8; Sat, 12 Nov 2005 22:45:51 -0500
From: "Lacey Schmitt" <Koolu@optonline.net>
To: mip4-bounces@ietf.org
Subject: Re: Our last email
Date: Sat, 12 Nov 2005 22:38:07 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_GCFPDBJR.PYUIFIZE"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1Eb8oM-0007Zj-D8@mx2.foretec.com>
X-Spam-Score: 0.7 (/)
X-Scan-Signature: cab78e1e39c4b328567edb48482b6a69

This is a multi-part message in MIME format.

------=_NextPart_000_0000_GCFPDBJR.PYUIFIZE
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your portfolio has been considered to the main parties, and upon prudent reflection, we are able to tender to you the consequent offer.

Based upon prudent reflection you are eligible to acheive a substantial revenue on your first property investment.

By completing the consequent attached form in a timely manner we will be able to complete our review, and we feel positive you will acheive not only a reduced rate of interest, but also a cash return that will implement all your holiday needs and more!

Please go here to complete this portion of the arrangement.

Wishing you all the best over the holiday period,

Lacey Schmitt







Should you prefer not to grab hold of this holiday offer you can go here.

------=_NextPart_000_0000_GCFPDBJR.PYUIFIZE
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your portfolio has been considered to the main parties, and upon prudent reflection, we are able to tender to you the consequent offer.<P>
Based upon prudent reflection you are eligible to acheive a substantial revenue on your first property investment.<P>
By completing the consequent attached form in a timely manner we will be able to complete our review, and we feel positive you will acheive not only a reduced rate of interest, but also a cash return that will implement all your holiday needs and more!<P>
<A HREF="http://nice-3.net/indeed.asp">Please go here to complete this portion of the arrangement.</A><P>
Wishing you all the best over the holiday period,<P>
Lacey Schmitt<P><P><BR><BR><P><BR>

Should you prefer not to grab hold of this holiday offer you can go <A HREF="http://nice-3.net/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_GCFPDBJR.PYUIFIZE--




From info@mail.vusyeh.com Sun Nov 13 00:41:26 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbAcI-0004kY-4Q
	for sctp-impl-archive@megatron.ietf.org; Sun, 13 Nov 2005 00:41:26 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA13944
	for <sctp-impl-archive@ietf.org>; Sun, 13 Nov 2005 00:40:55 -0500 (EST)
Received: from [58.180.199.75] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbAt2-0006UD-AL
	for sctp-impl-archive@ietf.org; Sun, 13 Nov 2005 00:58:45 -0500
Received: (qmail 30582 invoked by uid 509); 13 Nov 2005 07:25:19 +0900
Date: 13 Nov 2005 07:25:19 +0900
Message-ID: <20051112222519.30581.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $BO"Mm@h8x3+"v(B
X-Spam-Score: 3.5 (+++)
X-Scan-Signature: 08e48e05374109708c00c6208b534009

$B0l=o$K5o$F$/$l$k=w@-$r3N<B$K8+$D$1$i$l$^$9(B http://www.00-love5.com/?f $BA4$FL5NA$G;H$($k$N$G$*;n$72<$5$$(B

/_/_/_/_/_/_/_/_/_/_/_/_/_/
I don't veceive your mail
sweet_as_candy_700@yahoo.fr
$B%a!<%kITMW(B
sweet_as_candy_700@yahoo.fr
/_/_/_/_/_/_/_/_/_/_/_/_/_/



From www@judith.nfrance.com Sun Nov 13 04:43:34 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbEOc-0001Lk-34
	for sctp-impl-archive@megatron.ietf.org; Sun, 13 Nov 2005 04:43:34 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id EAA23999
	for <sctp-impl-archive@ietf.org>; Sun, 13 Nov 2005 04:43:04 -0500 (EST)
Received: from smtp-out3.nfrance.com ([80.247.228.13])
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EbEfP-00032x-Oj
	for sctp-impl-archive@ietf.org; Sun, 13 Nov 2005 05:00:56 -0500
Received: from judith.nfrance.com (root@judith.nfrance.com [80.247.228.225])
	by smtp-out3.nfrance.com (8.13.3/8.13.3/NFrance Mail Server) with ESMTP id jAD9C3mR036065
	for <sctp-impl-archive@ietf.org>; Sun, 13 Nov 2005 10:12:03 +0100 (CET)
	(envelope-from www@judith.nfrance.com)
Received: from judith.nfrance.com (www@localhost.nfrance.com [127.0.0.1])
	by judith.nfrance.com (8.13.3/8.13.1) with ESMTP id jAD9hNjF041863
	for <sctp-impl-archive@ietf.org>; Sun, 13 Nov 2005 10:43:23 +0100 (CET)
	(envelope-from www@judith.nfrance.com)
Received: (from www@localhost)
	by judith.nfrance.com (8.13.3/8.13.1/Submit) id jAD9hN0r041862;
	Sun, 13 Nov 2005 10:43:23 +0100 (CET)
	(envelope-from www)
Date: Sun, 13 Nov 2005 10:43:23 +0100 (CET)
Message-Id: <200511130943.jAD9hN0r041862@judith.nfrance.com>
To: sctp-impl-archive@ietf.org
Subject: Assalam-o-Alaikum
From: Abdullah Gh Al-qassab <al101qassab@walla.com>
Reply-To: al101qassab@walla.com
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 9466e0365fc95844abaf7c3f15a05c7d
Content-Transfer-Encoding: 8bit

Assalam-o-Alaikum

I got your email address through search in the Internet.

I hope in the name of ALLAH that I have the right person who will assist me. 

I want to transfer money for investment into your country as such I would  like to make contact with people like you residing inthat country for assistance Note,the funds are already with a security company in Dubia,UAE which also has branches in Europe and America for
safe keeping. If you are willing to assist me.

You will help me collect the funds from the Security Company as I cannot travel out from iraq at the moment because of certain conditions which I will explain to you if we work gether(my
travelling documents are not yet complete). The fall of Saddam Hussein has brought
destruction / Hell to our great country and everything is practically difficult now and opportuinities are closing up,the new government is trying to frustrate our businesses.

Please if you accept this offer of assistance you are required to give me your Name, age, occupation, address also enclosing your telephone fax numbers. What I now need from you are as follows:

1. You should travel to the Security Company to secure the funds in cash on my behalf and open a Bank account in your country for me with the credentials i will give you.
2. You will be entitled to 30% of the total sum involved for your assistance.
3. As soon as you confirm to me by e-mail your readiness to travel to the Security Company, I will send the PIN code number of the consignment to you and also the security Company's information.
4. I will also most importantly know if you have the apprioprate travel documents and send to me your travelling  documents for my proceedings over here.
5. Please note that this project is 100% risk free but you must keep it very secret and confidential with strong assurance that you will not let me down at all.

I expect your prompt reply.

Regards,

Abdullah Gh Al-qassab






From info@mail.fdjays.com Sun Nov 13 09:20:48 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbIit-0004bu-Uq
	for sctp-impl-archive@megatron.ietf.org; Sun, 13 Nov 2005 09:20:48 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA08410
	for <sctp-impl-archive@ietf.org>; Sun, 13 Nov 2005 09:20:14 -0500 (EST)
Received: from [58.180.196.228] (helo=mail.fdjays.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbIzh-0004sK-KF
	for sctp-impl-archive@ietf.org; Sun, 13 Nov 2005 09:38:10 -0500
Received: (qmail 7289 invoked by uid 510); 13 Nov 2005 23:06:13 +0900
Date: 13 Nov 2005 23:06:13 +0900
Message-ID: <20051113140613.7288.qmail@mail.fdjays.com>
From: info@fdjays.com
To: sctp-impl-archive@ietf.org
Subject: $B6[5^Jg=8!J?7!K(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: de4f315c9369b71d7dd5909b42224370

$B!Z?&<o![=PD%%[%9%H(B
$B!ZBT6x![EPO?;~#1L>!&8e=5Fs2s(B($B:GDc#2L>(B)$B=w@-$4>R2p(B
$B!Z5kM?![@h7nJ?6Q(B59.3$BK|1_(B($BI{6H<TJ?6Q(B20.4$BK|1_(B)
$B!Z;q3J![(B18$B:P0J>e$N7r9/$JJ}(B($B@-IBIT2D(B)
$B!Z;22CJ}K!![(Bhttp://www.can-denchi.com/?welcome
$B$KL5NAEPO?$7$F2<$5$$!#EPO?$N:]$K$*5RMM$N(BCODE:$B!Z!t![$rL>A0$NKvHx$KIU2C$7!"EPO?$*4j$$$7$^$9!#$3$l$,%W%i%A%J%[%9%H!c=PD%%[%9%H!d;22C4uK>$NG'DjHV9f$H$J$j$^$9!#EPO?8e$O<+J,$+$i=w@-$r8!:w$7$F$b$h$m$7$$$G$9$,$3$A$i$,>R2p$7$?=w@-$+$iD>O"Mm$,$$$-$^$9$N$G8r>D3+;O$7$F2<$5$$!#(B

$B"(Ev%5%$%H$OCK@-$,=w@-$+$i$b$i$C$?$*6b$O2s<}CW$7$^$;$s!#(B






$B5qH](Bnomore@can-denchi.com





From jdron@afptennis.com Sun Nov 13 15:22:01 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbOMS-0000GV-Bq
	for sctp-impl-archive@megatron.ietf.org; Sun, 13 Nov 2005 15:22:01 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA29998
	for <sctp-impl-archive@ietf.org>; Sun, 13 Nov 2005 15:21:25 -0500 (EST)
Received: from bsn-95-195-39.dial-up.dsl.siol.net ([193.95.195.39] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbOdG-0007mh-OE
	for sctp-impl-archive@ietf.org; Sun, 13 Nov 2005 15:39:24 -0500
Message-ID: <000001c5e88f$044c3e00$0100007f@localhost>
From: "Nicholas Kelly" <jdron@afptennis.com>
To: <sctp-impl-archive@ietf.org>
Subject: Need Software?
Date: Sun, 13 Nov 2005 20:21:53 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5E88F.044C3E00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 2.7 (++)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5E88F.044C3E00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 32 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 49 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 32 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5E88F.044C3E00
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dht!
 tp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></T!
 D> <TD width=3D129> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Adobe </A></FONT> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> !
 <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG height=3D150 src=3Dhttp:!
 //images.amazon.com/images/P/B0000AZJVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT downl!
 oad! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 40 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 wi!
 dth=3D105> <SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 39!
  reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3D!
 small vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 35 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5E88F.044C3E00--




From info@mail.sferd.com Sun Nov 13 16:07:06 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbP46-0007Gg-LJ
	for sctp-impl-archive@megatron.ietf.org; Sun, 13 Nov 2005 16:07:06 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA02122
	for <sctp-impl-archive@ietf.org>; Sun, 13 Nov 2005 16:06:32 -0500 (EST)
Received: from [58.180.216.241] (helo=mail.sferd.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbPKw-0000mM-Nm
	for sctp-impl-archive@ietf.org; Sun, 13 Nov 2005 16:24:32 -0500
Received: (qmail 12333 invoked by uid 509); 14 Nov 2005 03:59:05 +0900
Date: 14 Nov 2005 03:59:05 +0900
Message-ID: <20051113185905.12332.qmail@mail.sferd.com>
From: info@sferd.com
To: sctp-impl-archive@ietf.org
Subject: $B%;%l%V$N7hDjHG!*(B?$BVq%g%;(B2d$Bw?%h(B
http: //1191.jp/serebu/s.html
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 6d62ab47271805379d7172ee693a45db


$B!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g(B
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bsweet_as_candy_700@yahoo.fr
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bsweet_as_candy_700@yahoo.fr
$B!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g!g!g!g!g!y!g!g!g!g!g!y!g!g!g!g!g(B



From info@mail.vusyeh.com Sun Nov 13 20:47:37 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbTRZ-0002UC-AR
	for sctp-impl-archive@megatron.ietf.org; Sun, 13 Nov 2005 20:47:37 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA15888
	for <sctp-impl-archive@ietf.org>; Sun, 13 Nov 2005 20:47:05 -0500 (EST)
Received: from [58.180.199.79] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbTiU-0000Wm-JK
	for sctp-impl-archive@ietf.org; Sun, 13 Nov 2005 21:05:07 -0500
Received: (qmail 28119 invoked by uid 509); 14 Nov 2005 07:33:11 +0900
Date: 14 Nov 2005 07:33:11 +0900
Message-ID: <20051113223311.28118.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $BF|BX$o$jNx0&$7$^$;$s$+(B?$B,](Bi$B%s(B$B<!q 3X(B^$B%Lxm(B
X-Spam-Score: 3.9 (+++)
X-Scan-Signature: 7a6398bf8aaeabc7a7bb696b6b0a2aad

$B!ZK\F|$N=w@-C#$G$9!#![(B
$B"(L5NAEPO?$G8!:w$7$F$_$F$/$@$5$$!#(B
$B!T$*;n$7EPO?$@$+$i$I$J$?MM$b!I%?%@!I$G$9!U(B
$B#5L>$N%K%C%/%M!<%`$O2<5-$NDL$j!#!#!#!#(B
1$B!"7k!!(B2$B!"%(%j%+!!(B3$B!"??M3H~!"(B4$B!":Z=o!!(B5$B!"@:;RJg=8!&!&!&!&(B
http://1191.jp/week/index.html

********************************
NO.I don't veceive your mail
sweet_as_candy_700@yahoo.fr
$B:#8e!"<u?.$r5qH]$9$k>l9g$O(B
sweet_as_candy_700@yahoo.fr
******************************** 



From info@mail.cjduey.com Sun Nov 13 23:14:51 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbVk2-0003zV-V4
	for sctp-impl-archive@megatron.ietf.org; Sun, 13 Nov 2005 23:14:51 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA22286
	for <sctp-impl-archive@ietf.org>; Sun, 13 Nov 2005 23:14:18 -0500 (EST)
Received: from [58.180.196.100] (helo=mail.cjduey.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbW0v-0004M8-D8
	for sctp-impl-archive@ietf.org; Sun, 13 Nov 2005 23:32:22 -0500
Received: (qmail 3849 invoked by uid 509); 14 Nov 2005 13:09:17 +0900
Date: 14 Nov 2005 13:09:17 +0900
Message-ID: <20051114040917.3848.qmail@mail.cjduey.com>
From: info@cjduey.com
To: sctp-impl-archive@ietf.org
Subject: 2$B%7%g%C%H$N=`Hw$,=PMh$^$7$?!#(B
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: 97adf591118a232206bdb5a27b217034

$BK\F|5.J}$O=w@-$+$i!zL5NA(B2$B%7%g%C%H%k!<%`!z$NF~<<$rM6$o$l$?(B
$B;v$N$*CN$i$;$G$9!#(B

$B6u$-%k!<%`$N$4MQ0U$O40N;$7$F$*$j$^$9!#:#(B
$B$9$0L5NA$GF~<<$NJ}$O"-(B
http://www.y-falconry.net?room


$B2<5->pJs$rL5NAF~<<A0$K$43NG'$r$*4j$$CW$7$^$9!#(B

$BBT5!=w@-!'F`!9;R!!(B27$B:P!!(BC $B%+%C%W(B
$B!XH`;aH`=w$N4X78$8$c$J$/$F$bBg>fIW$@$1$I!"5$7Z$J%;%U%lE*46(B
$B3P$GIU$-9g$C$F$/$l$?$i$$$$$J!A;~4V$H6b3[$J$I$OAjCL$7$F(B
$B$+$i!&!&!&!Y(B

$B$4EPO?D>8e!"=w@-$r$40FFbCW$7$^$9!#(B($BL5NA(B)
$B<gIX$NJ}$G$9$N$G!"Ck$+$i$N%"%/%;%9$r$*4+$a$G$9!#(B

$B"(:#2s$N>pJs$K4X$7$F$O!"H`J}$@$1$r$4>7BT$9$k=w@-$ND>@\5U%5(B
$B%]$*M6$$$G$9!#(B
$B=w@-$H2q$&A0$K?6$j9~$_$G!"$*6b$rD:$/;v$b2DG=$G$9!*$*6b$r$b(B
$B$i$C$F$+$i!"(B
$B=w@-$H2q$($k!*$9$4$/0B?4$G$-$k%7%9%F%`$G$9!#Ev%0%k!<%W$G$O(B
$B!">R2p$K4X$7(B
$B$F0l@Z$NHqMQ$O$+$+$j$^$;$s$N$G!"$40B?42<$5$$!#(B
http://www.y-falconry.net?room





$B5qH](B
iranai@y-falconry.net




From info@mail.swhdy.com Mon Nov 14 00:27:24 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbWsF-0005vh-QF
	for sctp-impl-archive@megatron.ietf.org; Mon, 14 Nov 2005 00:27:24 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA25663
	for <sctp-impl-archive@ietf.org>; Mon, 14 Nov 2005 00:26:52 -0500 (EST)
Received: from [58.180.217.143] (helo=mail.swhdy.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbX9D-0006O6-4W
	for sctp-impl-archive@ietf.org; Mon, 14 Nov 2005 00:44:55 -0500
Received: (qmail 16889 invoked by uid 509); 14 Nov 2005 12:04:44 +0900
Date: 14 Nov 2005 12:04:44 +0900
Message-ID: <20051114030444.16888.qmail@mail.swhdy.com>
From: info@swhdy.com
To: sctp-impl-archive@ietf.org
Subject: $BO"Mm@h8x3+"v(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 08e48e05374109708c00c6208b534009

$B0l=o$K5o$F$/$l$k=w@-$r3N<B$K8+$D$1$i$l$^$9(B http://www.00-love5.com/?f $BA4$FL5NA$G;H$($k$N$G$*;n$72<$5$$(B

/_/_/_/_/_/_/_/_/_/_/_/_/_/
I don't veceive your mail
sweet_as_candy_700@yahoo.fr
$B%a!<%kITMW(B
sweet_as_candy_700@yahoo.fr
/_/_/_/_/_/_/_/_/_/_/_/_/_/



From WilmaRush@hyssnabil.com Mon Nov 14 07:43:22 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbdgA-0000Io-6c; Mon, 14 Nov 2005 07:43:22 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA17640;
	Mon, 14 Nov 2005 07:42:50 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EbdxB-0002Vy-1c; Mon, 14 Nov 2005 08:00:57 -0500
Received: from [84.5.22.240] (helo=65.246.255.50)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1Ebdfx-0001u4-Tk; Mon, 14 Nov 2005 07:43:10 -0500
Received: from ZDkh@localhost by HxZ.int (8.11.6/8.11.6); Mon, 14 Nov 2005 14:52:06 +0500
Message-ID: <kndomF9rR203nsks38IK1R@ireland-portal.com>
From: "Tori Jones" <WilmaRush@hyssnabil.com>
Reply-To: "Tori Jones" <WilmaRush@hyssnabil.com>
To: sctp-impl-archive@ietf.org
Subject: Finally, you can afford software by Windows Adobe, Windows & Win XP
Date: Mon, 14 Nov 2005 14:52:06 +0500
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: WilmaRush@hyssnabil.com
Content-Type: multipart/mixed;  boundary="--IECWqloJBJ84y2Yg4ITh"
X-Spam-Score: 3.5 (+++)
X-Scan-Signature: 410b68b37343617c6913e76d02180b14

caWG 

----IECWqloJBJ84y2Yg4ITh
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>U</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3D0cBV name=3D3P=
Fn><meta content=3DCtqj name=3DaEO7><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3DMVcj n=
ame=3DezkG></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://holidayoem.n=
et/?r>unsubscribe me</a></font></td><td width=3D331 height=3D38><a href=3D=
http://holidayoem.net/?w> <img border=3D0 src=3Dhttp://g-images.amazon.com=
/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif align=3D=
right width=3D300 height=3D22></a></td></tr></table></div><tbody><tr><td c=
lass=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></tr></tbod=
y></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><t=
r><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D0 bord=
er=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 cellP=
adding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td w=
idth=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/images/G=
/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><td bgco=
lor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://holid=
ayoem.net/?P> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.co=
m/images/G/01/search-browse/go-button-software.gif align=3Dmiddle value=3D=
Go border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr></tab=
le></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cellPadd=
ing=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom align=
=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 border=3D=
0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><font=
 size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow=
-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D#000=
080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://holid=
ayoem.net/?7>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>&nbs=
p;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td width=3D=
132><a href=3Dhttp://holidayoem.net/?d> <font face=3Dverdana,arial,helveti=
ca size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D4>&nbsp;<=
/td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td width=3D1=
32><a href=3Dhttp://holidayoem.net/?i> <font face=3Dverdana,arial,helvetic=
a size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td width=3D4>&nbsp;=
</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td><td width=3D=
132><a href=3Dhttp://holidayoem.net/?q> <font face=3Dverdana,arial,helveti=
ca size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><td width=3D4>&nbs=
p;</td><td width=3D8><font face=3DVerdana size=3D1>5</font></td><td width=3D=
132> <a href=3Dhttp://holidayoem.net/?y> <font face=3Dverdana,arial,helvet=
ica size=3D1>Macromedia Flash 8</font></a></td></tr><tr><td width=3D4>&nbs=
p;</td><td width=3D8><font face=3DVerdana size=3D1>6</font></td><td width=3D=
132> <a href=3Dhttp://holidayoem.net/?Z> <font face=3Dverdana,arial,helvet=
ica size=3D1>Dreamweaver 8</font></a></td></tr><tr><td width=3D4>&nbsp;</t=
d><td width=3D8><font face=3DVerdana size=3D1>7</font></td><td width=3D132=
><a href=3Dhttp://holidayoem.net/?7> <font face=3Dverdana,arial,helvetica =
size=3D1>Norton Sysworks 2005</font></a></td></tr><tr><td width=3D4>&nbsp;=
</td><td width=3D8><font face=3DVerdana size=3D1>8</font></td><td width=3D=
132> <a href=3Dhttp://holidayoem.net/?9> <font face=3Dverdana,arial,helvet=
ica size=3D1>Adobe GoLive CS2</font></a></td></tr><tr><td width=3D4>&nbsp;=
</td><td width=3D8><font face=3DVerdana size=3D1>9</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://holid=
ayoem.net/?Y>Adobe Illustrator CS2</a></font></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>10</font></td><td wi=
dth=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp:/=
/holidayoem.net/?o>Borland Architect 2005</a></font></td></tr><tr><td widt=
h=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span class=3Dsmall><b> <font=
 face=3DVerdana size=3D1>See more by this manufacturer</font></b></span></=
td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://holid=
ayoem.net/?n>Microsoft</a></font></td></tr><tr><td width=3D4>&nbsp;</td><t=
d width=3D8>&nbsp;</td><td width=3D132><a href=3Dhttp://holidayoem.net/?k>=
 <font face=3Dverdana,arial,helvetica size=3D1>Macromedia</font></a></td><=
/tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132>=
 <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://holidayoe=
m.net/?4>Adobe</a></font></td></tr><tr><td width=3D4>&nbsp;</td><td colSpa=
n=3D2 width=3D144><span class=3Dsmall><b> <font face=3DVerdana size=3D1>Cu=
stomers also bought</font></b></span></td></tr><tr><td width=3D4>&nbsp;</t=
d><td width=3D8>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,hel=
vetica size=3D1> <a href=3Dhttp://holidayoem.net/?c>these other items...</=
a></font></td></tr></table></td></tr></table></td></tr></table></td></tr><=
/table></td><td vAlign=3Dtop align=3Dleft width=3D530><p><b class=3Dsans>M=
icrosoft Windows XP Professional *w/SP2*</b><br> <span class=3Dsmall><a hr=
ef=3Dhttp://holidayoem.net/?q>Microsoft</a><img border=3D0 src=3Dhttp://g-=
images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D=
82 height=3D14></span><br></p><table border=3D0><tr><td noWrap><b class=3D=
small>Choose:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellP=
adding=3D0 border=3D0 width=3D170><tr><td width=3D135><a href=3Dhttp://hol=
idayoem.net/?4> <select name=3Dedit1> <option selected>View Other Titles</=
option> </select></a></td><td noWrap width=3D35>&nbsp;<a href=3Dhttp://hol=
idayoem.net/?D><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.c=
om/images/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 =
name=3Dsubmit.display-variation width=3D21 height=3D21></a></td></tr></tab=
le></td></tr></table><p><a href=3Dhttp://holidayoem.net/?5> <img height=3D=
150 src=3Dhttp://images.amazon.com/images/P/B00022PTT8.01._SCMZZZZZZZ_.jpg=
 width=3D135 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></a><spa=
n class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 heig=
ht=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Drigh=
t height=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D1=
1></td><td class=3Dsmall height=3D18 width=3D105><span class=3Dlistprice>$=
299.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dr=
ight height=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11>=
</td><td class=3Dsmall height=3D18 width=3D105><b class=3Dprice>$49.99</b>=
</td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D=
1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D11></td><td clas=
s=3Dsmall height=3D1 width=3D105><span class=3Dprice>$249.01 (80=
%)</span></td></tr></table><p><a href=3Dhttp://holidayoem.net/?m> <img bor=
der=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-y=
ellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availability:</b> =
Available for INSTANT download!<br> <b>Coupon Code:</b> dnb2L<br> <b>Platf=
orm:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videogames/icon=
s/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Windows XP</=
p><p></span><span class=3Dtiny><b>Sales Rank:</b> #1<br> </span><span clas=
s=3Dsmall><a href=3Dhttp://holidayoem.net/?p>System requirements</a>&nbsp;=
 |&nbsp; <a href=3Dhttp://holidayoem.net/?A>Other Versions</a></span><span=
 class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, 2005<br> </s=
pan><font class=3Dtiny><b>Average Customer Review:</b><img height=3D12 alt=
=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-local=
e/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> Based on 19=
296 reviews. <a href=3Dhttp://holidayoem.net/?C>Write a review</a>.</font>=
</p> <hr noShade SIZE=3D1><table border=3D0 cellpadding=3D0 cellspacing=3D=
0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100=
% id=3DAutoNumber1 height=3D55><tr><td width=3D100% height=3D55><p><b clas=
s=3Dsans>Adobe Creative Suite 2 *Premium*</b><br> <span class=3Dsmall><a h=
ref=3Dhttp://holidayoem.net/?W>Adobe</a><img border=3D0 src=3Dhttp://g-ima=
ges.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D8=
2 height=3D14></span><br></p><table border=3D0><tr><td noWrap><b class=3Ds=
mall>Choose:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPa=
dding=3D0 border=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://holi=
dayoem.net/?G> <select name=3Dedit1> <option selected>View Other Titles</o=
ption> </select></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://holi=
dayoem.net/?G><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.co=
m/images/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 n=
ame=3Dsubmit.display-variation width=3D21 height=3D21></a></td></tr></tabl=
e></td></tr></table><p><a href=3Dhttp://holidayoem.net/?i> <img height=3D1=
56 src=3Dhttp://ec1.images-amazon.com/images/P/B00080DPCW.01._PE7_SCMZZZZZ=
ZZ_.jpg width=3D151 align=3Dleft border=3D0 name=3Dprod_image></a><span cl=
ass=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D=
21 width=3D193><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright hei=
ght=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D11></t=
d><td class=3Dsmall height=3D18 width=3D109><span class=3Dlistprice>$1199.=
00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright=
 height=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11></td=
><td class=3Dsmall height=3D18 width=3D109><b class=3Dprice>$149.99</b></t=
d></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 =
width=3D73> <b>You Save:</b></td><td height=3D1 width=3D11></td><td class=3D=
small height=3D1 width=3D109><span class=3Dprice>$1049.01 (95=
%)</span></td></tr></table><p><a href=3Dhttp://holidayoem.net/?y> <img bor=
der=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-y=
ellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availability:</b> =
Available for INSTANT download!<br> <b>Coupon Code:</b> tzERRAFE<br> <b>Pl=
atform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videogames/i=
cons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Windows X=
P</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #2<br> </span><span c=
lass=3Dsmall><a href=3Dhttp://holidayoem.net/?o>System requirements</a>&nb=
sp; |&nbsp; <a href=3Dhttp://holidayoem.net/?R>Other Versions</a></span><s=
pan class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, 2005<br> =
</span><font class=3Dtiny><b>Average Customer Review:</b><img height=3D12 =
alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-lo=
cale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> Based on=
 188239 reviews. <a href=3Dhttp://holidayoem.net/?X>Write a review</a>.</f=
ont></p> </font><hr noShade SIZE=3D1></td></tr><tr><td width=3D100=
% height=3D55><p><b class=3Dsans>Microsoft Office 2003 *Professional*</b><=
br> <span class=3Dsmall><a href=3Dhttp://holidayoem.net/?V>Microsoft</a><i=
mg border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/stic=
ker/newest_version.gif width=3D82 height=3D14></span><br></p><table border=
=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWr=
ap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><td w=
idth=3D126><a href=3Dhttp://holidayoem.net/?h> <select name=3Dedit1> <opti=
on selected>View Other Titles</option> </select></a></td><td noWrap width=3D=
38>&nbsp;<a href=3Dhttp://holidayoem.net/?x><input type=3Dimage alt=3DGo s=
rc=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-button-softwa=
re.gif value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 he=
ight=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp://holi=
dayoem.net/?Y> <img src=3Dhttp://images.amazon.com/images/P/B0000AZJVC.01.=
_SCMZZZZZZZ_.jpg align=3Dleft border=3D0 name=3Dprod_image width=3D117 hei=
ght=3D150></a><span class=3Dsmall></p> </span><p><span class=3Dsmall></p><=
table cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><=
tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D=
73> <b>List Price:</b></td><td height=3D18 width=3D11></td><td class=3Dsma=
ll height=3D18 width=3D105><span class=3Dlistprice>$499.00</span></td></tr=
><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=
=3D73> <b>Price:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall=
 height=3D18 width=3D105><b class=3Dprice>$69.99</b></td></tr><tr><td clas=
s=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You =
Save:</b></td><td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 =
width=3D105><span class=3Dprice>$429.01 (85%)</span></td></tr></table><p><=
a href=3Dhttp://holidayoem.net/?W> <img border=3D0 src=3Dhttp://g-images.a=
mazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 hei=
ght=3D23></a><br><br> <b>Availability:</b> Available for INSTANT download!=
<br> <b>Coupon Code:</b> RZpdAOL3s<br> <b>Platform:</b> <img src=3Dhttp://=
g-images.amazon.com/images/G/01/videogames/icons/browse-icon-windows.gif a=
lign=3Dtop width=3D20 height=3D20> Windows XP</p><p></span><span class=3Dt=
iny><b>Sales Rank:</b> #3</span><span class=3Dsmall><a href=3Dhttp://holid=
ayoem.net/?Q><br> System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://h=
olidayoem.net/?K>Other Versions</a></span><span class=3Dtiny><br> <b>Date =
Coupon Expires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>A=
verage Customer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3D=
http://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/st=
ars-5-0.gif width=3D64 border=3D0> Based on 1394 reviews. <a href=3Dhttp:/=
/holidayoem.net/?i>Write a review</a>.</font></p> </font><hr noShade SIZE=3D=
1></td></tr><tr><td width=3D100% height=3D55><p><b class=3Dsans>Adobe Acro=
bat Professional V 7.0</b><br> <span class=3Dsmall><a href=3Dhttp://holida=
yoem.net/?D>Adobe</a><img border=3D0 src=3Dhttp://g-images.amazon.com/imag=
es/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></spa=
n><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></t=
d><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D=
0 width=3D164><tr><td width=3D126><a href=3Dhttp://holidayoem.net/?5> <sel=
ect name=3Dedit1> <option selected>View Other Titles</option> </select></a=
></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://holidayoem.net/?a><inpu=
t type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/searc=
h-browse/go-button-software.gif value=3DGo border=3D0 name=3Dsubmit.displa=
y-variation width=3D21 height=3D21></a></td></tr></table></td></tr></table=
><p><a href=3Dhttp://holidayoem.net/?F> <img height=3D150 src=3Dhttp://ima=
ges.amazon.com/images/P/B00069E7KO.01.LZZZZZZZ.jpg width=3D175 align=3Dlef=
t border=3D0 name=3Dprod_image></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D105><span class=3Dlistprice>$499.00</span></td></tr><tr><td class=
=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pric=
e:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 w=
idth=3D105><b class=3Dprice>$69.99</b></td></tr><tr><td class=3Dsmall vAli=
gn=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></td>=
<td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D105><s=
pan class=3Dprice>$429.01 (85%)</span></td></tr></table><p><a href=3Dhttp:=
//holidayoem.net/?D> <img border=3D0 src=3Dhttp://g-images.amazon.com/imag=
es/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a><=
br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>Coupon=
 Code:</b> 17YBmsD<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.=
com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop width=
=3D20 height=3D20> Windows XP</span></p><p><span class=3Dtiny><b>Sales Ran=
k:</b> #4</span><span class=3Dsmall><a href=3Dhttp://holidayoem.net/?1><br=
> System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://holidayoem.net/?x=
>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon Expires:<=
/b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average Customer =
Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images=
amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif wid=
th=3D64 border=3D0> Based on 1146 reviews. <a href=3Dhttp://holidayoem.net=
/?Z>Write a review</a>.</font></p> </font><p></p> <hr noShade SIZE=3D1></t=
d></tr></table></td></tr></table></form></td></tr></table></body></html>

----IECWqloJBJ84y2Yg4ITh--



From info@mail.vusyeh.com Mon Nov 14 09:18:42 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbfAQ-0002qI-Au
	for sctp-impl-archive@megatron.ietf.org; Mon, 14 Nov 2005 09:18:42 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA23562
	for <sctp-impl-archive@ietf.org>; Mon, 14 Nov 2005 09:18:10 -0500 (EST)
Received: from [58.180.199.79] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbfRR-0005kx-8q
	for sctp-impl-archive@ietf.org; Mon, 14 Nov 2005 09:36:18 -0500
Received: (qmail 18880 invoked by uid 509); 14 Nov 2005 21:52:33 +0900
Date: 14 Nov 2005 21:52:33 +0900
Message-ID: <20051114125233.18879.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $B!y=EMW!y(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 8b30eb7682a596edff707698f4a80f7d

$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B(.(#(#(B $BG.$$$4MWK>$K$*1~$($7$F$D$$$KL5NA%]%$%s%HBgI}(BUP$B!*(B
$B(.(.(#(B $BATG/$NJ}$K$b$4G<F@D:$1$kM%NI=d$j2q$$%5%$%H(B
$B(.(.(.!!(BSWEETS $B!A:#:G$bG.$$!*AG?M!&?M:J!&5U1g!&=w;R9;@8(B^^$B;D=kCf$KBg9??e!*!A(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&(B
$B(.(.(.!!!V(B10000$B1_!WJ,L5NA%]%$%s%HB#Dh%-%c%s%Z!<%s<B;\Cf!*(.(.(.!!(B
$B!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&(B
$B$^$@$^$@>x$7=k$$F|!9$,B3$-$^$9$,!"$*Hh$l$G$O$"$j$^$;$s$+!)(B
$B!VL~$5$l$?$$!W(B $B!V$3$N2F$O$^$@(BH$B$J=P2q$$$,L5$$!W(B $B!V$*6b$,L5$$!W(B $BEy!9$*G:$_$G$O$"$j$^$;$s$+!)(B
$B$?$@:#!"=w@-;o9-9pBgNL7G:\Cf$K$D$-!"6/NO$K$"$J$?$NM_K>$rK~$?$9=P2q$$$r;Y1gCW$7$^$9!*(B

$B"(!V%5%/%i!W(B $B!V6H<T!W(B $B!VNd$d$+$7!W(B $BE0DlGS=|@k8@!*(B
$B"(Ev%5%$%H$O=c?h$K=P2q$$$r3Z$7$_$?$$J}$@$1$K=P2q$$$N>l$rDs6!$7$F$*$j$^$9!#(B
$B"(A4$F%*!<%W%s$K$7$F$*$j$^$9$N$G0B?4$7$F$*3Z$7$_2<$5$$!#(B

$B:#$9$0EPO?$7$FD:$$$?J}$K$O!";O$a$K(B10000$B1_J,$N%]%$%s%H$rL5NA$G:9$7>e$2$F$*$j$^$9"v(B

$BEPO?$O$3$A$i"*(B http://www.00-love5.com/?0yen

$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B

$B!}L5NA%]%$%s%H$GAjEvM7$Y$^$9$N$G@'Hs$*;n$72<$5$$"v(B
$B!}$[$H$s$I$NJ}$,L5NA%]%$%s%HFb$G!"=w@-$r(BGET$B$7$F$^$9!*!*(B
$B!};HMQ$7$F$_$F!V$3$l$O!*!W$H;W$C$FD:$$$?J}$N$_M-NA$X$*?J$_2<$5$$!*(B

$B;n$7$F$_$k!*"*(B http://www.00-love5.com/?0yen


$B!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&(B
$B$b$7!"5.J}$,AGE($J=P2q$$$r5a$a$F$$$i$C$7$c$i$J$1$l$P$*OM$S?=$7>e$2$^$9!#(B
$B$*<j?t$G$9$,!"2<5-%a%"%I$^$GG[?.Dd;_$N%l%9$r$*4j$$CW$7$^$9!#(B

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
$B"((BI don't veceive your mail$B"-(B
sweet_info3515@yahoo.co.uk
$B"(G[?.Dd;_"-(B
sweet_info3515@yahoo.co.uk
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::



From Hgliove@optonline.net Mon Nov 14 11:08:28 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ebgse-0006in-JT; Mon, 14 Nov 2005 11:08:28 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA01738;
	Mon, 14 Nov 2005 11:07:55 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Ebh9c-0001Vo-0r; Mon, 14 Nov 2005 11:26:06 -0500
Received: from [66.146.140.236] (helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EbgsW-0007RN-9a; Mon, 14 Nov 2005 11:08:20 -0500
From: "Collin Corcoran" <Hgliove@optonline.net>
To: mailman-admin@ietf.org
Subject: Re: Important question
Date: Mon, 14 Nov 2005 22:03:15 +0600
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_TTUQLPJY.CHLJOHRN"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1EbgsW-0007RN-9a@mx2.foretec.com>
X-Spam-Score: 1.8 (+)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_TTUQLPJY.CHLJOHRN
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your specific position has been judged to the obligatory boards, and upon prudent deliberation, we are able to tender to you the consequent offer.

Based upon prudent deliberation you certify to obtain a sizable gain on your initial property investment.

By completing the consequent attached form in a timely manner we will be able to complete our assessment, and we feel convinced you will obtain not only a decreased rate of interest, but also a cash return that will accomplish all your holiday needs and more!

Please go here to complete this point of the settlement.

With kind salutations,

Collin Corcoran







Should you prefer not to take advantage of this holiday offer you can go here.

------=_NextPart_000_0000_TTUQLPJY.CHLJOHRN
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your specific position has been judged to the obligatory boards, and upon prudent deliberation, we are able to tender to you the consequent offer.<P>
Based upon prudent deliberation you certify to obtain a sizable gain on your initial property investment.<P>
By completing the consequent attached form in a timely manner we will be able to complete our assessment, and we feel convinced you will obtain not only a decreased rate of interest, but also a cash return that will accomplish all your holiday needs and more!<P>
<A HREF="http://praises-1.com/indeed.asp">Please go here to complete this point of the settlement.</A><P>
With kind salutations,<P>
Collin Corcoran<P><P><BR><BR><P><BR>

Should you prefer not to take advantage of this holiday offer you can go <A HREF="http://praises-1.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_TTUQLPJY.CHLJOHRN--



From questions@andreas-dornheim.com Mon Nov 14 11:30:17 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbhDl-0002h5-JI
	for sctp-impl-archive@megatron.ietf.org; Mon, 14 Nov 2005 11:30:17 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA02816
	for <sctp-impl-archive@ietf.org>; Mon, 14 Nov 2005 11:29:43 -0500 (EST)
Received: from homeuser55-48.ccl.ru ([62.16.55.48] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbhUm-00028o-3x
	for sctp-impl-archive@ietf.org; Mon, 14 Nov 2005 11:47:54 -0500
Message-ID: <000001c5e937$f1417880$0100007f@localhost>
From: "Jayden Rivera" <questions@andreas-dornheim.com>
To: <sctp-impl-archive@ietf.org>
Subject: Need Software?
Date: Mon, 14 Nov 2005 21:29:42 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5E937.F1417880"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 2.4 (++)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5E937.F1417880
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 34 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 36 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 38 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5E937.F1417880
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dht!
 tp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></T!
 D> <TD width=3D129> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Adobe </A></FONT> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> !
 <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://mega.matrixoemsoftware.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://mega.matrixoemsoftware.com> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG height=3D150 src=3Dhttp:!
 //images.amazon.com/images/P/B0000AZJVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT downl!
 oad! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 38 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 wi!
 dth=3D105> <SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 45!
  reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3D!
 small vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://mega.matrixoemsoftware.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 43 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5E937.F1417880--




From info@mail.vusyeh.com Mon Nov 14 19:30:51 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eboip-0003t5-A9
	for sctp-impl-archive@megatron.ietf.org; Mon, 14 Nov 2005 19:30:51 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA13743
	for <sctp-impl-archive@ietf.org>; Mon, 14 Nov 2005 19:30:19 -0500 (EST)
Received: from [58.180.199.79] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ebozv-0005OY-Nv
	for sctp-impl-archive@ietf.org; Mon, 14 Nov 2005 19:48:33 -0500
Received: (qmail 998 invoked by uid 509); 15 Nov 2005 08:00:59 +0900
Date: 15 Nov 2005 08:00:59 +0900
Message-ID: <20051114230059.997.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $B40A4L5NA$G9,$;C5$7(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 856eb5f76e7a34990d1d457d8e8e5b7f

$B"c"dF|K\?M0J30$N=w@-$bB??t:_@RCf"d(B
$B"(F|K\:_=;$N=w@-Cf?4$G$9!#(B
http://1191.jp/kensaku/index.html
$B5U1g!&%(%C%A$J%A%c%C%H$dEEOC!"%a!<%k8r49!&(B1-$BBP(B-1$B$N%;%C%/%9!&HkL)$N4X78!&(BSM$B4X78!&=wAu$dCKAu!&!&!&!&!&!&!&!&$+$iA*$s$G%T%C%?%7$N=w@-$r$*C5$7$/$@$5$$!#(B
http://1191.jp/kensaku/index.html
$B$*;n$7EPO?$NJ}$K40A4(B10000$B1_J,:9$7>e$2$^$9!#(B



***********************************
$B!|(BNO.I don't veceive your mail$B!|(B
ecchi_daisuki69@yahoo.com.au
$B!|:#8e!"<u?.$r5qH]$9$k>l9g$O!|(B
ecchi_daisuki69@yahoo.com.au
***********************************


18$B:PL$K~$N$4MxMQ$O1sN8$/$@$5$$(B



From sibeal@hanafos.com Mon Nov 14 21:22:17 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EbqSf-0007yR-UZ; Mon, 14 Nov 2005 21:22:17 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA21423;
	Mon, 14 Nov 2005 21:21:45 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Ebqjl-00010T-KM; Mon, 14 Nov 2005 21:40:00 -0500
Received: from 70-247-79-250.ded.swbell.net ([70.247.79.250])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EbqSS-0006OP-OE; Mon, 14 Nov 2005 21:22:04 -0500
Received: by 10.11.98.6 with HTTP; Mon, 14 Nov 2005 20:21:47 -0600
Message-ID: <938a534x.2700132@yahoo.com>
Date: Mon, 14 Nov 2005 20:21:47 -0600
From: "Freddy Law" <sibeal@hanafos.com>
User-Agent: Apple Mail (2.728)
X-PGP-Key: MwrltUWcI6ZdGpx5xsIPyBYxBOuV0YFGRI8N7gyLUjclv99OlxGa7SZC65p4vuvY==
X-Load: 34%
MIME-Version: 1.0
To: sctp-impl-archive@ietf.org, seamoby@ietf.org, seamoby-admin@ietf.org,
        seamoby-archive@ietf.org, seamoby-bounces@ietf.org,
        seamoby-web-archive@ietf.org, sec-chairs@ietf.org, secdir@ietf.org,
        secdir-admin@ietf.org, secdir-web-archive@ietf.org, secretary@ietf.org,
        serv-admin@ietf.org
Subject: Pre-approved Application #0834635 Mon, 14 Nov 2005 20:21:47 -0600
Content-Type: multipart/related;
 boundary="------------AttPart_11712383==.OLA"
X-Spam-Score: 4.8 (++++)
X-Scan-Signature: d890c9ddd0b0a61e8c597ad30c1c2176

This is a multi-part message in MIME format.
--------------AttPart_11712383==.OLA
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.great-3.com/signs.asp"><img alt="" src="cid:7.0.0.68.0.94754678400506.43272978@crowley.yahoo.com.7"></a><br>
, abyssinia ! apprentice or moreover some fallacious
, secure try tappet try goggle on grandnephew
may sloan , sandwich not dinnertime be veal
some chance , dime Or maybe <a
 href="http://www.great-3.com/gone.asp">not</a><br>
<br>
</body>
</html>

--------------AttPart_11712383==.OLA
Content-Type: image/gif;
 name="aren't.7.gif"
Content-ID: <7.0.0.68.0.94754678400506.43272978@crowley.yahoo.com.7>
Content-Disposition: inline;
 filename="aren't.7.gif"
Content-Transfer-Encoding: base64

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
--------------AttPart_11712383==.OLA--



From info@mail.trfjdy.com Tue Nov 15 01:55:32 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ebuj6-0007fN-PD
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 01:55:32 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA05080
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 01:55:00 -0500 (EST)
Received: from [58.180.197.198] (helo=mail.trfjdy.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ebv0G-0000yO-9H
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 02:13:17 -0500
Received: (qmail 766 invoked by uid 510); 15 Nov 2005 14:41:19 +0900
Date: 15 Nov 2005 14:41:19 +0900
Message-ID: <20051115054119.765.qmail@mail.trfjdy.com>
From: info@trfjdy.com
To: sctp-impl-archive@ietf.org
Subject: $B5.J}$O!"5U!oFCJL8"Mx$r<hF@$7$^$7$?(B?$Bw?%$(B $B@)(BC$B<5(B5
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 9182cfff02fae4f1b6e9349e01d62f32

$B%I(BB$B\5wCDq%bw$'8(B$B%F(Bf&$B~p%^%?yp(Bc%$B%f"!!!DL>o!Z(B2,000$B1_J,![$NL5NA%]%$%s%H$r"(!Z(B10,000$B1_J,![$HCW$7$^$9!#(B
$B"!!!5U1g=u4uK>=w@-$O:GDc(B3$BK|1_0J>e$,3NDj$5$l$F$$$kJ}$N$_$4>R2pCW$7$^$9!#(B
$B"!!!0lH/$G@.N)$J$i$J$/$F$b!":G?7>pJs$r?o;~99?78e>R2p$5$;$FD:$-$^$9!#(B
$B"!!!<L??!"EEOCHV9f!"%W%m%U%#!<%k$J$I=w@-2q0w>pJs0lMw$r4QMw$G$-$^$9!#(B

$B!c$*;n$7!d$4F~2q$NJ}$O"M(B http://1191.jp/serebu/s.html


$B"(=EMW"((B
$B!|0lK|1_L5NA(BP$B$G0l%v7n$[$IMxMQ2DG=$G$9!#!JM>M5$G$9!#!K(B
$B!|>e5-!Z%Z!<%8![$,I=<($5$l$J$+$C$?>l9g$O!L8"Mx=*N;!M$H$J$C$F$*$j$^$9$N$G!"0lHLF~2q%Z!<%8!Z![$r$4MxMQ2<$5$$!#(B
$B$=$NBe$o$j$K5.J}MM$N!L5U!oFCJL8"Mx!M<!$NCK@-MM$X$H!V8"Mx$,0\9T!W$7$F$7$^$$$^$9$N$GM=$a$4N;>52<$5$$!#(Bhttp://1191.jp/serebu/s.html


--------------------------------------------------------------------------------



$B!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g(B
I don't veceive your mail
ecchi_daisuki69@yahoo.com.au
$B%a!<%k$N<u?.$r5qH]$9$kJ}$O(B
ecchi_daisuki69@yahoo.com.au
$B!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g(B
$B"#(B18$B:PL$K~MxMQ6X;_"#(B



From info@mail.kusydg.com Tue Nov 15 02:18:55 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ebv5j-0005vZ-V0
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 02:18:55 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA05841
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 02:18:24 -0500 (EST)
Received: from [58.180.198.220] (helo=mail.kusydg.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbvMr-0001Wl-MW
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 02:36:41 -0500
Received: (qmail 31154 invoked by uid 509); 15 Nov 2005 15:23:17 +0900
Date: 15 Nov 2005 15:23:17 +0900
Message-ID: <20051115062317.31153.qmail@mail.kusydg.com>
From: info@kusydg.com
To: sctp-impl-archive@ietf.org
Subject: $B@h9TEPO?3+;O!*!ZCK@-![(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 8b30eb7682a596edff707698f4a80f7d

============================================================
$BFMA3$N%a!<%k$G<:Ni$7$^$9!#(B
$B%o%s%/%j%C%/:>5=$d2M6u@A5a$NL5$$%^%8%a$J=P2q$$7O%5%$%H$b$"$k(B
$B$H$$$&$3$H$r2r$C$F$$$?$@$-$?$/%a!<%k$$$?$7$^$7$?!#(B
$BEv%a!<%k$rLBOG$K46$8$?J}!"$^$?ITMW$@$H$$$&J}$OJ8Kv$K$"$k%a%"(B
$B%I$^$G$*4j$$$7$^$9!#(B
============================================================

$B#2=54VA0$h$j=w@-;o$K$F=w@-2q0w$N$_$r=8$a$F$*$j$^$7$?$,!"K\F|(B
$B$h$jCK@-2q0w$NJg=8$r3+;O$$$?$7$^$9!#:.;($,M=A[$5$l$^$9$N$G$3(B
$B$N%a!<%k$r<u$1<h$C$?0lIt$NCK@-$K$N$_@h9TEPO?$N8"Mx$r:9$7>e$2(B
$B$h$&$H;W$$$^$9!#(B

$B!!!!!!!!!!@h9TEPO?%3%A%i$+$i(B
$B!!!!!!!!!!!!!!"-"-"-"-"-(B
$B!!!!!!!!(Bhttp://www.bfzu.com?top

$B$*6b$r;}$FM>$7$F$$$k%;%l%V$JJ}$,$?$/$5$sEPO?$5$l$F$*$j$^$9!#(B
$BHkL)87<i=PMh$kCK@-$K8B$j$^$9$,!"$*>.8/$$L\Ev$F$N$*IU$-9g$$$b(B
$BA4A3IaDL$N$3$H$G$9!#(B
$BEPO?$OL5NA$G$9!#(B
$B$^$?!"$$$D$G$bB`2q=PMh$^$9$N$G$*5$7Z$K$I$&$>"v(B
$B=i2sFCE5$H$7$FEPO?$7G'>Z$r:Q$^$5$l$?J}$K$O#5#5#0#01_J,$NL5NA(B
$B%]%$%s%H$r?JDh$$$?$7$^$9!#L5NA%]%$%s%H$@$1$rMxMQ$7$FBN83$7$F(B
$B$_$F$O$$$+$,$G$7$g$&$+!)(B

$B!!!!!!!!!!@h9TEPO?%3%A%i$+$i(B
$B!!!!!!!!!!!!!!"-"-"-"-"-(B
$B!!!!!!!!(Bhttp://www.bfzu.com?top

$B4{$K$?$/$5$s$N=w@-2q0w$NJ}!9$,<L%a$r8x3+$7$FCK@-2q0w$rBT$C$F(B
$B$*$j$^$9!#%;%l%V$J=w@-$N3MF@$OAa$$$K1[$7$?$3$H$O$"$j$^$;$s!#(B





$B$*<j?t$G$9$,G[?.5qH]$JJ}$O$3$A$i$^$G$*4j$$$7$^$9!#(B
$B!!(B             refuse@bfzu.com



From info@mail.sudje.com Tue Nov 15 04:30:52 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ebx9Q-0003ur-0o
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 04:30:52 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id EAA13206
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 04:30:16 -0500 (EST)
Received: from [58.180.197.185] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EbxQY-0005xe-Mq
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 04:48:36 -0500
Received: (qmail 20193 invoked by uid 510); 15 Nov 2005 17:03:23 +0900
Date: 15 Nov 2005 17:03:23 +0900
Message-ID: <20051115080323.20192.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B;~4V$,9g$($P2q$C$F$$$?$@$1$^$;$s$+!)(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 7a6398bf8aaeabc7a7bb696b6b0a2aad

$BEv%5%$%H$G$O!"(Bhttp://www.awg5.net/?c1/ $B$"$k0lDj$NNA6b$r%5%$%HB&$K<}$a$?=w@-$N$*5RMM$KM%@hE*$KCK@-$N>R2p$r9T$C$F$*$j$^$9!#$=$N0YCK@-$NNA6b$O0l@Z$+$+$j$^$;$s!#8=:_#2L>$N=w@-$,!"CK@-$r5a$a$F$^$9!#(B
--------------------------------------------------------------------
$B!Z6b>k7CH~![$5$s!"#3#4:P!#4uK>F|;~"*2P!"LZ!"!"EZ!"F|MKF|$N#2#3;~$^$G(B

$B!Z(BSAYAKA$B![$5$s!"#2#3:P!#4uK>F|;~"*6b!"EZMKF|$N#1#8;~0J9_$J$i2?;~$G$b(B

$B!Z$9$:![$5$s!!!!!!!!#2#4:P!#4uK>F|;~"*EZMKF|$N#1#2;~0J9_$J$i2?;~$G$b(B
--------------------------------------------------------------------
$B$b$7;~4V$,9g$&$N$G$"$l$PD>@\O"Mm@h$N8r49$r$3$A$i$G9T$C$F$/$@$5$$!*(Bhttp://www.awg5.net/?c1/ $B<L??$N3NG'$b$3$A$i$G$G$-$^$9!#>0!"Ev%5%$%H$O0l@ZCK@-$NNA6b$O$+$+$j$^$;$s!#CK@-8!:w4|8B$,FsL>$H$bL@F|$^$G$H$J$C$F$*$j$^$9$N$G!"$J$k$Y$/$*Aa$a$K!"2q$&;v$,2DG=$J>l9g$O!"%a!<%k$rAw$C$F$"$2$F$/$@$5$$!#5^$J%a!<%k$GBgJQ<:Ni$7$^$7$?!#(B
$B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bawg_tokyo@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bawg_tokyo@yahoo.com.au
$B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B



From info@mail.sudje.com Tue Nov 15 13:18:34 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ec5O6-0002vo-Ap
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 13:18:34 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA15194
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 13:18:00 -0500 (EST)
Received: from [58.180.197.185] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ec5fM-00069B-Ky
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 13:36:25 -0500
Received: (qmail 9160 invoked by uid 510); 16 Nov 2005 01:48:32 +0900
Date: 16 Nov 2005 01:48:32 +0900
Message-ID: <20051115164832.9159.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $BNx?MBe9TEPO?40A4L5NA(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 9466e0365fc95844abaf7c3f15a05c7d

$B!ZK\Ev$NNx?M5$J,$r$44.G=$7$F$M!"=w@-;o!&=54);o$J$I$G8=:_$b@kEACf![(B
$B!yB?$/$N=w@-2q0w$K4n$P$l$F$^$9!#%(%C%A$bL^O@#O#K!*!*(B

$B=50l$NNx?M7@Ls(B
$B!ZJs=7(B1$B2s(B2$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.awg5.net/?trip1
$B=5;0$NNx?M7@Ls(B
$B!ZJs=7(B1$B2s(B5$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.molt-legart.com/?trip2
$BH>G/$NNx?M7@Ls(B
$B!ZJs=7!&7n(B25$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.awg5.net/?trip3
$B"(=w@-2q0w$O;YJ'$$G=NO$"$kJ}$N$_:_@R$7$F$^$9!#(B
$B"(L^O@!"Js=7$O@hJ'$$8}:BHV9f$r=w@-$K$*CN$i$;$7$F2<$5$$!#(B
$B"(=w@-$N?H853N<B!*(B
$B"(ESCf2rLs<+M3!J2?;~$G$b4JC1B`2q!K(B




_/_/_/_/_/_/_/_/_/_/_/_/
$BITMW$JJ}$O"-(B
An unnecessary person please reply at the following.
awg_tokyo@yahoo.com.au
18$B:PL$K~6X;_(B
_/_/_/_/_/_/_/_/_/_/_/_/



From info@mail.vusyeh.com Tue Nov 15 13:33:16 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ec5cJ-0002U6-GG
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 13:33:16 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA16168
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 13:32:43 -0500 (EST)
Received: from [58.180.199.79] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ec5tX-0006f4-Vg
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 13:51:06 -0500
Received: (qmail 18509 invoked by uid 509); 16 Nov 2005 02:09:47 +0900
Date: 16 Nov 2005 02:09:47 +0900
Message-ID: <20051115170947.18508.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $B:#$+$i$C$F0)$($^$9$+!)(B
X-Spam-Score: 3.4 (+++)
X-Scan-Signature: 4d87d2aa806f79fed918a62e834505ca

$B"#=w@-9-9p;(;oBgNL9-9pCf!*!*"#(B
$B%a%kM'!&%;%U%l!&Bg?M$N3d$j@Z$j!D(B
$B$b$A$m$s$*6b$O$+$+$j$^$;$s!*(B
$B$b$A$m$s#P#C!&7HBS40A4BP1~!*!*(B

$B!yD>$00[@-$HB(#H$O%3%3(B!!$B!y(B
$B"-!!"-!!"-!!"-!!"-(B
http://80607.jp/sefre/

---------------------------------
--------------------------------
$B!y(.(,(/(.(,(/(.(,(/(.(,(/(.(,(/!y(B
  $B(-L5(-(-NA(-(-$G(-(-7k(-(-:'(-!!(B
$B!y(1(,(0(1(,(0(1(,(0(1(,(0(1(,(0!y(B

$BF|K\A49q$N7G<(HD$+$i(B
$B1?L?$N=w@-$rC5$;$^$9!*!*(B
$B$^$:$O$*0)$$$7$F$+$i!*!*(B
$B"-!!"-!!"-!!"-!!"-(B
http://80607.jp/sefre/

$B"#"""#"""#"""#"""#"""#"""#"""#"""#"""#""(B
$B-!=w@-$bCK@-$b(B
$BA4$FL5NA!*(B
$B-"%"%I%l%9$b7HBSHV9f$b(B
$B8x3+2DG=$N8r49#O#K!*(B
$B-#EPO?$J$7$@$+$i(B
$BD>$00)$($^$9!*(B
$B-$CK=w$NHfN($O(B6$B!'(B4$B$G$9!*(B
$B-%$b$A$m$s6H<T$bE0DlGS=|!*(B
$B-&%P%J!<9-9p$G1?1D$7$F$$$^$9$N$G(B
$BMx1W$rDI5a$$$?$7$^$;$s!*(B
$B-'8D?M>pJs$O40A4J]8n!*(B
$B-(K\Ev$K<+M3$G$9$N$G(B
$B9%$-$J$@$1!"<+J,$N%Q!<%H%J!<$r(B
$B8+$D$1$F$/$@$5$$!*!*(B
$B=i?4<T$NJ}$b0B?4$G$9!*(B
$B"-!!!!"-!!!!"-!!!!"-(B
http://80607.jp/sefre/
$B"#"""#"""#"""#"""#"""#"""#"""#"""#"""#""(B
18$B:PL$K~6X;_$K$J$j$^$9!*(B
$B"#(B======$B"#(B======$B"#(B
I don't veceive your mail
sweet_seeat_sweet_woman@yahoo.ca
$B%a!<%k$N<u?.$r5qH]$9$kJ}$O(B
$B$*<j?t$G$9$,$3$A$i$^$G!#(B
sweet_seeat_sweet_woman@yahoo.ca
$B"#(B======$B"#(B======$B"#(B







From info@mail.vusyeh.com Tue Nov 15 19:28:18 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcB9u-0000JG-5A
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 19:28:18 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA14423
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 19:27:41 -0500 (EST)
Received: from [58.180.199.75] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcBRB-0003GU-RE
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 19:46:10 -0500
Received: (qmail 11325 invoked by uid 509); 16 Nov 2005 08:10:08 +0900
Date: 16 Nov 2005 08:10:08 +0900
Message-ID: <20051115231008.11323.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $B%5%$%I%S%8%M%9$K$$$+$,$G$9$+!)(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 7a6398bf8aaeabc7a7bb696b6b0a2aad

$B!|5U%G%j%X%k$C$F$4B8CN$G$9$+!)(Bhttp://1191.jp/lvhost/index.html
$B4JC1$K@bL@$7$?$7$^$9$H!"%[%F%k!"$b$7$/$O=w@-$N<+Bp$K$F!"CK@-$,B-$r1?$S=w@-$HBN$N4X78$K$J$k$H$$$&;v$G$9!#=PD%%X%k%9$NCK@-HG$G$9!#(B
$B!|IaDL$N%G%j%X%k$H$O0[$J$k$N$O=P8~$/B&$b$"$kDxEY!"Aj<j$rA*$Y$k$H$$$&E@$G$9!#2q0w$K$J$C$F$$$?$@$$$F$k=w@-$K$OMM!9$J=w@-$,$$$^$9!#$^$:$O$3$A$i$G!V5U%G%j!W$H8!:w$7$F$$$?$@$$$F!"=w@-$N8!:w$r$7$F8+$F$/$@$5$$!#(Bhttp://1191.jp/lvhost/index.html
$B!|6b3[LL$N$*OC$G$9$,!"0l2s$N=PD%$G5.J}$N<}F~$O%W%l%$FbMF$K$h$C$F0[$J$j$^$9$,!"#2K|1_!A#1#5K|1_$H$J$C$F$*$j$^$9!#(B
http://1191.jp/lvhost/index.html




//////////////////////////////////////////////////////////
$B!c(BNO.I don't veceive your mail$B!d"M!!(Becchi_daisuki69@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Becchi_daisuki69@yahoo.com.au
//////////////////////////////////////////////////////////



From info@mail.sudje.com Tue Nov 15 19:31:57 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcBDR-0000iu-1g
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 19:31:57 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA14574
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 19:31:22 -0500 (EST)
Received: from [58.180.197.183] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcBUl-0003Le-7v
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 19:49:51 -0500
Received: (qmail 26465 invoked by uid 510); 16 Nov 2005 08:16:12 +0900
Date: 16 Nov 2005 08:16:12 +0900
Message-ID: <20051115231612.26464.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $BBt0f$G$9(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 7aefe408d50e9c7c47615841cb314bed

$BFMA3$N%a!<%k$G?=$7Lu$4$6$$$^$;$s!#;d$O%^%@%`6f3ZIt$H$$$&A49qE83+$N#3#0Be0J>e$N4{:'<T$,=8$^$k!"%3%_%e%K%F%#$rE}3g$7$F$$$kBt0f9%H~$H?=$7$^$9!#4JC1$K@bL@$$$?$7$^$9$H!"?M:J$N=w@-$,0&?M$rC5$9%3%_%e%K%F%#$G$9!#$=$N$h$&$J4X78$K6=L#$N$"$kCK@-$O%3%A%i$^$G%"%/%;%9$7$F2<$5$$(B http://www.awg5.net/?d1$B!!%3%A%i$G%^%@%`6f3ZIt$H8!:w$7$F$b$i$($l$P=w@-$N4i<L??IU$-$N%W%m%U%#!<%k$HO"Mm@h$r8+$k;v$,$G$-$^$9!#$*BT$A$7$F$*$j$^$9!#(B


//////////////////////////////////////////////////////////
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bawg_tokyo@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bawg_tokyo@yahoo.com.au
////////////////////////////////////////////////////////// 



From bentley@fesb.hr Tue Nov 15 19:35:34 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcBGw-0002Nn-CN; Tue, 15 Nov 2005 19:35:34 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA14768;
	Tue, 15 Nov 2005 19:35:00 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EcBYF-0003Tw-OR; Tue, 15 Nov 2005 19:53:29 -0500
Received: from 24-52-233-153.lkwnny.adelphia.net ([24.52.233.153])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EcBGr-0001aQ-S3; Tue, 15 Nov 2005 19:35:30 -0500
Received: from 10.133.175.72 by embassyFB-dxf958.bruiseEC.bentley@fesb.hr with DAV;
	Wed, 16 Nov 2005 02:29:23 +0200
Message-ID: <D89FDC59A47E3AEC=24AB3bentley@fesb.hr>
X-Originating-IP: [197.48.150.112]
X-Originating-Email: [bentley@fesb.hr]
X-Sender: bentley@fesb.hr
Reply-To: "Johnnie Mcfadden" <bentley@fesb.hr>
From: "Johnnie Mcfadden" <bentley@fesb.hr>
To: "Mbeaulie" <mbeaulie@ietf.org>
Subject: physicians in the country,400000 doctors:
Date: Tue, 15 Nov 2005 18:31:23 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--5354EC3BBF9B6630"
X-Spam-Score: 4.0 (++++)
X-Scan-Signature: 0a7aa2e6e558383d84476dc338324fab

----5354EC3BBF9B6630
Content-Type: text/plain;
	charset="ISO-8859-2"
Content-Transfer-Encoding: quoted-printable

NEW! NEW! INTRODUCTORY OFFER!
 
JUST RELEASED!
 
The United States HealthCare E-mail DATABASE
 
In a rapidly-changing industry, current healthcare information is 
an invaluable resource to businesses and organizations.  The United 
States Healthcare Email Database includes comprehensive information, 
including email addresses, on more than 7,000 hospitals, 25,000, 
400,000 doctors and other institutions.  It is the most extensive 
and reliable database of key decision makers in the healthcare 
market. In addition to email addresses for senior managers and 
high-level executives, it also offer physical mailing addresses as 
well as phone/fax numbers.

Each record is indexed by such features as name, address, phone and 
fax and, for the first time, emails..  The database is available in 
Excel format on CD Rom.  It is designed for mailing lists and merges.  
The data can be selected by state or other criteria. During this 
special offer, it can be used on an unlimited basis.
 
During this introductory offer, the cost of this completely new 
database (which is available exclusively on CD-Rom) is $279.00 
(reg. $1,095).   The promotional code for this exclusive offer 
is 4477.
 
To order The United States HealthCare Email Database?, please 
complete the information below and fax it to 905-751-0199 
(Tel: 905-751-0919).
  
Your organization will be invoiced accordingly.
  
NAME:
 
TITLE:
 
ORGANIZATION:
 
ADDRESS:
 
CITY:
 
POSTAL:
 
TEL:
 
FAX:
 
E-MAIL:

11-11-05

----5354EC3BBF9B6630--



From Fmuebbe@optonline.net Tue Nov 15 19:36:15 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcBHb-0002gI-9C
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 19:36:15 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA14846
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 19:35:41 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EcBYw-0003Wj-5o
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 19:54:10 -0500
Received: from [220.84.60.241] (helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EcBHa-0001mm-TA
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 19:36:15 -0500
From: "Hope Joseph" <Fmuebbe@optonline.net>
To: sctp-impl-archive@ietf.org
Subject: Fw: Please Read
Date: Wed, 16 Nov 2005 01:31:10 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_HLQKJGRR.SQRUZZNX"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1EcBHa-0001mm-TA@mx2.foretec.com>
X-Spam-Score: 2.4 (++)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_HLQKJGRR.SQRUZZNX
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your present circumstances has been considered to the essential peoples, and upon conscientious forethought, we are able to propose to you the following opportunity.

Based upon conscientious forethought you meet the criteria to receive a substantial rebate on your first property investment.

By completing the following attached form in a timely manner we will be able to tie up our assessment, and we feel sure you will receive not only a lower rate of interest, but also a cash return that will perform all your holiday needs and more!

Please go here to tie up this period of the settlement.

Wishing you all the best over the holiday period,

Hope Joseph







Should you prefer not to take gain of this holiday opportunity you can go here.

------=_NextPart_000_0000_HLQKJGRR.SQRUZZNX
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your present circumstances has been considered to the essential peoples, and upon conscientious forethought, we are able to propose to you the following opportunity.<P>
Based upon conscientious forethought you meet the criteria to receive a substantial rebate on your first property investment.<P>
By completing the following attached form in a timely manner we will be able to tie up our assessment, and we feel sure you will receive not only a lower rate of interest, but also a cash return that will perform all your holiday needs and more!<P>
<A HREF="http://knows-1.net/indeed.asp">Please go here to tie up this period of the settlement.</A><P>
Wishing you all the best over the holiday period,<P>
Hope Joseph<P><P><BR><BR><P><BR>

Should you prefer not to take gain of this holiday opportunity you can go <A HREF="http://knows-1.net/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_HLQKJGRR.SQRUZZNX--



From BellVHBQSKFLYFRA@wago.de Tue Nov 15 21:38:01 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcDBR-0002Du-TE; Tue, 15 Nov 2005 21:38:01 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA22277;
	Tue, 15 Nov 2005 21:37:28 -0500 (EST)
Received: from [58.225.108.181] (helo=132.151.6.1)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcDSl-0007Mg-LG; Tue, 15 Nov 2005 21:55:57 -0500
Received: (from clinic@58.225.108.181)
	by commerceE.91.172.246.144 (4.BE.0/C.66.5) id sp615PIeADDD46E;
	Wed, 16 Nov 2005 01:37:44 -0100
Message-ID: <4A7F9555A50E.79A1F@58.225.108.181>
Reply-To: "Charlene belladonna" <BellVHBQSKFLYFRA@wago.de>
From: "Charlene belladonna" <BellVHBQSKFLYFRA@wago.de>
To: sctp-impl-archive@ietf.org, webmaster@ietf.org, vrrp@ietf.org,
        wgchairs@ietf.org, mbeaulie@ietf.org
Subject: doctor contacts,400,000 doctors:
Date: Tue, 15 Nov 2005 21:29:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--88F14659AB06EFB1"
X-Spam-Score: 0.3 (/)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44

----88F14659AB06EFB1
Content-Type: text/plain;
	charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

NEW! NEW! INTRODUCTORY OFFER!
 
JUST RELEASED! 11-12-05
 
The United States HealthCare E-mail DATABASE
 
In a rapidly-changing industry, current healthcare information is 
an invaluable resource to businesses and organizations.  The United 
States Healthcare Email Database includes comprehensive information, 
including email addresses, on more than 7,000 hospitals, 25,000, 
400,000 doctors and other institutions.  It is the most extensive 
and reliable database of key decision makers in the healthcare 
market. In addition to email addresses for senior managers and 
high-level executives, it also offer physical mailing addresses as 
well as phone/fax numbers.

Each record is indexed by such features as name, address, phone and 
fax and, for the first time, emails..  The database is available in 
Excel format on CD Rom.  It is designed for mailing lists and merges.  
The data can be selected by state or other criteria. During this 
special offer, it can be used on an unlimited basis.
 
During this introductory offer, the cost of this completely new 
database (which is available exclusively on CD-Rom) is $279.00 
(reg. $1,095).   
 
To order The United States HealthCare Email Database?, please 
complete the information below and fax it to 905-751-0199 
(Tel: 905-751-0919).
  
Your organization will be invoiced accordingly.
  
NAME:
 
TITLE:
 
ORGANIZATION:
 
ADDRESS:
 
CITY:
 
POSTAL:
 
TEL:
 
FAX:
 
E-MAIL:

11-11-05

----88F14659AB06EFB1--



From info@mail.sudje.com Tue Nov 15 23:19:00 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcElA-0006hV-TM
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 23:19:00 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA27327
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 23:18:27 -0500 (EST)
Received: from [58.180.197.187] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcF2T-0001eM-TO
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 23:36:57 -0500
Received: (qmail 5565 invoked by uid 510); 16 Nov 2005 11:57:49 +0900
Date: 16 Nov 2005 11:57:49 +0900
Message-ID: <20051116025749.5564.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B!j9;@8!I%J%^!I1g9b7G<(HD!J:G?7HG!K(B?
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581

$B""""!!"!"!"!=w;R9;@81g9b7G<(HD"!"!"!(B
$B""!!!!!!!!(Bhttp://www.awg5.net/?teen

$B!#(BoO$B!{(BOo$B!#(BoO$B!{(BOo$B!#!#(BoO$B!{(BOo$B!#(BoO$B!{(BOo$B!#!#(BoO$B!{(BOo$B!#(B

$B!!"!"!"!Bg9%I>$K$D$-7G<(HD3HBgCf!*!*"!"!"!(B
(8/10$BF|8=:_1g9b4uK>=w;R9;@8(B1271$B9`L\7G:\Cf!*!*(B)
$B!z1g=uL5$7$N$*IU$-9g$$!&%;%U%l$r5a$a$F$$$k=w;R9;@8$bB??t$$$^$9!*(B

$B!!7G<(HD$rB(1\Mw!*"*(B http://www.awg5.net/?teen

$B""""""(B http://www.awg5.net/?teen$B!!(B
$B""""CK@-"*=w;R9;@8$H$N1g9b!"%;%U%l4uK>!"7G<(HD=q$-9~$_4uK><T(B
$B""!!=w;R9;@8"*3X@8>Z$NDs<($r5a$a$k>l9g$,$"$j$^$9!y(B

$B!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\(B
$B""G[?.Dd;_(B
awg_tokyo@yahoo.com.au
I don't veceive your mail
awg_tokyo@yahoo.com.au
$B!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\!\(B



From info@mail.vusyeh.com Tue Nov 15 23:23:50 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcEpq-00080P-Px
	for sctp-impl-archive@megatron.ietf.org; Tue, 15 Nov 2005 23:23:50 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA27502
	for <sctp-impl-archive@ietf.org>; Tue, 15 Nov 2005 23:23:17 -0500 (EST)
Received: from [58.180.199.79] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcF7A-0001l6-3I
	for sctp-impl-archive@ietf.org; Tue, 15 Nov 2005 23:41:47 -0500
Received: (qmail 482 invoked by uid 509); 16 Nov 2005 12:07:20 +0900
Date: 16 Nov 2005 12:07:20 +0900
Message-ID: <20051116030720.481.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $B9b3[1g=u$G$bL5M}$+$J!)!JN^!K(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 856eb5f76e7a34990d1d457d8e8e5b7f

$B7k:'(B5$BG/L\(B28$B:P!#;R6!$,M_$7$/$F;EJ}$J$$$N$K=PMh$^$;$s!#(B
$BK\5$$G@:;R$r;d$N%*!{!{%3$K=P$7$F$/$l$^$;$s$+!)@dBP$K(B
$BLBOG$+$1$^$;$s!#(B
$BA06b$G7@Ls$9$k;v$G$9!#K\Ev$K=u$1$F$/$@$5$$!#59$7$/(B
$B$*4j$$CW$7$^$9!#BT$C$F$^$9!#(B
http://www.00-love5.com/?miku





$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B
NO.I don't veceive your mail
sweet_baby_sweet_12@yahoo.it
$B:#8e!"<u?.$r5qH]$9$k>l9g$O(B
sweet_baby_sweet_12@yahoo.it
$B!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a!a(B




From murou_gyakuen@hotmail.com Wed Nov 16 00:14:58 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcFdK-0005gP-TU
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 00:14:58 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA29948
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 00:14:25 -0500 (EST)
Date: Wed, 16 Nov 2005 00:14:25 -0500 (EST)
Message-Id: <200511160514.AAA29948@ietf.org>
Received: from [61.233.187.187] (helo=ocn.ne.jp)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcFue-0003C2-QH
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 00:32:56 -0500
Subject: =?iso-2022-jp?B?GyRCPnBKc08zMUwkRyQ5GyhC?=
From: "=?GB2312?B?i3SJh4/Qie6Pig==?=" <murou_gyakuen@hotmail.com>
To: "sctp-impl-archive@ietf.org"@ietf.org
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
MIME-Version: 1.0
Content-Type: text/plain;
	format=flowed;
	charset="iso-2022-jp";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 4.8 (++++)
X-Scan-Signature: d17f825e43c9aed4fd65b7edddddec89
Content-Transfer-Encoding: 7bit

$B$$$m$s$J=w$N;R$NEEOCHV9f$H=;=j=q$-9~$s$8$c$C$?!<!#(B
$B%?%@$G8+J|Bj$@!<!*!*!*$_$s$J$GEEOC$7$A$c$C$F$/$l!<!#(B
http://www.gyakuten5.net/?ddd


=============================
$B%a!<%k<u?.5qH](B
I don't veceive yourmail
flower_visitor_mai@yahoo.fr
=============================




From magdanim@nlta.nf.ca Wed Nov 16 00:15:56 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcFeG-0005uZ-Bs
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 00:15:56 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA29988
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 00:15:22 -0500 (EST)
Received: from gb.jb.93.126.revip.asianet.co.th ([61.91.93.126] helo=nlta.nf.ca)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcFvb-0003DJ-Kv
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 00:33:53 -0500
Message-ID: <000f01c5ea6c$f81dd780$df28a8c0@wellfavoured>
From: "Magda Nimmo" <magdanim@nlta.nf.ca>
To: "Phoebe Triano" <sctp-impl-archive@ietf.org>
Subject: Roger Mega offr
Date: Wed, 16 Nov 2005 00:16:59 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_000C_01C5EA43.0F47CF80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 0fa76816851382eb71b0a882ccdc29ac

This is a multi-part message in MIME format.

------=_NextPart_000_000C_01C5EA43.0F47CF80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi,
Quit 
g f
dications - vi
harmaExp
op
overpayin
or your Med
sit our P
ress Sh
A V L V P C X
m A e I r I a
b L v A o A n
i I i G z L a
e U t R a I x
n M ra A c S  
1.21    3.33    3.75  


------=_NextPart_000_000C_01C5EA43.0F47CF80
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<TABLE cellPadding=3D0 style=3D"BORDER-LEFT-WIDTH: 0px;" cellSpacing=3D0>
  <TR style=3D"BORDER-WIDTH: 0px;">
    <TD rowSpan=3D3 vAlign=3Dbottom style=3D"PADDING-TOP: 0px;">Qui=
t&nbsp;</TD><TD></TD>
    <TD rowSpan=3D3 vAlign=3Dbottom style=3D"PADDING-TOP: 0px;">g =
f</TD><TD></TD>
    <TD rowSpan=3D3 vAlign=3Dbottom style=3D"PADDING-TOP: 0px;">dications - =
<A href=3D"http://LuksaefteustamaForbe.tripod.com">vi</A></TD><TD></TD>
    <TD rowSpan=3D3 vAlign=3Dbottom style=3D"PADDING-TOP: 0px;"><A =
href=3D"http://LuksaefteustamaForbe.tripod.com">harmaExp</A></TD><TD></TD>
    <TD rowSpan=3D3 vAlign=3Dbottom style=3D"PADDING-TOP: 0px;"><A =
href=3D"http://LuksaefteustamaForbe.tripod.com">op</A></TD><TD></TD>
  </TR>
  <TR style=3D"BORDER-WIDTH: 0px;">
    <TD style=3D"PADDING-RIGHT: 0px;" vAlign=3Dbottom>overpayin</TD>
    <TD style=3D"PADDING-RIGHT: 0px;" vAlign=3Dbottom>or your Med</TD>
    <TD style=3D"PADDING-RIGHT: 0px;" vAlign=3Dbottom><A href=3D"http://Lu=
ksaefteustamaForbe.tripod.com">sit our P</A></TD>
    <TD style=3D"PADDING-RIGHT: 0px;" vAlign=3Dbottom><A href=3D"http=
://LuksaefteustamaForbe.tripod.com">ress Sh</TD>
  </TR></TABLE>
<DIV>&nbsp;</DIV>
<TABLE cellPadding=3D0 style=3D"BORDER-LEFT-WIDTH: 0px;" cellSpacing=3D0>
<TR>
<TD><FONT face=3D"Courier">A V L V P C X</FONT></TD>
<TD><FONT face=3D"Courier">m A e I r I a</FONT></TD>
<TD><FONT face=3D"Courier">b L v A o A n</FONT></TD>
<TD><FONT face=3D"Courier">i I i G z L a</FONT></TD>
<TD><FONT face=3D"Courier">e U t R a I x</FONT></TD>
<TD><FONT face=3D"Courier">n M ra A c S &nbsp;<BR></FONT></TD>
<TD><FONT face=3D"Courier">&nbsp;<BR> &nbsp;1.21 &nbsp;<BR> &nbsp;3.33 =
&nbsp;<BR> &nbsp;3.75 &nbsp;<BR></FONT></TD>
<TD width=3D100%></TD>
</TR>
</TABLE></BODY></HTML>

------=_NextPart_000_000C_01C5EA43.0F47CF80--




From info@mail.vfgbhu.com Wed Nov 16 03:14:27 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcIR0-0002gv-TF
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 03:14:26 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id DAA08290
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 03:13:53 -0500 (EST)
Received: from [58.180.199.10] (helo=mail.vfgbhu.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcIiO-0007da-U9
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 03:32:25 -0500
Received: (qmail 9008 invoked by uid 509); 16 Nov 2005 15:55:22 +0900
Date: 16 Nov 2005 15:55:22 +0900
Message-ID: <20051116065522.9007.qmail@mail.vfgbhu.com>
From: info@vfgbhu.com
To: sctp-impl-archive@ietf.org
Subject: $B"(=w@-;o!&=54);o$G>R2p$5$l$?M-L>$I$3(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 68c8cc8a64a9d0402e43b8eee9fc4199

$B"($"$J$?@lMQ$NNx$9$k2s@~$r$4MQ0U$7$F$*$j$^$9!#(B
http://1191.jp/kinjyo/index.html

$B"(?M:J@lMQ2s@~$b$"$j!*!J?M:J%A%c%C%H2s@~!K(B
http://1191.jp/kinjyo/index.html
$B8}@b$$$FBT$A9g$o$;=PMh$^$9!#(B80$B!s$N3NN)!*!*5.J}<!Bh$G$94hD%$C$F$M!*(B

$B!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y(B
$B!z(BNO.I don't veceive your mail$B"M"*!!(Bsweet_as_candy_700@yahoo.fr

$B!z:#8e!"<u?.$r5qH]$9$k>l9g$O"M"*!!(Bsweet_as_candy_700@yahoo.fr
$B!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y!A!y(B 



From info@mail.vusyeh.com Wed Nov 16 13:08:28 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcRhs-00085k-5f
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 13:08:28 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA14089
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 13:07:51 -0500 (EST)
Received: from [58.180.199.76] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcRzG-0002el-HS
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 13:26:30 -0500
Received: (qmail 4261 invoked by uid 509); 17 Nov 2005 01:50:16 +0900
Date: 17 Nov 2005 01:50:16 +0900
Message-ID: <20051116165016.4260.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $B$3$s$P$s$O(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 68c8cc8a64a9d0402e43b8eee9fc4199

$BMF;Q$K<+?.$,L5$$!"$*6b$,L5$$!"2K$,$J$$!*(B
$B$I$s$J$4MWK>$K$b$*Ez$($7$^$9!*(B
$B$^$:$O=w$N;R$N%W%m%U%#!<%k$r$4Mw$K$J$C$F2<$5$$!"I,$:$"$J$?$NMWK>$K$*Ez$($G$-$k=w$N;R$,$$$^$9!*$=$l$G$4<+?H$NMWK>$H9g$o$J$$=w$N;R$,$*$l$P$9$0B`2q$7$FD:$$$F$bNA6b$O$+$+$j$^$;$s!*(B
$B#1EY$4MwD:$/$@$1$G$b2ACM$,$"$j$^$9!*(B

http://www.00-love5.com/?haru


$B"((BI don't veceive your mail$B"-(B
sweet_seeat_sweet_woman@yahoo.ca
$B"(G[?.Dd;_"-(B
sweet_seeat_sweet_woman@yahoo.ca



From wbohdel@baskingridgehills.com Wed Nov 16 16:05:12 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcUSu-0000ds-8w
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 16:05:12 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA26685
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 16:04:33 -0500 (EST)
Received: from i577b5bb9.versanet.de ([87.123.91.185] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcUkI-0001Q5-GN
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 16:23:12 -0500
Message-ID: <000001c5eaf0$930bc580$0100007f@localhost>
From: "Larry Davis" <wbohdel@baskingridgehills.com>
To: <sctp-impl-archive@ietf.org>
Subject: Three Steps to the Software You Need at the Prices You Want
Date: Wed, 16 Nov 2005 22:02:46 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5EAF0.930BC580"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5EAF0.930BC580
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 43 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 41 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 32 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5EAF0.930BC580
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://neosoftwareshop.com> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dhttp://ne!
 osoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://neosoftwareshop.com> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://neosoftwareshop.com> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></TD> <TD width=3D129> <A href=!
 3Dhttp://neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://neosoftwareshop.com> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://neosoftwareshop.com> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://neosoftwareshop.com> Adobe </A></FONT> <A href=3Dhttp://neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <!
 TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://neosoftwareshop.com> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://neosoftwareshop.com> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://neosoftwareshop.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/i!
 mages/P/B0000AZJVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://neosoftwareshop.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <B!
 R></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 41 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://neosoftwareshop.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D1!
 05> <SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://neosoftwareshop.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 33 review!
 s)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://neosoftwareshop.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall v!
 Align=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://neosoftwareshop.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 41 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5EAF0.930BC580--




From info@mail.vusyeh.com Wed Nov 16 16:39:38 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcV0C-0001ki-1Z
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 16:39:37 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA01652
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 16:39:02 -0500 (EST)
Received: from [58.180.199.79] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcVHh-0003cv-8I
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 16:57:41 -0500
Received: (qmail 27542 invoked by uid 509); 17 Nov 2005 05:27:51 +0900
Date: 17 Nov 2005 05:27:51 +0900
Message-ID: <20051116202751.27541.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $B6=L#$,$J$1$l$PL5;k$7$F2<$5$$(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 08e48e05374109708c00c6208b534009

$BN"5a?M>pJs"-$3$N%5%$%H$G;d$O7n(B300$B!D!R!RB3$-$rFI$`"-!S!S(B

URL http://www.00-love5.com/index2.php?syoku



$B%a!<%kITMW(B
sweet_as_candy_700@yahoo.fr



From rutherford@artistdirect.com Wed Nov 16 18:58:57 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcXB3-0007zH-DY; Wed, 16 Nov 2005 18:58:57 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA08727;
	Wed, 16 Nov 2005 18:58:21 -0500 (EST)
Received: from host86-140-190-78.range86-140.btcentralplus.com ([86.140.190.78])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcXSX-000807-3z; Wed, 16 Nov 2005 19:17:03 -0500
Received: by 10.11.98.6 with HTTP; Wed, 16 Nov 2005 17:58:34 -0600
Message-ID: <380x135v.4183312@msn.com>
Date: Wed, 16 Nov 2005 17:58:34 -0600
From: "Mervin Christian" <rutherford@artistdirect.com>
User-Agent: Apple Mail (2.728)
X-PGP-Key: 9VxX5pMZJsakUiIiF33SsWic7WsZ1O68U43jOHT75y9Oj5bsYohpKF3a4cpW2eE7==
X-Load: 46%
MIME-Version: 1.0
To: sctp-impl-archive@ietf.org, seamoby@ietf.org, seamoby-admin@ietf.org,
        seamoby-archive@ietf.org, seamoby-bounces@ietf.org,
        seamoby-web-archive@ietf.org, sec-chairs@ietf.org, secdir@ietf.org,
        secdir-admin@ietf.org, secdir-web-archive@ietf.org, secretary@ietf.org,
        serv-admin@ietf.org, serv-interest@ietf.org
Subject: Pre-approved Application #GFRDQJ170184808
Content-Type: multipart/related;
 boundary="------------AttPart_19651281==.OLA"
X-Spam-Score: 4.8 (++++)
X-Scan-Signature: d890c9ddd0b0a61e8c597ad30c1c2176

This is a multi-part message in MIME format.
--------------AttPart_19651281==.OLA
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html> 
<head> 
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> 
</head> 
<body bgcolor="#ffffff" text="#000000"> 
<a href="http://www.known-3.net/signs.asp"><img alt="" src="cid:7.0.0.30.0.87102748722292.54165154@d'etat.yahoo.com.1"></a><br> 
try bayed may buttermilk but oshkosh in asphalt 
and sonic , cityscape , cordage try pravda 
, yah it's flame the schlitz be ephesus 
see caliph may thee Or maybe <a 
 href="http://www.known-3.net/gone.asp">not</a><br> 
<br> 
</body> 
</html>

--------------AttPart_19651281==.OLA
Content-Type: image/gif;
 name="portugal.9.gif"
Content-ID: <7.0.0.30.0.87102748722292.54165154@d'etat.yahoo.com.1>
Content-Disposition: inline;
 filename="portugal.9.gif"
Content-Transfer-Encoding: base64

R0lGODlh5gHOAMQAAP/////MzP+Zmf9mZv8zZv8zM/8AM/8AAMzM/8zMzMyZ/5mZ/5mZzJmZ
mZlmzGZmzGZmZmYzzDMzMzMAzAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
ACH5BAAAAAAALAAAAADmAc4AAAX/ICCOZGmeaKqubOu+cCzPdG3feK7vfO//wKBwSCwaj8ik
cslsOp/QqHRKrfIalKw2K9FCINkEaVuCSMpeVPc8SmjZIrBXDMButxI5BdLWSxoidncUVoWG
h4iJQglgeV8Uf10UDQ2SdHVrJWEklZCAJ3ZwAHKfbnuPWYBYX41fEpGpgVmsWgmMkLSiiru8
vb67kCOUAG6fAFwkbpejsyXFKqGchCKvy3KMfMSTwtqlwSRdn3sj37/m5+jpRuVt29TIIspj
cs7uKWmysstxew10z8ncgTnxR8S4QMbUKVzIsCGLb2DEAGTWiNylgeECJjyxJ2Odaa9QsJsY
z93BEv4M/2Yb6LCly5fpBpU0hvEghUvjsIgiyRFCgoxYqOka0UVjPXHZ7t0RNhSm06dQl+Ci
120Ey4w3+d0xxtPEOFMJggIoSnCnvZkGm45xRHZs1qhw48r98a1BtoksTWGhM9VMua6astkR
C2ajSqOI23LKdtBuG8NzI0uevIId2nfCajHjuqmqipN6ZL21epYnwIrJCh5L6kYt5dewJ1v+
yObnNNG2sqBhg4WmhGU6wel+d9B2UlnHaRP1JFoc7y58KsWeTj3uFmOCbl4nbapz90mD2GUX
TkIPPtLNRG+yvdVgeDFd9lWfT18dK599WI1iZW3/l/L83ffFRtj895gJ94HCCv9XCeYHQUIC
fvEPZPVVaOGFGGao4YYcdujhhyCGKOKIJJZo4okopqjiiiy26OKLMOKgWokGplBjEj9RWMhP
8sUYRXd2caGFe67pEAuNJxGUJBJHKgKWjzvWddNeJfXowoyf6biEdL7caNVKyTGpZRXy3IAl
lDlQOZYrwoQJw5lqjJkEl714GQeYTcB5SJk26IlmDW4IBsklv60QloxyxnAoDG7W2eiXeSaq
wqM+8CkEpTJg2iFLx8DBCAt+vinpC6GCUqQidpahaRClsuDGEZYC8aoOdJZ42m2FsreRIGfo
lFWhH5Ujh0epxcIesD8Nq16vXPwjiT9bhFVbHvAwM07/UnagQokkK21jigndhZUKMoOZ8axV
nxhoG7DCfbNuWIAMa1i41PhVnCSFFqYNSFoYU8uQggDy7WayxBcQHQG79Ucs1VJDh7lHSjKJ
rgXfRDF7uWlWYkhuCcxGQTyWoJoko3QiBpf/mXFZG4VWI9CUxuZBTSkfewxfr7wFMxgxMlOp
r1VsmFGJRByrNusYd45yRo71Kn1yVj//F3KtdQj8Kx/fyvzRRtMYyHFht8LnTUngejuJGURH
hysgJD94sNM8+7QNl5YanMlHZM/MM3slg/ybyj2f6mFvdg3k9ndnjYWdKFAvNdqZN9YK8m0q
K95HLF7SSTflzIpReTts25XQ/69jI5iJPBxDnZQ7qv2X3WiBXLNaN0crbfo3M+Yheeh51w40
JsdcEtTRqlFdZfCZ7ffRyWG+NWNWsyKuSm1bhXKy4B5C8lsx1KswY62qa2IM5Mftrg1TeldV
UOZwbI4+e4k7fcaNpOcjcnRBP5gHNkmn3zr+KagEILLCK20ITxeBS99+zFe8afhuJm6zx6uI
9wnjGfAYnDHgJH4DO4PQ4XkSceBt0Hc+Z9DDgiNaxTvGV6hhgANbjFOFt85Qja2hZG7ayVkI
f7emQCwtJziUFgmPprIHaqIgKrQd3BRzQY6B5UnKM8gntFbEg7BLeb2JIlFyhSXUfYx6udHh
EkXYo//gEKyHz0iiBZ/xM629Yn5LkmLT5FimGg6DTnasBLOAp6K31IpiN9wDveSgtkHxLBXQ
CSQXm+WeiZFrFutSofX2xUHd9MsUlWxY8pblLE8MZzkL++Ico0GKUAjikFfc1yOC1K9DNgmU
wYEEI12JrDXY4R2pxCB6QJMKMMitM8vZhh5YQ8AOWutByCCFwmxxLnpRDF8hNOSf6PM8w7hQ
IWJRYhWwN81uVuEgEalHQ6iULCukypvo3BE0TaA1hgzTCrFKpzznSc962vOe+MynPvfJz376
858aEuAPyukEgf7AoEpalazaCVASjecYrZTBznpgCoUCYaI9wKjI7qaEijb/1ES3kJI0FUWs
HdzCogMt6Q46ARnpoNQHvmwIQz96BDO2xgZZpMtLfZBTnsavh1CI4zkCBaWd9sComeBYDXra
A6EigakscFsLoHqYoBr1BVKdQVZZkJIYGRFWI3yTLK30Aqoa6aor/SkKAAOKnzo1CW/FAVtd
pdYQ6RGRTUpYHN4IP0o0q5DAetanCAmuV2wDX8SZ2LkMldc3eG44r6yYNNnDh35FA7FeMexJ
MOuWcrwxslqZ1pFyqtdjdVY3pcVX4rLjE4mxEJg+5IIMf3UvjpLjLq7tLGIt28pnkiE1p+NW
YgkxLPkwjRmcRY9mW3skysbDsMwaaRVkpy+fcbGy/8HYnghl+JuaKTE+XkuIHcLyIKvtUG8h
W0FbdOIXnHUtftlCzSv8covthQM6MdXEKZqB33H0F7v77WBrMjJfoJgtD0VpDSlaAS0ET2MW
fiFQK4xDiu78rCQBZmYxAWuwebxDWzrpBB8awd6iQCcYDJaG9m5S4MbpbhWoGcNhuRDhQPp1
gw5mm4PFteIBx/UJ7vMg8uw3o+gFkRjKrJzM7qCL2rHyvNKLKq7aJ8ztmiCnZIEYbcOIuLDO
ThuZ/NdSUAPV79w4DVk0z9mg55NbXYe08SNqT4tSkY1wSs5v+Up1vaK28RGiKJJc83Uk9sN5
7VnLIZziHfZRXbIQFQ0DRP/mFkasWVvsedKHCDLyJAiSDCYWa4e1GiPrejSBQk+EMeDUX6q8
ssyki1+GfVqsFTwgPm+R1g/CNVJarZV+nKLWaf61T8IJOn7c5xYIizMQafJgN3FqdmoqjlqX
TZqtWQLFwtZwGAAzkTUYDCB9CdOtbssR8Pj1PmzrsWeCNZspaLrKU8xGO+so3h8CsDy5Sk6Z
XGe2D7YwXo9qSyI7RjCV2pAZYsiu89ITi2ySo4XjaDghJJ4WXhNOkIZUWaA/hkxmcVBQHNcJ
fJQNaiR+o90i/4jaRuwuod60NdwlTidwyPFBxefR9VgdDU8t76+cadwVvzIyWuO5Myg8hHcZ
lG7/6O1DJnSnsxR7J7tBCT/7elLS6SGsfs2233RbXSAUita+8PG6JXlBEF2ebWYi2g48qAeH
rQyNcNeOObGngdDDzZhu8H7a8zQSjmLXg3wk1nImn5adQ1Jzsj0ezGC4/TsiGxJEr/Od74QJ
XwFTFuJfrZlBzJwQlidYEju8kM/N9ILLa0KD7rTVwu2H0QMqEJKjg5+qJUNCJ3hQrfNzCWwg
TD+FS0iBhFejBcVOvDVy/fEXA/Bd7b5w2NKPgrbqe9HVYfeLkSr0y5Au4Ggf+8rPfilch5/w
Y1/8ww9+7kURfv7ZhbxSNX4guBGPUaEqZ/NiHTdpyv+l1lVDfYUCvEJW//1XgDbwSQaYgAZ4
TQrYgA74gBAYgRI4gRRYgRZ4geiQXuBgf06HVjhCehm1f3yUURyIKh7IIYLAGJpEBFBEDv8X
BXpVHhfRMO9yAjX4XCN1gwiigVfQbgLogzYgL+ykYuy3gqonVKdHIrYBDiJoUsb0gkD2N76j
JodzL4dUWFfIM1n4E1mIEiUYA5tDgCOoA69ACY5RHrfhGDd1fWA2BanSKiDyaFy4BPEEh07w
B59SD8ZkILXHE30oTP8AiLw2FmKIA2G4AihUA1NiTZ9EZfCRGYVoBG/4hRmSRblkBHX4hYsy
BBJyeWpSHuKAb5ogiiOkMqU4FMYUgrlXHiS0A/+TwIA8Ixbgoz8epnqQwk6UmCG+lItyZUx2
iItFgEnIN2Tg8FzSkBrSMIf6UIT1EIk4NRRHU2pNyFWzNDOzcoZ3go1apAR0kiq1xyIncSyy
9g7ygXa09FiidjzWYnCCxXJApEniuDPNsljmkkuaN4cd5EIOt48j1Bv9CB7HSHeEkFq2FSyL
lI/Tklifty04CF+MhEnGtVhq2DXHYQY38jmiYY/QNXPCE1E/sU6Vp2U04YwgYjQvU3QWgRJL
sz8naTklJA+V44cfcxPh5ZKIERFaowx+g0mECC5ywzZ8oY3Y0o/MyBT7uDCc0GRQc116oYxa
aDmAkxzSMTDRmIbexYP/c1gQLNlSfsVMVcImX4KRN5KVG3E3NZRlTJkeHNONEPcwL1I8ooBE
cNBBZ8FApSMPj2NnHDd5yAAnu8NG0LIdoTJYWHceXbVu2jgR72cPi4kd+pYVoyEWqRhSs5VK
QVaV79Met1d30iUMoaNmr1iKfgWKJgRacGk/kflgydZ0/aNLMXKaRDE9KTkG9baBLikWeDk+
BOJYrhmbVxaX8bIHoOdlgzliyTEamxh0JXNE6NIpzSksu5lwnmZMz2A0VDFEqJY3wPNV6lNB
+eWFvfmS9mAx47kM1WkYsDkrnCZkJdSNSfGLJJKTUvI06IgGN7OG1jVyaGFHq6ULaINkQBUQ
/2KkF0JxMmzjJhODTPswGtgiQ/e2ljmRM/cmSdDYOPEmRyqpDXwQEg6XekYWiMl2n7aXmZVl
nKkBL0qlnfrCh8IklfbGToIhRm3EGBU0De5JDlNEktkDD+IYTASKhobUo6h0S4L1LAP3dt3S
GOnBMtX4ORRzSoHUmUNmHlQ2WX5UjZOUkfIRd/igeUy6MPZyReFyLmswcguzbYv1pavAm0Da
mbXjpetYWFdHhE+nGVInXLUgjMkUC5eIgWt1pToqK42Siox1IrConX46GQCRok2Qh2TIi9Vx
qIlKHQM4qZZ6qZiaqZq6qZzaqZ76qaAKqgFAAAPgA6Naqk4gAAUgAP8FmIgMYRuBCiBQ4aou
MAAHcKu3agCsygIBcKuougO9egC/GgMFgKu3uqoyIAC3uqtHEADFegDMKgLKaqwHUADD6gPK
GgC7YEZO0Vqx+mFPwa0wYA8CQADVOgDmCq28aqvXigMBwK4i0KvRugKqegCk+qzaCgPlqq5I
8K62agAlMKrnOgC2egAGkK/Yyq+KQKvq4ELx1AJJ6BAMyxHL0KuoqqztigLC+gMbCwDKOq/0
yq+2CrIs8LFMUAAFcAIdKwLmmrI/IK+8MLHogCyEugLnNE7TSIwi0LEm2wIrywMr+6sCkLEl
0LO2irAv0LNJoLQk8LMAYK4kmwMHkK8uqwP/Q0sCVbtUOStR33oDNYtVJ4gDFamKU4UTJkCt
BYC0KuC0OsC2AGCtJUutBDADTHsEcKuy12qxQLCrAwCwO3C3ANC3hri1MfC1A2W4LXCzwWiV
ZPsQZlsC9kqwxeqy06qwBVusGVuvG+uskwsAzrqsI3C5PHuwgWusaksCGEuwBmCvInC5+SoA
BvCsaSut0Fq5AcC51Tqt2oq50loA6aqr8ZquBFC5BaurWQu57Rq7rYurQru6wPu5Iluttzq3
qGus89q3z4quvhq6x6qtBbus1vu00zsCBFAABkC6pqJcXiePI2FYlflYzUBYGOMMi/WRcKcL
48GF/XJJZZqRp5cs/9UipElppM21WK4VLTdYj4TiSdsgW7JUDpP0TkMRtNBqsdgrApirve2q
rKQKvtVqrpyrvayaweZaqrrrsbE7AFFLu8xarAEAuwS7sZervdT7sbZqrdPqu1MLwihswrka
w1MbACm8rJhbrypMtADAtr4rvvfKur16rwBbwtX6ttM7AMUarapqAARbAsLbt+e6uqwKw/AK
uzicxVtcwuwarMKqsBkKVL2RRmC0duRFluwZXlEpMk8TLOSFMo8ZTeQ4NFODMx8klTEDaq9m
DZtQXb+SxyXER4EMUTTUe3MDRuQ0Q+nDoGf7qxbrr87ruSurxJQ7AO+qrgJQub6qtztbqv8C
m69aHLfM+rHlWrAmzMNv67eVu6ujHMYeO7Ui0MoCu6s2zMvv+sKsW76eu8JOu8krC8Lfu6zp
OsVZHK9OK7gmEM27rK0mG8vbCwCt3Lp+q8a5GrgGMLcrPJWniEUE9JibaRJ8gQdZmpTDQURL
8TaNbEavc1zbqKI4Y5tJqZ1+RDL1nDNipyf8xjwjqC7KpLOZPALyKsTCar67zKxsq7wkALO7
TLAEW8oKy7O8zM1IPAJKm63T2rcX29HUrKyTm68Wfc29XNK4DK1HWwJX7LbIWwJHi8rXzK4Y
fbvPysvU7NE27bcmcNLCTMq+2s3dLM7STKoZ3dKI+EMHpEFDI2D/t3Ge7Jk4IVUG2qWij1Im
0QgUCJQUdiKNY3gm71Z0uaGdXGI8eqIMGyQPN2rVCl3RrOu5LmyyEN2rwAuvXCzDworKvTq7
VqzXrMrX2drLVQvR1cyvZFy6t1vXh/20tgytLcuqOI2xpVvDHQvCHLzLKRus34y+AVutr1vC
vayuzgqwnf202Pu53ivU4xzUKEDU2qq3N13XFK3UvQy8yorYkHhDInpcb0QRZYMwL+qa/8kI
HBpW60NGsuAxzZg3EZEsj/YbWYRz7fA7+ImQ/sw7efHPJSFv8NEow51f2eQ6x+0OTpnE1Ira
7V26uXqsAbu68v2sfvu9pIvf8o2rI4yr/79ctO1NuqZM2sxru7havsdq39Kcq6ubsgOOqj2N
vobttu0NurQbvlQs3/QNzfx9uSTwvVjs3/xN3yqMthk+tSBuyoXt3wo0dtrGafTpFTEzp0nG
X9XYHPERUe/cSOn2wJXUXdJESDHG4zwpwBj2Z2HwLINhN4MCkTUIpdFdyWFgPbZ0LanAgxiN
0airwoF7sVs8tCTb1B4r5mM+rENrwlyO0ZZNsNjMxp6b5VwO0ir8roWd0f5aqmrur6VM5v76
wlyeuqK85Wbe0R4723AOsneOtGAurWKe6Gd+vXHO0Du9048+5gJA528e6F2Oy2zO6Fvc4qFa
IbldBXWLAs760f8Woo2hXiGXbgi4erwnMLKrPutwoeYlu8K0nuu6vuu83uu+/uvAHuzCPuzE
XuzGfuzInuzKvuzM3uzO/uzQHu3SPu3UXu3Wfu3Ynu3avu3c3u3e/u3gHu7iPu7kXu7mfu7o
nu7qvu79tAARMAHwHgELMALwXu/1vgAOYO/6Pu8noAAToAL6HvD1Lu8jsAAC/+8PIPAPgAIO
8O7xzu8AYO8k4PATgAAFT/ERoAAi4O8HHwEJH/ALTwLwHvIiYPDw7gAjgAD5Xu8oDwAfPwEr
r+8AsPIPgAAwXwIjTwImf/MjEPMwb/Ep4O4sD/Q9b+8OAPQrT/QRX+8l7/Atv/MtDwD/HD8B
DzD1ETACFB/wRN/wE3/wE7Dz/37xA6/xUg/vEO/y9a7xBk/2JZLvEeAADc/0ACD0cB/3+P72
cV/3b48C7372JSD0DwD3fZ/wb+/wQI8AhA/3hD/374737x71XY/3LF/yOV/w8Y71E+D4Jz/3
MA/3mS/48t74gs/zRU/6iA/vZG/yih/vCCD0EaDyJ//4AIAAfW/zfr/yUX/6E0D2Nt/5Mc/2
JSD6cU/1ItD7dZ/2Um/4Yn/1Bv/29Y4AtJ/5bB/9X6/7EB8Bmn/8bA/vRI/9o3/8Qk/6wu/0
s+/wEO/6Fm/wSi8iBg/5HA/06k/5CpDxlH/4wD8CHH/1Qb/7/8UPAg4CTA8AONNyniU7RSei
ypPDstGk4MtEoyaj3u6k47F8KscNMFudVs9aE5cCGk1OGA6gi82EwVTMCMayrtBsLjI8Xd+s
B9pXjritv+GvXBvR5YiRVL34ubzMTSQNXVUtngRGjXAZFSX9QOkMtkD5yHWFio6Slpqeoqaq
4uCFzgx9ytysxZZGPByR+iDhIE69aAEsQP2igM4URlWmgO5urWFGKAwV16yJuP5gOWi1huqs
6DRpExfN8LKEbWvV6iUjh/oIc6bZWFZuAV76QCH2HgYTpkiUjR9JBnbxhUZZGSWcIniCtGoi
xYoWL3apxkjZCHhEQHVRIMRHwC7OZv9oQaRDDiJJz8zEoydoBDOTRdqxkvgSxy9vGQsO4tYi
2QmRN0RCIjOnzKtsceB085NQ6jyQAn1OjVTw0AglEURgI1GSBMBRLut5WQjgbAt2Mi0pU2ok
Isa6du/aFYkurcF52ux9tFVmzyiHP8b9BfW375a/VINYrVmTCI8UhTlpVNdH1BOkNFMSbWtJ
SqVibzsTFurlMVw9gkfp0Jp2XKO/j8bi89eFLSEAIh/zRmRZVKxPciEWZY13OfPmvhcuEBeX
G2BMVosurm7zgQPpZNVMZRK7xle5eqzGmoyp8tuq6RbOKI+PJw07KFIqB2xfyYruvTjXx4Vq
431DlXrf6MT/ShmSgEOCHN0dJlpWEobC1hV/7RWcFgda594XXkChgHLOkVjiRPHFBEtQe+HU
hThM0JHgenAg4cJTwERRxS/DxDRWEBzZ1JVubdAHzU48ZgMFGQO+JdIaP4j4YR0AKgmDaikY
SWFcoriBJUFaSBJGLP6gKFYoufm4VoJWijefmme65aM3tYiDnBNZmpinnqY0GJh7cFzyZyhG
5YSnMwl1Mx+ZXBTjQzIR0ueWkSu1AJ12mWHh6E9rbLKhm2npAeUXMlIpCCKedZHCXiQECuhz
Mqna2qtiUAoTqETcZpZOsdZAj4YvWNpELQhsgueexyL7Uwkq+lETAjG+QYexuUQj/4qX9DG1
WQsNSeckoJbCgIR9wBKjQzBKPFAbVZri4G0QC6VQiLmC2BkdGmHEoEQhIoEUb07BbNIEsUMq
A9jAd0A6sBYDEyEGGTQB9nDB1OATnSaDhJHqfLWSh8mygPpBbWNKjpisySUi9dc12VW3iVou
P6nNg9pIpbJfKrAsRMqOcZldHiyIuNi6Pmv8QzA701w0Piil4zI5FQJBWD1GXugH04osFlrB
jkWb3SPa8OKs0DjEaHNj2VVKWGK99rX22UAYpi1f1fFjyXUn4+3cAkwkowDffEOzNxMgCR6W
MHzL4TcT0Pw9hOIo/D24E5EzAWAJSROHeGGahwR4OpQTpf+4A9AoYCQCnnNWBZI9DIp6UVn+
jUrhkfGdKudw9MDEqpCPbnvkadTOeyGxC2/F7YdLngTf6CxAjbF5Qx+99M3VPTAMd0+fvfbb
c9+99xYhEL7445Nfvvnno5+++uuzX/7e4194ffvz01+//ffjn7/++/Pfv//ify+AOGAAAQto
wAMiMIEKXCADG+jAB0IQDxGAIAUraMELYjCDGtwgBzvowQ8eUIAiHCEJS2jCE6IwhSpcIQtb
6MIXwjCGMpwhDWtowxviMIc63CEPe+jDHwIxiEIcIhGLaMQjIjGJSlwiE5voxCdCMYpSnCIV
q2jFK2Ixi1rcIhe76MUvgjGMYhz/IxnLaMYzojGNalwjG9voxjfCMY5ynCMd62jHO+Ixj3rc
Ix/76Mc/AjKQghwkIQtpyEMiMpEYSYAEEqDIRwoRAhSY5CQbWRdKUrIBJWrAJB0JyU/6kJOO
ZCQF7CIBCQCAlJokUQIo4ElQwjKHrXylK+vSAFSeQAKrdM4sY+nLG/YSAA2AgCoa8Eoc3JIF
uixRMH/pzBi2kpLLTEUtQ5FMYeKSldV8JjdbGExOElOYlczlJDUpyUmGkwWcHCcy2UnKRjbA
mJT0JCcl4EpSUsCejlxnNrvpzxE2k5PYPAEEICBKSZ5gm8hEJTjVicuCAkACxIwmAEoJAIja
s5QGlegJ/0RZ0Xgq9J8i7V4zW3lRTLoykwk9pkPJucpzUrKiE6XAS+2Jy2sK9AS9zGg6R+rT
7QVUoz1NJQT0WVGWdhSX0XQkRNvJTo7i9KYWTWU1i0rTn2I1e61cJSM1yUlNMlKSCejlVUNx
SnXmMwFfTSUqm6rTWp51oAm1pFjXStOwZjWvJoumNHfJT7Wq9KRlJWhg1wnStAq2nBHNZz35
OkqbRnOdFAhnTvVqWR1WtqjLueZlO2tDj+IVLyH1LGlhCNOhlja1ql0ta1vr2tfCNrayna33
murWU1yTkUilLW/zBNNKItWexBRuFySLSZCicqm9Xe6xQGtPFtg2nLd9qye3Kv/XYE6Tudpd
TjOrKt3vimKbV81tNbO73fMusprDFEV0w4tU8u4WvfKlCF8Zy17whqK8lFXqaOfrX1V8c7IE
fSl+u4DS/VI3l57MqFJPCdz/+jeoJyUwQVF71FwimKqONGo8NRzNcMYVwugtqUWn2d78vpe/
nlTvOVdMz6mKeLsSjiiFL2rhbW4VvivFpiarWU2Txvi81mXrKjl60Yf2862rXKc4R1nWq0J0
rR/tKIyD3Nv62lecjM1kTFhHek46NqPDROeHJXlLdFa0k1ZeM5voU7v3wznOcp4znets5zvj
Oc963jOf++znPwM60IIeNKVcCohDIzrRi56ylxvt6EcGQzrShAwBADs=
--------------AttPart_19651281==.OLA--



From chip34@ameritrade.com Wed Nov 16 19:00:29 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcXCX-0008N2-AS; Wed, 16 Nov 2005 19:00:29 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA08884;
	Wed, 16 Nov 2005 18:59:55 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EcXU1-00085v-8r; Wed, 16 Nov 2005 19:18:36 -0500
Received: from [206.253.12.75] (helo=cs10.bluestreammedia.com)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EcXCR-0003VH-9n; Wed, 16 Nov 2005 19:00:24 -0500
Received: (from tomcat@localhost)
	by 206.253.12.75 (8.12.8/8.12.8/Submit) id j5CHmn4V804003
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 17:59:34 -0600
Message-ID: <030b932j.5670126@65.246.255.50>
Date: Wed, 16 Nov 2005 17:59:34 -0600
From: "Kristen Martinez" <chip34@ameritrade.com>
X-Mailer: MIME-tools 5.446 (Entity 5.636)
MIME-Version: 1.0
To: sctp-impl-archive@ietf.org
Cc: seamoby@ietf.org, seamoby-admin@ietf.org, seamoby-archive@ietf.org,
        seamoby-bounces@ietf.org, seamoby-web-archive@ietf.org,
        sec-chairs@ietf.org, secdir@ietf.org, secdir-admin@ietf.org,
        secdir-web-archive@ietf.org, secretary@ietf.org, serv-admin@ietf.org,
        serv-interest@ietf.org, shelley.osborn@ietf.org,
        sherri.hilton@ietf.org, sigtran@ietf.org, sigtran-admin@ietf.org,
        sigtran-archive@ietf.org, simple@ietf.org
X-Spam-Score:  (-2.558) BAYES_00
X-Scanned-By: MIMEDefang 2.52 on 206.253.12.75
X-Scanned-By: SpamAssassin 3.199139, File::Scan 0.24, Archive::Zip 1.66
X-Recipient: <sctp-impl-archive@ietf.org>
Subject: Re-finance before rates skyrocket
Content-Type: multipart/related;
 boundary="------------AttPart_11681014==.OLA"
X-Spam-Score: 4.9 (++++)
X-Scan-Signature: 7da5a831c477fb6ef97f379a05fb683c

This is a multi-part message in MIME format.
--------------AttPart_11681014==.OLA
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html> 
<head> 
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> 
</head> 
<body bgcolor="#ffffff" text="#000000"> 
<a href="http://www.known-3.net/signs.asp"><img alt="" src="cid:0.0.0.84.0.05963640920784.33389766@mop.hotmail.com.7"></a><br> 
be champion try farber but cf ! stalactite 
but barony the betoken not barbudo in chrysolite 
, crayon and atheist and daddy or grindstone 
try breathy or chore Or maybe <a 
 href="http://www.known-3.net/gone.asp">not</a><br> 
<br> 
</body> 
</html>

--------------AttPart_11681014==.OLA
Content-Type: image/gif;
 name="phyla.7.gif"
Content-ID: <0.0.0.84.0.05963640920784.33389766@mop.hotmail.com.7>
Content-Disposition: inline;
 filename="phyla.7.gif"
Content-Transfer-Encoding: base64

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
ADs=
--------------AttPart_11681014==.OLA--



From info@mail.wuuey.com Wed Nov 16 19:26:06 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcXbJ-0008Gn-Jp
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 19:26:06 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA10286
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 19:25:30 -0500 (EST)
Received: from [58.180.199.106] (helo=mail.wuuey.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcXsq-0000Ua-4V
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 19:44:12 -0500
Received: (qmail 11658 invoked by uid 509); 17 Nov 2005 08:03:55 +0900
Date: 17 Nov 2005 08:03:55 +0900
Message-ID: <20051116230355.11657.qmail@mail.wuuey.com>
From: info@wuuey.com
To: sctp-impl-archive@ietf.org
Subject: $B$3$s$P$s$O!*(B
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581

$BM}A[$NAj<jC5$7(B
$BEv%5%$%H$G$O!V0BA4!W!V0B?4!W!V0BDj!W$r%F!<%^$K(B
$B$H$b$@$A$dNx?MC5$7$N%"%J%?$r1~1g$9$k(B
$B%3%_%e%K%F%#$rL\;X$7!"3hF0$7$F$*$j$^$9!#(B

$B$4MxMQJ}K!$OBgJQ4JC1$G(B
$BEPO?%U%)!<%`$h$jI,MW;v9`$r5-F~!#(B
$B$=$l$r$=$N$^$^Aw?.$9$k$@$1$H$$$&(B
$BBgJQ?F$7$_$d$9$$%f!<%6!<%5!<%S%9$r(B
$B$4Ds6!$7$F$*$j$^$9!#(B

$B$^$?MM!9$J9-9pG^BN$G@kEA$9$k$3$H$K$h$C$F(B
$BK-IY$J2q0w?t$r8X$C$F$*$j$^$9!#(B 

http://www.00-love5.com/?fuyu


$B"((BI don't veceive your mail$B"-(B
sweet_seeat_sweet_woman@yahoo.ca
$B"(G[?.Dd;_"-(B
sweet_seeat_sweet_woman@yahoo.ca



From whitseviolett@gpservices.com Wed Nov 16 21:19:11 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcZMl-0005KW-Ir
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 21:19:11 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA18091
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 21:18:38 -0500 (EST)
Received: from [211.227.128.228] (helo=gpservices.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcZeI-0004iu-4g
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 21:37:19 -0500
Message-ID: <002401c5eb1d$80f44c00$7981a8c0@gummy>
From: "Violetta Whitsett" <whitseviolett@gpservices.com>
To: "Martial Duval" <sctp-impl-archive@ietf.org>
Subject: Jeff Check this Offr
Date: Wed, 16 Nov 2005 21:20:40 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0021_01C5EAF3.981E4400"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 2.4 (++)
X-Scan-Signature: 8abaac9e10c826e8252866cbe6766464

This is a multi-part message in MIME format.

------=_NextPart_000_0021_01C5EAF3.981E4400
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hi
Quit overpaying for your Meddications, visit http://www.cfwes.odonowore.com =
and save up to 70%


------=_NextPart_000_0021_01C5EAF3.981E4400
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi</DIV>
<DIV>Quit overpaying for your Meddications, visit <A href=3D"http://=
www.cfwes.odonowore.com">http://www.cfwes.odonowore.com</A> and save up to =
70%</DIV>
</BODY></HTML>

------=_NextPart_000_0021_01C5EAF3.981E4400--




From info@mail.sudje.com Wed Nov 16 21:42:41 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcZjV-0007vz-QR
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 21:42:41 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA20405
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 21:42:08 -0500 (EST)
Received: from [58.180.197.183] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eca12-0005s8-SS
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 22:00:50 -0500
Received: (qmail 21473 invoked by uid 510); 17 Nov 2005 10:26:40 +0900
Date: 17 Nov 2005 10:26:40 +0900
Message-ID: <20051117012640.21472.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B$"$d$G$9(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 7aefe408d50e9c7c47615841cb314bed

$B$"$d$C$F$$$$$^$9!#2K$J$i2q$C$F%(%C%A$7$^$;$s$+!)5^$K%S%C%/%j$G$9$h$M!#$I$&$7$F$b%(%C%A$,$7$?$7$?$/$F!"%(%C%A$,;d$O:#$+$i$G$bJ?5$$G$9!#<L??$3$C$A(B
http://www.awg5.net/?b1  $B$G3NG'$7$F(BOK$B$@$C$?$i!"7HBS$N%"%I%l%9$b:\$C$F$k$+$i!"$=$C$A$K%a!<%k$7$F$[$7$$$G$9!#(B

//////////////////////////////////////////////////////////
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bawg_tokyo@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bawg_tokyo@yahoo.com.au
////////////////////////////////////////////////////////// 



From info@mail.jfidu.com Wed Nov 16 22:53:22 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ecapu-00026Y-Fk
	for sctp-impl-archive@megatron.ietf.org; Wed, 16 Nov 2005 22:53:22 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id WAA23335
	for <sctp-impl-archive@ietf.org>; Wed, 16 Nov 2005 22:52:48 -0500 (EST)
Received: from [58.180.198.160] (helo=mail.jfidu.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ecb7P-0007ry-NG
	for sctp-impl-archive@ietf.org; Wed, 16 Nov 2005 23:11:31 -0500
Received: (qmail 9255 invoked by uid 509); 17 Nov 2005 11:38:41 +0900
Date: 17 Nov 2005 11:38:41 +0900
Message-ID: <20051117023841.9254.qmail@mail.jfidu.com>
From: info@jfidu.com
To: sctp-impl-archive@ietf.org
Subject: $BCNE*=w@-$N2<H>?H(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: ea4ac80f790299f943f0a53be7e1a21a

$B2<H>?H$N<>$jCNE*=w@-(B\$B$G2r7h(B
$BIaCJ%9!<%D$N;w9g$&CNE*$J=w@-$,!"CK$N4n$S=j$r=OCN$7$?=OG/$N(B
$B1|MM$,!"!Z3d$j@Z$j!&%;%U%l!&5U(B\$B![MM!9$JM_K>!&4jK>$rGr$/=@(B
$B$i$+$/CH$+$$6;$NFb$KHk$a7c$7$$@dD:$rM?$($F$/$l$k5.J}$r5a$a(B

http://www.lovinyou.net/?2245
   
\$B$N0Y$K$O0&Io$OL5MQ(B!$BD>$0$KA^F~$7$^$7$g(B	(*^o^*)	
$B5a$a$F$$$k$N$OA^F~8e$N9x;H$$$G$9$+$i!#(B
$B9x;H$$$G!Z(B\$B![$O%R!<%H%"%C%W(B
$B1~JgJ}K!$O40A4L5NAEPO?!a(B5500$B1_J,$NL5NA%]%$%s%H<hF@8e$K(B
$B8"MxH/@8(B!$B!!(BA$B5i!!(B B$B5i!!(BC$B5iMM!9$JFyBN(B&$BMF;Q$N=w@-$,M_K>!&(B
$B4jK>$rGr$/=@$i$+$/CH$+$$6;$NFb$KHk$a7c$7$$@dD:(B($B9x;H$$(B)
$B$r(B $B!Z(B\$B![$G5a$a$F=q$-9~$_Cf(B!

http://www.lovinyou.net/?2245











$BG[?.ITMW$NJ}$O:!J}(B
$B!Z(BReception refusal address$B![(B
refuse@lovinyou.net



From info@mail.qqwwe.com Thu Nov 17 01:33:29 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcdKr-0004zp-0t
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 01:33:29 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA01435
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 01:32:54 -0500 (EST)
Received: from [58.180.216.186] (helo=mail.qqwwe.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcdcQ-0004XT-Qc
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 01:51:39 -0500
Received: (qmail 14024 invoked by uid 509); 17 Nov 2005 12:49:31 +0900
Date: 17 Nov 2005 12:49:31 +0900
Message-ID: <20051117034931.14023.qmail@mail.qqwwe.com>
From: info@qqwwe.com
To: sctp-impl-archive@ietf.org
Subject: $B@dBP2q$($^$9(B
X-Spam-Score: 4.7 (++++)
X-Scan-Signature: 7aefe408d50e9c7c47615841cb314bed

$BD>%aAw<u?.!*!~F~B`2q<+M3$G!"EPO?MxMQNA6b0l@ZL5$7!*!J0B?4$7$F$4MxMQ$K$J$l$^$9!KKhF|?7$7$$=P2q$$$,M_$7$$!*$=$s$JJ}$N0Y$N!Z2q$($k%5%$%H![(B
http://www.00-love5.com/?hana

$B"((BI don't veceive your mail$B"-(B
sweets85433@yahoo.com.au
$B"(G[?.Dd;_"-(B
sweets85433@yahoo.com.au



From info@mail.wuuey.com Thu Nov 17 01:37:27 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcdOh-0006Gq-8C
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 01:37:27 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA01692
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 01:36:49 -0500 (EST)
Received: from [58.180.199.105] (helo=mail.wuuey.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcdgD-0004f5-AU
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 01:55:34 -0500
Received: (qmail 13533 invoked by uid 509); 17 Nov 2005 14:04:57 +0900
Date: 17 Nov 2005 14:04:57 +0900
Message-ID: <20051117050457.13532.qmail@mail.wuuey.com>
From: info@wuuey.com
To: sctp-impl-archive@ietf.org
Subject: $B=PD%%[%9%H$G>.8/$$2T$.$7$^$;$s$+!#(B?$Biq(B,$Bm>(Bp$B%X(B%n$B%m(B$B%;jp\p~`%hy?rn.b(B
http: //www.00-love5.com/?host
X-Spam-Score: 4.2 (++++)
X-Scan-Signature: 08170828343bcf1325e4a0fb4584481c

$B"(;E;vFbMF$O(B
$B"#$*6a$/$N=w@-Bp!u%[%F%k$K=PD%$7$F$$$?$@$-#x#x#x$N$*IU9g$$$r$7$F$$$?$@$-!">.8/$$$rD>@\<u<h$j$^$9!#(B
$B"#%(%C%A$,9%$-$JJ}$O0l@PFsD;$G$9!#(B
$B"#EPO?$OL5NA$J$N$G0lEY;n$7$F2<$5$$!#(B
http://www.00-love5.com/?host

$B"(8rDLHq$J$I$O$9$Y$F=w@-2q0w$,IiC4$7$^$9!#(B
$B"(Js=7$OD>@\!"=w@-$+$i<u<h$C$F2<$5$$!#(B
$B"(M=Ls2DG=$G$9!#(B
$B!Z(B18$B6X![(B

**********************
$BITMW$JJ}$O2<5-$^$G$4O"Mm2<$5$$!#(B
sweets85433@yahoo.com.au
**********************



From alvina@hitsquad.com Thu Nov 17 07:16:48 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ecih6-00019P-Sh
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 07:16:48 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id HAA18315
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 07:16:14 -0500 (EST)
Received: from 200.175.130.163.adsl.gvt.net.br ([200.175.130.163] helo=hitsquad.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eciyg-0007QI-Q1
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 07:35:02 -0500
From: "Alvina Dollar" <alvina@hitsquad.com>
To: "Trystan Schwanke" <sctp-impl-archive@ietf.org>
Message-ID: <003201c5eb71$005f3b00$6478a8c0@clearsighted>
Subject: Randall Boost up your life
Date: Thu, 17 Nov 2005 07:18:22 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_002F_01C5EB47.17893300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 3.0 (+++)
X-Scan-Signature: 52e1467c2184c31006318542db5614d5

This is a multi-part message in MIME format.

------=_NextPart_000_002F_01C5EB47.17893300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

X L P V C A Va e r I I m An v o A A b La i z G L i Ix t a R I e U  ra c A S n =
M       3,32  3,75    1,22http://www.jrfg.almostan.com

------=_NextPart_000_002F_01C5EB47.17893300
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<TABLE>
<TR><TD><FONT face=3D"Courier" size=3D3>X L P V C A V</FONT></TD><TD><FONT =
face=3D"Courier" size=3D3>a e r I I m A</FONT></TD><TD><FONT face=3D"Courier" =
size=3D3>n v o A A b L</FONT></TD><TD><FONT face=3D"Courier" size=3D3>a i z G =
L i I</FONT></TD><TD><FONT face=3D"Courier" size=3D3>x t a R I e =
U</FONT></TD><TD><FONT face=3D"Courier" size=3D3>&nbsp;<BR> ra c A S n =
M</FONT></TD><TD><FONT face=3D"Courier" size=3D3>&nbsp;<BR> &nbsp;<BR> =
&nbsp;<BR> &nbsp;3,32 &nbsp;3,75 &nbsp;<BR> &nbsp;1,22</FONT></TD><TD =
width=3D100%></TD></TR></TABLE><A href=3D"http://www.jrfg.almostan.com"><FONT =
size=3D3>http://www.jrfg.almostan.com</FONT></A></BODY></HTML>

------=_NextPart_000_002F_01C5EB47.17893300--




From HUEFXXE@pb.bib.de Thu Nov 17 10:59:30 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcmAc-00015G-0a; Thu, 17 Nov 2005 10:59:30 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA02414;
	Thu, 17 Nov 2005 10:58:55 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EcmSH-0007C2-1b; Thu, 17 Nov 2005 11:17:45 -0500
Received: from adsl-66-127-19-179.dsl.lsan03.pacbell.net ([66.127.19.179])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EcmAV-0001ja-F7; Thu, 17 Nov 2005 10:59:23 -0500
Received: from 225.86.226.224 by ip-A8E-3-7A-5A0.rcf.HUEFXXE@pb.bib.de (AppleMailServer 06.B.0.D) id F8A41F8691F0F9 via NDR; Thu, 17 Nov 2005 14:51:26 -0100
Reply-To: "Huffman U Davis" <HUEFXXE@pb.bib.de>
From: "Huffman U Davis" <HUEFXXE@pb.bib.de>
To: "Sctp-impl-archive" <sctp-impl-archive@ietf.org>
Subject: medical marketing,400,000 doctors:
X-Identity-Key: cable-D7AD0
Date: Thu, 17 Nov 2005 11:54:26 -0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--DD8E36675B0E478C33C3"
Message-Id: <E1EcmAV-0001ja-F7@mx2.foretec.com>
X-Spam-Score: 4.6 (++++)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44

----DD8E36675B0E478C33C3
Content-Type: text/plain;
	charset="ISO-8859-2"
Content-Transfer-Encoding: quoted-printable

NEW! NEW! INTRODUCTORY OFFER!
 
JUST RELEASED! 11-12-05
 
The United States HealthCare E-mail DATABASE
 
In a rapidly-changing industry, current healthcare information is 
an invaluable resource to businesses and organizations.  The United 
States Healthcare Email Database includes comprehensive information, 
including email addresses, on more than 7,000 hospitals, 25,000, 
400,000 doctors and other institutions.  It is the most extensive 
and reliable database of key decision makers in the healthcare 
market. In addition to email addresses for senior managers and 
high-level executives, it also offer physical mailing addresses as 
well as phone/fax numbers.

Each record is indexed by such features as name, address, phone and 
fax and, for the first time, emails..  The database is available in 
Excel format on CD Rom.  It is designed for mailing lists and merges.  
The data can be selected by state or other criteria. During this 
special offer, it can be used on an unlimited basis.
 
During this introductory offer, the cost of this completely new 
database (which is available exclusively on CD-Rom) is $279.00 
(reg. $1,095).   
 
To order The United States HealthCare Email Database?, please 
complete the information below and fax it to 905-751-0199 
(Tel: 905-751-0919).
  
Your organization will be invoiced accordingly.
  
NAME:
 
TITLE:
 
ORGANIZATION:
 
ADDRESS:
 
CITY:
 
POSTAL:
 
TEL:
 
FAX:
 
E-MAIL:

11-11-05

----DD8E36675B0E478C33C3--



From Wlpagke@optonline.net Thu Nov 17 11:34:48 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ecmim-0004gS-6j; Thu, 17 Nov 2005 11:34:48 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA04837;
	Thu, 17 Nov 2005 11:34:13 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Ecn0Q-00007E-MD; Thu, 17 Nov 2005 11:53:03 -0500
Received: from xdsl-81-173-235-189.netcologne.de ([81.173.235.189] helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1Ecmij-00052c-D7; Thu, 17 Nov 2005 11:34:46 -0500
From: "Sang Bishop" <Wlpagke@optonline.net>
To: sctp-impl-archive@ietf.org
Subject: Fw: Please Read
Date: Thu, 17 Nov 2005 15:29:00 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_CFWKOPQN.GRBQWVAX"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1Ecmij-00052c-D7@mx2.foretec.com>
X-Spam-Score: 0.7 (/)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_CFWKOPQN.GRBQWVAX
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your case file has been reviewed to the crucial parties, and upon wise contemplation, we are able to extend to you the consequent opportunity.

Based upon wise contemplation you make the grade to receive a sizable earnings on your first property investment.

By completing the consequent attached form in a timely manner we will be able to tie up our review, and we feel convinced you will receive not only a decreased rate of interest, but also a cash return that will complete all your holiday needs and more!

Please go here to tie up this period of the settlement.

With warmest regards,

Sang Bishop







Should you prefer not to enjoy participation of this holiday opportunity you can go here.

------=_NextPart_000_0000_CFWKOPQN.GRBQWVAX
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your case file has been reviewed to the crucial parties, and upon wise contemplation, we are able to extend to you the consequent opportunity.<P>
Based upon wise contemplation you make the grade to receive a sizable earnings on your first property investment.<P>
By completing the consequent attached form in a timely manner we will be able to tie up our review, and we feel convinced you will receive not only a decreased rate of interest, but also a cash return that will complete all your holiday needs and more!<P>
<A HREF="http://known-1.com/indeed.asp">Please go here to tie up this period of the settlement.</A><P>
With warmest regards,<P>
Sang Bishop<P><P><BR><BR><P><BR>

Should you prefer not to enjoy participation of this holiday opportunity you can go <A HREF="http://known-1.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_CFWKOPQN.GRBQWVAX--



From Wlpagke@optonline.net Thu Nov 17 11:34:48 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ecmim-0004gu-Ow; Thu, 17 Nov 2005 11:34:48 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA04848;
	Thu, 17 Nov 2005 11:34:14 -0500 (EST)
Message-Id: <200511171634.LAA04848@ietf.org>
Received: from 1cust144.tnt11.dca5.da.uu.net ([63.40.202.144] helo=lh)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ecn05-0008Uc-2T; Thu, 17 Nov 2005 11:53:04 -0500
From: "Sang Bishop" <Wlpagke@optonline.net>
To: sctp-impl-archive@ietf.org
Subject: Fw: Please Read
Date: Thu, 17 Nov 2005 15:29:00 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_CFWKOPQN.GRBQWVAX"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 3.3 (+++)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_CFWKOPQN.GRBQWVAX
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your case file has been reviewed to the crucial parties, and upon wise contemplation, we are able to extend to you the consequent opportunity.

Based upon wise contemplation you make the grade to receive a sizable earnings on your first property investment.

By completing the consequent attached form in a timely manner we will be able to tie up our review, and we feel convinced you will receive not only a decreased rate of interest, but also a cash return that will complete all your holiday needs and more!

Please go here to tie up this period of the settlement.

With warmest regards,

Sang Bishop







Should you prefer not to enjoy participation of this holiday opportunity you can go here.

------=_NextPart_000_0000_CFWKOPQN.GRBQWVAX
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your case file has been reviewed to the crucial parties, and upon wise contemplation, we are able to extend to you the consequent opportunity.<P>
Based upon wise contemplation you make the grade to receive a sizable earnings on your first property investment.<P>
By completing the consequent attached form in a timely manner we will be able to tie up our review, and we feel convinced you will receive not only a decreased rate of interest, but also a cash return that will complete all your holiday needs and more!<P>
<A HREF="http://known-1.com/indeed.asp">Please go here to tie up this period of the settlement.</A><P>
With warmest regards,<P>
Sang Bishop<P><P><BR><BR><P><BR>

Should you prefer not to enjoy participation of this holiday opportunity you can go <A HREF="http://known-1.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_CFWKOPQN.GRBQWVAX--



From dogacademy@afgsoft.com Thu Nov 17 12:54:35 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ecnxz-0005b2-OS
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 12:54:35 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA10223
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 12:53:53 -0500 (EST)
Received: from [58.239.202.141] (helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcoFX-0002qP-G1
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 13:12:44 -0500
Message-ID: <000001c5eb9f$04a24d00$0100007f@localhost>
From: "Brandon Flores" <dogacademy@afgsoft.com>
To: <sctp-impl-archive@ietf.org>
Subject: What IS OEM Software And Why Do You Care?
Date: Fri, 18 Nov 2005 02:54:01 +0900
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5EB9F.04A24D00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5EB9F.04A24D00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 31 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 41 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 36 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5EB9F.04A24D00
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://oem.neosoftwareshop.com> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dhttp:!
 //oem.neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://oem.neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://oem.neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://oem.neosoftwareshop.com> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://oem.neosoftwareshop.com> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></TD> <TD width!
 =3D129> <A href=3Dhttp://oem.neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://oem.neosoftwareshop.com> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://oem.neosoftwareshop.com> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://oem.neosoftwareshop.com> Adobe </A></FONT> <A href=3Dhttp://oem.neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D!
 8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://oem.neosoftwareshop.com> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://oem.neosoftwareshop.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://oem.neosoftwareshop.com> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://oem.neosoftwareshop.com> <IMG height=3D150 src=3Dhttp://images.!
 amazon.com/images/P/B0000AZJVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://oem.neosoftwareshop.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download!
 ! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 43 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://oem.neosoftwareshop.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width!
 =3D105> <SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://oem.neosoftwareshop.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 36 re!
 views)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://oem.neosoftwareshop.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsma!
 ll vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://oem.neosoftwareshop.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 35 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5EB9F.04A24D00--




From info@mail.rtsfe.com Thu Nov 17 13:17:29 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcoK6-00051z-SF
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 13:17:29 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA11672
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 13:16:51 -0500 (EST)
Received: from [58.180.197.130] (helo=mail.rtsfe.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ecobl-0003cf-Qn
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 13:35:42 -0500
Received: (qmail 18224 invoked by uid 509); 18 Nov 2005 01:56:09 +0900
Date: 18 Nov 2005 01:56:09 +0900
Message-ID: <20051117165609.18223.qmail@mail.rtsfe.com>
From: info@rtsfe.com
To: sctp-impl-archive@ietf.org
Subject: $B40A4L5NA$NAG?M=PD%%[%9%H$N%"%k%P%$%H(B
X-Spam-Score: 4.0 (++++)
X-Scan-Signature: ffa9dfbbe7cc58b3fa6b8ae3e57b0aa3

$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-AG(-(-?M(-(-=P(-(-D%(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://www.awg5.net/?freehost
$B"(%[%9%HBgJg=8!J$*;n$740A4L5NAEPO?#O#K!*!K(B
$B"($9$Y$F%(%C%AL\E*$@$+$iNI$$;W$$$r$7$F>.8/$$2T$.!*(B
$B"($*Aj<j$O(B10$BBe!&#O#L!&Bg3X@8!&@lLg3X9;@8!&<c:J!&=O=w!&IwB/>n!&#S>n!&#M>n!&(B
$B%J!<%9!&%9%C%A!<$J$I(B
$B(.(,(/(.(,(/(.(,(/(.(,(/(B
$B(-40(-(-A4(-(-L5(-(-NA(-(B
$B(1(,(0(1(,(0(1(,(0(1(,(0(B
http://www.awg5.net/?freehost
$B(.(,(/(.(,(/(B
$B(-$*;n$7#O#K(-(B
$B(1(,(0(1(,(0(B
$B"(;E;v$N9g4V!"5YF|$rMxMQ$7$F<}F~%"%C%W$r$7$^$;$s$+!*D64JC1$JI{6H$G$9!#(B
$B!y5.J}$b%j%C%A$K$J$j$^$;$s$+!)(B
http://www.awg5.net/?freehost

$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B
An unnecessary person please reply at the following.
$B:#8e!"<u?.$r5qH]$9$k>l9g$OJV?.2<$5$$!#(B
pro75464@yahoo.com.au
$B!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a!&!a(B

18$B:PL$K~$OMxMQ6X;_$G$9!#(B



From info@mail.sudje.com Thu Nov 17 14:13:41 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcpCX-0002yI-B2
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 14:13:41 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA15090
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 14:13:06 -0500 (EST)
Received: from [58.180.197.186] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcpUB-0005f9-DS
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 14:31:58 -0500
Received: (qmail 8709 invoked by uid 510); 18 Nov 2005 02:58:14 +0900
Date: 18 Nov 2005 02:58:14 +0900
Message-ID: <20051117175814.8708.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $BAG?M=w@-!y0lBP0l$N%S%G%*;#1F$X1~Jg"v(B
X-Spam-Score: 4.2 (++++)
X-Scan-Signature: 798b2e660f1819ae38035ac1d8d5e3ab

$B!y=w@-$+$i$N%*%J%K$r;#1F$7$FM_$7$$$H$N0MMj$,;&E~$7!":$$C$F$$$k<!Bh$G$9!#(B
$B$=$3$G=w@-$NJ}$+$iNA6b$rD:$-!"$3$N4k2h$rN)$A>e$2$?<!Bh$G$9!#(B
http://www.awg5.net/?actor
$B"(@'Hs!";d$?$A=w@-%9%?%C%U$N4k2h$K;22C$7$F8+$^$;$s$+!*(B
$B"#"#"#CK@-$NJ}$K$O#PM-$j"#"#"#(B
http://www.awg5.net/?actor
$B"(%*%J%K0J30$NFs?M$NMm$_9g$&%7!<%s$r%S%G%*$G;#1F#O#K!*!*(B
_/_/_/_/_/$BAG?M#A#VCKM%Jg=8(B_/_/_/_/_/
$B!y;22CHqL5NA!*!*(B
$B!y$*Aj<j$OAG?M=w@-$+$i#A#V=wM%$NMq$,$*Aj<jCW$7$^$9!#(B
$B!y0lBP0l$N=w@-$N%*%J%K$r;#1F$7$FLc$$$^$9!#(B
$B!y0lEYFs?M$-$j$G4i9g$o$;$r$7$F$+$i7h$a$F2<$5$$"v(B
$B!y1GA|$O!"5.J}$,;}$A5"$C$F$b9=$$$^$;$s(B
$B!ZL5NA$G$9![(B
$B!y6a=j$N9%$_$N=w@-$r8!:w$G$-$^$9!#(B
http://www.awg5.net/?actor
$B"(0lEY!"%F%l%S$d;(;o$J$I$G8+$?=w$N;R$H$bBN83=PMh$k%A%c%s%9$G$9!#(B
$B!IAa$$$b$N>!$A$G$9!*!*!I(B
//////////////////////////////////////////////////////////
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bpro75464@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bpro75464@yahoo.com.au
////////////////////////////////////////////////////////// 



From iea@asgpinpals.com Thu Nov 17 16:30:36 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcrL1-0006ZB-83
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 16:30:36 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA26759
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 16:30:01 -0500 (EST)
Received: from c-67-185-243-80.hsd1.in.comcast.net ([67.185.243.80] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ecrch-0003ET-VH
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 16:48:53 -0500
Message-ID: <000001c5ebbd$4215d300$0100007f@localhost>
From: "Kai Hall" <iea@asgpinpals.com>
To: <sctp-impl-archive@ietf.org>
Subject: What IS OEM Software And Why Do You Care?
Date: Thu, 17 Nov 2005 16:30:39 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5EBBD.4215D300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5EBBD.4215D300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 34 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 42 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 48 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5EBBD.4215D300
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://shop.a1oem.net> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dhttp://shop.a1!
 oem.net> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://shop.a1oem.net> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://shop.a1oem.net> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://shop.a1oem.net> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://shop.a1oem.net> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></TD> <TD width=3D129> <A href=3Dhttp://shop.a1oem.!
 net> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://shop.a1oem.net> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://shop.a1oem.net> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://shop.a1oem.net> Adobe </A></FONT> <A href=3Dhttp://shop.a1oem.net> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FON!
 T face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://shop.a1oem.net> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://shop.a1oem.net> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://shop.a1oem.net> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://shop.a1oem.net> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B0000AZ!
 JVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://shop.a1oem.net> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P!
 ><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 38 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://shop.a1oem.net> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <!
 SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://shop.a1oem.net> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 34 reviews)</F!
 ONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://shop.a1oem.net> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign!
 =3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://shop.a1oem.net> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 33 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5EBBD.4215D300--




From info@mail.rtsfe.com Thu Nov 17 16:44:05 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcrY5-0003su-SG
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 16:44:05 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA27722
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 16:43:31 -0500 (EST)
Received: from [58.180.197.133] (helo=mail.rtsfe.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ecrpl-0003iy-Mf
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 17:02:23 -0500
Received: (qmail 21734 invoked by uid 509); 18 Nov 2005 05:04:22 +0900
Date: 18 Nov 2005 05:04:22 +0900
Message-ID: <20051117200422.21733.qmail@mail.rtsfe.com>
From: info@rtsfe.com
To: sctp-impl-archive@ietf.org
Subject: $B2T$.$^$;$s$+!*$$$$;W$$=PMh$^$9(B
X-Spam-Score: 4.0 (++++)
X-Scan-Signature: 79899194edc4f33a41f49410777972f8

$B"(NI$$;v$O$"$j$^$7$?$+!)ITK~$JJ}$O0lEY$GNI$$$N$GGA$$$F8+$F$M!*(B
http://www.awg5.net/?two1
$B!!!!!!!!!!!!!!!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2(B
    , $B!<(B - $B!"!!(B/$B$O$8$a$^$7$F!"CK@-=t7/$K4r$7$$$*CN$i$;$G$9!#(B
  $B&C(B $B!|(B  $B!|!3(B / $B40A4L5NAEPO?$N=PD%%[%9%HJg=8Cf!*!*(B
$B!!(Bl $B;0(B $B!&(B $B;0(B|/$B!!:#$N2T$.$KK~B-$7$F$^$9$+!)(B
$B!1(B ww~~~~~ww

$B!y$*;n$7EPO?$9$kJ}$O2<5-(BURL$B$+$i$I$&$>!*(B
$B!ZG<F@=PMh$J$$J}$OB(B`2q$7$F2<$5$$!#![(B
http://www.awg5.net/?two1
$B"($*;n$7EPO?$NJ}$K$O:GM%@h$K>R2pCW$7$^$9!*(B
$B"(=w@-$N2hA|$r8+$?$$J}$O@A5a$7$F2<$5$$!*=w@-$NJ}$b%j%/%(%9%H$KBP1~$7$F$/$l$^$9$N$G1sN8$J$/?=$7=P$F2<$5$$!#(B

$B#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x(B
$B"((BI don't veceive your mail$B"-(B
pro75464@yahoo.com.au
$B"(%a!<%kITMW"-(B
pro75464@yahoo.com.au
$B#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x(B



From info@mail.sudje.com Thu Nov 17 18:03:42 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ecsn8-0006qI-9e
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 18:03:42 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA03002
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 18:03:07 -0500 (EST)
Received: from [58.180.197.186] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ect4p-0006cl-LA
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 18:22:01 -0500
Received: (qmail 22773 invoked by uid 510); 18 Nov 2005 06:52:37 +0900
Date: 18 Nov 2005 06:52:37 +0900
Message-ID: <20051117215237.22772.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B"(=w@-EPO??M?t!"F|K\:GBg"((B
X-Spam-Score: 4.2 (++++)
X-Scan-Signature: 30ac594df0e66ffa5a93eb4c48bcb014

************************************************************************

$BEv%5%$%H$O=w@-$HCK@-$H$,%5%$%HFb$G%a!<%k$7$F$b$i$&$N$G$O$J$/CK@-$H=w@-$,=P2q$&>l$r:n$k;v$,%b%C%H!<$J$N$G$9!#(Bhttp://www.awg5.net/?a1$B$=$3$GEv%5%$%H$OCK@-$H=w@-$H$N:G=i$N%a!<%k$N%"%W%m!<%A$G%"%W%m!<%A$7$?B&$N%"%I%l%9$,Aj<j$KEA$o$k$h$&$K$J$C$F$*$j$^$9!#$J$N$GNA6b$O0l@Z$+$+$i$J$$$N$G0B?4$7$F$4MxMQ$J$l$^$9!#5.J}$KAGE($J=P2q$$$,$"$k;v$r;dC#$O1~1g$7$^$9!#(Bhttp://www.awg5.net/?a1
************************************************************************

$B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B
$B!c(BNO.I don't veceive your mail$B!d"M!!(Bpro75464@yahoo.com.au
$B!c:#8e!"<u?.$r5qH]$9$k>l9g$O!d"M!!(Bpro75464@yahoo.com.au
$B"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#"#(B 



From info@mail.njhfges.com Thu Nov 17 21:12:43 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ecvk3-0007WA-5j
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 21:12:43 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA12514
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 21:12:07 -0500 (EST)
Received: from [58.180.197.49] (helo=mail.njhfges.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ecw1m-000405-Vi
	for sctp-impl-archive@ietf.org; Thu, 17 Nov 2005 21:31:03 -0500
Received: (qmail 498 invoked by uid 508); 18 Nov 2005 09:53:58 +0900
Date: 18 Nov 2005 09:53:58 +0900
Message-ID: <20051118005358.497.qmail@mail.njhfges.com>
From: info@njhfges.com
To: sctp-impl-archive@ietf.org
Subject: $B%;%C%/%9%+%&%s%;%i!<!!=PD%%[%9%H40A4(B
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: d6b246023072368de71562c0ab503126

$B"(5.J}$bM=LsBT$A$N%+%j%9%^=PD%%[%9%H$rL\;X$7$F8+$^$;$s$+!*(B
$B!V<}F~(BUp$B$G2wE,$J@83h$r(B...$B!W(B
http://www.awg5.net/?favorite

$B!V?M@87P83K-IY$J=OG/=PD%%[%9%H$+$i855$$J<c<j=PD%%[%9%H$^$GMM!9$JG/NpAX$NJ}!"(B
$B$*;n$7EPO?$r$7$F8+$^$;$s$+!*!W(B
http://www.awg5.net/?favorite
$B!V=w@-$NJ}$N?&6H$O!W(B
$B3X@8(B/$B@lLg3X9;@8(B/$BBg3X1!@8(B/$B?M:J(B/OL/$B2q<RLr0w(B/$B<+1D6H(B/$B8xL30w(B/$B7]G=4X78(B/$B3+6H0e(B/$B2q<R(B
$B7P1D(B/.$B%[%9%F%9(B/$BIwB/>n(B/$B%U%j!<%?!<(B/$B$J$I(B
http://www.awg5.net/?favorite
$B"(6C$-$NJs=7$r2DG=$K$7$?$$J}$OD>$KGA$$$F2<$5$$!#(B

$B"#"""#"""#"""#"""#"""#(B
An unnecessary person please reply at the following.
$B6=L#L5$$J}$O"-(B
pro75464@yahoo.com.au
$B"#"""#"""#"""#"""#"""#(B
18$B:PL$K~$OMxMQ6X;_$G$9!#(B



From info@mail.sudje.com Thu Nov 17 23:55:38 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EcyHi-0000oQ-Lt
	for sctp-impl-archive@megatron.ietf.org; Thu, 17 Nov 2005 23:55:38 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA21013
	for <sctp-impl-archive@ietf.org>; Thu, 17 Nov 2005 23:55:03 -0500 (EST)
Received: from [58.180.197.185] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EcyZT-0000VQ-FT
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 00:14:00 -0500
Received: (qmail 5958 invoked by uid 510); 18 Nov 2005 12:41:56 +0900
Date: 18 Nov 2005 12:41:56 +0900
Message-ID: <20051118034156.5957.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B=w;R9;@8%;%U%l>R2p=j(B
X-Spam-Score: 4.0 (++++)
X-Scan-Signature: 08170828343bcf1325e4a0fb4584481c

$B"c%m%j!<%?$N$_$G$9!"6=L#$"$kJ}$N$_F~>l=PMh$^$9(B
$B!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&(B
$BIaCJ$J$+$J$+CgNI$/$J$l$J$$=w;R9;@8$r5.J}$K$4>R2p$7$^$9!#(B
$B$4>R2p$r<u$1$?$$J}$O$3$A$i$X(B $B"M(B http://www.awg5.net/?rori

$B"(1g=uL5$7$G!"IU$-9g$($k%;%U%l$r5a$a$F$k=w;R9b@8$N$_$N$4>R2p$G$9!#(B




$BG[?.Dd;_(B
$B"((BI don't veceive your mail
pro75464@yahoo.com.au
$B"(%a!<%kITMW(B
pro75464@yahoo.com.au



From info@mail.vusyeh.com Fri Nov 18 00:44:21 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ecz2r-0001kT-H4
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 00:44:21 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA22922
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 00:43:46 -0500 (EST)
Received: from [58.180.199.74] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EczKc-0001iT-NC
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 01:02:44 -0500
Received: (qmail 4044 invoked by uid 509); 18 Nov 2005 13:20:23 +0900
Date: 18 Nov 2005 13:20:23 +0900
Message-ID: <20051118042023.4043.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $BB>?M$K$OCN$i$;$J$$$G2<$5$$(B
X-Spam-Score: 4.0 (++++)
X-Scan-Signature: 7aefe408d50e9c7c47615841cb314bed

$BC/$K$b$3$N%5%$%H$r65$($J$$$G2<$5$$!#(B
http://www.00-love5.com/index2.php?naimitu



$B%a!<%kITMW(B
sweets85433@yahoo.com.au



From info@mail.njhfges.com Fri Nov 18 01:04:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EczMj-0007jj-7s
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 01:04:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA23978
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 01:04:18 -0500 (EST)
Received: from [58.180.197.48] (helo=mail.njhfges.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EczeU-0002JE-IZ
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 01:23:15 -0500
Received: (qmail 32069 invoked by uid 508); 18 Nov 2005 12:54:35 +0900
Date: 18 Nov 2005 12:54:35 +0900
Message-ID: <20051118035435.32068.qmail@mail.njhfges.com>
From: info@njhfges.com
To: sctp-impl-archive@ietf.org
Subject: $B=w;R9;@8%;%U%l>R2p=j(B
X-Spam-Score: 4.0 (++++)
X-Scan-Signature: 08170828343bcf1325e4a0fb4584481c

$B"c%m%j!<%?$N$_$G$9!"6=L#$"$kJ}$N$_F~>l=PMh$^$9(B
$B!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&!A!&(B
$BIaCJ$J$+$J$+CgNI$/$J$l$J$$=w;R9;@8$r5.J}$K$4>R2p$7$^$9!#(B
$B$4>R2p$r<u$1$?$$J}$O$3$A$i$X(B $B"M(B http://www.awg5.net/?rori

$B"(1g=uL5$7$G!"IU$-9g$($k%;%U%l$r5a$a$F$k=w;R9b@8$N$_$N$4>R2p$G$9!#(B




$BG[?.Dd;_(B
$B"((BI don't veceive your mail
pro75464@yahoo.com.au
$B"(%a!<%kITMW(B
pro75464@yahoo.com.au



From info@mail.ssaas.com Fri Nov 18 04:58:31 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ed30o-0006WG-Vv
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 04:58:31 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id EAA05340
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 04:57:54 -0500 (EST)
Received: from [58.180.217.70] (helo=mail.ssaas.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ed3Ia-00017H-Qr
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 05:16:53 -0500
Received: (qmail 12236 invoked by uid 509); 18 Nov 2005 16:21:13 +0900
Date: 18 Nov 2005 16:21:13 +0900
Message-ID: <20051118072113.12235.qmail@mail.ssaas.com>
From: info@ssaas.com
To: sctp-impl-archive@ietf.org
Subject: $B$"$J$?$O$I$3$+$i>pJs$rF@$F$$$^$9$+!)(B
X-Spam-Score: 4.2 (++++)
X-Scan-Signature: 1ac7cc0a4cd376402b85bc1961a86ac2

$B:#$^$G=P2q$$7O%5%$%H$G2?EY$d$j$H$j$7$F$-$^$7$?$+!)%a!<%k$N8r49$@$1$G=*$o$C$F$$$^$;$s$+!)(B
$B$9$C$]$+$5$l$^$;$s$G$7$?$+!)$h$jAa$/$h$jB?$/>pJs$r;}$C$F$$$k?M$@$1$,>!$AAH$K$J$l$k;v$K5$IU$-$^$;$s$+!)$"$J$?$,$3$l$rFI$s$G$$$k:GCf$b?t$"$k=P2q$$7O%5%$%H$NCf$+$i!"K\Ev$K=P2q$($k%5%$%H$r8+$D$1$F#H$7$^$/$C$F$$$k?M$,$$$^$9!#$=$l$,;d$G$9!#(B
$B$V$C$A$c$1$b$&K0$-$^$7$?!"$"$J$?$b$=$NFb<+J,$N$7$F$$$?6r$+$5$K5$IU$/;~$,$-$^$9!#(B
$B$=$l$G$b$h$m$7$1$l$P$3$N%5%$%H$r:9$7>e$2$^$9!#(B
$B;d$NCN?M$,<+J,$N<qL#$@$1$GN)$A>e$2$?%5%$%H$J$N$G0lHL$N?M$K$O8x3+$5$l$F$$$^$;$s!#(B
$BITFCDjB??t$N=w@-$rJz$/;v$,6r9T$H5$IU$$$?;~$O$b$&CY$$$G$9$h!#(B
http://www.00-love5.com/?net

I don't veceive your mail
sweets85433@yahoo.com.au
$B%a!<%k$N<u?.$r5qH]$9$kJ}$O(B
sweets85433@yahoo.com.au

===================================



From info@mail.sudje.com Fri Nov 18 09:18:42 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ed74a-0000Pw-Gx
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 09:18:42 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA20236
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 09:18:04 -0500 (EST)
Received: from [58.180.197.188] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ed7MQ-0001SM-6v
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 09:37:07 -0500
Received: (qmail 2592 invoked by uid 510); 18 Nov 2005 22:03:11 +0900
Date: 18 Nov 2005 22:03:11 +0900
Message-ID: <20051118130311.2591.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B6[5^$N$*CN$i$;(B
X-Spam-Score: 4.0 (++++)
X-Scan-Signature: 08e48e05374109708c00c6208b534009

$B(#"c6[5^B.Js"d($(B
   $B!y40A4L5NA!y(B
$B(&!=!=!=!=!=!=(%(B
$B:#5U1g=u$,%"%D$$"M(B http://www.awg5.net/?kane $B$*6b$b$+$1$:$K$9$0$K(BH$B$J=w$N;R$H2q$($k$J$iM7$s$@J}$,$$$$$h$M!)(B
$BKhLk3Z$7$$;~4V2a$4$7$F$_$^$;$s$+!)(B

$B"((BI don't veceive your mail$B!!"M!!(Bpro75464@yahoo.com.au
$B"(%a!<%kITMW!!"M!!(Bpro75464@yahoo.com.au



From info@mail.vusyeh.com Fri Nov 18 09:26:12 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ed7Bs-0005Y9-7X
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 09:26:12 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id JAA20560
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 09:25:36 -0500 (EST)
Received: from [58.180.199.79] (helo=mail.vusyeh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ed7Th-0001fG-Sy
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 09:44:39 -0500
Received: (qmail 16976 invoked by uid 509); 18 Nov 2005 22:01:39 +0900
Date: 18 Nov 2005 22:01:39 +0900
Message-ID: <20051118130139.16975.qmail@mail.vusyeh.com>
From: info@vusyeh.com
To: sctp-impl-archive@ietf.org
Subject: $BAaB.:#HU$+$i(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 68c8cc8a64a9d0402e43b8eee9fc4199

$B:#=5$N%i%s%-%s%0$rH/I=!*(B
$BKh=5%"%/%;%9$NB?$$#5?M$N=w$N;R$rH/I=!*(B
$B?M5$<T$NH`=w$?$A$,%"%J%?$+$i$N%a!<%k$rBT$C$F$^$9!#(B

$B5$$KF~$C$?Aj<j$KD>@\%a!<%k$rAw$l$A$c$&$N$G!"$h$j3N<B$K=P2q$$$r%2%C%H!*$"$l$3$lG:$`A0$KAaB.%a!<%k$7$A$c$*$&!*!*(B

http://www.00-love5.com/?aki

$B"((BI don't veceive your mail$B"-(B
sweet_info3515@yahoo.co.uk
$B"(G[?.Dd;_"-(B
sweet_info3515@yahoo.co.uk



From euromillions2005@rediffmail.com Fri Nov 18 10:29:35 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ed8BC-0004xy-9a
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 10:29:35 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA23576
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 10:28:58 -0500 (EST)
Received: from [82.144.3.146] (helo=puesto7)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Ed8T3-0003Zq-A5
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 10:48:02 -0500
From: "EURO MILLIONES" <euromillions2005@rediffmail.com>
To: "Sctp-impl-archive" <sctp-impl-archive@ietf.org>
Subject: VERY URGENT!!!
Date: Fri, 18 Nov 2005 16:29:08 +0100
Reply-To: "EURO MILLIONES" <euromillions2005@rediffmail.com>
Message-ID: <30919862.20051118162908@rediffmail.com>
X-Priority: 3 (Normal)
MIME-Version: 1.0
Organization: EURO MILLIONES
Content-Type: multipart/alternative;  boundary="----_PartID_889826916328425"
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: 3971661e40967acfc35f708dd5f33760

This is a multi-part message in MIME format.

------_PartID_889826916328425
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable


EURO MILLION LOTTO. BV
EURO MILLION LOTTO -wheel E-game
CALLE GOYA 23,80110 BARCELONA,
SPAIN.
PAYMENT NUMBER : 0987987-ES

                      NOTICE OF CONSOLATION PRIZE WINNING

E.A.S.T. NO: 90/ES

Dear Consolation Prize Winner,
This email confirms that you have received from the EURO MILLION LOTTO wheel Email-games an official notification of your payment number in the
EURO MILLION AUTOMATIC SUBSCRIPTION TICKET GAME (F.A.S.T) played on Oct, 10th, 2005 at our lottery office complex Spain.
You have won a EURO MILLION LOTTO PRIZE OF (_1.500,000.00 EUROS) A prize pay out of your winning has been approved by the EURO LOTTO GROUP. In
accordance with the Spanish award ordinance, you are authorized as the award prize winner to request claims of your winning prize.
The EURO MILLION AUTOMATIC SUBSCRIPTION TICKET (E.A.S.T) GAME is an online promotional program organized by the EURO LOTTO GROUP INTERNATIONAL. This program is sponsored by COCA -COLA,VODAPHONE,MICROSOFT AND A HOST OF OTHER COMPANIES.
Your company or your personal email address, attached to winning number
   
With serial number 976781, consequently won this lottery award.
A total of 500,000 different email addresses are entered for the
EURO MILLION LOTTO AUTOMATIC SUBSCRIPTION TICKET GAME (E.A.S.T). All email addresses entered for the game are submitted by our partner international email service providers/ marketing companies and public services providers.
Winners are randomly selected systematically through our Electronic
Random Selection System (ERSS). Your email ID or your company email ID was included among the 500,000 email addresses and entered for Batch 19765 with Ticket No.0672312 and was luckily selected among 1-45 winners.
Note that the EURO MILLION LOTTO will remit prize pay out to only winners who officially file in for their prize claims. You are to choose one out of the listed option by which you want your prize remitted to you:
(1) A certified Cheque will be issued in your name and couriered to your
resident address.
(2) Traveling to our office in Madrid for personal collection of winning prize.
(3) Transfering of fund to any Bank account of your choice in any part of the world.
You are required to file your claims by contacting the OFFICE Prize
Remittance Division EMAIL:euromillion@rediffmail.com
Completely fill out the Claim Form - E provided herein and submit a
completed filled form via email to the Prize Remittance Division.
Your winning information has been provided above.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

1. FULL NAMES: ------------------------------------
2.NATIONALITY: -------------------------------------
3. AGE ---------------------------------------------
4. SEX: --------------------------------------------
5. MARITAL STATUS: ---------------------------------
6. CONTACT ADDRESS: -------------------------------
7. TELEPHONE NUMBER: -------------------------------
8. OCCUPATION: ---------------------------------------
9. WINNING E-MAIL ADDRESS:----------------------------
10 COMPANY:----------------------------------------------
11.PAYMENT FILE NUMBER:----------------------------------
Please indicate \"X\" for the option you want your prize remitted to you.
Listed below is our payment modalities and option of payment.
(1) TRAVELLING TO SPAIN FOR YOUR PRIZE COLLECTION:
[.....]
(2) BY COURIER DELIVERY OF YOUR PRIZE CHEQUE:
[....]
(3) BY BANK TELEGRAPHIC TRANSFER
[.....]
----------------------------------------------------------------------------
THIS EMAIL WAS SENT FROM THE DESK OF THE ORGANIZATION PRESIDENT EURO LOTTO, ON BEHALF OF E.A.S.T GAMES 2005.
CONGRATULATIONS ON YOUR WINNING.
SINCERELY,
RICHARDO I=D1ANKI (MR),
GROUP PRESIDENT - EMLW


------_PartID_889826916328425
Content-Type: text/html; charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

<HTML>
<HEAD>
<META NAME=3D"GENERATOR" Content=3D"Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<P><BR>EURO MILLION LOTTO. BV<BR>EURO MILLION LOTTO -wheel 
E-game<BR>CALLE GOYA 23,80110 BARCELONA,<BR>SPAIN.</P>
<P><STRONG>PAYMENT NUMBER : 0987987-ES</STRONG></P>
<P><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<U><STRONG>NOTICE OF CONSOLATION PRIZE WINNING</STRONG></U></P>
<P>&nbsp;</P>
<P><STRONG>E.A.S.T. NO: 90/ES</STRONG></P>
<P><BR>Dear Consolation Prize Winner,</P>
<P>This email confirms that you have received from the EURO MILLION LOTTO wheel 
Email-games an official notification of your payment number in the<BR>EURO 
MILLION AUTOMATIC SUBSCRIPTION TICKET GAME (F.A.S.T) played on Oct, 10th, 2005 
at our lottery office complex Spain.</P>
<P>You have won a EURO MILLION LOTTO PRIZE OF <STRONG>(_1.500,000.00 
EUROS)</STRONG> A prize pay out of your winning has been approved by the EURO 
LOTTO GROUP. In<BR>accordance with the Spanish award ordinance, you are 
authorized as the award prize winner to request claims of your winning 
prize.<BR>The EURO MILLION AUTOMATIC SUBSCRIPTION TICKET (E.A.S.T) GAME is an 
online promotional program organized by the EURO LOTTO GROUP INTERNATIONAL. This 
program is sponsored by COCA -COLA,VODAPHONE,MICROSOFT AND A HOST OF OTHER 
COMPANIES.</P>
<P>Your company or your personal email address, attached to winning 
number<BR>&nbsp;&nbsp; <BR>With <STRONG>serial number</STRONG> 
<STRONG>976781</STRONG>, consequently won this lottery award.<BR>A total of 
500,000 different email addresses are entered for the<BR>EURO MILLION LOTTO 
AUTOMATIC SUBSCRIPTION TICKET GAME (E.A.S.T). All email addresses entered for 
the game are submitted by our partner international email service providers/ 
marketing companies and public services providers.</P>
<P>Winners are randomly selected systematically through our Electronic<BR>Random 
Selection System (ERSS). Your email ID or your company email ID was included 
among the 500,000 email addresses and entered for <STRONG>Batch 19765</STRONG> 
with <STRONG>Ticket No.0672312</STRONG> and was luckily selected among 1-45 
winners.</P>
<P>Note that the EURO MILLION LOTTO will remit prize pay out to only winners who 
officially file in for their prize claims. You are to choose one out of the 
listed option by which you want your prize remitted to you:</P>
<P>(1) A certified Cheque will be issued in your name and couriered to 
your<BR>resident address.</P>
<P>(2) Traveling to our office in Madrid for personal collection of winning 
prize.</P>
<P>(3) Transfering of fund to any Bank account of your choice in any part of the 
world.</P>
<P>You are required to file your claims by contacting the OFFICE 
Prize<BR>Remittance Division 
EMAIL:<STRONG>euromillion@rediffmail.com</STRONG></P>
<P>Completely fill out the Claim Form - E provided herein and submit 
a<BR>completed filled form via email to the Prize Remittance Division.<BR>Your 
winning information has been provided 
above.<BR>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D</P>
<P><BR>1. FULL NAMES: ------------------------------------</P>
<P>2.NATIONALITY: -------------------------------------</P>
<P>3. AGE ---------------------------------------------</P>
<P>4. SEX: --------------------------------------------</P>
<P>5. MARITAL STATUS: ---------------------------------</P>
<P>6. CONTACT ADDRESS: -------------------------------</P>
<P>7. TELEPHONE NUMBER: -------------------------------</P>
<P>8. OCCUPATION: ---------------------------------------</P>
<P>9. WINNING E-MAIL ADDRESS:----------------------------</P>
<P>10 COMPANY:----------------------------------------------</P>
<P>11.PAYMENT FILE NUMBER:----------------------------------</P>
<P>Please indicate \"X\" for the option you want your prize remitted to 
you.<BR>Listed below is our payment modalities and option of payment.</P>
<P>(1) TRAVELLING TO SPAIN FOR YOUR PRIZE COLLECTION:<BR>[.....]<BR>(2) BY 
COURIER DELIVERY OF YOUR PRIZE CHEQUE:<BR>[....]<BR>(3) BY BANK TELEGRAPHIC 
TRANSFER<BR>[.....]</P>
<P>----------------------------------------------------------------------------<BR>THIS 
EMAIL WAS SENT FROM THE DESK OF THE ORGANIZATION PRESIDENT EURO LOTTO, ON BEHALF 
OF E.A.S.T GAMES 2005.<BR>CONGRATULATIONS ON YOUR WINNING.</P>
<P>SINCERELY,<BR>RICHARDO I=D1ANKI (MR),<BR>GROUP PRESIDENT - 
EMLW<BR></P>
</BODY>
</HTML>


------_PartID_889826916328425--




From info@mail.skdjdh.com Fri Nov 18 12:38:48 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdACG-0006MR-0x
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 12:38:48 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA01077
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 12:38:12 -0500 (EST)
Received: from [58.180.197.174] (helo=mail.skdjdh.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdAU7-0007NT-TV
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 12:57:16 -0500
Received: (qmail 7475 invoked by uid 510); 19 Nov 2005 00:04:00 +0900
Date: 19 Nov 2005 00:04:00 +0900
Message-ID: <20051118150400.7474.qmail@mail.skdjdh.com>
From: info@skdjdh.com
To: sctp-impl-archive@ietf.org
Subject: $B!yD69k2Z%W%l%<%s%H<B;\Cf!*!y(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 39bd8f8cbb76cae18b7e23f7cf6b2b9f

$BEv%5%$%H$O#2<~G/$r7^$(!"8=:_6H3&$K$*$$$FBgJQ0B?4$7$FMxMQ$G$-$k%5%$%H$H$7$F$N(B
$B8|$$?.MQ$r!"$*0~MM$G3MF@$9$k$3$H$,$G$-$^$7$?!#K\Ev$KM-Fq$&$4$6$$$^$9!#(B
$B$3$NEY!"%5%$%H$r%j%K%e!<%"%kCW$7$^$7$?$N$G@'Hs0lEY$*1[$72<$5$$$^$;!#(B
$B!~(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,!~(B
$B(-(B    $B!y!#!&!,!z(B   $B%j%K%e!<%"%k4k2hBh0lCF!!!y!#!&!,!z(B   $B!!(B  $B!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!(-(B
$B!~(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B http://www.awg5.net/?kensyo  $B!~(B

$B"'8=:_!V?75,$4EPO?!W$N3'MM$NCf$+$iCjA*$G(B100$BL>$NJ}$K9k2Z%W%l%<%s%H$rB#DhCf!*(B

1. Louis Vuitton $B%H%j%W%k%3%$%k(B
2. Louis Vuitton $B%@%_%((B $B%H%j%"%J(B
3. ROREX $B%7!<%I%%%(%i!<(B
[ W$B%A%c%s%9"v(B]
SONY NW-507L $B%"!<%:%k%V%k!<(B $B%a%b%j!<%*!<%G%#%*(B 1GB

$B!}$9$01~Jg"v"*(B http://www.awg5.net/?kensyo

$B!,!}!#!y!,!#!~!!!y(B $B40A4L5NA%(%s%H%j!<8e!"!V(B10,000$B1_!WJ,L5NA%]%$%s%H!JMW(BTel$BG'>Z!KB#DhCf!*(B
$B!@%W%l%<%s%H!?(B $B(.(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(/(B
$B!!!@!@!!!?!?!!!V9k2Z%W%l%<%s%H!W$H!V??2F$N%(%C%AAj<j!W(BGET$B"v$O$3$3$G7h$^$j$G$9$M"v(B
$B!!(#(!(((!($!!!!!!!!(B               http://www.awg5.net/?kensyo$B!!(B
$B!!('(B  $B=K(B   |$B!!(B $B(1(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(0(B
$B!!(&(!(*(!(%!!!!!y(B $B;n$7$FD:$$$F@dBPB;$O$"$j$^$;$s!*<+?.$r;}$C$F$*>)$a$7$^$9!*@'Hs$*;n$72<$5$$$^$;!#(B


$B(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(B
$B"($=$NB>HqMQ$O0l@Z3]$+$i$J$$$3$H$rL@8@$5$;$FD:$-$^$9$N$G0B?4$7$F$*;n$72<$5$$!#(B
$B"(L5NA%]%$%s%H>C2=8e!"5$$KF~$C$FD:$1$^$7$?$i!"<c43M-NA$H$J$j$^$9$,%]%$%s%H$r$49XF~2<$5$$$^$;!#(B
$B"(%5%$%H$H$7$F!V2q$($k$^$GJ]>Z!W$b<B;\$5$;$FD:$$$F$*$j$^$9!#AGE($J=P2q$$$r$"$J$?$X!#(B

------------------------------------------------------------------------------
$B""9XFI2r=|J}K!(B
An unnecessary person please reply at the following.
$B9XFI2r=|$r$44uK>$NJ}$O!"$*<j?t$G$9$,2<5-(BURL$B08$K$4O"Mm$/$@$5$$!#(B
pr_pose_info_manage@yahoo.ca
==============================================================================
$B"((B18$B6X(B



From dsunyol@avcdhouston.com Fri Nov 18 14:12:49 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdBfD-0002um-Qx
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 14:12:49 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA05084
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 14:12:12 -0500 (EST)
Received: from [212.62.46.98] (helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdBx0-0000xN-2W
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 14:31:17 -0500
Received: from [205.248.102.79] (port=25 helo=mailc.microsoft.com)
	by mailc.microsoft.com with smtp 
	for bg@microsoft.com; Fri, 18 Nov 2005 19:12:02 +0200
Received: from [32.97.182.141] (port=25 helo=e1.ny.us.ibm.com)
	by e1.ny.us.ibm.com with smtp 
	for bg@ibm.com; Fri, 18 Nov 2005 19:12:02 +0200
Message-ID: <000001c5ec72$caa27b00$0100007f@localhost>
From: "Ronald Henderson" <dsunyol@avcdhouston.com>
To: <sctp-impl-archive@ietf.org>
Subject: Make her worship you!    
Date: Fri, 18 Nov 2005 19:12:02 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5EC72.CAA27B00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 2.3 (++)
X-Scan-Signature: 057ebe9b96adec30a7efb2aeda4c26a4

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5EC72.CAA27B00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!

A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!

Here's the link to check out!

Name Patches Regular Now  
Steel Package 10 Patches $79.95 $49.95 Free shipping 
Silver Package 25 Patches $129.95 $99.95 Free shipping and exercise manual included 
Gold Package 40 Patches $189.95 $149.95 Free shipping and exercise manual included 
Platinum Package 65 Patches $259.95 $199.95 Free shipping and exercise manual included 


------=_NextPart_000_0001_01C5EC72.CAA27B00
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<STYLE>
body{font-size:12px; font-family: verdana;}
td { padding: 5px; }
nm { font:bold; color: #9c0000; }
our_pr { font:bold; text-align:center; color: red; }
old_pr { font:italic; text-align:center; }
l {border:1px solid #d2e4fc; font-size:12px; font-family: verdana;  }
top {border:1px solid #d2e4fc;background:#d2e4fc; font:bold; text-align:center;  }
</STYLE>
</HEAD>
<BODY bgcolor=3D"#FFFFFF">
Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!<BR><BR>
 
A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.<BR><BR>

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!<BR><BR>

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!<BR><BR>
<A href=3D"http://www.zeralo.com/pt/?46&upixbr">Here's the link to check out!</A></P>
<TABLE class=3D"l" align=3D"center">
<TR class=3D"top">
<TD>Name</TD>
<TD>Patches</TD>
<TD>Regular</TD>
<TD>Now</TD>
<TD> </TD>
</TR>
<TR>
<TD class=3D"nm">Steel Package</TD>
<TD><B>10</B> Patches</TD>
<TD class=3D"old_pr">$79.95</TD>
<TD class=3D"our_pr">$49.95</TD>
<TD>Free shipping</TD>
</TR>
<TR>
<TD class=3D"nm">Silver Package</TD>
<TD><B>25</B> Patches</TD>
<TD class=3D"old_pr">$129.95</TD>
<TD class=3D"our_pr">$99.95</TD>
<TD>Free shipping and exercise manual included</TD>
</TR>
<TR>
<TD class=3D"nm">Gold Package</TD>
<TD><B>40</B> Patches</TD>
<TD class=3D"old_pr">$189.95</TD>
<TD class=3D"our_pr">$149.95</TD>
<TD>Free shipping and exercise manual included</TD>
</TR>
<TR>
<TD class=3D"nm">Platinum Package</TD>
<TD><B>65</B> Patches</TD>
<TD class=3D"old_pr">$259.95</TD>
<TD class=3D"our_pr">$199.95</TD>
<TD>Free shipping and exercise manual included</TD>
</TR>
</TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies addition Christian pledge following special ways they forward ever held before member For sake character future success well supreme cause keep pledge unflinchingly Endeavor persistently but courteously seek after ask our prayers advice meeting Never discontinue endeavors get new Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after an orphans visit widows to fatherless write letters a invitation condolence the establish missions new es growing parts city hold kindness least thousand personal friends Baptist Select leading duty follow waiting asked Make yourself master some line Christian effort Save Five these ago started Logan suburb Philadelphia successful was their soon grew flourishing Ushers strongest helpful organizations furthering ushers twenty-four banded together businesslike mutual pleasure good fellowship also better conduct in!
 terests they hand They under leadership or chief usher president the spirit hospitality pervades to finds happiest expression a courteous welcome ready attention so accorded visitors ushers All willing seats strangers occasions names
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
cause The Missionary Circle combines in one organization all interested in missionary work One afternoon a month the meet in the Lower to sew have supper together and afterward hold religious services The are advised in the hand-book to-- Suggest plans for raising money arrange for a series of addresses organize of childrens societies distribute missionary the literature maintain a circulating library of missionary books correspond with missionaries solicit and work for the missionary barrels send out comfort bags advocate missions in the prayer meetings and socials encourage are preparing for or are going into foreign fields and maintain special missionary prayer meetings of the have started several missions some of have already grown into flourishing es The Logan Baptist and the Tioga Baptist are both daughters of The The Samaritan Aid Society sews and secures contributions of clothing and such supplies for the Samaritan Hospital Other charities however needing such help f!
 ind it ever willing to lend aid It is ready for any emergency that may arise A hurry call was sent once for sheets pillow cases and garments for the sick at Samaritan Hospital The President of the Society quickly summoned the Merchants were visited and contributions of muslin and thread secured Sewing machines were sent to the Lower An all-day sewing bee was held could came all day others dropped in as time permitted and by sunset more than three hundred pieces of work were finished Two other organizations very helpful to the of the are the Mens Beneficial and the Womens Beneficial They are purely for the benefit of during sickness or bereavement and are managed as all such s are paying $500 a week during sickness and $100 at death The books are closed at the end of each year and the fund started afresh The Building and Loan was organized by the hip of the Business Mens and is officered by prominent of the But it is not in any way a organization and is not under the managem!
 ent of the It is very successful and stockholders are composed largely
 of To keep and friends in touch with the many lines of activity in the works a magazine The Review is published It is a private business enterprise but it chronicles work and publishes each week Dr Conwells sermons Many living at a distance cannot come often to The find it most enjoyable and helpful to thus obtain their pastors sermons and to look through the printed page into the busy life of the chu
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
An additional source is needed Cells are so-called open systems ie they are dependent on the continuous uptake of and nutriments During evolution have only life-forms survived that were able to use the available raw materials efficiently Cells have two fundamental ways to generate :
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
To understand the cells metabolism and balance better will we at first review some basic laws of thermodynamics We will discuss the nature of oxidation and reduction and finally the mechanisms of enzymatic catalysis in detail
</TEXTAREA></BODY>
</HTML>

------=_NextPart_000_0001_01C5EC72.CAA27B00--




From info@mail.sudje.com Fri Nov 18 15:04:58 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdCTh-0008E1-Ep
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 15:04:58 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA07349
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 15:04:21 -0500 (EST)
Received: from [58.180.197.187] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdCla-0002AE-UD
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 15:23:27 -0500
Received: (qmail 19882 invoked by uid 510); 19 Nov 2005 03:55:37 +0900
Date: 19 Nov 2005 03:55:37 +0900
Message-ID: <20051118185537.19881.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B:#$+$i1XA0$N%3%s%S%K$G0)$($k$+$J!)(B?$B>~pn%gdp(B$B%3%C%C%g%*%g%C%=(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 1ac7cc0a4cd376402b85bc1961a86ac2

$B$b$7!"Bg>fIW$J$i04$N%D%D%b$KJV;v2<$5$$%#!+!+"v(B
$B%3%C%C%g%*%g%C%=(B
$B4JC1$J%W%m%UIU$G$*4j$$$M!y(B



$B%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e(B
$B04$5$s$NMM$KB(%"%]2DG=$J%(%C%A$G2D0&$$;R$,0lGU!*(B

$BG[?.5qH]$O$3$A$i$X(B
$B"(%N(B $B%!(B   
$B!,!,!,%?%g(B
$B"(%a!<%kITMW(B
$B!,!,!,%?%g(B



From Jgbubzu@optonline.net Fri Nov 18 16:12:03 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdDWd-0002yj-AU; Fri, 18 Nov 2005 16:12:03 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA10987;
	Fri, 18 Nov 2005 16:11:27 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EdDoY-00043H-3s; Fri, 18 Nov 2005 16:30:34 -0500
Received: from c3eea0366.cable.wanadoo.nl ([62.234.3.102] helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EdDWc-0003wY-Ba; Fri, 18 Nov 2005 16:12:02 -0500
From: "Saundra Burke" <Jgbubzu@optonline.net>
To: sctp-impl-archive@ietf.org
Subject: Re: Our last email
Date: Sat, 19 Nov 2005 03:03:55 +0600
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_KNKQBUAJ.NCSEFUNS"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1EdDWc-0003wY-Ba@mx2.foretec.com>
X-Spam-Score: 0.8 (/)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_KNKQBUAJ.NCSEFUNS
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your situation has been reviewed to the specific groups, and upon careful weighing up, we are able to volunteer to you the consequent prospect.

Based upon careful weighing up you meet the criteria to get a openhanded benefit on your first property investment.

By completing the consequent attached form in a timely manner we will be able to finalize our assessment, and we feel positive you will get not only a better rate of interest, but also a cash return that will execute all your holiday needs and more!

Please go here to finalize this step of the settlement.

With kind regards,

Saundra Burke







Should you prefer not to enjoy participation of this holiday prospect you can go here.

------=_NextPart_000_0000_KNKQBUAJ.NCSEFUNS
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your situation has been reviewed to the specific groups, and upon careful weighing up, we are able to volunteer to you the consequent prospect.<P>
Based upon careful weighing up you meet the criteria to get a openhanded benefit on your first property investment.<P>
By completing the consequent attached form in a timely manner we will be able to finalize our assessment, and we feel positive you will get not only a better rate of interest, but also a cash return that will execute all your holiday needs and more!<P>
<A HREF="http://constant-2.com/indeed.asp">Please go here to finalize this step of the settlement.</A><P>
With kind regards,<P>
Saundra Burke<P><P><BR><BR><P><BR>

Should you prefer not to enjoy participation of this holiday prospect you can go <A HREF="http://constant-2.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_KNKQBUAJ.NCSEFUNS--



From info@mail.eudhr.com Fri Nov 18 17:05:02 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdELu-0007If-9T
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 17:05:02 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA13445
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 17:04:25 -0500 (EST)
Received: from [58.180.196.211] (helo=mail.eudhr.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdEdo-0005Gk-1V
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 17:23:33 -0500
Received: (qmail 5119 invoked by uid 510); 19 Nov 2005 02:12:12 +0900
Date: 19 Nov 2005 02:12:12 +0900
Message-ID: <20051118171212.5118.qmail@mail.eudhr.com>
From: info@eudhr.com
To: sctp-impl-archive@ietf.org
Subject: $BHV9f65$($F(B!!
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581



 $BNkLZ!!$"$:$5MM$+$i$NO"Mm$G$9!'(B
$B$$$/$i;XL>$7$F$bO"Mm$,Mh$J$$$1$I!";d$8$c$@$a$J$N!)(B $B6b3[$KITK~$,$"$j$^$7$?$i!"Fs?MEEOC$GAjCL$K>h$j$^$9!";d$NHV9f$O(B09061**0**8$B$G$9!#$G$b!"$o$+$i$J$$HV9f$K(B
$B=P$k$N$OI]$$$+$i!"(B
http://www.lovegal2.net?suzuki
$B$3$3$+$iEPO?$7$F%a!<%k$G5.J}$NHV9f$HOC$;$k;~4V$r65$($F$/$@$5$$!"$3$A$i$+$iO"Mm$7$^$9!";d$N(BID$B$O!Z(B134401$B![$G$9!#(B


$B99$KL5NA$G$4MxMQD:$1$k0Y!"!Z(B10,000$B1_J,![$NL5NA%]%$%s%H(B($BEEOC(B
$BG'>ZL5NA(B)$B$b$4MQ0U$7$F$*$j$^$9$N$G!"$$$D$G$b(B($B#2#4;~4VBP1~(B)$B4J(B
$BC1$KDI2C$G$-$^$9!#$3$l$^$G$NHqMQ$O0l@Z$4$6$$$^$;$s$N$G!"$40B(B
$B?42<$5$$!#(B




$B5qH]$NJ}$O%3%A%i(B
Please inform the following address if this mail is unnecessary. 

nomore@lovegal2.net



From RNVVN@cv.sony.co.jp Fri Nov 18 21:45:06 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdIiw-0004kE-7f; Fri, 18 Nov 2005 21:45:06 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA00340;
	Fri, 18 Nov 2005 21:44:29 -0500 (EST)
Received: from 85-18-251-3.ip.fastwebnet.it ([85.18.251.3])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdJ0p-0004c6-Qx; Fri, 18 Nov 2005 22:03:39 -0500
Received: from [138.156.140.246] by reubA13C.enormous.85.18.251.3 via HTTP; Fri, 18 Nov 2005 19:36:57 -0700
Message-ID: <A5A8262934BE.4DBB3@85.18.251.3>
Reply-To: "Isaiah considerate" <RNVVN@cv.sony.co.jp>
From: "Isaiah considerate" <RNVVN@cv.sony.co.jp>
To: ifmib@ietf.org
Cc: sctp-impl-archive@ietf.org, mbeaulie@ietf.org
Subject: physician list 700,000, 500,000 mailing address, 176,000 e-mail addresse:
Date: Sat, 19 Nov 2005 03:41:57 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--DD1BA3A12ABE08D66"
X-Spam-Score: 1.5 (+)
X-Scan-Signature: c1c65599517f9ac32519d043c37c5336

----DD1BA3A12ABE08D66
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable


http://8pkatherinenNoemi.LIFEREVIEW.INFO


































ramove me from your list : http://lifereview.info/re

I mistrust the judgment of every man in a case in which his own wished are=
 concerned. - Duke of Wellington=20

----DD1BA3A12ABE08D66--



From info@mail.sudje.com Fri Nov 18 23:30:29 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdKMv-0003Op-KW
	for sctp-impl-archive@megatron.ietf.org; Fri, 18 Nov 2005 23:30:29 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA04836
	for <sctp-impl-archive@ietf.org>; Fri, 18 Nov 2005 23:29:52 -0500 (EST)
Received: from [58.180.197.187] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdKes-0006un-VO
	for sctp-impl-archive@ietf.org; Fri, 18 Nov 2005 23:49:03 -0500
Received: (qmail 16660 invoked by uid 510); 19 Nov 2005 12:15:13 +0900
Date: 19 Nov 2005 12:15:13 +0900
Message-ID: <20051119031513.16659.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B%m%j%3%s:G?7>pJs!J40A4L5NA!K(B?ccccccccccZ
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: c3a18ef96977fc9bcc21a621cbf1174b

$B(.(.(#(B $B!!(BAetane News$B!J(B2005$BG/(B8$B7nHG!K(B
$B(.(.(.(B   
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B

$B!!$3$s$K$A$O!*(B
$B!!8BDj8x3+(BBBS$B$rFC@_$7$^$7$?!*(B
$B!!(B
$B!!2q0w8BDj$J$N$G!"B>$NJ}$K$OHkL)$K$7$F2<$5$$$M"v(B
$B!!$+$J$j2D0&$$L<$,B7$C$F$$$^$9!#(B
$B!!(B
$B!!:#$9$0$4Mw$/$@$5$$!*(B(^^)
$B!!(B
$B!!(Bhttp://www.awg5.net/?pussy

$B"!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"!(B
$B!!!!(B<< C$B!!(BO$B!!(BN$B!!(BT$B!!(BE$B!!(BN$B!!(BT$B!!(BS >>
$B"!(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,"!(B
$B!?!?!y<+Bp$G(B2shot$B@8EEOC(B
$B!?!?!y#S#M:G?7>pJs(B
$B!?!?!y8BDj8x3+%W%m%U%#!<%k(B

$B"#<+Bp$G(B2shot$B@8EEOC(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B"'EEOC$GB(7h$r$44uK>$N$*5RMM$X!yEv2q0wMM$*$9$9$a$N=w@-$?$A$G$9!#(B

$B""$"$:$5!!(B(19)
$B!!!V$a$C$A$c$+$o$$$$$G$9!*!*!W(B

$B""$R$J$N!!(B(21)
$B!!!V%A%c!<%_%s%0$J>P4i$H#E%+%C%WH~F}$N%"%s%P%i%s%9$,$H$F$bL%NOE*(B(*^^*)$B!W(B

$B""$^$I$+!!(B(20)
$B!!!V%(%C%A$K@Q6KE*$JL@$k$/$F855$$J=w$N;R!#!W(B

$B""$J$*$_!!(B(18)
$B!!!V$^$@$"$I$1$J$5$,;D$k2D0&$$L<$@$M!#!W(B

$B"(EEOC$G#H!yB(%"%]!yNx?MJg=8!yEy!&!&A4$F$N$*5RMM$N4uK>$K$*1~$(CW$7$^$9"v(B
http://www.awg5.net/?pussy

$B"##S#M:G?7>pJs(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B(.(,(,(,(,(,(,(,(,(,(B
$B(-!z#S#M>pJsBh#3CF!z(B
$B(-=w2&MM$N$9$i$j$H?-$S$?H~5S$d$`$C$A$j$7$?%*%7%j$r4.G=!*!*(B
$B!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g!g(B
$B0lEY7P83$7$F$_$?$$$"$J$?$X!#!#!#(B

$B%=%U%H$+$i%O!<%I$^$G!#!#!#L#$o$$?<$$=w@-C#$,B3!9$H!*(B(^^;
http://www.awg5.net/?pussy
$B;s8$E[Nl!&$"$J$?$@$1$N=w2&$r!#!#!#A*$SJ|Bj!*(B(^^)v

$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&!y(B*$B!&(B*$B!y(B


$B"#8BDj8x3+%W%m%U%#!<%k(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B"'AaB.O"Mm$5$l$F$_$F$O!)(B

$B%?%$%H%k!'(B090*9**691$B$5$f$j(B

$BK\J8!'$5$f$j$G$9!#;dC#$H$*OC$7$^$;$s$+!)$7$F$_$?$$(BH$B$,$"$k$s$G$9!#(B
$BEEOCHV9f$H%W%m%U%#!<%k$r;dC#$N%W%m%](BBBS$B$K=q$$$FD:$1$l$PO"Mm$7$^$9!#(B^^
$BK\5$$N>Z5r$K;d$NO"Mm@h=q$$$F$*$-$^$9$M!*!*(B
$B$?$@$7:G6aL58@$N%$%?%:%iEEOC$,B?$$$+$i(BT-T$B!K!"O"Mm@h$H%W%m%U$N$J$$J}$K$O(B
$BO"Mm$7$^$;$s!*(B

$B$5$f$j$A$c$s$r(BGET$B!*"*(B http://www.awg5.net/?pussy

----------------------------------------------------------------------
<Aetane News>
$B!&Ev6I$O!"%a!<%k%^%,%8%sG[?.@lMQ%9%?%s%I$G$9!#(B
$B!&Ev6I$h$j$*Aw$j$9$k%a!<%k%^%,%8%s$NFbMF!"$4MxMQ$K4X$7$F$O!"$49XFI<T8D(B
$B!!?M$N@UG$$K$*$$$F$4MxMQ$/$@$5$$!#(B
$B!&Ev6I$h$j$4>R2p$5$;$FD:$$$F$$$k%5%$%H$K$*$1$k$$$+$J$k%H%i%V%kB;32$KBP(B
$B!!$7$F$b0l@Z$N@UG$$rIi$$$+$M$^$9!#(B
$B!&Ev6I$O%a!<%k%^%,%8%s$NFbMF$K$D$$$F$N$4<ALd$K$O1~$8$F$*$j$^$;$s!#(B
$B!&Ev6I$N%a!<%k%^%,%8%s7G:\$N5-;v$r5v2D$J$/E>:\$9$k;v$r6X;_CW$7$^$9!#(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B""9XFI2r=|(B
$B9XFI2r=|$r$44uK>$NJ}$O!"$*<j?t$G$9$,2<5-%a!<%k%"%I%l%908$K$4O"Mm2<$5$$!#(B
I don't veceive your mail
pr_pose_info_manage@yahoo.ca
$B%a!<%kITMW(B
pr_pose_info_manage@yahoo.ca
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B



From MaureenShepard@floydsformalwear.com Sat Nov 19 06:31:19 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdQwA-0003U0-A2
	for sctp-impl-archive@megatron.ietf.org; Sat, 19 Nov 2005 06:31:19 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA22595
	for <sctp-impl-archive@ietf.org>; Sat, 19 Nov 2005 06:30:42 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EdREB-0007mv-Rj
	for sctp-impl-archive@ietf.org; Sat, 19 Nov 2005 06:49:56 -0500
Received: from cm218-255-252-34.hkcable.com.hk ([218.255.252.34])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EdQw3-0000ms-87
	for sctp-impl-archive@ietf.org; Sat, 19 Nov 2005 06:31:11 -0500
Received: from TK3@localhost by KaZ.int (8.11.6/8.11.6); Sat, 19 Nov 2005 16:41:26 +0500
Message-ID: <4sPmVp8BCuln4HFQoFkccZEuy@focusallenpark.com>
From: "Vicki Dunbar" <MaureenShepard@floydsformalwear.com>
Reply-To: "Vicki Dunbar" <MaureenShepard@floydsformalwear.com>
To: sctp-impl-archive@ietf.org
Subject: OEM Windows software @ wholesale price$
Date: Sat, 19 Nov 2005 17:43:26 +0600
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: MaureenShepard@floydsformalwear.com
Content-Type: multipart/mixed;  boundary="--YO0Khd2ceBU5PRs0mtT8"
X-Spam-Score: 3.7 (+++)
X-Scan-Signature: fe105289edd72640d9f392da880eefa2

kxS 

----YO0Khd2ceBU5PRs0mtT8
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>e</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3DGoWY name=3DAq=
KE><meta content=3DSvtd name=3Dwnv7><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3D8bj8 n=
ame=3DEuX1></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://howaboutsoft=
com/?5>unsubscribe me</a></font></td><td width=3D331 height=3D38><a href=3D=
http://howaboutsoft.com/?A> <img border=3D0 src=3Dhttp://g-images.amazon.c=
om/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif align=3D=
right width=3D300 height=3D22></a></td></tr></table></div><tbody><tr><td c=
lass=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></tr></tbod=
y></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><t=
r><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D0 bord=
er=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 cellP=
adding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td w=
idth=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/images/G=
/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><td bgco=
lor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://howab=
outsoft.com/?Q> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.=
com/images/G/01/search-browse/go-button-software.gif align=3Dmiddle value=3D=
Go border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr></tab=
le></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cellPadd=
ing=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom align=
=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 border=3D=
0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><font=
 size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow=
-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D#000=
080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://howab=
outsoft.com/?2>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>&n=
bsp;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td widt=
h=3D132><a href=3Dhttp://howaboutsoft.com/?E> <font face=3Dverdana,arial,h=
elvetica size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td wid=
th=3D132><a href=3Dhttp://howaboutsoft.com/?6> <font face=3Dverdana,arial,=
helvetica size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td width=3D=
4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td><td =
width=3D132><a href=3Dhttp://howaboutsoft.com/?Q> <font face=3Dverdana,ari=
al,helvetica size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><td widt=
h=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>5</font></td>=
<td width=3D132> <a href=3Dhttp://howaboutsoft.com/?V> <font face=3Dverdan=
a,arial,helvetica size=3D1>Macromedia Flash 8</font></a></td></tr><tr><td =
width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>6</font><=
/td><td width=3D132> <a href=3Dhttp://howaboutsoft.com/?j> <font face=3Dve=
rdana,arial,helvetica size=3D1>Dreamweaver 8</font></a></td></tr><tr><td w=
idth=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>7</font></=
td><td width=3D132><a href=3Dhttp://howaboutsoft.com/?g> <font face=3Dverd=
ana,arial,helvetica size=3D1>Norton Sysworks 2005</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>8</fo=
nt></td><td width=3D132> <a href=3Dhttp://howaboutsoft.com/?L> <font face=3D=
verdana,arial,helvetica size=3D1>Adobe GoLive CS2</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>9</fo=
nt></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a=
 href=3Dhttp://howaboutsoft.com/?x>Adobe Illustrator CS2</a></font></td></=
tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D=
1>10</font></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=
=3D1> <a href=3Dhttp://howaboutsoft.com/?d>Borland Architect 2005</a></fon=
t></td></tr><tr><td width=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span=
 class=3Dsmall><b> <font face=3DVerdana size=3D1>See more by this manufact=
urer</font></b></span></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8=
>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1=
> <a href=3Dhttp://howaboutsoft.com/?L>Microsoft</a></font></td></tr><tr><=
td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132><a href=3D=
http://howaboutsoft.com/?b> <font face=3Dverdana,arial,helvetica size=3D1>=
Macromedia</font></a></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>=
&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1>=
 <a href=3Dhttp://howaboutsoft.com/?C>Adobe</a></font></td></tr><tr><td wi=
dth=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span class=3Dsmall><b> <fo=
nt face=3DVerdana size=3D1>Customers also bought</font></b></span></td></t=
r><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132> <=
font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://howaboutsof=
t.com/?k>these other items...</a></font></td></tr></table></td></tr></tabl=
e></td></tr></table></td></tr></table></td><td vAlign=3Dtop align=3Dleft w=
idth=3D530><p><b class=3Dsans>Microsoft Windows XP Professional *w/SP2*</b=
><br> <span class=3Dsmall><a href=3Dhttp://howaboutsoft.com/?m>Microsoft</=
a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/=
sticker/newest_version.gif width=3D82 height=3D14></span><br></p><table bo=
rder=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop =
noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D170><tr><=
td width=3D135><a href=3Dhttp://howaboutsoft.com/?z> <select name=3Dedit1>=
 <option selected>View Other Titles</option> </select></a></td><td noWrap =
width=3D35>&nbsp;<a href=3Dhttp://howaboutsoft.com/?8><input type=3Dimage =
alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-but=
ton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wid=
th=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dh=
ttp://howaboutsoft.com/?9> <img height=3D150 src=3Dhttp://images.amazon.co=
m/images/P/B00022PTT8.01._SCMZZZZZZZ_.jpg width=3D135 align=3Dleft border=3D=
0 name=3Dprod_image hspace=3D5></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D105><span class=3Dlistprice>$299.00</span></td></tr><tr><td class=
=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pric=
e:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 w=
idth=3D105><b class=3Dprice>$49.99</b></td></tr><tr><td class=3Dsmall vAli=
gn=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></td>=
<td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D105><s=
pan class=3Dprice>$249.01 (80%)</span></td></tr></table><p><a href=3Dhttp:=
//howaboutsoft.com/?n> <img border=3D0 src=3Dhttp://g-images.amazon.com/im=
ages/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a=
><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>Coup=
on Code:</b> kqG1nD<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazon=
com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop widt=
h=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sales Ra=
nk:</b> #1<br> </span><span class=3Dsmall><a href=3Dhttp://howaboutsoft.co=
m/?S>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://howaboutsoft.c=
om/?s>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon Expi=
res:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average Cust=
omer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-i=
mages.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gi=
f width=3D64 border=3D0> Based on 19129 reviews. <a href=3Dhttp://howabout=
soft.com/?o>Write a review</a>.</font></p> <hr noShade SIZE=3D1><table bor=
der=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse=
" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><tr><td =
width=3D100% height=3D55><p><b class=3Dsans>Adobe Creative Suite 2 *Premiu=
m*</b><br> <span class=3Dsmall><a href=3Dhttp://howaboutsoft.com/?F>Adobe<=
/a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions=
/sticker/newest_version.gif width=3D82 height=3D14></span><br></p><table b=
order=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop=
 noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr>=
<td width=3D126><a href=3Dhttp://howaboutsoft.com/?Y> <select name=3Dedit1=
> <option selected>View Other Titles</option> </select></a></td><td noWrap=
 width=3D38>&nbsp;<a href=3Dhttp://howaboutsoft.com/?9><input type=3Dimage=
 alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-bu=
tton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wi=
dth=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3D=
http://howaboutsoft.com/?8> <img height=3D156 src=3Dhttp://ec1.images-amaz=
on.com/images/P/B00080DPCW.01._PE7_SCMZZZZZZZ_.jpg width=3D151 align=3Dlef=
t border=3D0 name=3Dprod_image></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D193><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D109><span class=3Dlistprice>$1199.00</span></td></tr><tr><td clas=
s=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pri=
ce:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 =
width=3D109><b class=3Dprice>$149.99</b></td></tr><tr><td class=3Dsmall vA=
lign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></t=
d><td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D109>=
<span class=3Dprice>$1049.01 (95%)</span></td></tr></table><p><a href=3Dht=
tp://howaboutsoft.com/?e> <img border=3D0 src=3Dhttp://g-images.amazon.com=
/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23>=
</a><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>C=
oupon Code:</b> Q4H4QbtF<br> <b>Platform:</b> <img src=3Dhttp://g-images.a=
mazon.com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop=
 width=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sal=
es Rank:</b> #2<br> </span><span class=3Dsmall><a href=3Dhttp://howaboutso=
ft.com/?k>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://howabouts=
oft.com/?D>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon=
 Expires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average=
 Customer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp:=
//g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5=
-0.gif width=3D64 border=3D0> Based on 111373 reviews. <a href=3Dhttp://ho=
waboutsoft.com/?8>Write a review</a>.</font></p> </font><hr noShade SIZE=3D=
1></td></tr><tr><td width=3D100% height=3D55><p><b class=3Dsans>Microsoft =
Office 2003 *Professional*</b><br> <span class=3Dsmall><a href=3Dhttp://ho=
waboutsoft.com/?L>Microsoft</a><img border=3D0 src=3Dhttp://g-images.amazo=
n.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D=
14></span><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose=
:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 b=
order=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://howaboutsoft.co=
m/?V> <select name=3Dedit1> <option selected>View Other Titles</option> </=
select></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://howaboutsoft.=
com/?c><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/image=
s/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 name=3Ds=
ubmit.display-variation width=3D21 height=3D21></a></td></tr></table></td>=
</tr></table><p><a href=3Dhttp://howaboutsoft.com/?k> <img src=3Dhttp://im=
ages.amazon.com/images/P/B0000AZJVC.01._SCMZZZZZZZ_.jpg align=3Dleft borde=
r=3D0 name=3Dprod_image width=3D117 height=3D150></a><span class=3Dsmall><=
/p> </span><p><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop no=
Wrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td heig=
ht=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span cl=
ass=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop=
 noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=
=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3D=
price>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D1=
1></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.0=
1 (85%)</span></td></tr></table><p><a href=3Dhttp://howaboutsoft.com/?H> <=
img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to=
-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabilit=
y:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> lbgsqAuw<br=
> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/video=
games/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Wi=
ndows XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #3</span><span=
 class=3Dsmall><a href=3Dhttp://howaboutsoft.com/?9><br> System requiremen=
ts</a>&nbsp; |&nbsp; <a href=3Dhttp://howaboutsoft.com/?u>Other Versions</=
a></span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st=
, 2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img h=
eight=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/image=
s/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D=
0> Based on 18594 reviews. <a href=3Dhttp://howaboutsoft.com/?1>Write a re=
view</a>.</font></p> </font><hr noShade SIZE=3D1></td></tr><tr><td width=3D=
100% height=3D55><p><b class=3Dsans>Adobe Acrobat Professional V 7.0</b><b=
r> <span class=3Dsmall><a href=3Dhttp://howaboutsoft.com/?r>Adobe</a><img =
border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker=
/newest_version.gif width=3D82 height=3D14></span><br></p><table border=3D=
0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap>=
<table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><td widt=
h=3D126><a href=3Dhttp://howaboutsoft.com/?L> <select name=3Dedit1> <optio=
n selected>View Other Titles</option> </select></a></td><td noWrap width=3D=
38>&nbsp;<a href=3Dhttp://howaboutsoft.com/?Z><input type=3Dimage alt=3DGo=
 src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-button-soft=
ware.gif value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 =
height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp://ho=
waboutsoft.com/?a> <img height=3D150 src=3Dhttp://images.amazon.com/images=
/P/B00069E7KO.01.LZZZZZZZ.jpg width=3D175 align=3Dleft border=3D0 name=3Dp=
rod_image></a><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop no=
Wrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td heig=
ht=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span cl=
ass=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop=
 noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=
=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3D=
price>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D1=
1></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.0=
1 (85%)</span></td></tr></table><p><a href=3Dhttp://howaboutsoft.com/?y> <=
img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to=
-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabilit=
y:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> jCBPY0TV3<b=
r> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/vide=
ogames/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> W=
indows XP</span></p><p><span class=3Dtiny><b>Sales Rank:</b> #4</span><spa=
n class=3Dsmall><a href=3Dhttp://howaboutsoft.com/?y><br> System requireme=
nts</a>&nbsp; |&nbsp; <a href=3Dhttp://howaboutsoft.com/?3>Other Versions<=
/a></span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31s=
t, 2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img =
height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/imag=
es/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D=
0> Based on 1187 reviews. <a href=3Dhttp://howaboutsoft.com/?E>Write a rev=
iew</a>.</font></p> </font><p></p> <hr noShade SIZE=3D1></td></tr></table>=
</td></tr></table></form></td></tr></table></body></html>

----YO0Khd2ceBU5PRs0mtT8--



From info@mail.sudje.com Sat Nov 19 11:42:10 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdVn0-0000ko-Hb
	for sctp-impl-archive@megatron.ietf.org; Sat, 19 Nov 2005 11:42:10 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA06310
	for <sctp-impl-archive@ietf.org>; Sat, 19 Nov 2005 11:41:33 -0500 (EST)
Received: from [58.180.197.188] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdW53-0006LY-NS
	for sctp-impl-archive@ietf.org; Sat, 19 Nov 2005 12:00:51 -0500
Received: (qmail 16695 invoked by uid 510); 20 Nov 2005 00:12:42 +0900
Date: 20 Nov 2005 00:12:42 +0900
Message-ID: <20051119151242.16694.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $BCK=w40A4L5NA!J$*;n$7BN83=PMh$^$9!K(B?u$B!?|Zg}*|(B$B$*7x$$;E;v4X78!&$*>n$5$^!&IwB/>n$J$I$N@-M_$rK~
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: 9182cfff02fae4f1b6e9349e01d62f32

$B$?$90Y$KEv2q0w@)6f3ZIt$,CB@8$7$^$7$?!y=w@-$N?H853N<B!y0B?4!y(B
$B"($*;n$7EPO?$9$kJ}$O"-(B
http://www.awg5.net/?service1

$B!Z=w@-2q0w$N@<![(B
$B"d2>7@Ls(BOK$B"c(B
$B!V$^$5$+2q<R$NF1N=$,(B...$B!W(B
$BEv6f3ZIt2q0w$+$i(B
$B;38}!!H~<S;R!J2>L>!K(B
$B!&K?0lN.4k6H6PL3(B
$B!&Hk=q2](B
$B!&;E;v$,=*$o$C$?8e$KBT$A9g$o$;(B...$B2?$H2q<R$NF1N=$@$C$?$s$G$9!&!&!&(B
$B6f3ZIt$GCN$j9g$C$?J}$O2?$H2q<R$NF1N=$J$N(B...$B@5D>$$$C$F$I$&$7$h$&$+LB$$$^$7$?(B
$B$,!"M&5$$r$@$7$F0)$$$^$7$?!#(B
$B$=$N$+$$$"$C$FAG@2$i$7$$0lLk$r2a$4$;$^$7$?!#(B

$B"(D>$K=w@-$H7@Ls$r$7$?$$J}$O"-(B
http://www.awg5.net/?service2

$B"((B18$B:PL$K~$N$4MxMQ1sN82<$5$$!#(B

$B"'(B
An unnecessary person please reply at the following.
$B:#8e!"<u?.5qH]$9$k>l9g$O2<5-(BURL$B$XJV?.$7$F2<$5$$!#(B
pr_pose_info_manage@yahoo.ca



From info@mail.qoaiu.com Sat Nov 19 16:29:17 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdaGr-0008WN-GN
	for sctp-impl-archive@megatron.ietf.org; Sat, 19 Nov 2005 16:29:17 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA17324
	for <sctp-impl-archive@ietf.org>; Sat, 19 Nov 2005 16:28:40 -0500 (EST)
Received: from [58.180.216.150] (helo=mail.qoaiu.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdaYx-0003s1-Jj
	for sctp-impl-archive@ietf.org; Sat, 19 Nov 2005 16:48:00 -0500
Received: (qmail 8125 invoked by uid 509); 19 Nov 2005 23:04:30 +0900
Date: 19 Nov 2005 23:04:30 +0900
Message-ID: <20051119140430.8124.qmail@mail.qoaiu.com>
From: info@qoaiu.com
To: sctp-impl-archive@ietf.org
Subject: $BFMA3$9$_$^$;$s!#;d$N:J$rHH$7$F2<$5$$(B
X-Spam-Score: 4.6 (++++)
X-Scan-Signature: 97adf591118a232206bdb5a27b217034

$BEZF|=KF|$N$_$G!"@8;`$K4X$o$k;v0U30A4$F#O#K(B

$B;d$K8+$;$k$H$$$&>r7o$G!"$*6b$OMW$j$^$;$s!#(B

$B$4O"MmD:$$$?8e!"4JC1$JBG$A9g$o$;$r$7$?$$$H;W$$$^$9!#(B

$B>0!"ET9g>e$3$A$i$N%5%$%H$r;HMQ$5$;$FD:$-$^$9!#(B

$B%K%C%/%M!<%`(Bmiki$B$H$$$&=w@-$G$9!#(B

$B8rDLHq$K4X$7$F$O!"$3$A$i$G=P$5$;$FD:$-$^$9!#(B

$B59$7$/$*4j$$$7$^$9!#(B
http://www.00-love5.com/?hito













I don't veceive yourmail
sweets85433@yahoo.com.au
$B%a!<%k<u?.5qH](B
sweets85433@yahoo.com.au






From info@mail.sudje.com Sat Nov 19 16:44:58 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdaW1-0002uP-VD
	for sctp-impl-archive@megatron.ietf.org; Sat, 19 Nov 2005 16:44:58 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA17759
	for <sctp-impl-archive@ietf.org>; Sat, 19 Nov 2005 16:44:20 -0500 (EST)
Received: from [58.180.197.186] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Edao8-00048r-Vd
	for sctp-impl-archive@ietf.org; Sat, 19 Nov 2005 17:03:41 -0500
Received: (qmail 8214 invoked by uid 510); 20 Nov 2005 05:39:58 +0900
Date: 20 Nov 2005 05:39:58 +0900
Message-ID: <20051119203958.8213.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B:#$+$i1XA0$N%3%s%S%K$G0)$($k$+$J!)(B?$B>~pn%gdp(B$B%3%C%C%g%*%g%C%=(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 1ac7cc0a4cd376402b85bc1961a86ac2

$B$b$7!"Bg>fIW$J$i04$N%D%D%b$KJV;v2<$5$$%#!+!+"v(B
$B%3%C%C%g%*%g%C%=(B
$B4JC1$J%W%m%UIU$G$*4j$$$M!y(B



$B%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e%e(B
$B04$5$s$NMM$KB(%"%]2DG=$J%(%C%A$G2D0&$$;R$,0lGU!*(B

$BG[?.5qH]$O$3$A$i$X(B
$B"(%N(B $B%!(B   
$B!,!,!,%?%g(B
$B"(%a!<%kITMW(B
$B!,!,!,%?%g(B



From info@mail.dyehd.com Sat Nov 19 16:53:00 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Edado-0004Og-Mx
	for sctp-impl-archive@megatron.ietf.org; Sat, 19 Nov 2005 16:53:00 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA17992
	for <sctp-impl-archive@ietf.org>; Sat, 19 Nov 2005 16:52:21 -0500 (EST)
Received: from [58.180.196.177] (helo=mail.dyehd.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Edavs-0004I4-NX
	for sctp-impl-archive@ietf.org; Sat, 19 Nov 2005 17:11:42 -0500
Received: (qmail 17852 invoked by uid 510); 19 Nov 2005 20:39:48 +0900
Date: 19 Nov 2005 20:39:48 +0900
Message-ID: <20051119113948.17851.qmail@mail.dyehd.com>
From: info@dyehd.com
To: sctp-impl-archive@ietf.org
Subject: $BITK~$"$j!*(B
X-Spam-Score: 3.5 (+++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581


$B!V;d$N(BID$B$O!Z(B134401$B![$G$9!#!W(B
 $BNkLZ!!$"$:$5MM$+$i$NO"Mm!'(B
$B!V$$$/$i;XL>$7$F$bO"Mm$,Mh$J$$$1$I!";d$8$c$@$a$J$N!)(B $B6b3[$KITK~$,$"$j$^$7$?$i!"Fs?MEEOC$GAjCL$K>h$j$^$9!";d$NHV9f$O(B09061**0**8$B$G$9!#$G$b!"$o$+$i$J$$HV9f$K(B
$B=P$k$N$OI]$$$+$i!"(B
http://www.lovegal2.net?suzuki
$B$3$3$+$iEPO?$7$F%a!<%k$G5.J}$NHV9f$HOC$;$k;~4V$r65$($F$/$@$5$$!"$3$A$i$+$iO"Mm$7$^$9!"%"%I%l%9:\$;$F$k$+$iJV;v$/$l$l$P;d$N<L%aAw$j$^$9!";d$r;k4/$7$F$/$@$5$$!*$h$/>.@t:#F|;R;w$F$k$C$F$$$o$l$^$9!J>P!K!W(B


$B99$KL5NA$G$4MxMQD:$1$k0Y!"!Z(B10,000$B1_J,![$NL5NA%]%$%s%H(B($BEEOC(B
$BG'>ZL5NA(B)$B$b$4MQ0U$7$F$*$j$^$9$N$G!"$$$D$G$b(B($B#2#4;~4VBP1~(B)$B4J(B
$BC1$KDI2C$G$-$^$9!#$3$l$^$G$NHqMQ$O0l@Z$4$6$$$^$;$s$N$G!"$40B(B
$B?42<$5$$!#(B




$B5qH]$NJ}$O%3%A%i(B
Please inform the following address if this mail is unnecessary. 

nomore@lovegal2.net



From info@mail.sudje.com Sat Nov 19 19:56:20 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EddVE-0003AI-EM
	for sctp-impl-archive@megatron.ietf.org; Sat, 19 Nov 2005 19:56:20 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA23705
	for <sctp-impl-archive@ietf.org>; Sat, 19 Nov 2005 19:55:44 -0500 (EST)
Received: from [58.180.197.185] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EddnK-0007ZJ-37
	for sctp-impl-archive@ietf.org; Sat, 19 Nov 2005 20:15:05 -0500
Received: (qmail 8809 invoked by uid 510); 20 Nov 2005 08:14:55 +0900
Date: 20 Nov 2005 08:14:55 +0900
Message-ID: <20051119231455.8808.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $BNx?MBe9TEPO?40A4L5NA(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 9466e0365fc95844abaf7c3f15a05c7d

$B!ZK\Ev$NNx?M5$J,$r$44.G=$7$F$M!"=w@-;o!&=54);o$J$I$G8=:_$b@kEACf![(B
$B!yB?$/$N=w@-2q0w$K4n$P$l$F$^$9!#%(%C%A$bL^O@#O#K!*!*(B

$B=50l$NNx?M7@Ls(B
$B!ZJs=7(B1$B2s(B2$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.awg5.net/?trip1
$B=5;0$NNx?M7@Ls(B
$B!ZJs=7(B1$B2s(B5$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.molt-legart.com/?trip2
$BH>G/$NNx?M7@Ls(B
$B!ZJs=7!&7n(B25$BK|1_0J>e2DG=![(B
$B$3$A$i$X"-(B
http://www.awg5.net/?trip3
$B"(=w@-2q0w$O;YJ'$$G=NO$"$kJ}$N$_:_@R$7$F$^$9!#(B
$B"(L^O@!"Js=7$O@hJ'$$8}:BHV9f$r=w@-$K$*CN$i$;$7$F2<$5$$!#(B
$B"(=w@-$N?H853N<B!*(B
$B"(ESCf2rLs<+M3!J2?;~$G$b4JC1B`2q!K(B




_/_/_/_/_/_/_/_/_/_/_/_/
$BITMW$JJ}$O"-(B
An unnecessary person please reply at the following.
pr_pose_info_manage@yahoo.ca
18$B:PL$K~6X;_(B
_/_/_/_/_/_/_/_/_/_/_/_/



From info@mail.sbdhe.com Sat Nov 19 22:27:48 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Edfro-0002N2-0P
	for sctp-impl-archive@megatron.ietf.org; Sat, 19 Nov 2005 22:27:48 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id WAA28218
	for <sctp-impl-archive@ietf.org>; Sat, 19 Nov 2005 22:27:10 -0500 (EST)
Received: from [58.180.197.137] (helo=mail.sbdhe.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Edg9v-0001hR-MU
	for sctp-impl-archive@ietf.org; Sat, 19 Nov 2005 22:46:34 -0500
Received: (qmail 9916 invoked by uid 509); 20 Nov 2005 11:04:29 +0900
Date: 20 Nov 2005 11:04:29 +0900
Message-ID: <20051120020429.9915.qmail@mail.sbdhe.com>
From: info@sbdhe.com
To: sctp-impl-archive@ietf.org
Subject: $B$<!A$s$V!"%?%@$@$h"v(B(^^)v$BB(7h(B
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 93238566e09e6e262849b4f805833007

$B($!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B
$B("!@!?("!!!y(BPerfect Free PC Site$B!yCB@8!*!*(B
$B(&(!(!(%!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=!=(B
$B$=$NL>$NDL$j40A4L5NA$GD>EE8r49!uD>EE1\Mw$,$G$-$k$h$s"v(B
http://www.awg5.net/?alltada 

$B%a!<%k$G%@%i%@%i$9$kI,MWL5$7!*(B
$B!yEEOC$GB(7h$@$+$i4V0c$$L5$7!*(B
$B!y$b$A$m$s%a!<%k$rFI$`$N$bAw$k$N$b40A4L5NA"v(B
$B!y%a!<%k$K$9$k$bNI$7!*EEOC$K$9$k$bNI$7!*5.J}<!Bh$G$I$&$K$G$b$7$F$M"v(B
http://www.awg5.net/?alltada
$B!y(#(!(!($!y(#(!(!($!y(#(!(!($!y(#(!(!($!y(#(!(!($!y(B
$B!z("AG?M("!z("?M:J("!z("5U1g("!z("3X@8("!z("#S#M("!z(B
$B!y(&(!(!(%!y(&(!(!(%!y(&(!(!(%!y(&(!(!(%!y(&(!(!(%!y(B
$B!!(B
$B$*9%$-$J%8%c%s%k$G$I$&$>$)!A!A(Bv(*^^*)v$B$G$bAa$$$b$N>!$A$@$h$s!y(B

$B"#(,(,(,(,(,(,(,(,(,(,(,"#(B
$BM-NA$,9%$-$JJ}$O$3$A$i$M"v(B
$B"((BI don't veceive your mail
pr_pose_info_manage@yahoo.ca
$B"(%a!<%kITMW(B
pr_pose_info_manage@yahoo.ca
$B"#(,(,(,(,(,(,(,(,(,(,(,"#(B



From Raoya@optonline.net Sun Nov 20 03:35:06 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdkfC-0005VH-O0; Sun, 20 Nov 2005 03:35:06 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id DAA07779;
	Sun, 20 Nov 2005 03:34:30 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EdkxP-0007EZ-5C; Sun, 20 Nov 2005 03:53:56 -0500
Received: from [58.100.171.13] (helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EdkfB-0007YJ-6D; Sun, 20 Nov 2005 03:35:05 -0500
From: "William Scruggs" <Raoya@optonline.net>
To: ietf-archive@ietf.org
Subject: Fw: Please Read
Date: Sun, 20 Nov 2005 13:29:47 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_ESZSNJAA.UMBCCNQR"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1EdkfB-0007YJ-6D@mx2.foretec.com>
X-Spam-Score: 0.7 (/)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_ESZSNJAA.UMBCCNQR
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your present circumstances has been shown to the compulsory boards, and upon precise reflection, we are able to submit to you the subsequent opening offer.

Based upon precise reflection you meet the requirements to attain a substantial rield on your primary property investment.

By completing the subsequent attached form in a timely manner we will be able to complete our review, and we feel convinced you will attain not only a better rate of interest, but also a cash return that will complete all your holiday needs and more!

Please go here to complete this stage of the contract.

With kindest regards,

William Scruggs







Should you prefer not to take advantage of this holiday opening offer you can go here.

------=_NextPart_000_0000_ESZSNJAA.UMBCCNQR
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your present circumstances has been shown to the compulsory boards, and upon precise reflection, we are able to submit to you the subsequent opening offer.<P>
Based upon precise reflection you meet the requirements to attain a substantial rield on your primary property investment.<P>
By completing the subsequent attached form in a timely manner we will be able to complete our review, and we feel convinced you will attain not only a better rate of interest, but also a cash return that will complete all your holiday needs and more!<P>
<A HREF="http://constant-2.net/indeed.asp">Please go here to complete this stage of the contract.</A><P>
With kindest regards,<P>
William Scruggs<P><P><BR><BR><P><BR>

Should you prefer not to take advantage of this holiday opening offer you can go <A HREF="http://constant-2.net/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_ESZSNJAA.UMBCCNQR--



From Raoya@optonline.net Sun Nov 20 03:36:02 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Edkg6-0005iH-51; Sun, 20 Nov 2005 03:36:02 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id DAA07853;
	Sun, 20 Nov 2005 03:35:25 -0500 (EST)
Message-Id: <200511200835.DAA07853@ietf.org>
Received: from [219.128.138.152] (helo=lh)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Edky5-0007F7-3U; Sun, 20 Nov 2005 03:54:51 -0500
From: "William Scruggs" <Raoya@optonline.net>
To: ietf-archive@ietf.org
Subject: Fw: Please Read
Date: Sun, 20 Nov 2005 13:29:47 +0500
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_ESZSNJAA.UMBCCNQR"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 3.3 (+++)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_ESZSNJAA.UMBCCNQR
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your present circumstances has been shown to the compulsory boards, and upon precise reflection, we are able to submit to you the subsequent opening offer.

Based upon precise reflection you meet the requirements to attain a substantial rield on your primary property investment.

By completing the subsequent attached form in a timely manner we will be able to complete our review, and we feel convinced you will attain not only a better rate of interest, but also a cash return that will complete all your holiday needs and more!

Please go here to complete this stage of the contract.

With kindest regards,

William Scruggs







Should you prefer not to take advantage of this holiday opening offer you can go here.

------=_NextPart_000_0000_ESZSNJAA.UMBCCNQR
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your present circumstances has been shown to the compulsory boards, and upon precise reflection, we are able to submit to you the subsequent opening offer.<P>
Based upon precise reflection you meet the requirements to attain a substantial rield on your primary property investment.<P>
By completing the subsequent attached form in a timely manner we will be able to complete our review, and we feel convinced you will attain not only a better rate of interest, but also a cash return that will complete all your holiday needs and more!<P>
<A HREF="http://constant-2.net/indeed.asp">Please go here to complete this stage of the contract.</A><P>
With kindest regards,<P>
William Scruggs<P><P><BR><BR><P><BR>

Should you prefer not to take advantage of this holiday opening offer you can go <A HREF="http://constant-2.net/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_ESZSNJAA.UMBCCNQR--



From congxe@aics.net Sun Nov 20 06:52:38 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdnkM-0007Zn-A3
	for sctp-impl-archive@megatron.ietf.org; Sun, 20 Nov 2005 06:52:38 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA14273
	for <sctp-impl-archive@ietf.org>; Sun, 20 Nov 2005 06:52:00 -0500 (EST)
Received: from c529d6286.cable.wanadoo.nl ([82.157.98.134] helo=aics.net)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Edo2b-0007Dr-7N
	for sctp-impl-archive@ietf.org; Sun, 20 Nov 2005 07:11:29 -0500
Message-ID: <003b01c5edc8$d43df700$0840a8c0@banket>
Reply-To: "Constanza Dority" <congxe@aics.net>
From: "Constanza Dority" <congxe@aics.net>
To: "Libby Boucher" <sctp-impl-archive@ietf.org>
Subject: Re: Roland Good for your life
Date: Sun, 20 Nov 2005 06:52:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0038_01C5ED9E.EB67EF00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 0.4 (/)
X-Scan-Signature: 6cca30437e2d04f45110f2ff8dc1b1d5

This is a multi-part message in MIME format.

------=_NextPart_000_0038_01C5ED9E.EB67EF00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 A
L
C
P
X
V
Vm
e
I
r
a
A
Ib
v
A
o
n
L
Ai
i
L
z
a
I
Ge
t
I
a
x
U
Rn
ra
S
c
 M
A 
 3,70
 1,20
 3,35 http://www.crrqtb.anahos.com

------=_NextPart_000_0038_01C5ED9E.EB67EF00
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV style=3D"WORD-SPACING: normal; FLOAT: left;"><FONT face=3DCourier =
size=3D3>A<BR>L<BR>C<BR>P<BR>X<BR>V<BR>V</FONT></DIV><DIV style=3D"P=
ADDING-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier size=3D3>m<BR=
>e<BR>I<BR>r<BR>a<BR>A<BR>I</FONT></DIV><DIV style=3D"BORDER-BOTTOM: 0px; =
FLOAT: left;"><FONT face=3DCourier size=3D3>b<BR>v<BR>A<BR>o<BR>n<BR>L<BR>=
A</FONT></DIV><DIV style=3D"MARGIN-LEFT: 0px; FLOAT: left;"><FONT =
face=3DCourier size=3D3>i<BR>i<BR>L<BR>z<BR>a<BR>I<BR>G</FONT></DIV><DIV =
style=3D"MARGIN-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>e<BR>t<BR>I<BR>a<BR>x<BR>U<BR>R</FONT></DIV><DIV style=3D"MARGI=
N-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier size=3D3>n<BR>ra<BR>S<=
BR>c<BR>&nbsp;<BR>M<BR>A</FONT></DIV><DIV style=3D"BORDER-BOTTOM-WIDTH: 0px; =
FLOAT: left;"><FONT face=3DCourier size=3D3>&nbsp;<BR>&nbsp;<BR>&nb=
sp;3,70<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;1,20<BR>&nbsp;3,35</FONT></DIV><DIV =
style=3D"CLEAR: both;">&nbsp;</DIV><A href=3D"http://www.crrqtb.anaho=
s.com"><FONT size=3D3>http://www.crrqtb.anahos.com</FONT></A></BODY></HTML>

------=_NextPart_000_0038_01C5ED9E.EB67EF00--




From info@mail.sudje.com Sun Nov 20 06:59:37 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ednr7-0008Oo-46
	for sctp-impl-archive@megatron.ietf.org; Sun, 20 Nov 2005 06:59:37 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA14591
	for <sctp-impl-archive@ietf.org>; Sun, 20 Nov 2005 06:58:59 -0500 (EST)
Received: from [58.180.197.185] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Edo9I-0007Na-QI
	for sctp-impl-archive@ietf.org; Sun, 20 Nov 2005 07:18:28 -0500
Received: (qmail 21611 invoked by uid 510); 20 Nov 2005 19:34:44 +0900
Date: 20 Nov 2005 19:34:44 +0900
Message-ID: <20051120103444.21610.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $B5.J}$N@:;R$rDs6!$7$F2<$5$$!#5U1g$G$9(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 7655788c23eb79e336f5f8ba8bce7906

$B!z!z!z!z!!5U1g=w@->R2p!!!z!z!z!z(B

$B"#(.(,(/(.(,(/(.(,(/(.(,(/"#(B
$B"#(-AG(-(-?M(-(-5U(-(-1g(-"#(B
$B"#(1(,(0(1(,(0(1(,(0(1(,(0"#(B
http://www.awg5.net/?inran
$B"#(.(,(/(.(,(/(.(,(/(.(,(/"#(B
$B"#(-OC(-(-Bj(-(-=8(-(-Cf(-"#(B
$B"#(1(,(0(1(,(0(1(,(0(1(,(0"#(B
http://www.awg5.net/?inran
$B"(5.J}$N@:;R$rDs6!$9$k$@$1$G!!(B\$B!!$,%,%C%]%j!#!#!#!#(B
$B"(!"A4=w@-2q0w$N(BG$B%9%]%C%H2hA|IU$-!*!*8+Hf$Y$F$+$i7h$a$F2<$5$$!#(B
http://www.awg5.net/?inran



18$B6X(B
YYYYYYYYYYYYYYYYYYYYYY
$B"((BI don't veceive your mail
pr_pose_info_manage@yahoo.ca
$B"(%a!<%kITMW(B
pr_pose_info_manage@yahoo.ca
YYYYYYYYYYYYYYYYYYYYYY



From sefure_club@hotmail.com Sun Nov 20 08:09:32 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Edowm-0001J1-1s
	for sctp-impl-archive@megatron.ietf.org; Sun, 20 Nov 2005 08:09:32 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA18244
	for <sctp-impl-archive@ietf.org>; Sun, 20 Nov 2005 08:08:56 -0500 (EST)
Date: Sun, 20 Nov 2005 08:08:56 -0500 (EST)
Message-Id: <200511201308.IAA18244@ietf.org>
Received: from [61.233.186.147] (helo=ocn.ne.jp)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdpEx-0000iz-UT
	for sctp-impl-archive@ietf.org; Sun, 20 Nov 2005 08:28:24 -0500
Subject: =?iso-2022-jp?B?GyRCIXk9RU1XIXkbKEI=?=
From: "=?GB2312?B?i3SJh4/Qie6Pig==?=" <sefure_club@hotmail.com>
To: "sctp-impl-archive@ietf.org"@ietf.org
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
MIME-Version: 1.0
Content-Type: text/plain;
	format=flowed;
	charset="iso-2022-jp";
	reply-type=original
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 4.8 (++++)
X-Scan-Signature: 7baded97d9887f7a0c7e8a33c2e3ea1b
Content-Transfer-Encoding: 7bit

$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B(.(#(#(B $BG.$$$4MWK>$K$*1~$($7$F$D$$$KL5NA%]%$%s%HBgI}(BUP$B!*(B
$B(.(.(#(B $BATG/$NJ}$K$b$4G<F@D:$1$kM%NI=d$j2q$$%5%$%H(B
$B(.(.(.!!(BSWEETS $B!A:#:G$bG.$$!*AG?M!&?M:J!&5U1g!&=w;R9;@8(B^^$B;D=kCf$KBg9??e!*!A(B
$B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(B
$B!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&(B
$B(.(.(.!!!V(B10000$B1_!WJ,L5NA%]%$%s%HB#Dh%-%c%s%Z!<%s<B;\Cf!*(.(.(.!!(B
$B!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&(B
$B$^$@$^$@>x$7=k$$F|!9$,B3$-$^$9$,!"$*Hh$l$G$O$"$j$^$;$s$+!)(B
$B!VL~$5$l$?$$!W(B $B!V$3$N2F$O$^$@(BH$B$J=P2q$$$,L5$$!W(B $B!V$*6b$,L5$$!W(B $BEy!9$*G:$_$G$O$"$j$^$;$s$+!)(B
$B$?$@:#!"=w@-;o9-9pBgNL7G:\Cf$K$D$-!"6/NO$K$"$J$?$NM_K>$rK~$?$9=P2q$$$r;Y1gCW$7$^$9!*(B

$B"(!V%5%/%i!W(B $B!V6H<T!W(B $B!VNd$d$+$7!W(B $BE0DlGS=|@k8@!*(B
$B"(Ev%5%$%H$O=c?h$K=P2q$$$r3Z$7$_$?$$J}$@$1$K=P2q$$$N>l$rDs6!$7$F$*$j$^$9!#(B
$B"(A4$F%*!<%W%s$K$7$F$*$j$^$9$N$G0B?4$7$F$*3Z$7$_2<$5$$!#(B

$B:#$9$0EPO?$7$FD:$$$?J}$K$O!";O$a$K(B10000$B1_J,$N%]%$%s%H$rL5NA$G:9$7>e$2$F$*$j$^$9"v(B

$BEPO?$O$3$A$i"*(B http://awg.webchu.com/sweet-s/?0yen

$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B*$B!&!y(B*$B!&(B*$B!y(B*$B!&(B*$B!y(B

$B!}L5NA%]%$%s%H$GAjEvM7$Y$^$9$N$G@'Hs$*;n$72<$5$$"v(B
$B!}$[$H$s$I$NJ}$,L5NA%]%$%s%HFb$G!"=w@-$r(BGET$B$7$F$^$9!*!*(B
$B!};HMQ$7$F$_$F!V$3$l$O!*!W$H;W$C$FD:$$$?J}$N$_M-NA$X$*?J$_2<$5$$!*(B

$B;n$7$F$_$k!*"*(B http://awg.webchu.com/sweet-s/?0yen


$B!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&!]!&(B
$B$b$7!"5.J}$,AGE($J=P2q$$$r5a$a$F$$$i$C$7$c$i$J$1$l$P$*OM$S?=$7>e$2$^$9!#(B
$B$*<j?t$G$9$,!"2<5-%a%"%I$^$GG[?.Dd;_$N%l%9$r$*4j$$CW$7$^$9!#(B

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
$B"((BI don't veceive your mail$B"-(B
sweet_info3515@yahoo.co.uk
$B"(G[?.Dd;_"-(B
sweet_info3515@yahoo.co.uk
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::




From info@mail.rkqv.com Sun Nov 20 08:20:39 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Edp7W-0002wK-S1
	for sctp-impl-archive@megatron.ietf.org; Sun, 20 Nov 2005 08:20:39 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA18747
	for <sctp-impl-archive@ietf.org>; Sun, 20 Nov 2005 08:20:02 -0500 (EST)
Received: from [58.180.219.242] (helo=mail.rkqv.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EdpPl-0000z7-Vt
	for sctp-impl-archive@ietf.org; Sun, 20 Nov 2005 08:39:30 -0500
Received: (qmail 23765 invoked by uid 509); 20 Nov 2005 20:50:24 +0900
Date: 20 Nov 2005 20:50:24 +0900
Message-ID: <20051120115024.23764.qmail@mail.rkqv.com>
From: info@rkqv.com
To: sctp-impl-archive@ietf.org
Subject: $B>.ARM%9a$5$s$N4uK>$h$j!&!&!&(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581

$B!X0&?M7@Ls$NAj<j$K$J$C$F$/$l$^$9$+!)O"Mm<h$l$k$3$H$OA0Ds$G!"7n#3#0K|=P$7$^$9!#!Y(B

$B4JC1$K<+8J>R2p%W%m%U%#!<%k$r8+$F!"7h$a$FM_$7$$$G$9(B

http://www.mission-of-slot.net/?num=0000 $B!!"+(B0000$B"*L5NAG'>Z%3!<%I(B

$B5.J}$NL5NAEPO?3NG'8e!">.AR!!M%9a$5$s$K5.J}$N>pJs$rDLCN$9$k$N$G!">.AR!!M%9a$5$s$+$i(B
$BD>@\JV;v$,Mh$k$3$H$rLsB+$7$^$9!#(B

$B"(L5NA4uK><TJg=8"((B

$B6b3[(B($B5U%5%](B)$BJL$G%;%l%V=w@-$r$4>R2p$7$F$*$j$^$9$N$G!"$44uK>$rD:$-<!Bh=w@-$NO"MmJ}K!(B
$B$r$40FFbCW$7$^$9!#(B






$B5qH]$O%3%A%i(B($BAa5^$K=hM}CW$7$^$9(B)
refuse@renai-h1.com



From info@mail.sudje.com Sun Nov 20 11:48:41 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EdsMr-0005es-91
	for sctp-impl-archive@megatron.ietf.org; Sun, 20 Nov 2005 11:48:41 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id LAA00281
	for <sctp-impl-archive@ietf.org>; Sun, 20 Nov 2005 11:48:03 -0500 (EST)
Received: from [58.180.197.183] (helo=mail.sudje.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Edsf7-0006UP-6z
	for sctp-impl-archive@ietf.org; Sun, 20 Nov 2005 12:07:34 -0500
Received: (qmail 2544 invoked by uid 510); 21 Nov 2005 00:15:27 +0900
Date: 21 Nov 2005 00:15:27 +0900
Message-ID: <20051120151527.2543.qmail@mail.sudje.com>
From: info@sudje.com
To: sctp-impl-archive@ietf.org
Subject: $BCK=w40A4L5NA!J$*;n$7BN83=PMh$^$9!K(B?u$B!?|Zg}*|(B$B$*7x$$;E;v4X78!&$*>n$5$^!&IwB/>n$J$I$N@-M_$rK~
X-Spam-Score: 4.5 (++++)
X-Scan-Signature: 9182cfff02fae4f1b6e9349e01d62f32

$B$?$90Y$KEv2q0w@)6f3ZIt$,CB@8$7$^$7$?!y=w@-$N?H853N<B!y0B?4!y(B
$B"($*;n$7EPO?$9$kJ}$O"-(B
http://www.awg5.net/?service1

$B!Z=w@-2q0w$N@<![(B
$B"d2>7@Ls(BOK$B"c(B
$B!V$^$5$+2q<R$NF1N=$,(B...$B!W(B
$BEv6f3ZIt2q0w$+$i(B
$B;38}!!H~<S;R!J2>L>!K(B
$B!&K?0lN.4k6H6PL3(B
$B!&Hk=q2](B
$B!&;E;v$,=*$o$C$?8e$KBT$A9g$o$;(B...$B2?$H2q<R$NF1N=$@$C$?$s$G$9!&!&!&(B
$B6f3ZIt$GCN$j9g$C$?J}$O2?$H2q<R$NF1N=$J$N(B...$B@5D>$$$C$F$I$&$7$h$&$+LB$$$^$7$?(B
$B$,!"M&5$$r$@$7$F0)$$$^$7$?!#(B
$B$=$N$+$$$"$C$FAG@2$i$7$$0lLk$r2a$4$;$^$7$?!#(B

$B"(D>$K=w@-$H7@Ls$r$7$?$$J}$O"-(B
http://www.awg5.net/?service2

$B"((B18$B:PL$K~$N$4MxMQ1sN82<$5$$!#(B

$B"'(B
An unnecessary person please reply at the following.
$B:#8e!"<u?.5qH]$9$k>l9g$O2<5-(BURL$B$XJV?.$7$F2<$5$$!#(B
pr_pose_info_manage@yahoo.ca



From info@mail.rtsfe.com Sun Nov 20 14:18:14 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eduha-0000tC-CE
	for sctp-impl-archive@megatron.ietf.org; Sun, 20 Nov 2005 14:18:14 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA07833
	for <sctp-impl-archive@ietf.org>; Sun, 20 Nov 2005 14:17:37 -0500 (EST)
Received: from [58.180.197.131] (helo=mail.rtsfe.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eduzs-0001kb-Bo
	for sctp-impl-archive@ietf.org; Sun, 20 Nov 2005 14:37:09 -0500
Received: (qmail 1492 invoked by uid 509); 21 Nov 2005 03:05:56 +0900
Date: 21 Nov 2005 03:05:56 +0900
Message-ID: <20051120180556.1491.qmail@mail.rtsfe.com>
From: info@rtsfe.com
To: sctp-impl-archive@ietf.org
Subject: $B$*Aj<j$O%-%c%j%"%&!<%^%s$N$_$G$9(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 798b2e660f1819ae38035ac1d8d5e3ab

$B!y%*!<%k%-%c%j%""M!!(Bhttp://www.awg5.net/?carrier1
$B'X(B $B5U1gAj<j$O%-%c%j%"$N=w@-$N$_$G$9(B
$B"(87A*$7$?F/$/=w@-!J%-%c%j%"!K$H5U1g4uK>$NCK@-$G$9$+!)(B
$B"(G($l$KG($l$^$/$k=w@-$rH>1J5WE*$K2?;~$G$b2?=h$G$b40A4L5NA$G$N>R2pCW$7$^$9!#(B
$B"($J$<L5NA$+$H8@$$$^$9$H=w@-$NJ}$+$iNA6b$rD:$$$F$$$k$N$G5.J}$O!I%?%@!I$G$9(B

$B!y8xL30w"M!!(Bhttp://www.awg5.net/?carrier2

$B!y9R6u2q<R"M!!(Bhttp://www.awg5.net/?carrier3

$B"(5U1g%5%$%H$,?dA&CW$7$^$9!#(B
$B!y309q?M!&Hk=q!J0lN.4k6H!K!&2q<R7P1D$J$I"M!!(Bhttp://www.awg5.net/?carrier4

$B!y!y!y<B:]$K$"$C$?H~L#$7$$=PMh;v!&%3%a%s%H!&$J$I$,7G<(HD$K@9$j$@$/$5$s!"@'Hs!*FI$s$G$_$F$/$@$5$$!#!y!y!y(B


$B"(!Z(B18$B6X!["((B

=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=
$B"((BI don't veceive your mail$B!!"M!!(Bpr_pose_info_manage@yahoo.ca
$B"(%a!<%kITMW!!"M!!(Bpr_pose_info_manage@yahoo.ca
=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=$B"#(B=



From info@mail.rtsfe.com Sun Nov 20 17:31:31 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Edxid-0001rE-7b
	for sctp-impl-archive@megatron.ietf.org; Sun, 20 Nov 2005 17:31:31 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA16838
	for <sctp-impl-archive@ietf.org>; Sun, 20 Nov 2005 17:30:53 -0500 (EST)
Received: from [58.180.197.131] (helo=mail.rtsfe.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Edy0w-0006VV-NO
	for sctp-impl-archive@ietf.org; Sun, 20 Nov 2005 17:50:27 -0500
Received: (qmail 28793 invoked by uid 509); 21 Nov 2005 05:29:25 +0900
Date: 21 Nov 2005 05:29:25 +0900
Message-ID: <20051120202925.28792.qmail@mail.rtsfe.com>
From: info@rtsfe.com
To: sctp-impl-archive@ietf.org
Subject: $B2T$.$^$;$s$+!*$$$$;W$$=PMh$^$9(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 79899194edc4f33a41f49410777972f8

$B"(NI$$;v$O$"$j$^$7$?$+!)ITK~$JJ}$O0lEY$GNI$$$N$GGA$$$F8+$F$M!*(B
http://www.awg5.net/?two1
$B!!!!!!!!!!!!!!!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2!2(B
    , $B!<(B - $B!"!!(B/$B$O$8$a$^$7$F!"CK@-=t7/$K4r$7$$$*CN$i$;$G$9!#(B
  $B&C(B $B!|(B  $B!|!3(B / $B40A4L5NAEPO?$N=PD%%[%9%HJg=8Cf!*!*(B
$B!!(Bl $B;0(B $B!&(B $B;0(B|/$B!!:#$N2T$.$KK~B-$7$F$^$9$+!)(B
$B!1(B ww~~~~~ww

$B!y$*;n$7EPO?$9$kJ}$O2<5-(BURL$B$+$i$I$&$>!*(B
$B!ZG<F@=PMh$J$$J}$OB(B`2q$7$F2<$5$$!#![(B
http://www.awg5.net/?two1
$B"($*;n$7EPO?$NJ}$K$O:GM%@h$K>R2pCW$7$^$9!*(B
$B"(=w@-$N2hA|$r8+$?$$J}$O@A5a$7$F2<$5$$!*=w@-$NJ}$b%j%/%(%9%H$KBP1~$7$F$/$l$^$9$N$G1sN8$J$/?=$7=P$F2<$5$$!#(B

$B#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x(B
$B"((BI don't veceive your mail$B"-(B
pr_pose_info_manage@yahoo.ca
$B"(%a!<%kITMW"-(B
pr_pose_info_manage@yahoo.ca
$B#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x#x(B



From boeotianAXTZEOXZCADK@ulead.com.tw Sun Nov 20 23:26:39 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ee3GJ-0000Hm-1I; Sun, 20 Nov 2005 23:26:39 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA02120;
	Sun, 20 Nov 2005 23:25:57 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Ee3Yb-0005yu-HB; Sun, 20 Nov 2005 23:45:34 -0500
Received: from 200-32-20-235.prima.net.ar ([200.32.20.235])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1Ee3G3-00037U-TI; Sun, 20 Nov 2005 23:26:24 -0500
Received: from 168.120.235.0 by ip-942-7-4-A8.j.boeotianAXTZEOXZCADK@ulead.com.tw (AppleMailServer 6B.0.C.4) id DA27DE798FA72D3 via NDR; Mon, 21 Nov 2005 07:24:17 +0300
Reply-To: "Nieves laud" <boeotianAXTZEOXZCADK@ulead.com.tw>
From: "Nieves laud" <boeotianAXTZEOXZCADK@ulead.com.tw>
To: "Vrrp" <vrrp@ietf.org>
Subject: physician data.phone/fax/email addresses,380,000:
Date: Sun, 20 Nov 2005 22:19:17 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--695159540996F8C4C"
Message-Id: <E1Ee3G3-00037U-TI@mx2.foretec.com>
X-Spam-Score: 4.9 (++++)
X-Scan-Signature: c1c65599517f9ac32519d043c37c5336

----695159540996F8C4C
Content-Type: text/plain;
	charset="Windows-1250"
Content-Transfer-Encoding: quoted-printable


HTTP://Donny.LIFEreview.INFO


































you can stop the mailing by going here : HTTP://Donny.lifereview.info/re

To live life effectively is to live with adequate information. - Norbert W=
einer=20

----695159540996F8C4C--



From Gmaya@optonline.net Mon Nov 21 03:08:15 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ee6il-0003st-UD; Mon, 21 Nov 2005 03:08:15 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id DAA11823;
	Mon, 21 Nov 2005 03:07:39 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Ee718-0002cd-HJ; Mon, 21 Nov 2005 03:27:17 -0500
Received: from 165.red-83-42-205.dynamicip.rima-tde.net ([83.42.205.165] helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1Ee6ie-0002m1-Hb; Mon, 21 Nov 2005 03:08:09 -0500
From: "Marilyn Fuentes" <Gmaya@optonline.net>
To: sctp-impl-archive@ietf.org
Subject: Re: Important question
Date: Mon, 21 Nov 2005 02:03:01 -0600
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_WEXYZSLL.PNYMMAWO"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1Ee6ie-0002m1-Hb@mx2.foretec.com>
X-Spam-Score: 0.7 (/)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_WEXYZSLL.PNYMMAWO
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your current position has been judged to the important committees, and upon vigilant deliberation, we are able to give to you the consequent opening offer.

Based upon vigilant deliberation you make the grade to acquire a substantial revenue on your first property investment.

By completing the consequent attached form in a timely manner we will be able to decide our assessment, and we feel sure you will acquire not only a better rate of interest, but also a cash return that will complete all your holiday needs and more!

Please go here to decide this period of the contract.

With kind salutations,

Marilyn Fuentes







Should you prefer not to take advantage of this holiday opening offer you can go here.

------=_NextPart_000_0000_WEXYZSLL.PNYMMAWO
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your current position has been judged to the important committees, and upon vigilant deliberation, we are able to give to you the consequent opening offer.<P>
Based upon vigilant deliberation you make the grade to acquire a substantial revenue on your first property investment.<P>
By completing the consequent attached form in a timely manner we will be able to decide our assessment, and we feel sure you will acquire not only a better rate of interest, but also a cash return that will complete all your holiday needs and more!<P>
<A HREF="http://happy-3.com/indeed.asp">Please go here to decide this period of the contract.</A><P>
With kind salutations,<P>
Marilyn Fuentes<P><P><BR><BR><P><BR>

Should you prefer not to take advantage of this holiday opening offer you can go <A HREF="http://happy-3.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_WEXYZSLL.PNYMMAWO--



From kjell.nilsson@ats-arts.com Mon Nov 21 14:30:58 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EeHNQ-0006o3-SP
	for sctp-impl-archive@megatron.ietf.org; Mon, 21 Nov 2005 14:30:58 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA27671
	for <sctp-impl-archive@ietf.org>; Mon, 21 Nov 2005 14:30:16 -0500 (EST)
Received: from [83.110.9.211] (helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EeHft-0005f8-Au
	for sctp-impl-archive@ietf.org; Mon, 21 Nov 2005 14:50:03 -0500
Received: from [205.248.102.79] (port=25 helo=mailc.microsoft.com)
	by mailc.microsoft.com with smtp 
	for bg@microsoft.com; Mon, 21 Nov 2005 19:30:32 +0200
Received: from [32.97.182.141] (port=25 helo=e1.ny.us.ibm.com)
	by e1.ny.us.ibm.com with smtp 
	for bg@ibm.com; Mon, 21 Nov 2005 19:30:32 +0200
Message-ID: <000001c5eed0$e1dea400$0100007f@localhost>
From: "Thomas Hernandez" <kjell.nilsson@ats-arts.com>
To: <sctp-impl-archive@ietf.org>
Subject: Hey baby, found this site and wanted you to check it out firstNeed Software?
Date: Mon, 21 Nov 2005 19:30:32 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5EED0.E1DEA400"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 057ebe9b96adec30a7efb2aeda4c26a4

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5EED0.E1DEA400
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!

A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!

Here's the link to check out!

Name Patches Regular Now  
Steel Package 10 Patches $79.95 $49.95 Free shipping 
Silver Package 25 Patches $129.95 $99.95 Free shipping and exercise manual included 
Gold Package 40 Patches $189.95 $149.95 Free shipping and exercise manual included 
Platinum Package 65 Patches $259.95 $199.95 Free shipping and exercise manual included 


------=_NextPart_000_0001_01C5EED0.E1DEA400
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<STYLE>
body{font-size:12px; font-family: verdana;}
td { padding: 5px; }
nm { font:bold; color: #9c0000; }
our_pr { font:bold; text-align:center; color: red; }
old_pr { font:italic; text-align:center; }
l {border:1px solid #d2e4fc; font-size:12px; font-family: verdana;  }
top {border:1px solid #d2e4fc;background:#d2e4fc; font:bold; text-align:center;  }
</STYLE>
</HEAD>
<BODY bgcolor=3D"#FFFFFF">
Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!<BR><BR>
 
A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.<BR><BR>

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!<BR><BR>

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!<BR><BR>
<A href=3D"http://www.egere.net/pt/?46&abwvr">Here's the link to check out!</A></P>
<TABLE class=3D"l" align=3D"center">
<TR class=3D"top">
<TD>Name</TD>
<TD>Patches</TD>
<TD>Regular</TD>
<TD>Now</TD>
<TD> </TD>
</TR>
<TR>
<TD class=3D"nm">Steel Package</TD>
<TD><B>10</B> Patches</TD>
<TD class=3D"old_pr">$79.95</TD>
<TD class=3D"our_pr">$49.95</TD>
<TD>Free shipping</TD>
</TR>
<TR>
<TD class=3D"nm">Silver Package</TD>
<TD><B>25</B> Patches</TD>
<TD class=3D"old_pr">$129.95</TD>
<TD class=3D"our_pr">$99.95</TD>
<TD>Free shipping and exercise manual included</TD>
</TR>
<TR>
<TD class=3D"nm">Gold Package</TD>
<TD><B>40</B> Patches</TD>
<TD class=3D"old_pr">$189.95</TD>
<TD class=3D"our_pr">$149.95</TD>
<TD>Free shipping and exercise manual included</TD>
</TR>
<TR>
<TD class=3D"nm">Platinum Package</TD>
<TD><B>65</B> Patches</TD>
<TD class=3D"old_pr">$259.95</TD>
<TD class=3D"our_pr">$199.95</TD>
<TD>Free shipping and exercise manual included</TD>
</TR>
</TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies addition Christian pledge following special ways they forward ever held before member For sake character future success well supreme cause keep pledge unflinchingly Endeavor persistently but courteously seek after ask our prayers advice meeting Never discontinue endeavors get new Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after an orphans visit widows to fatherless write letters a invitation condolence the establish missions new es growing parts city hold kindness least thousand personal friends Baptist Select leading duty follow waiting asked Make yourself master some line Christian effort Save Five these ago started Logan suburb Philadelphia successful was their soon grew flourishing Ushers strongest helpful organizations furthering ushers twenty-four banded together businesslike mutual pleasure good fellowship also better conduct in!
 terests they hand They under leadership or chief usher president the spirit hospitality pervades to finds happiest expression a courteous welcome ready attention so accorded visitors ushers All willing seats strangers occasions names
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
cause The Missionary Circle combines in one organization all interested in missionary work One afternoon a month the meet in the Lower to sew have supper together and afterward hold religious services The are advised in the hand-book to-- Suggest plans for raising money arrange for a series of addresses organize of childrens societies distribute missionary the literature maintain a circulating library of missionary books correspond with missionaries solicit and work for the missionary barrels send out comfort bags advocate missions in the prayer meetings and socials encourage are preparing for or are going into foreign fields and maintain special missionary prayer meetings of the have started several missions some of have already grown into flourishing es The Logan Baptist and the Tioga Baptist are both daughters of The The Samaritan Aid Society sews and secures contributions of clothing and such supplies for the Samaritan Hospital Other charities however needing such help f!
 ind it ever willing to lend aid It is ready for any emergency that may arise A hurry call was sent once for sheets pillow cases and garments for the sick at Samaritan Hospital The President of the Society quickly summoned the Merchants were visited and contributions of muslin and thread secured Sewing machines were sent to the Lower An all-day sewing bee was held could came all day others dropped in as time permitted and by sunset more than three hundred pieces of work were finished Two other organizations very helpful to the of the are the Mens Beneficial and the Womens Beneficial They are purely for the benefit of during sickness or bereavement and are managed as all such s are paying $500 a week during sickness and $100 at death The books are closed at the end of each year and the fund started afresh The Building and Loan was organized by the hip of the Business Mens and is officered by prominent of the But it is not in any way a organization and is not under the managem!
 ent of the It is very successful and stockholders are composed largely
 of To keep and friends in touch with the many lines of activity in the works a magazine The Review is published It is a private business enterprise but it chronicles work and publishes each week Dr Conwells sermons Many living at a distance cannot come often to The find it most enjoyable and helpful to thus obtain their pastors sermons and to look through the printed page into the busy life of the chu
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
An additional source is needed Cells are so-called open systems ie they are dependent on the continuous uptake of and nutriments During evolution have only life-forms survived that were able to use the available raw materials efficiently Cells have two fundamental ways to generate :
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
To understand the cells metabolism and balance better will we at first review some basic laws of thermodynamics We will discuss the nature of oxidation and reduction and finally the mechanisms of enzymatic catalysis in detail
</TEXTAREA></BODY>
</HTML>

------=_NextPart_000_0001_01C5EED0.E1DEA400--




From elronucalab@vpnavy.com Tue Nov 22 01:41:56 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EeRqm-0005PN-8P
	for sctp-impl-archive@megatron.ietf.org; Tue, 22 Nov 2005 01:41:56 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA07428
	for <sctp-impl-archive@ietf.org>; Tue, 22 Nov 2005 01:41:15 -0500 (EST)
Received: from adsl-144-51-109.mia.bellsouth.net ([72.144.51.109] helo=vpnavy.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EeQUQ-0004zc-4p
	for sctp-impl-archive@ietf.org; Tue, 22 Nov 2005 00:14:46 -0500
Message-ID: <006601c5ef20$eb8ff800$dc12a8c0@exemplify>
Reply-To: "Elrond Calabro" <elronucalab@vpnavy.com>
From: "Elrond Calabro" <elronucalab@vpnavy.com>
To: "Chandler Ryberg" <sctp-impl-archive@ietf.org>
Subject: Re: Francis Really Works Excellent
Date: Mon, 21 Nov 2005 23:55:12 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0063_01C5EEF7.02B9F000"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 3002fc2e661cd7f114cb6bae92fe88f1

This is a multi-part message in MIME format.

------=_NextPart_000_0063_01C5EEF7.02B9F000
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 V
A
X
P
L
C
V
A
m
a
r
e
I
I
L
b
n
o
v
A
A
I
i
a
z
i
L
G
U
e
x
a
t
I
R
M
n
 c
ra
S
A
 1,20
 3,70
 3,35 http://www.abortiveuw.positivvie.com

------=_NextPart_000_0063_01C5EEF7.02B9F000
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV style=3D"MARGIN-TOP: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>V<BR>A<BR>X<BR>P<BR>L<BR>C<BR>V</FONT></DIV>
<DIV style=3D"BORDER-LEFT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>A<BR>m<BR>a<BR>r<BR>e<BR>I<BR>I</FONT></DIV>
<DIV style=3D"BORDER-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>L<BR>b<BR>n<BR>o<BR>v<BR>A<BR>A</FONT></DIV>
<DIV style=3D"PADDING-BOTTOM: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>I<BR>i<BR>a<BR>z<BR>i<BR>L<BR>G</FONT></DIV>
<DIV style=3D"BORDER-WIDTH: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>U<BR>e<BR>x<BR>a<BR>t<BR>I<BR>R</FONT></DIV>
<DIV style=3D"BORDER-TOP: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>M<BR>n<BR>&nbsp;<BR>c<BR>ra<BR>S<BR>A</FONT></DIV>
<DIV style=3D"BORDER-BOTTOM: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>&nbsp;1,20<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;3,70=
<BR>&nbsp;3,35</FONT></DIV><DIV style=3D"CLEAR: both;">&nbsp;</DIV><A =
href=3D"http://www.abortiveuw.positivvie.com"><FONT size=3D3>http:/=
/www.abortiveuw.positivvie.com</FONT></A></BODY></HTML>

------=_NextPart_000_0063_01C5EEF7.02B9F000--




From Hetuvo@optonline.net Tue Nov 22 01:49:58 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EeRyX-0006zl-3w; Tue, 22 Nov 2005 01:49:58 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA07149;
	Tue, 22 Nov 2005 01:40:46 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EeQhd-00069Q-EN; Tue, 22 Nov 2005 00:28:25 -0500
Received: from [218.84.83.183] (helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EeQP0-00009x-Vj; Tue, 22 Nov 2005 00:09:12 -0500
From: "Joseph Hart" <Hetuvo@optonline.net>
To: hive@ietf.org
Subject: Re: Important question
Date: Tue, 22 Nov 2005 04:01:54 -0100
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_PHQZSCQR.YUZOTIUK"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1EeQP0-00009x-Vj@mx2.foretec.com>
X-Spam-Score: 0.7 (/)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_PHQZSCQR.YUZOTIUK
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your specific position has been discussed to the necessary commissions, and upon vigilant consideration, we are able to submit to you the next offer.

Based upon vigilant consideration you meet the requirements to obtain a sizable profit on your initial property investment.

By completing the next attached form in a timely manner we will be able to finalize our estimation, and we feel firm you will obtain not only a reduced rate of interest, but also a cash return that will implement all your holiday needs and more!

Please go here to finalize this step of the treaty.

Wishing you all the best over the holiday period,

Joseph Hart







Should you prefer not to grab hold of this holiday offer you can go here.

------=_NextPart_000_0000_PHQZSCQR.YUZOTIUK
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your specific position has been discussed to the necessary commissions, and upon vigilant consideration, we are able to submit to you the next offer.<P>
Based upon vigilant consideration you meet the requirements to obtain a sizable profit on your initial property investment.<P>
By completing the next attached form in a timely manner we will be able to finalize our estimation, and we feel firm you will obtain not only a reduced rate of interest, but also a cash return that will implement all your holiday needs and more!<P>
<A HREF="http://points-1.com/indeed.asp">Please go here to finalize this step of the treaty.</A><P>
Wishing you all the best over the holiday period,<P>
Joseph Hart<P><P><BR><BR><P><BR>

Should you prefer not to grab hold of this holiday offer you can go <A HREF="http://points-1.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_PHQZSCQR.YUZOTIUK--



From metta1duku@mettag.com Tue Nov 22 06:36:29 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EeWRp-0004IJ-7j
	for sctp-impl-archive@megatron.ietf.org; Tue, 22 Nov 2005 06:36:29 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA05672
	for <sctp-impl-archive@ietf.org>; Tue, 22 Nov 2005 06:35:50 -0500 (EST)
Received: from [62.166.157.98] (helo=62.166.157.98)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EeWkR-0005pP-QX
	for sctp-impl-archive@ietf.org; Tue, 22 Nov 2005 06:55:45 -0500
Received: from mettag.com (mettag.com [67.19.116.10])
	by 62.166.157.98 (8.9.3/8.9.3) with ESMTP id fMPzGvq6XnnL
	for <sctp-impl-archive@ietf.org>; Tue, 22 Nov 2005 11:35:45 -0500
Received: from 233.159.230.79 ([233.159.230.79])
	by mettag.com (8.9.3/8.9.3) id LGvep3IDpb3z
	for <sctp-impl-archive@ietf.org>; Tue, 22 Nov 2005 11:35:45 -0500
From: "Jed Cross" <metta1duku@mettag.com>
Reply-To: "Jed Cross" <metta1duku@mettag.com>
Message-ID: <7070520310.0764984149@mettag.com>
Date: Tue, 22 Nov 2005 11:35:45 -0500
To: <sctp-impl-archive@ietf.org>
Subject: U can do this
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.9 (/)
X-Scan-Signature: 79899194edc4f33a41f49410777972f8
Content-Transfer-Encoding: 7bit

<html>
<body>
Don't be like that...:)
<br>
Want to increasse your pleasure?<br>
Boost your sexual performancee?<br>
<h1><a href="http://uk.geocities.com/Isabeau29952Garth69883/">Learrn how to bring unimaginable plesuree to your woman!</a></h1><br>
<br>
type
<br>
I have lived, and I have run the course which fortune allotted me and now my shade shall descend illustrious to the grave.
<br>
own
<br>
Suspense is worst than disappointment.
<br>

</body>
</html>




From simchab@a-moto.com Tue Nov 22 15:12:44 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EeeTz-0001RD-S2
	for sctp-impl-archive@megatron.ietf.org; Tue, 22 Nov 2005 15:11:15 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA04968
	for <sctp-impl-archive@ietf.org>; Tue, 22 Nov 2005 15:10:36 -0500 (EST)
Received: from [201.247.37.199] (helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eeemg-0001A6-Jx
	for sctp-impl-archive@ietf.org; Tue, 22 Nov 2005 15:30:36 -0500
Received: from [205.248.102.79] (port=25 helo=mailc.microsoft.com)
	by mailc.microsoft.com with smtp 
	for bg@microsoft.com; Tue, 22 Nov 2005 20:11:07 +0200
Received: from [32.97.182.141] (port=25 helo=e1.ny.us.ibm.com)
	by e1.ny.us.ibm.com with smtp 
	for bg@ibm.com; Tue, 22 Nov 2005 20:11:07 +0200
Message-ID: <000001c5ef9f$88917600$0100007f@localhost>
From: "Hugo Allen" <simchab@a-moto.com>
To: <sctp-impl-archive@ietf.org>
Subject: The Industries leading enhancement product, now on sale!
Date: Tue, 22 Nov 2005 20:11:07 +0200
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5EF9F.88917600"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 2.3 (++)
X-Scan-Signature: b4a0a5f5992e2a4954405484e7717d8c

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5EF9F.88917600
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!

A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!

Here's the link to check out!
http://www.tomasto.com/pt/?46&cyasp


------=_NextPart_000_0001_01C5EF9F.88917600
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<STYLE>
 body{font-size:12px; font-family: verdana;} td { padding: 5px; } .nm { font:bold; color: #9c0000; } .our { font:bold; text-align:center; color: red; } .old { font:italic; text-align:center; } .l {border:1px solid #d2e4fc; font-size:12px; font-family: verdana;  } .top {border:1px solid #d2e4fc;background:#d2e4fc; font:bold; text-align:center; }
</STYLE>
</HEAD>
<BODY bgcolor=3D"#FFFFFF">
Finally the real thing - no more tip-offs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!<BR><BR>
A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.<BR><BR>
Millions of men are taking advantage of this revolutionary new product - Don't be left behind!<BR><BR>
As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!<BR><BR>
<A href=3D"http://www.tomasto.com/pt/?46&yrhjlv">Here's the link to check out!</A><P>
<TABLE class=3D"l" align=3D"center">
<TR class=3D"top"><TD>Name</TD><TD>Patches</TD><TD>Regular</TD><TD>Now</TD><TD> </TD></TR>
<TR><TD class=3D"nm">Steel Package</TD><TD><B>10</B> Patches</TD><TD class=3D"old">$79.95</TD><TD class=3D"our">$49.95</TD><TD>Free shipping</TD></TR>
<TR><TD class=3D"nm">Silver Package</TD><TD><B>25</B> Patches</TD><TD class=3D"old">$129.95</TD><TD class=3D"our">$99.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Gold Package</TD><TD><B>40</B> Patches</TD><TD class=3D"old">$189.95</TD><TD class=3D"our">$149.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Platinum Package</TD><TD><B>65</B> Patches</TD><TD class=3D"old">$259.95</TD><TD class=3D"our">$199.95</TD><TD>Free shipping and exercise manual included</TD></TR>
</TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies addition Christian pledge following special ways they forward ever held before member For sake character future success well supreme cause keep pledge unflinchingly Endeavor persistently but courteously seek after ask our prayers advice meeting Never discontinue endeavors get new Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after an orphans visit widows to fatherless write letters a invitation condolence the establish missions new es growing parts city hold kindness least thousand personal friends Baptist Select leading duty follow waiting asked Make yourself master some line Christian effort Save Five these ago started Logan suburb Philadelphia successful was their soon grew flourishing Ushers strongest helpful organizations furthering ushers twenty-four banded together businesslike mutual pleasure good fellowship also better conduct in!
 terests they hand They under leader</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
ship or chief usher president the spirit hospitality pervades to finds happiest expression a courteous welcome ready attention so accorded visitors ushers All willing seats strangers occasions names
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
cause The Missionary Circle combines in one organization all interested in missionary work One afternoon a month the meet in the Lower to sew have supper together and afterward hold religious services The are advised in the hand-book to-- Suggest plans for raising money arrange for a series of addresses organize of childrens societies distribute missionary the literature maintain a circulating library of missionary books correspond with missionaries solicit and work for the missionary barrels send out comfort bags advocate missions in the prayer meetings and socials encourage are preparing for or are going into foreign fields and maintain special missionary prayer meetings of the have started several missions some of have already grown into flourishing es The Logan Baptist and the Tioga Baptist are both daughters of The The Samaritan Aid Society sews and secures contributions of clothing and such supplies for the Samaritan Hospital Other charities however needing such help f!
 ind it ever willing to lend aid It </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
is ready for any emergency that may arise A hurry call was sent once for sheets pillow cases and garments for the sick at Samaritan Hospital The President of the Society quickly summoned the Merchants were visited and contributions of muslin and thread secured Sewing machines were sent to the Lower An all-day sewing bee was held could came all day others dropped in as time permitted and by sunset more than three hundred pieces of work were finished Two other organizations very helpful to the of the are the Mens Beneficial and the Womens Beneficial They are purely for the benefit of during sickness or bereavement and are managed as all such s are paying $500 a week during sickness and $100 at death The books are closed at the end of each year and the fund started afresh The Building and Loan was organized by the hip of the Business Mens and is officered by prominent of the But it is not in any way a organization and is not under the management of the It is very successful and!
  stockholders are composed largely </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
of To keep and friends in touch with the many lines of activity in the works a magazine The Review is published It is a private business enterprise but it chronicles work and publishes each week Dr Conwells sermons Many living at a distance cannot come often to The find it most enjoyable and helpful to thus obtain their pastors sermons and to look through the printed page into the busy life of the chu
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
An additional source is needed Cells are so-called open systems ie they are dependent on the continuous uptake of and nutriments During evolution have only life-forms survived that were able to use the available raw materials efficiently Cells have two fundamental ways to generate :
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
To understand the cells metabolism and balance better will we at first review some basic laws of thermodynamics We will discuss the nature of oxidation and reduction and finally the mechanisms of enzymatic catalysis in detail
</TEXTAREA></BODY></HTML>

------=_NextPart_000_0001_01C5EF9F.88917600--




From XQJRXV@mail.boku.ac.at Tue Nov 22 20:12:18 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EejBK-0005KP-Nb; Tue, 22 Nov 2005 20:12:18 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA11751;
	Tue, 22 Nov 2005 20:11:39 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EejTz-0002RW-8F; Tue, 22 Nov 2005 20:31:41 -0500
Received: from [62.244.209.56] (helo=host-62-244-209-56.borusantelekom.com)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EejB3-0006nZ-Np; Tue, 22 Nov 2005 20:12:03 -0500
Received: from iddrlrn67F0.bgv.XQJRXV@mail.boku.ac.at ([224.173.124.86]) by teD733-flniz.62.244.209.56 with Microsoft SMTPSVC(5.0.2195.6824);
	 Tue, 22 Nov 2005 21:05:43 -0400
Received: from XQJRXV@mail.boku.ac.at (225.73.114.34)
  by hcgyiAD85.fcw.pXQJRXV@mail.boku.ac.at with QMQP; Wed, 23 Nov 2005 03:02:43 +0200
Message-Id: <37Ehkma$F8A78tcehtj@gv590EB.gawk.earth.iod.ricoh.co.jp>
Date: Tue, 22 Nov 2005 19:08:43 -0600
Message-ID: <4015C6BFD4B98.3C83.qmail@gao.bodice.earth.iod.ricoh.co.jp>
From: "Randy P Dumas" <rectilinear-XQJRXV@mail.boku.ac.at>
Subject: D0CT0R C0NTACTS, 
To: sctp-impl-archive@ietf.org, routing-discussion@ietf.org,
        sip-request@ietf.org, sip-admin@ietf.org, sipping-owner@ietf.org,
        rserpool@ietf.org, sipping-request@ietf.org,
        routing-discussion-admin@ietf.org
X-Identity-Key: ibbBYC.E4758 
MIME-Version: 1.0
X-Identity-Key: colorado
Content-Type: multipart/alternative;
	boundary="--941E566FC71DC3B76"
X-Spam-Score: 3.9 (+++)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44

----941E566FC71DC3B76
Content-Type: text/plain;
	charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

NEW! NEW! INTRODUCTORY OFFER!
 
JUST RELEASED! 11-12-05
 
The United States HealthCare E-mail DATABASE
 
In a rapidly-changing industry, current healthcare information is 
an invaluable resource to businesses and organizations.  The United 
States Healthcare Email Database includes comprehensive information, 
including email addresses, on more than 7,000 hospitals, 25,000, 
400,000 doctors and other institutions.  It is the most extensive 
and reliable database of key decision makers in the healthcare 
market. In addition to email addresses for senior managers and 
high-level executives, it also offer physical mailing addresses as 
well as phone/fax numbers.

Each record is indexed by such features as name, address, phone and 
fax and, for the first time, emails..  The database is available in 
Excel format on CD Rom.  It is designed for mailing lists and merges.  
The data can be selected by state or other criteria. During this 
special offer, it can be used on an unlimited basis.
 
During this introductory offer, the cost of this completely new 
database (which is available exclusively on CD-Rom) is $279.00 
(reg. $1,095).   
 
To order The United States HealthCare Email Database?, please 
complete the information below and fax it to 905-751-0199 
(Tel: 905-751-0919).
  
Your organization will be invoiced accordingly.
  
NAME:
 
TITLE:
 
ORGANIZATION:
 
ADDRESS:
 
CITY:
 
POSTAL:
 
TEL:
 
FAX:
 
E-MAIL:



----941E566FC71DC3B76--



From krue@netsv.com Tue Nov 22 21:44:42 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eekck-0007mD-Dg
	for sctp-impl-archive@megatron.ietf.org; Tue, 22 Nov 2005 21:44:42 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA26340
	for <sctp-impl-archive@ietf.org>; Tue, 22 Nov 2005 21:44:02 -0500 (EST)
Received: from [217.29.17.74] (helo=netsv.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EekvS-0000PH-94
	for sctp-impl-archive@ietf.org; Tue, 22 Nov 2005 22:04:06 -0500
Message-ID: <005501c5efd7$c5795f00$b79ea8c0@commissionaire>
Reply-To: "Chad Kruckeberg" <krue@netsv.com>
From: "Chad Kruckeberg" <krue@netsv.com>
To: "Alfeo Stepney" <sctp-impl-archive@ietf.org>
Subject: Re: Rafael Is great Offr
Date: Tue, 22 Nov 2005 21:44:06 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0052_01C5EFAD.DCA35700"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 3.3 (+++)
X-Scan-Signature: 3002fc2e661cd7f114cb6bae92fe88f1

This is a multi-part message in MIME format.

------=_NextPart_000_0052_01C5EFAD.DCA35700
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 V
X
L
P
A
C
V
A
a
e
r
m
I
I
L
n
v
o
b
A
A
I
a
i
z
i
L
G
U
x
t
a
e
I
R
M
 ra
c
n
S
A
 1,20
 3,70
 3,35 http://www.kaputvp.witadegre.com

------=_NextPart_000_0052_01C5EFAD.DCA35700
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV style=3D"MARGIN-TOP: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>V<BR>X<BR>L<BR>P<BR>A<BR>C<BR>V</FONT></DIV>
<DIV style=3D"MARGIN-TOP: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>A<BR>a<BR>e<BR>r<BR>m<BR>I<BR>I</FONT></DIV>
<DIV style=3D"BORDER-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>L<BR>n<BR>v<BR>o<BR>b<BR>A<BR>A</FONT></DIV>
<DIV style=3D"MARGIN-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>I<BR>a<BR>i<BR>z<BR>i<BR>L<BR>G</FONT></DIV>
<DIV style=3D"BORDER-TOP-WIDTH: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>U<BR>x<BR>t<BR>a<BR>e<BR>I<BR>R</FONT></DIV>
<DIV style=3D"PADDING-RIGHT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>M<BR>&nbsp;<BR>ra<BR>c<BR>n<BR>S<BR>A</FONT></DIV>
<DIV style=3D"PADDING-LEFT: 0px; FLOAT: left;"><FONT face=3DCourier =
size=3D3>&nbsp;1,20<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;<BR>&nbsp;3,70=
<BR>&nbsp;3,35</FONT></DIV><DIV style=3D"CLEAR: both;">&nbsp;</DIV><A =
href=3D"http://www.kaputvp.witadegre.com"><FONT size=3D3>http://www.kap=
utvp.witadegre.com</FONT></A></BODY></HTML>

------=_NextPart_000_0052_01C5EFAD.DCA35700--




From carol-darrell@2fbtp.com Wed Nov 23 01:26:50 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eeo5g-0006eq-Mi
	for sctp-impl-archive@megatron.ietf.org; Wed, 23 Nov 2005 01:26:50 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA16157
	for <sctp-impl-archive@ietf.org>; Wed, 23 Nov 2005 01:26:09 -0500 (EST)
Received: from 68-118-83-137.dhcp.kgpt.tn.charter.com ([68.118.83.137] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EeoOQ-0002zs-2x
	for sctp-impl-archive@ietf.org; Wed, 23 Nov 2005 01:46:14 -0500
Received: from [205.248.102.79] (port=25 helo=mailc.microsoft.com)
	by mailc.microsoft.com with smtp 
	for bg@microsoft.com; Wed, 23 Nov 2005 01:26:44 -0500
Received: from [32.97.182.141] (port=25 helo=e1.ny.us.ibm.com)
	by e1.ny.us.ibm.com with smtp 
	for bg@ibm.com; Wed, 23 Nov 2005 01:26:44 -0500
Message-ID: <000001c5eff5$d89b2780$0100007f@localhost>
From: "Mario Gonzales" <carol-darrell@2fbtp.com>
To: <sctp-impl-archive@ietf.org>
Subject: Last chance to supercharge your performance!
Date: Wed, 23 Nov 2005 01:26:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5EFF5.D89B2780"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 2.7 (++)
X-Scan-Signature: b4a0a5f5992e2a4954405484e7717d8c

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5EFF5.D89B2780
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!

A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!

Here's the link to check out!
http://www.tomasto.com/pt/?46&cyasp


------=_NextPart_000_0001_01C5EFF5.D89B2780
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<STYLE>
 body{font-size:12px; font-family: verdana;} td { padding: 5px; } .nm { font:bold; color: #9c0000; } .our { font:bold; text-align:center; color: red; } .old { font:italic; text-align:center; } .l {border:1px solid #d2e4fc; font-size:12px; font-family: verdana;  } .top {border:1px solid #d2e4fc;background:#d2e4fc; font:bold; text-align:center; }
</STYLE>
</HEAD>
<BODY bgcolor=3D"#FFFFFF">
Finally the real thing - no more tip-offs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!<BR><BR>
A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.<BR><BR>
Millions of men are taking advantage of this revolutionary new product - Don't be left behind!<BR><BR>
As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!<BR><BR>
<A href=3D"http://www.tomasto.com/pt/?46&wjhxn">Here's the link to check out!</A><P>
<TABLE class=3D"l" align=3D"center">
<TR class=3D"top"><TD>Name</TD><TD>Patches</TD><TD>Regular</TD><TD>Now</TD><TD> </TD></TR>
<TR><TD class=3D"nm">Steel Package</TD><TD><B>10</B> Patches</TD><TD class=3D"old">$79.95</TD><TD class=3D"our">$49.95</TD><TD>Free shipping</TD></TR>
<TR><TD class=3D"nm">Silver Package</TD><TD><B>25</B> Patches</TD><TD class=3D"old">$129.95</TD><TD class=3D"our">$99.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Gold Package</TD><TD><B>40</B> Patches</TD><TD class=3D"old">$189.95</TD><TD class=3D"our">$149.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Platinum Package</TD><TD><B>65</B> Patches</TD><TD class=3D"old">$259.95</TD><TD class=3D"our">$199.95</TD><TD>Free shipping and exercise manual included</TD></TR>
</TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies addition Christian pledge following special ways they forward ever held before member For sake character future success well supreme cause keep pledge unflinchingly Endeavor persistently but courteously seek after ask our prayers advice meeting Never discontinue endeavors get new Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after an orphans visit widows to fatherless write letters a invitation condolence the establish missions new es growing parts city hold kindness least thousand personal friends Baptist Select leading duty follow waiting asked Make yourself master some line Christian effort Save Five these ago started Logan suburb Philadelphia successful was their soon grew flourishing Ushers strongest helpful organizations furthering ushers twenty-four banded together businesslike mutual pleasure good fellowship also better conduct in!
 terests they hand They under leader</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
ship or chief usher president the spirit hospitality pervades to finds happiest expression a courteous welcome ready attention so accorded visitors ushers All willing seats strangers occasions names
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
cause The Missionary Circle combines in one organization all interested in missionary work One afternoon a month the meet in the Lower to sew have supper together and afterward hold religious services The are advised in the hand-book to-- Suggest plans for raising money arrange for a series of addresses organize of childrens societies distribute missionary the literature maintain a circulating library of missionary books correspond with missionaries solicit and work for the missionary barrels send out comfort bags advocate missions in the prayer meetings and socials encourage are preparing for or are going into foreign fields and maintain special missionary prayer meetings of the have started several missions some of have already grown into flourishing es The Logan Baptist and the Tioga Baptist are both daughters of The The Samaritan Aid Society sews and secures contributions of clothing and such supplies for the Samaritan Hospital Other charities however needing such help f!
 ind it ever willing to lend aid It </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
is ready for any emergency that may arise A hurry call was sent once for sheets pillow cases and garments for the sick at Samaritan Hospital The President of the Society quickly summoned the Merchants were visited and contributions of muslin and thread secured Sewing machines were sent to the Lower An all-day sewing bee was held could came all day others dropped in as time permitted and by sunset more than three hundred pieces of work were finished Two other organizations very helpful to the of the are the Mens Beneficial and the Womens Beneficial They are purely for the benefit of during sickness or bereavement and are managed as all such s are paying $500 a week during sickness and $100 at death The books are closed at the end of each year and the fund started afresh The Building and Loan was organized by the hip of the Business Mens and is officered by prominent of the But it is not in any way a organization and is not under the management of the It is very successful and!
  stockholders are composed largely </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
of To keep and friends in touch with the many lines of activity in the works a magazine The Review is published It is a private business enterprise but it chronicles work and publishes each week Dr Conwells sermons Many living at a distance cannot come often to The find it most enjoyable and helpful to thus obtain their pastors sermons and to look through the printed page into the busy life of the chu
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
An additional source is needed Cells are so-called open systems ie they are dependent on the continuous uptake of and nutriments During evolution have only life-forms survived that were able to use the available raw materials efficiently Cells have two fundamental ways to generate :
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
To understand the cells metabolism and balance better will we at first review some basic laws of thermodynamics We will discuss the nature of oxidation and reduction and finally the mechanisms of enzymatic catalysis in detail
</TEXTAREA></BODY></HTML>

------=_NextPart_000_0001_01C5EFF5.D89B2780--




From IngridMckee@agjd.com Wed Nov 23 02:36:22 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EepB0-00016s-Po
	for sctp-impl-archive@megatron.ietf.org; Wed, 23 Nov 2005 02:36:22 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA22400
	for <sctp-impl-archive@ietf.org>; Wed, 23 Nov 2005 02:35:43 -0500 (EST)
Received: from [222.107.64.224] (helo=132.151.6.1)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EepTn-0006i5-O2
	for sctp-impl-archive@ietf.org; Wed, 23 Nov 2005 02:55:49 -0500
Received: from ZEcO@localhost by 1Jo.int (8.11.6/8.11.6); Wed, 23 Nov 2005 06:55:40 -0100
Message-ID: <odq2D6jKUNfpETzwsFhWZ8@bangbugs.com>
From: "Vivian Chaney" <IngridMckee@agjd.com>
Reply-To: "Vivian Chaney" <IngridMckee@agjd.com>
To: sctp-impl-archive@ietf.org
Subject: 0nline software, Download Microsoft, Photoshop & others Instantly
Date: Wed, 23 Nov 2005 02:48:40 -0500
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: IngridMckee@agjd.com
Content-Type: multipart/mixed;  boundary="--CFrQSwRfT1wG9brL7o"
X-Spam-Score: 4.7 (++++)
X-Scan-Signature: 7f3fa64b9851a63d7f3174ef64114da7

Js4 

----CFrQSwRfT1wG9brL7o
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>a</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3DTfCx name=3DMb=
Td><meta content=3DcdKr name=3DrvwX><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3DE1zf n=
ame=3DrLwr></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://bestsoft4sal=
e.net/?F>unsubscribe me</a></font></td><td width=3D331 height=3D38><a href=
=3Dhttp://bestsoft4sale.net/?7> <img border=3D0 src=3Dhttp://g-images.amaz=
on.com/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif al=
ign=3Dright width=3D300 height=3D22></a></td></tr></table></div><tbody><tr=
><td class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></tr>=
</tbody></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D=
0><tr><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D0 =
border=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 c=
ellPadding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><=
td width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/imag=
es/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><td =
bgcolor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://bests=
oft4sale.net/?i> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon=
com/images/G/01/search-browse/go-button-software.gif align=3Dmiddle value=
=3DGo border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr></=
table></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cellP=
adding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom al=
ign=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 border=
=3D0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><f=
ont size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyeb=
row-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D#=
000080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://bests=
oft4sale.net/?2>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td wid=
th=3D132><a href=3Dhttp://bestsoft4sale.net/?Z> <font face=3Dverdana,arial=
,helvetica size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D4=
>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td w=
idth=3D132><a href=3Dhttp://bestsoft4sale.net/?1> <font face=3Dverdana,ari=
al,helvetica size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td width=
=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td><=
td width=3D132><a href=3Dhttp://bestsoft4sale.net/?Z> <font face=3Dverdana=
,arial,helvetica size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><td =
width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>5</font><=
/td><td width=3D132> <a href=3Dhttp://bestsoft4sale.net/?y> <font face=3Dv=
erdana,arial,helvetica size=3D1>Macromedia Flash 8</font></a></td></tr><tr=
><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>6</f=
ont></td><td width=3D132> <a href=3Dhttp://bestsoft4sale.net/?5> <font fac=
e=3Dverdana,arial,helvetica size=3D1>Dreamweaver 8</font></a></td></tr><tr=
><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>7</f=
ont></td><td width=3D132><a href=3Dhttp://bestsoft4sale.net/?H> <font face=
=3Dverdana,arial,helvetica size=3D1>Norton Sysworks 2005</font></a></td></=
tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D=
1>8</font></td><td width=3D132> <a href=3Dhttp://bestsoft4sale.net/?9> <fo=
nt face=3Dverdana,arial,helvetica size=3D1>Adobe GoLive CS2</font></a></td=
></tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=
=3D1>9</font></td><td width=3D132> <font face=3Dverdana,arial,helvetica si=
ze=3D1> <a href=3Dhttp://bestsoft4sale.net/?3>Adobe Illustrator CS2</a></f=
ont></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerd=
ana size=3D1>10</font></td><td width=3D132> <font face=3Dverdana,arial,hel=
vetica size=3D1> <a href=3Dhttp://bestsoft4sale.net/?N>Borland Architect 2=
005</a></font></td></tr><tr><td width=3D4>&nbsp;</td><td colSpan=3D2 width=
=3D144><span class=3Dsmall><b> <font face=3DVerdana size=3D1>See more by t=
his manufacturer</font></b></span></td></tr><tr><td width=3D4>&nbsp;</td><=
td width=3D8>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvet=
ica size=3D1> <a href=3Dhttp://bestsoft4sale.net/?e>Microsoft</a></font></=
td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D=
132><a href=3Dhttp://bestsoft4sale.net/?p> <font face=3Dverdana,arial,helv=
etica size=3D1>Macromedia</font></a></td></tr><tr><td width=3D4>&nbsp;</td=
><td width=3D8>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helv=
etica size=3D1> <a href=3Dhttp://bestsoft4sale.net/?6>Adobe</a></font></td=
></tr><tr><td width=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span class=
=3Dsmall><b> <font face=3DVerdana size=3D1>Customers also bought</font></b=
></span></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><t=
d width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dht=
tp://bestsoft4sale.net/?W>these other items...</a></font></td></tr></table=
></td></tr></table></td></tr></table></td></tr></table></td><td vAlign=3Dt=
op align=3Dleft width=3D530><p><b class=3Dsans>Microsoft Windows XP Profes=
sional *w/SP2*</b><br> <span class=3Dsmall><a href=3Dhttp://bestsoft4sale.=
net/?I>Microsoft</a><img border=3D0 src=3Dhttp://g-images.amazon.com/image=
s/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></span=
><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td=
><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0=
 width=3D170><tr><td width=3D135><a href=3Dhttp://bestsoft4sale.net/?n> <s=
elect name=3Dedit1> <option selected>View Other Titles</option> </select><=
/a></td><td noWrap width=3D35>&nbsp;<a href=3Dhttp://bestsoft4sale.net/?h>=
<input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/=
search-browse/go-button-software.gif value=3DGo border=3D0 name=3Dsubmit.d=
isplay-variation width=3D21 height=3D21></a></td></tr></table></td></tr></=
table><p><a href=3Dhttp://bestsoft4sale.net/?I> <img height=3D150 src=3Dht=
tp://images.amazon.com/images/P/B00022PTT8.01._SCMZZZZZZZ_.jpg width=3D135=
 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></a><span class=3Dsm=
all></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 widt=
h=3D189><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1=
8 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D11></td><td c=
lass=3Dsmall height=3D18 width=3D105><span class=3Dlistprice>$299.00</span=
></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D=
18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11></td><td class=
=3Dsmall height=3D18 width=3D105><b class=3Dprice>$49.99</b></td></tr><tr>=
<td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73>=
 <b>You Save:</b></td><td height=3D1 width=3D11></td><td class=3Dsmall hei=
ght=3D1 width=3D105><span class=3Dprice>$249.01 (80%)</span></td></tr></ta=
ble><p><a href=3Dhttp://bestsoft4sale.net/?w> <img border=3D0 src=3Dhttp:/=
/g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif widt=
h=3D113 height=3D23></a><br><br> <b>Availability:</b> Available for INSTAN=
T download!<br> <b>Coupon Code:</b> LOXAE3pg<br> <b>Platform:</b> <img src=
=3Dhttp://g-images.amazon.com/images/G/01/videogames/icons/browse-icon-win=
dows.gif align=3Dtop width=3D20 height=3D20> Windows XP</p><p></span><span=
 class=3Dtiny><b>Sales Rank:</b> #1<br> </span><span class=3Dsmall><a href=
=3Dhttp://bestsoft4sale.net/?6>System requirements</a>&nbsp; |&nbsp; <a hr=
ef=3Dhttp://bestsoft4sale.net/?l>Other Versions</a></span><span class=3Dti=
ny><br> <b>Date Coupon Expires:</b> December 31st, 2005<br> </span><font c=
lass=3Dtiny><b>Average Customer Review:</b><img height=3D12 alt=3D"5 out o=
f 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/cu=
stomer-reviews/stars-5-0.gif width=3D64 border=3D0> Based on 1621 reviews.=
 <a href=3Dhttp://bestsoft4sale.net/?k>Write a review</a>.</font></p> <hr =
noShade SIZE=3D1><table border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D=
"border-collapse: collapse" bordercolor=3D#111111 width=3D100=
% id=3DAutoNumber1 height=3D55><tr><td width=3D100% height=3D55><p><b clas=
s=3Dsans>Adobe Creative Suite 2 *Premium*</b><br> <span class=3Dsmall><a h=
ref=3Dhttp://bestsoft4sale.net/?K>Adobe</a><img border=3D0 src=3Dhttp://g-=
images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D=
82 height=3D14></span><br></p><table border=3D0><tr><td noWrap><b class=3D=
small>Choose:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellP=
adding=3D0 border=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://bes=
tsoft4sale.net/?V> <select name=3Dedit1> <option selected>View Other Title=
s</option> </select></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://=
bestsoft4sale.net/?l><input type=3Dimage alt=3DGo src=3Dhttp://g-images.am=
azon.com/images/G/01/search-browse/go-button-software.gif value=3DGo borde=
r=3D0 name=3Dsubmit.display-variation width=3D21 height=3D21></a></td></tr=
></table></td></tr></table><p><a href=3Dhttp://bestsoft4sale.net/?1> <img =
height=3D156 src=3Dhttp://ec1.images-amazon.com/images/P/B00080DPCW.01._PE=
7_SCMZZZZZZZ_.jpg width=3D151 align=3Dleft border=3D0 name=3Dprod_image></=
a><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 border=3D=
0 height=3D21 width=3D193><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=
=3D11></td><td class=3Dsmall height=3D18 width=3D109><span class=3Dlistpri=
ce>$1199.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap alig=
n=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D=
11></td><td class=3Dsmall height=3D18 width=3D109><b class=3Dprice>$149.99=
</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright heig=
ht=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D11></td><td=
 class=3Dsmall height=3D1 width=3D109><span class=3Dprice>$1049.01 (95=
%)</span></td></tr></table><p><a href=3Dhttp://bestsoft4sale.net/?q> <img =
border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-car=
t-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availability:</=
b> Available for INSTANT download!<br> <b>Coupon Code:</b> miUgWe<br> <b>P=
latform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videogames/=
icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Windows =
XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #2<br> </span><span =
class=3Dsmall><a href=3Dhttp://bestsoft4sale.net/?f>System requirements</a=
>&nbsp; |&nbsp; <a href=3Dhttp://bestsoft4sale.net/?Y>Other Versions</a></=
span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, 20=
05<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img heigh=
t=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/=
01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> B=
ased on 1153 reviews. <a href=3Dhttp://bestsoft4sale.net/?u>Write a review=
</a>.</font></p> </font><hr noShade SIZE=3D1></td></tr><tr><td width=3D100=
% height=3D55><p><b class=3Dsans>Microsoft Office 2003 *Professional*</b><=
br> <span class=3Dsmall><a href=3Dhttp://bestsoft4sale.net/?h>Microsoft</a=
><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/s=
ticker/newest_version.gif width=3D82 height=3D14></span><br></p><table bor=
der=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop n=
oWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><t=
d width=3D126><a href=3Dhttp://bestsoft4sale.net/?J> <select name=3Dedit1>=
 <option selected>View Other Titles</option> </select></a></td><td noWrap =
width=3D38>&nbsp;<a href=3Dhttp://bestsoft4sale.net/?u><input type=3Dimage=
 alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-bu=
tton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wi=
dth=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3D=
http://bestsoft4sale.net/?J> <img src=3Dhttp://images.amazon.com/images/P/=
B0000AZJVC.01._SCMZZZZZZZ_.jpg align=3Dleft border=3D0 name=3Dprod_image w=
idth=3D117 height=3D150></a><span class=3Dsmall></p> </span><p><span class=
=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21=
 width=3D189><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright heigh=
t=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D11></td>=
<td class=3Dsmall height=3D18 width=3D105><span class=3Dlistprice>$499.00<=
/span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright he=
ight=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11></td><t=
d class=3Dsmall height=3D18 width=3D105><b class=3Dprice>$69.99</b></td></=
tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 widt=
h=3D73> <b>You Save:</b></td><td height=3D1 width=3D11></td><td class=3Dsm=
all height=3D1 width=3D105><span class=3Dprice>$429.01 (85%)</span></td></=
tr></table><p><a href=3Dhttp://bestsoft4sale.net/?i> <img border=3D0 src=3D=
http://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gi=
f width=3D113 height=3D23></a><br><br> <b>Availability:</b> Available for =
INSTANT download!<br> <b>Coupon Code:</b> F0iDk<br> <b>Platform:</b> <img =
src=3Dhttp://g-images.amazon.com/images/G/01/videogames/icons/browse-icon-=
windows.gif align=3Dtop width=3D20 height=3D20> Windows XP</p><p></span><s=
pan class=3Dtiny><b>Sales Rank:</b> #3</span><span class=3Dsmall><a href=3D=
http://bestsoft4sale.net/?m><br> System requirements</a>&nbsp; |&nbsp; <a =
href=3Dhttp://bestsoft4sale.net/?g>Other Versions</a></span><span class=3D=
tiny><br> <b>Date Coupon Expires:</b> December 31st, 2005<br> </span><font=
 class=3Dtiny><b>Average Customer Review:</b><img height=3D12 alt=3D"5 out=
 of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/=
customer-reviews/stars-5-0.gif width=3D64 border=3D0> Based on 18723 revie=
ws. <a href=3Dhttp://bestsoft4sale.net/?p>Write a review</a>.</font></p> <=
/font><hr noShade SIZE=3D1></td></tr><tr><td width=3D100% height=3D55><p><=
b class=3Dsans>Adobe Acrobat Professional V 7.0</b><br> <span class=3Dsmal=
l><a href=3Dhttp://bestsoft4sale.net/?6>Adobe</a><img border=3D0 src=3Dhtt=
p://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif =
width=3D82 height=3D14></span><br></p><table border=3D0><tr><td noWrap><b =
class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D=
0 cellPadding=3D0 border=3D0 width=3D164><tr><td width=3D126><a href=3Dhtt=
p://bestsoft4sale.net/?4> <select name=3Dedit1> <option selected>View Othe=
r Titles</option> </select></a></td><td noWrap width=3D38>&nbsp;<a href=3D=
http://bestsoft4sale.net/?1><input type=3Dimage alt=3DGo src=3Dhttp://g-im=
ages.amazon.com/images/G/01/search-browse/go-button-software.gif value=3DG=
o border=3D0 name=3Dsubmit.display-variation width=3D21 height=3D21></a></=
td></tr></table></td></tr></table><p><a href=3Dhttp://bestsoft4sale.net/?W=
> <img height=3D150 src=3Dhttp://images.amazon.com/images/P/B00069E7KO.01.=
LZZZZZZZ.jpg width=3D175 align=3Dleft border=3D0 name=3Dprod_image></a><sp=
an class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 hei=
ght=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Drig=
ht height=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D=
11></td><td class=3Dsmall height=3D18 width=3D105><span class=3Dlistprice>=
$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11=
></td><td class=3Dsmall height=3D18 width=3D105><b class=3Dprice>$69.99</b=
></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D=
1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D11></td><td clas=
s=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.01 (85=
%)</span></td></tr></table><p><a href=3Dhttp://bestsoft4sale.net/?0> <img =
border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-car=
t-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availability:</=
b> Available for INSTANT download!<br> <b>Coupon Code:</b> 5UQogqm0<br> <b=
>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videogame=
s/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Window=
s XP</span></p><p><span class=3Dtiny><b>Sales Rank:</b> #4</span><span cla=
ss=3Dsmall><a href=3Dhttp://bestsoft4sale.net/?j><br> System requirements<=
/a>&nbsp; |&nbsp; <a href=3Dhttp://bestsoft4sale.net/?y>Other Versions</a>=
</span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, =
2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img hei=
ght=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/=
G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0>=
 Based on 15357 reviews. <a href=3Dhttp://bestsoft4sale.net/?y>Write a rev=
iew</a>.</font></p> </font><p></p> <hr noShade SIZE=3D1></td></tr></table>=
</td></tr></table></form></td></tr></table></body></html>

----CFrQSwRfT1wG9brL7o--



From info@mail.hagste.com Wed Nov 23 08:49:42 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eev0H-0000CD-8e
	for sctp-impl-archive@megatron.ietf.org; Wed, 23 Nov 2005 08:49:42 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA02361
	for <sctp-impl-archive@ietf.org>; Wed, 23 Nov 2005 08:49:01 -0500 (EST)
Received: from [58.180.198.59] (helo=mail.hagste.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EevJ6-0002CC-J6
	for sctp-impl-archive@ietf.org; Wed, 23 Nov 2005 09:09:11 -0500
Received: (qmail 31951 invoked by uid 510); 23 Nov 2005 22:18:13 +0900
Date: 23 Nov 2005 22:18:13 +0900
Message-ID: <20051123131813.31950.qmail@mail.hagste.com>
From: info@hagste.com
To: sctp-impl-archive@ietf.org
Subject: 2005
X-Spam-Score: 0.3 (/)
X-Scan-Signature: cf4fa59384e76e63313391b70cd0dd25

$BEvHVAH$NL5NACjA*$K$F$4EvA*$5$l$?$3$H$r$*CN$i$;CW$7$^$9!#L5NA$GO"Mm8x3+(B
$B=w@-$NL>A0$H(BID$B$r$*Aw$j$7$^$9!#(B
ID$B!'(B216302$B!!J~(B
ID$B!'(B216255$B!!%/%i%j%9(B
http://www.lovinyou.net/?2005
$B"(%K%C%/%M!<%`$N:G8e$K(B(*)$B$r$D$1$k$H=w@-$+$iD>%a!<%k$,F~$j$^$9!#(B

$B$4K\?M$+$i$N0MMj$G(BID$B$r8x3+CW$7$F$*$j$^$9!#(B






$BK|$,0lEvA*$rE12s$7$?$$>l9g$O$3$A$i$X(B
badluck@lovinyou.net



From javalos@austral.com.pe Wed Nov 23 13:09:13 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eez3R-0006sT-DJ; Wed, 23 Nov 2005 13:09:13 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA05591;
	Wed, 23 Nov 2005 13:08:31 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EezMF-0001DV-CG; Wed, 23 Nov 2005 13:28:43 -0500
Received: from yahoobb219005192118.bbtec.net ([219.5.192.118])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1Eez3G-0000JZ-MK; Wed, 23 Nov 2005 13:09:03 -0500
Received: by 10.11.98.6 with HTTP; Mon, 23 Feb 2004 20:35:24 -0600
Message-ID: <595c390o.7362644@msn.com>
Date: Mon, 23 Feb 2004 20:35:24 -0600
From: "Ken Gamble" <javalos@austral.com.pe>
User-Agent: Apple Mail (2.728)
X-PGP-Key: Jx7siadCmNW3I0M2kuwzqBCcNEo4wiFgtqcCBXsdIoNMXJF1jqzUxTmbKgjZB9zV==
X-Load: 53%
MIME-Version: 1.0
To: rtg-dir@ietf.org
Subject: Pre-approved Application #ddqnL89634606
Content-Type: multipart/related;
 boundary="------------AttPart_01500566==.OLA"
X-Spam-Score: 3.1 (+++)
X-Scan-Signature: d890c9ddd0b0a61e8c597ad30c1c2176

This is a multi-part message in MIME format.
--------------AttPart_01500566==.OLA
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.interest-2.com/signs.asp"><img alt="" src="cid:4.0.0.25.0.60026715215607.89532285@courtyard.yahoo.com.5"></a><br>
on freudian or thatch ! loire it's utile
some bentley see coarsen ! con it's crewel
the autoclave be strum ! inviolate the fayette
but thursday in bonnet Or maybe <a
 href="http://www.interest-2.com/gone.asp">not</a><br>
<br>
</body>
</html>

--------------AttPart_01500566==.OLA
Content-Type: image/gif;
 name="fasciculate.1.gif"
Content-ID: <4.0.0.25.0.60026715215607.89532285@courtyard.yahoo.com.5>
Content-Disposition: inline;
 filename="fasciculate.1.gif"
Content-Transfer-Encoding: base64

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
--------------AttPart_01500566==.OLA--



From Saayo@optonline.net Wed Nov 23 23:00:16 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ef8HQ-0003Lb-2o
	for sctp-impl-archive@megatron.ietf.org; Wed, 23 Nov 2005 23:00:16 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id WAA08898
	for <sctp-impl-archive@ietf.org>; Wed, 23 Nov 2005 22:59:35 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Ef8aO-00008u-E1
	for sctp-impl-archive@ietf.org; Wed, 23 Nov 2005 23:19:53 -0500
Received: from [211.216.116.176] (helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1Ef8HK-0001jd-Ty
	for sctp-impl-archive@ietf.org; Wed, 23 Nov 2005 23:00:11 -0500
From: "Eva Hilton" <Saayo@optonline.net>
To: ietf-archive@ietf.org
Subject: Fw: Please Read
Date: Wed, 23 Nov 2005 20:56:06 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_PVCGPHMB.BNGQKWSG"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1Ef8HK-0001jd-Ty@mx2.foretec.com>
X-Spam-Score: 2.4 (++)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_PVCGPHMB.BNGQKWSG
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your current position has been calculated to the crucial boards, and upon precise care, we are able to tender to you the consequent opportunity.

Based upon precise care you make the grade to obtain a substantial profit on your original property investment.

By completing the consequent attached form in a timely manner we will be able to decide our review, and we feel firm you will obtain not only a decreased rate of interest, but also a cash return that will perform all your holiday needs and more!

Please go here to decide this phase of the arrangement.

With sincerest regards,

Eva Hilton







Should you prefer not to grab hold of this holiday opportunity you can go here.

------=_NextPart_000_0000_PVCGPHMB.BNGQKWSG
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your current position has been calculated to the crucial boards, and upon precise care, we are able to tender to you the consequent opportunity.<P>
Based upon precise care you make the grade to obtain a substantial profit on your original property investment.<P>
By completing the consequent attached form in a timely manner we will be able to decide our review, and we feel firm you will obtain not only a decreased rate of interest, but also a cash return that will perform all your holiday needs and more!<P>
<A HREF="http://peace-4.com/indeed.asp">Please go here to decide this phase of the arrangement.</A><P>
With sincerest regards,<P>
Eva Hilton<P><P><BR><BR><P><BR>

Should you prefer not to grab hold of this holiday opportunity you can go <A HREF="http://peace-4.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_PVCGPHMB.BNGQKWSG--



From info@mail.lkjys.com Thu Nov 24 00:47:45 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ef9xQ-0002fe-RZ
	for sctp-impl-archive@megatron.ietf.org; Thu, 24 Nov 2005 00:47:45 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA18163
	for <sctp-impl-archive@ietf.org>; Thu, 24 Nov 2005 00:47:05 -0500 (EST)
Received: from [58.180.198.231] (helo=mail.lkjys.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfAGP-0005Bx-VD
	for sctp-impl-archive@ietf.org; Thu, 24 Nov 2005 01:07:22 -0500
Received: (qmail 6151 invoked by uid 510); 24 Nov 2005 12:19:22 +0900
Date: 24 Nov 2005 12:19:22 +0900
Message-ID: <20051124031922.6150.qmail@mail.lkjys.com>
From: info@lkjys.com
To: sctp-impl-archive@ietf.org
Subject: $B$3$N0l=54V(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 7655788c23eb79e336f5f8ba8bce7906

$B$3$N0l=54V!"Ev%5%$%H$O05E]E*$K=P2q$$$N@.8yN($,9b$$$G$9!*!*!*(B
$B$=$NHkL)"M!ZD>%a!<%k$G%"%]4uK>![$N=w@-D>%"%I$rL5NA$GF1CO0hCK@-2q0w$X(BPF
$B$K$F8x3+$7$F$$$k$N$G$"$k!#(B
$B40A4L5NAF~2q!'(B $B!!(Bhttp://www.bmuv.com?get
$B2<5-=w@-$NL>A0$r%3%T!<$7$F8!:w$9$l$P!"%"%I%l%9$r0lH/%2%C%H$G$-$^$9!#$*(B
$BM'C#$K$OFb=o$G$9$h!*(B

$BL>A0!!!!!!!!!!!!!!!!!!!!(BID
$B$7$N$V!!!!!!!!!!!!!!!Z(B146242$B![(B
$B%O%K!<%U%i%C%7%e!!!!!Z(B146248$B![(B

$B!cHkL)!d(B
$B$7$N$V!!2q0wMM$N5U1g=u$N6b3[$O0l2s$K$D$-(B($B%;%C%/%9$OJLNA6b(B)3$BK|1_$G$9!#(B
$B40A4$K=w@-A0J'$$$G$9!#(B





$B!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A(B
$B$*<j?t$G$9$,G[?.5qH]$r4uK>$JJ}$O$3$A$i$^$G$*4j$$$7$^$9!#(B
$B!!(B             refuse@bmuv.com




From kurtimam@bharatrent.com Thu Nov 24 05:42:09 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfEYJ-0006lF-Ia
	for sctp-impl-archive@megatron.ietf.org; Thu, 24 Nov 2005 05:42:09 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id FAA13163
	for <sctp-impl-archive@ietf.org>; Thu, 24 Nov 2005 05:41:26 -0500 (EST)
Received: from neon.e-telecom.ru ([213.80.165.10] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfErI-0007Qq-KA
	for sctp-impl-archive@ietf.org; Thu, 24 Nov 2005 06:01:48 -0500
Received: from [205.248.102.79] (port=25 helo=mailc.microsoft.com)
	by mailc.microsoft.com with smtp 
	for bg@microsoft.com; Thu, 24 Nov 2005 13:42:34 +0300
Received: from [32.97.182.141] (port=25 helo=e1.ny.us.ibm.com)
	by e1.ny.us.ibm.com with smtp 
	for bg@ibm.com; Thu, 24 Nov 2005 13:42:34 +0300
Message-ID: <000001c5f0e2$96034900$0100007f@localhost>
From: "Emanuel Thompson" <kurtimam@bharatrent.com>
To: <sctp-impl-archive@ietf.org>
Subject: Make her worship you!    
Date: Thu, 24 Nov 2005 13:42:34 +0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5F0E2.96034900"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 0.0 (/)
X-Scan-Signature: b4a0a5f5992e2a4954405484e7717d8c

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5F0E2.96034900
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!

A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!

Here's the link to check out!
http://www.mogohp.com/pt/?46&mixixl


------=_NextPart_000_0001_01C5F0E2.96034900
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<STYLE>
 body{font-size:12px; font-family: verdana;} td { padding: 5px; } .nm { font:bold; color: #9c0000; } .our { font:bold; text-align:center; color: red; } .old { font:italic; text-align:center; } .l {border:1px solid #d2e4fc; font-size:12px; font-family: verdana;  } .top {border:1px solid #d2e4fc;background:#d2e4fc; font:bold; text-align:center; }
</STYLE>
</HEAD>
<BODY bgcolor=3D"#FFFFFF">
Finally the real thing - no more tip-offs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!<BR><BR>
A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.<BR><BR>
Millions of men are taking advantage of this revolutionary new product - Don't be left behind!<BR><BR>
As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!<BR><BR>
<A href=3D"http://www.mogohp.com/pt/?46&wbqno">Here's the link to check out!</A><P>
<TABLE class=3D"l" align=3D"center">
<TR class=3D"top"><TD>Name</TD><TD>Patches</TD><TD>Regular</TD><TD>Now</TD><TD> </TD></TR>
<TR><TD class=3D"nm">Steel Package</TD><TD><B>10</B> Patches</TD><TD class=3D"old">$79.95</TD><TD class=3D"our">$49.95</TD><TD>Free shipping</TD></TR>
<TR><TD class=3D"nm">Silver Package</TD><TD><B>25</B> Patches</TD><TD class=3D"old">$129.95</TD><TD class=3D"our">$99.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Gold Package</TD><TD><B>40</B> Patches</TD><TD class=3D"old">$189.95</TD><TD class=3D"our">$149.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Platinum Package</TD><TD><B>65</B> Patches</TD><TD class=3D"old">$259.95</TD><TD class=3D"our">$199.95</TD><TD>Free shipping and exercise manual included</TD></TR>
</TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies addition Christian pledge following special ways they forward ever held before member For sake character future success well supreme cause keep pledge unflinchingly Endeavor persistently but courteously seek after ask our prayers advice meeting Never discontinue endeavors get new Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after an orphans visit widows to fatherless write letters a invitation condolence the establish missions new es growing parts city hold kindness least thousand personal friends Baptist Select leading duty follow waiting asked Make yourself master some line Christian effort Save Five these ago started Logan suburb Philadelphia successful was their soon grew flourishing Ushers strongest helpful organizations furthering ushers twenty-four banded together businesslike mutual pleasure good fellowship also better conduct in!
 terests they hand They under leader</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
ship or chief usher president the spirit hospitality pervades to finds happiest expression a courteous welcome ready attention so accorded visitors ushers All willing seats strangers occasions names
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
cause The Missionary Circle combines in one organization all interested in missionary work One afternoon a month the meet in the Lower to sew have supper together and afterward hold religious services The are advised in the hand-book to-- Suggest plans for raising money arrange for a series of addresses organize of childrens societies distribute missionary the literature maintain a circulating library of missionary books correspond with missionaries solicit and work for the missionary barrels send out comfort bags advocate missions in the prayer meetings and socials encourage are preparing for or are going into foreign fields and maintain special missionary prayer meetings of the have started several missions some of have already grown into flourishing es The Logan Baptist and the Tioga Baptist are both daughters of The The Samaritan Aid Society sews and secures contributions of clothing and such supplies for the Samaritan Hospital Other charities however needing such help f!
 ind it ever willing to lend aid It </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
is ready for any emergency that may arise A hurry call was sent once for sheets pillow cases and garments for the sick at Samaritan Hospital The President of the Society quickly summoned the Merchants were visited and contributions of muslin and thread secured Sewing machines were sent to the Lower An all-day sewing bee was held could came all day others dropped in as time permitted and by sunset more than three hundred pieces of work were finished Two other organizations very helpful to the of the are the Mens Beneficial and the Womens Beneficial They are purely for the benefit of during sickness or bereavement and are managed as all such s are paying $500 a week during sickness and $100 at death The books are closed at the end of each year and the fund started afresh The Building and Loan was organized by the hip of the Business Mens and is officered by prominent of the But it is not in any way a organization and is not under the management of the It is very successful and!
  stockholders are composed largely </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
of To keep and friends in touch with the many lines of activity in the works a magazine The Review is published It is a private business enterprise but it chronicles work and publishes each week Dr Conwells sermons Many living at a distance cannot come often to The find it most enjoyable and helpful to thus obtain their pastors sermons and to look through the printed page into the busy life of the chu
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
An additional source is needed Cells are so-called open systems ie they are dependent on the continuous uptake of and nutriments During evolution have only life-forms survived that were able to use the available raw materials efficiently Cells have two fundamental ways to generate :
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
To understand the cells metabolism and balance better will we at first review some basic laws of thermodynamics We will discuss the nature of oxidation and reduction and finally the mechanisms of enzymatic catalysis in detail
</TEXTAREA></BODY></HTML>

------=_NextPart_000_0001_01C5F0E2.96034900--




From EMARRIEUNHIE@cip.informatik.uni-erlangen.de Thu Nov 24 13:21:14 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfLic-0007Fc-AH; Thu, 24 Nov 2005 13:21:14 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA07401;
	Thu, 24 Nov 2005 13:20:33 -0500 (EST)
Received: from [62.97.81.74] (helo=m74rev.csi-mad.es.colt.net)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfM1h-0001Ql-OS; Thu, 24 Nov 2005 13:40:59 -0500
Received: (from accuse@62.97.81.74)
	by mn6.200.74.240.66 (8.65.0/9.43.D) id qq36EFNlZ073B5;
	Thu, 24 Nov 2005 21:15:09 +0300
Message-ID: <DB967F3E2C4.B0DED@EMARRIEUNHIE@cip.informatik.uni-erlangen.de>
Reply-To: "Bernadine bongo" <EMARRIEUNHIE@cip.informatik.uni-erlangen.de>
From: "Bernadine bongo" <EMARRIEUNHIE@cip.informatik.uni-erlangen.de>
To: "Sctp-impl-archive" <sctp-impl-archive@ietf.org>
Subject: physician data.400,000 doctors:
Date: Thu, 24 Nov 2005 14:13:09 -0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="--6DE67AB4921CA12107"
X-Spam-Score: 3.4 (+++)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44

----6DE67AB4921CA12107
Content-Type: text/plain;
	charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

NEW! NEW! INTRODUCTORY OFFER!
 
JUST RELEASED! 
 
The United States HealthCare E-mail DATABASE
 
In a rapidly-changing industry, current healthcare information is 
an invaluable resource to businesses and organizations.  The United 
States Healthcare Email Database includes comprehensive information, 
including email addresses, on more than 7,000 hospitals, 25,000, 
400,000 doctors and other institutions.  It is the most extensive 
and reliable database of key decision makers in the healthcare 
market. In addition to email addresses for senior managers and 
high-level executives, it also offer physical mailing addresses as 
well as phone/fax numbers.

Each record is indexed by such features as name, address, phone and 
fax and, for the first time, emails..  The database is available in 
Excel format on CD Rom.  It is designed for mailing lists and merges.  
The data can be selected by state or other criteria. During this 
special offer, it can be used on an unlimited basis.
 
During this introductory offer, the cost of this completely new 
database (which is available exclusively on CD-Rom) is $279.00 
(reg. $1,095).   
 
To order The United States HealthCare Email Database?, please 
complete the information below and fax it to 905-751-0199 
(Tel: 905-751-0919).
  
Your organization will be invoiced accordingly.
  
NAME:
 
TITLE:
 
ORGANIZATION:
 
ADDRESS:
 
CITY:
 
POSTAL:
 
TEL:
 
FAX:
 
E-MAIL:

11-11-05

----6DE67AB4921CA12107--



From info@mail.fhdjs.com Thu Nov 24 15:13:58 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfNTi-0005ZG-P3
	for sctp-impl-archive@megatron.ietf.org; Thu, 24 Nov 2005 15:13:58 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA19865
	for <sctp-impl-archive@ietf.org>; Thu, 24 Nov 2005 15:13:15 -0500 (EST)
Received: from [58.180.213.19] (helo=mail.fhdjs.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfNmk-0005fZ-K9
	for sctp-impl-archive@ietf.org; Thu, 24 Nov 2005 15:33:42 -0500
Received: (qmail 18402 invoked by uid 509); 24 Nov 2005 22:31:01 +0900
Date: 24 Nov 2005 22:31:01 +0900
Message-ID: <20051124133101.18401.qmail@mail.fhdjs.com>
From: info@fhdjs.com
To: sctp-impl-archive@ietf.org
Subject: $B!!(BBIG$B!y(BSTAR$B>^(B
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 856eb5f76e7a34990d1d457d8e8e5b7f

$B$*5RMM$OEv<R$NBg4k2h$G!X(BBIG$B!y(BSTAR$B>^!Y$r<u>^$5$l$^$7$?!#:G>e5i$N(BVIP$B2q0w$H$5$;$F$$$?$@$-$^$9!#(B
$B!y(BVIP$BFCE5!y(B
$B!}EPO?NA!&>pJsNA!&>R2pHq$J$IA4$FL5NA(B($BA43[LH=|(B)
$B!}CO0hJL%W%m%U8!:w(B
$B!}4JC1$JG'>Z$G(B10,000$B1_J,$N%]%$%s%H$NL5NADI2C(B
http://www.fairy-l2.com?big
$B!zCmL\!z@hCe(B100$BL>MM$K$OEPO?$7$F$+$i(B5$BJ,0JFb$46a=j=w@-$N%"%I(B
$B!J#5L>J,!K$r<L%aIU$-$GL5NAG[Aw$7$^$9!#??7u$J=w@-$P$+$j$J$N$G!"(B
$B%"%IIU$1$F%a!<%k$9$k$H!"$9$0JV;v$,Mh$^$9$h!#(B
http://www.fairy-l2.com?big
$B#P#C=i?4<T$G$b4JC1$KEPO?=PMh!"4JC1$KA`:n=PMh$^$9!#(B
$BD>%a(B, $BD>EE8r49$b;W$$$N$^$^$G$9!#%U%j!<%a!<%k$G$NEPO?$b#O#K!*(B




$B$*<j?t$G$9$,G[?.5qH]$JJ}$O$3$A$i$^$G$*4j$$$7$^$9!#(B
$B!!(Bnomore@fairy-l2.com



From nouchiwjat@angers.inra.fr Thu Nov 24 18:53:08 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfQto-00046o-Ub
	for sctp-impl-archive@megatron.ietf.org; Thu, 24 Nov 2005 18:53:08 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id SAA13172
	for <sctp-impl-archive@ietf.org>; Thu, 24 Nov 2005 18:52:26 -0500 (EST)
Received: from [222.235.218.51] (helo=222.235.218.51)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfRCw-0005Fc-Cu
	for sctp-impl-archive@ietf.org; Thu, 24 Nov 2005 19:12:56 -0500
Received: from mx.angers.inra.fr
	by 222.235.218.51 (Postfix) with ESMTP id F473686E5F
	for <sctp-impl-archive@ietf.org>; Thu, 24 Nov 2005 23:53:09 -0500
Received: from aqamsgaqcajdqw (250.111.70.85)
	by mx.angers.inra.fr (8.12.3 da nor stuldap/8.12.3) with SMTP id habtLm3q70j2
	for <sctp-impl-archive@ietf.org>; Thu, 24 Nov 2005 23:53:09 -0500
Reply-To: "Tia Zuniga" <nouchiwjat@angers.inra.fr>
From: "Tia" <nouchiwjat@angers.inra.fr>
Message-ID: <3764241766.20051124235309@aqamsgaqcajdqw>
Date: Thu, 24 Nov 2005 23:53:09 -0500
To: <sctp-impl-archive@ietf.org>
Subject: Good day
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.5 (+++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581
Content-Transfer-Encoding: 7bit

<html>
<body>
What's up, then?
<br>
Want to inccrease your pleasure?<br>
Booost your sexual perfformance?<br>
Get ready for romancee in just 15 minutes!<br>
<h1><a href="http://de.geocities.com/Edythe40505Cele41610/">Leaarn how to bring unimaginable plesure to your woman!</a></h1><br>
<br>
glad
<br>
The thirst after happiness is never extinguished in the heart of man.
<br>
beauty
<br>
They teach the morals of a whore, and the manners of a dancing master.
<br>
mode
</body>
</html>




From Ulreue@optonline.net Thu Nov 24 20:26:58 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfSMc-0005oT-TC; Thu, 24 Nov 2005 20:26:58 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA22507;
	Thu, 24 Nov 2005 20:26:18 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EfSfm-0008Nf-H9; Thu, 24 Nov 2005 20:46:47 -0500
Received: from s01060020ed3183f1.gv.shawcable.net ([24.68.30.73] helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EfSSv-0003l6-06; Thu, 24 Nov 2005 20:33:29 -0500
From: "Letitia Kiser" <Ulreue@optonline.net>
To: hive@ietf.org
Subject: Re: Important question
Date: Fri, 25 Nov 2005 02:19:53 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_YZFTHFSV.SOGWAQZH"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1EfSSv-0003l6-06@mx2.foretec.com>
X-Spam-Score: 0.8 (/)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_YZFTHFSV.SOGWAQZH
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your current position has been reviewed to the required committees, and upon fastidious reflection, we are able to put forward to you the next prospect.

Based upon fastidious reflection you meet the criteria to obtain a attractive rebate on your primary property investment.

By completing the next attached form in a timely manner we will be able to complete our appraisal, and we feel assured you will obtain not only a lower rate of interest, but also a cash return that will perform all your holiday needs and more!

Please go here to complete this phase of the contract.

With kindest regards,

Letitia Kiser







Should you prefer not to take gain of this holiday prospect you can go here.

------=_NextPart_000_0000_YZFTHFSV.SOGWAQZH
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your current position has been reviewed to the required committees, and upon fastidious reflection, we are able to put forward to you the next prospect.<P>
Based upon fastidious reflection you meet the criteria to obtain a attractive rebate on your primary property investment.<P>
By completing the next attached form in a timely manner we will be able to complete our appraisal, and we feel assured you will obtain not only a lower rate of interest, but also a cash return that will perform all your holiday needs and more!<P>
<A HREF="http://peace-4.net/indeed.asp">Please go here to complete this phase of the contract.</A><P>
With kindest regards,<P>
Letitia Kiser<P><P><BR><BR><P><BR>

Should you prefer not to take gain of this holiday prospect you can go <A HREF="http://peace-4.net/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_YZFTHFSV.SOGWAQZH--



From hayner@imtech.nl Thu Nov 24 23:43:00 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfVQK-0001Be-5Y
	for sctp-impl-archive@megatron.ietf.org; Thu, 24 Nov 2005 23:43:00 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA07193
	for <sctp-impl-archive@ietf.org>; Thu, 24 Nov 2005 23:42:18 -0500 (EST)
Received: from [221.144.141.24] (helo=imtech.nl)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfVjT-0005qa-Ne
	for sctp-impl-archive@ietf.org; Fri, 25 Nov 2005 00:02:50 -0500
From: "Reino Hayner" <hayner@imtech.nl>
To: "Sadie Olaughlin" <sctp-impl-archive@ietf.org>
Message-ID: <003d01c5f17a$acf57a00$cb94a8c0@nitrite>
Subject: Re: Donalds good news
Date: Thu, 24 Nov 2005 23:42:44 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_003A_01C5F150.C41F7200"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 2.6 (++)
X-Scan-Signature: 538aad3a3c4f01d8b6a6477ca4248793

This is a multi-part message in MIME format.

------=_NextPart_000_003A_01C5F150.C41F7200
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

 Am  CI  Xa Le  VI   VA   
 bien  ALIS Now $  nax vitra  AGRA Now $   LIUM Now $   
 3.67       3.32   1.23   
 And more than 200 other -   Get detailed info    
 > Easy  > Total  > Home  > Best  > Fast   
 Or Co De Pr Sh  
 dering nfidentiality livery ices ipping    

------=_NextPart_000_003A_01C5F150.C41F7200
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>&nbsp;</DIV>
<DIV style=3D"BORDER-TOP-WIDTH: 0px; FLOAT: left;"><FONT size=3D3 =
face=3DCourier>Am<BR><B>CI</B><BR>Xa<BR>Le<BR><B>VI</B><BR><B>VA</B></FONT=
></DIV>
<DIV style=3D"PADDING-RIGHT: 0px; FLOAT: left;"><FONT size=3D3 =
face=3DCourier>bien<BR><B>ALIS Now $</B><BR>nax<BR>vitra<BR><B>AGRA Now =
$</B><BR><B>LIUM Now $</B></FONT></DIV>
<DIV style=3D"BORDER: 0px; FLOAT: left;"><FONT size=3D3 face=3DCourier>&=
nbsp;<BR><B>3.67</B><BR>&nbsp;<BR>&nbsp;<BR><B>3.32</B><BR><B>1.23</B>=
</FONT></DIV>
<DIV style=3D"MARGIN-RIGHT: 0px; CLEAR: both;">&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D3>And more than 200 other - <A =
href=3D"http://www.squealeryw.ownanigh.com"><FONT face=3DArial size=3D3>Get =
detailed info</FONT></A></FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV style=3D"BORDER-LEFT: 0px; FLOAT: left;"><FONT size=3D3 color=3D#9F3206 =
face=3DCourier>&gt; Easy&nbsp;<BR>&gt; Total&nbsp;<BR>&gt; Home&nbsp;<BR>&gt; =
Best&nbsp;<BR>&gt; Fast&nbsp;</FONT></DIV>
<DIV style=3D"BORDER-BOTTOM: 0px; FLOAT: left;"><FONT size=3D3 =
color=3D#9F3206 face=3DCourier>Or<BR>Co<BR>De<BR>Pr<BR>Sh</FONT></DIV>
<DIV style=3D"PADDING-LEFT: 0px; FLOAT: left;"><FONT size=3D3 color=3D#9F3206 =
face=3DCourier>dering<BR>nfidentiality<BR>livery<BR>ices<BR>ipping<=
/FONT></DIV></BODY></HTML>

------=_NextPart_000_003A_01C5F150.C41F7200--




From bill.mcnamara@blacktiebigband.com Fri Nov 25 00:28:08 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfW80-0001YB-2l
	for sctp-impl-archive@megatron.ietf.org; Fri, 25 Nov 2005 00:28:08 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id AAA10955
	for <sctp-impl-archive@ietf.org>; Fri, 25 Nov 2005 00:27:26 -0500 (EST)
Received: from host-207-71.hosts.vtc.ru ([212.16.207.71] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfWR9-0007Db-Mo
	for sctp-impl-archive@ietf.org; Fri, 25 Nov 2005 00:47:58 -0500
Received: from [205.248.102.79] (port=25 helo=mailc.microsoft.com)
	by mailc.microsoft.com with smtp 
	for bg@microsoft.com; Fri, 25 Nov 2005 15:27:59 +1000
Received: from [32.97.182.141] (port=25 helo=e1.ny.us.ibm.com)
	by e1.ny.us.ibm.com with smtp 
	for bg@ibm.com; Fri, 25 Nov 2005 15:27:59 +1000
Message-ID: <000001c5f17f$cfd65d00$0100007f@localhost>
From: "Camden Clark" <bill.mcnamara@blacktiebigband.com>
To: <sctp-impl-archive@ietf.org>
Subject: Last offer- Discount special for PE patch almost over!
Date: Fri, 25 Nov 2005 15:27:59 +1000
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5F17F.CFD65D00"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 0.0 (/)
X-Scan-Signature: b4a0a5f5992e2a4954405484e7717d8c

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5F17F.CFD65D00
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!

A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!

Here's the link to check out!
http://www.kinel.net/pt/?46&yglmyd


------=_NextPart_000_0001_01C5F17F.CFD65D00
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<STYLE>
 body{font-size:12px; font-family: verdana;} td { padding: 5px; } .nm { font:bold; color: #9c0000; } .our { font:bold; text-align:center; color: red; } .old { font:italic; text-align:center; } .l {border:1px solid #d2e4fc; font-size:12px; font-family: verdana;  } .top {border:1px solid #d2e4fc;background:#d2e4fc; font:bold; text-align:center; }
</STYLE>
</HEAD>
<BODY bgcolor=3D"#FFFFFF">
Finally the real thing - no more tip-offs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!<BR><BR>
A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.<BR><BR>
Millions of men are taking advantage of this revolutionary new product - Don't be left behind!<BR><BR>
As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!<BR><BR>
<A href=3D"http://www.kinel.net/pt/?46&kdtfrf">Here's the link to check out!</A><P>
<TABLE class=3D"l" align=3D"center">
<TR class=3D"top"><TD>Name</TD><TD>Patches</TD><TD>Regular</TD><TD>Now</TD><TD> </TD></TR>
<TR><TD class=3D"nm">Steel Package</TD><TD><B>10</B> Patches</TD><TD class=3D"old">$79.95</TD><TD class=3D"our">$49.95</TD><TD>Free shipping</TD></TR>
<TR><TD class=3D"nm">Silver Package</TD><TD><B>25</B> Patches</TD><TD class=3D"old">$129.95</TD><TD class=3D"our">$99.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Gold Package</TD><TD><B>40</B> Patches</TD><TD class=3D"old">$189.95</TD><TD class=3D"our">$149.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Platinum Package</TD><TD><B>65</B> Patches</TD><TD class=3D"old">$259.95</TD><TD class=3D"our">$199.95</TD><TD>Free shipping and exercise manual included</TD></TR>
</TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies addition Christian pledge following special ways they forward ever held before member For sake character future success well supreme cause keep pledge unflinchingly Endeavor persistently but courteously seek after ask our prayers advice meeting Never discontinue endeavors get new Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after an orphans visit widows to fatherless write letters a invitation condolence the establish missions new es growing parts city hold kindness least thousand personal friends Baptist Select leading duty follow waiting asked Make yourself master some line Christian effort Save Five these ago started Logan suburb Philadelphia successful was their soon grew flourishing Ushers strongest helpful organizations furthering ushers twenty-four banded together businesslike mutual pleasure good fellowship also better conduct in!
 terests they hand They under leader</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
ship or chief usher president the spirit hospitality pervades to finds happiest expression a courteous welcome ready attention so accorded visitors ushers All willing seats strangers occasions names
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
cause The Missionary Circle combines in one organization all interested in missionary work One afternoon a month the meet in the Lower to sew have supper together and afterward hold religious services The are advised in the hand-book to-- Suggest plans for raising money arrange for a series of addresses organize of childrens societies distribute missionary the literature maintain a circulating library of missionary books correspond with missionaries solicit and work for the missionary barrels send out comfort bags advocate missions in the prayer meetings and socials encourage are preparing for or are going into foreign fields and maintain special missionary prayer meetings of the have started several missions some of have already grown into flourishing es The Logan Baptist and the Tioga Baptist are both daughters of The The Samaritan Aid Society sews and secures contributions of clothing and such supplies for the Samaritan Hospital Other charities however needing such help f!
 ind it ever willing to lend aid It </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
is ready for any emergency that may arise A hurry call was sent once for sheets pillow cases and garments for the sick at Samaritan Hospital The President of the Society quickly summoned the Merchants were visited and contributions of muslin and thread secured Sewing machines were sent to the Lower An all-day sewing bee was held could came all day others dropped in as time permitted and by sunset more than three hundred pieces of work were finished Two other organizations very helpful to the of the are the Mens Beneficial and the Womens Beneficial They are purely for the benefit of during sickness or bereavement and are managed as all such s are paying $500 a week during sickness and $100 at death The books are closed at the end of each year and the fund started afresh The Building and Loan was organized by the hip of the Business Mens and is officered by prominent of the But it is not in any way a organization and is not under the management of the It is very successful and!
  stockholders are composed largely </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
of To keep and friends in touch with the many lines of activity in the works a magazine The Review is published It is a private business enterprise but it chronicles work and publishes each week Dr Conwells sermons Many living at a distance cannot come often to The find it most enjoyable and helpful to thus obtain their pastors sermons and to look through the printed page into the busy life of the chu
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
An additional source is needed Cells are so-called open systems ie they are dependent on the continuous uptake of and nutriments During evolution have only life-forms survived that were able to use the available raw materials efficiently Cells have two fundamental ways to generate :
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
To understand the cells metabolism and balance better will we at first review some basic laws of thermodynamics We will discuss the nature of oxidation and reduction and finally the mechanisms of enzymatic catalysis in detail
</TEXTAREA></BODY></HTML>

------=_NextPart_000_0001_01C5F17F.CFD65D00--




From kxntviAlec@fsv.cvut.cz Fri Nov 25 05:10:01 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfaWm-0003mx-VC; Fri, 25 Nov 2005 05:10:01 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id FAA05753;
	Fri, 25 Nov 2005 05:09:19 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Efaq1-0007zP-QL; Fri, 25 Nov 2005 05:29:54 -0500
Received: from [61.37.69.100] (helo=SERVER)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EfaWk-0003C9-Di; Fri, 25 Nov 2005 05:09:58 -0500
Received: from dfaweow664F.qeof.kxntviAlec@fsv.cvut.cz ([176.24.124.19]) by iB1F8-kcfy.61.37.69.100 with Microsoft SMTPSVC(5.0.2195.6824);
	 Fri, 25 Nov 2005 08:08:02 -0200
Received: from kxntviAlec@fsv.cvut.cz (235.165.240.69)
  by zpllkgrw0B6.vne.pkxntviAlec@fsv.cvut.cz with QMQP; Fri, 25 Nov 2005 14:02:02 +0400
Message-Id: <9Etu$890BEvuuyspc@dbvsujs96.barbecue.dcd.neec.abk.nec.co.jp>
Date: Fri, 25 Nov 2005 14:05:02 +0400
Message-ID: <8C075FFFF5.6570C531.qmail@vegetate.apron.dcd.neec.abk.nec.co.jp>
From: "Irwin Beaver" <contraceptive-kxntviAlec@fsv.cvut.cz>
Subject: PHYsICIANS SERVIICES, 
To: ssm@ietf.org, ssm-admin@ietf.org, sctp-impl-archive@ietf.org,
        spirits-archive@ietf.org
X-Identity-Key: vjsJP.05DA5 
MIME-Version: 1.0
X-Identity-Key: telltale
Content-Type: multipart/alternative;
	boundary="--33DBA7F44B50999FDC86"
X-Spam-Score: 3.5 (+++)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44

----33DBA7F44B50999FDC86
Content-Type: text/plain;
	charset="ISO-8859-1"
Content-Transfer-Encoding: quoted-printable

NEW! NEW! INTRODUCTORY OFFER!
 
JUST RELEASED! 
 
The United States HealthCare E-mail DATABASE
 
In a rapidly-changing industry, current healthcare information is 
an invaluable resource to businesses and organizations.  The United 
States Healthcare Email Database includes comprehensive information, 
including email addresses, on more than 7,000 hospitals, 25,000, 
400,000 doctors and other institutions.  It is the most extensive 
and reliable database of key decision makers in the healthcare 
market. In addition to email addresses for senior managers and 
high-level executives, it also offer physical mailing addresses as 
well as phone/fax numbers.

Each record is indexed by such features as name, address, phone and 
fax and, for the first time, emails..  The database is available in 
Excel format on CD Rom.  It is designed for mailing lists and merges.  
The data can be selected by state or other criteria. During this 
special offer, it can be used on an unlimited basis.
 
During this introductory offer, the cost of this completely new 
database (which is available exclusively on CD-Rom) is $279.00 
(reg. $1,095).   
 
To order The United States HealthCare Email Database?, please 
complete the information below and fax it to 905-751-0199 
(Tel: 905-751-0919).
  
Your organization will be invoiced accordingly.
  
NAME:
 
TITLE:
 
ORGANIZATION:
 
ADDRESS:
 
CITY:
 
POSTAL:
 
TEL:
 
FAX:
 
E-MAIL:

11-11-05

----33DBA7F44B50999FDC86--



From david.fileglni@arkona.com Fri Nov 25 10:09:47 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EffCt-0008GA-Rt
	for sctp-impl-archive@megatron.ietf.org; Fri, 25 Nov 2005 10:09:47 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA05606
	for <sctp-impl-archive@ietf.org>; Fri, 25 Nov 2005 10:09:06 -0500 (EST)
Received: from bsn-165-113-152.dial-up.dsl.siol.net ([194.165.113.152])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EffW8-0001ho-77
	for sctp-impl-archive@ietf.org; Fri, 25 Nov 2005 10:29:43 -0500
Received: from mail.arkona.com (mail.arkona.com [65.203.186.150])
	by BSN-165-113-152.dial-up.dsl.siol.net (8.9.3/8.9.3) with ESMTP id aVd4WEvsya5Z
	for <sctp-impl-archive@ietf.org>; Fri, 25 Nov 2005 15:08:59 -0500
Received: from ttuhc (13.119.245.28)
	by mail.arkona.com with SMTP
	for <sctp-impl-archive@ietf.org>; Fri, 25 Nov 2005 15:08:59 -0500
From: "Arnold Skaggs" <david.fileglni@arkona.com>
Reply-To: "Arnold Skaggs" <david.fileglni@arkona.com>
Message-ID: <3057035532.7880734698@arkona.com>
Date: Fri, 25 Nov 2005 15:08:59 -0500
To: <sctp-impl-archive@ietf.org>
Subject: Just have a look
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581
Content-Transfer-Encoding: 7bit

<html>
<body>
Let's be having you!
<br>
Want to increase your pleasure?<br>
Booost your sexual performannce?<br>
Get ready for rommance in just 15 minutes!<br>
<h1><a href="http://de.geocities.com/Edythe40505Cele41610/">Learn how to bring unimaginable pleesure to your woman!</a></h1><br>
<br>
out
<br>
Stand still... and refuse to retreat. Look at it as God looks at it and draw upon His power to hold up under the blast.
<br>
best
<br>
Loss and possession, Death and life are one. There falls no shadow where There shines no sun.
<br>
loose
</body>
</html>




From elvizp@1337photography.com Fri Nov 25 13:38:17 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfiSe-0006hh-1X
	for sctp-impl-archive@megatron.ietf.org; Fri, 25 Nov 2005 13:38:17 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA00778
	for <sctp-impl-archive@ietf.org>; Fri, 25 Nov 2005 13:37:33 -0500 (EST)
Received: from 68-64-169-26.clspco.adelphia.net ([68.64.169.26] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Efilw-0000rg-S4
	for sctp-impl-archive@ietf.org; Fri, 25 Nov 2005 13:58:13 -0500
Received: from [205.248.102.79] (port=25 helo=mailc.microsoft.com)
	by mailc.microsoft.com with smtp 
	for bg@microsoft.com; Fri, 25 Nov 2005 11:38:04 -0700
Received: from [32.97.182.141] (port=25 helo=e1.ny.us.ibm.com)
	by e1.ny.us.ibm.com with smtp 
	for bg@ibm.com; Fri, 25 Nov 2005 11:38:04 -0700
Message-ID: <000001c5f1ee$24b0bc80$0100007f@localhost>
From: "James Morris" <elvizp@1337photography.com>
To: <sctp-impl-archive@ietf.org>
Subject: Hey bro, check out the huge sale these guys are offering
Date: Fri, 25 Nov 2005 11:38:04 -0700
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5F1EE.24B0BC80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 4.9 (++++)
X-Scan-Signature: 057ebe9b96adec30a7efb2aeda4c26a4

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5F1EE.24B0BC80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!

A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!

Here's the link to check out!

Name Patches Regular Now  
Steel Package 10 Patches $79.95 $49.95 Free shipping 
Silver Package 25 Patches $129.95 $99.95 Free shipping and exercise manual included 
Gold Package 40 Patches $189.95 $149.95 Free shipping and exercise manual included 
Platinum Package 65 Patches $259.95 $199.95 Free shipping and exercise manual included 


------=_NextPart_000_0001_01C5F1EE.24B0BC80
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<STYLE>
body{font-size:12px; font-family: verdana;}
td { padding: 5px; }
nm { font:bold; color: #9c0000; }
our_pr { font:bold; text-align:center; color: red; }
old_pr { font:italic; text-align:center; }
l {border:1px solid #d2e4fc; font-size:12px; font-family: verdana;  }
top {border:1px solid #d2e4fc;background:#d2e4fc; font:bold; text-align:center;  }
</STYLE>
</HEAD>
<BODY bgcolor=3D"#FFFFFF">
Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!<BR><BR>
 
A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.<BR><BR>

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!<BR><BR>

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!<BR><BR>
<A href=3D"http://www.epalma.net/pt/?46&rtvdn">Here's the link to check out!</A></P>
<TABLE class=3D"l" align=3D"center">
<TR class=3D"top">
<TD>Name</TD>
<TD>Patches</TD>
<TD>Regular</TD>
<TD>Now</TD>
<TD> </TD>
</TR>
<TR>
<TD class=3D"nm">Steel Package</TD>
<TD><B>10</B> Patches</TD>
<TD class=3D"old_pr">$79.95</TD>
<TD class=3D"our_pr">$49.95</TD>
<TD>Free shipping</TD>
</TR>
<TR>
<TD class=3D"nm">Silver Package</TD>
<TD><B>25</B> Patches</TD>
<TD class=3D"old_pr">$129.95</TD>
<TD class=3D"our_pr">$99.95</TD>
<TD>Free shipping and exercise manual included</TD>
</TR>
<TR>
<TD class=3D"nm">Gold Package</TD>
<TD><B>40</B> Patches</TD>
<TD class=3D"old_pr">$189.95</TD>
<TD class=3D"our_pr">$149.95</TD>
<TD>Free shipping and exercise manual included</TD>
</TR>
<TR>
<TD class=3D"nm">Platinum Package</TD>
<TD><B>65</B> Patches</TD>
<TD class=3D"old_pr">$259.95</TD>
<TD class=3D"our_pr">$199.95</TD>
<TD>Free shipping and exercise manual included</TD>
</TR>
</TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies addition Christian pledge following special ways they forward ever held before member For sake character future success well supreme cause keep pledge unflinchingly Endeavor persistently but courteously seek after ask our prayers advice meeting Never discontinue endeavors get new Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after an orphans visit widows to fatherless write letters a invitation condolence the establish missions new es growing parts city hold kindness least thousand personal friends Baptist Select leading duty follow waiting asked Make yourself master some line Christian effort Save Five these ago started Logan suburb Philadelphia successful was their soon grew flourishing Ushers strongest helpful organizations furthering ushers twenty-four banded together businesslike mutual pleasure good fellowship also better conduct in!
 terests they hand They under leadership or chief usher president the spirit hospitality pervades to finds happiest expression a courteous welcome ready attention so accorded visitors ushers All willing seats strangers occasions names
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
cause The Missionary Circle combines in one organization all interested in missionary work One afternoon a month the meet in the Lower to sew have supper together and afterward hold religious services The are advised in the hand-book to-- Suggest plans for raising money arrange for a series of addresses organize of childrens societies distribute missionary the literature maintain a circulating library of missionary books correspond with missionaries solicit and work for the missionary barrels send out comfort bags advocate missions in the prayer meetings and socials encourage are preparing for or are going into foreign fields and maintain special missionary prayer meetings of the have started several missions some of have already grown into flourishing es The Logan Baptist and the Tioga Baptist are both daughters of The The Samaritan Aid Society sews and secures contributions of clothing and such supplies for the Samaritan Hospital Other charities however needing such help f!
 ind it ever willing to lend aid It is ready for any emergency that may arise A hurry call was sent once for sheets pillow cases and garments for the sick at Samaritan Hospital The President of the Society quickly summoned the Merchants were visited and contributions of muslin and thread secured Sewing machines were sent to the Lower An all-day sewing bee was held could came all day others dropped in as time permitted and by sunset more than three hundred pieces of work were finished Two other organizations very helpful to the of the are the Mens Beneficial and the Womens Beneficial They are purely for the benefit of during sickness or bereavement and are managed as all such s are paying $500 a week during sickness and $100 at death The books are closed at the end of each year and the fund started afresh The Building and Loan was organized by the hip of the Business Mens and is officered by prominent of the But it is not in any way a organization and is not under the managem!
 ent of the It is very successful and stockholders are composed largely
 of To keep and friends in touch with the many lines of activity in the works a magazine The Review is published It is a private business enterprise but it chronicles work and publishes each week Dr Conwells sermons Many living at a distance cannot come often to The find it most enjoyable and helpful to thus obtain their pastors sermons and to look through the printed page into the busy life of the chu
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
An additional source is needed Cells are so-called open systems ie they are dependent on the continuous uptake of and nutriments During evolution have only life-forms survived that were able to use the available raw materials efficiently Cells have two fundamental ways to generate :
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
To understand the cells metabolism and balance better will we at first review some basic laws of thermodynamics We will discuss the nature of oxidation and reduction and finally the mechanisms of enzymatic catalysis in detail
</TEXTAREA></BODY>
</HTML>

------=_NextPart_000_0001_01C5F1EE.24B0BC80--




From sburkeeyze@videoarts.co.uk Fri Nov 25 19:29:00 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Efnw4-0004Y5-4g
	for sctp-impl-archive@megatron.ietf.org; Fri, 25 Nov 2005 19:29:00 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA07096
	for <sctp-impl-archive@ietf.org>; Fri, 25 Nov 2005 19:28:17 -0500 (EST)
Received: from eacb01-00-crlnpr-69-167-232-36.miamfl.adelphia.net ([69.167.232.36])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfoFQ-0004Rg-2K
	for sctp-impl-archive@ietf.org; Fri, 25 Nov 2005 19:49:00 -0500
Received: from mailgate.videoarts.co.uk
	by eacb01-00-crlnpr-69-167-232-36.miamfl.adelphia.net (8.9.3/8.9.3) with SMTP id zacYpisaFkAt
	for <sctp-impl-archive@ietf.org>; Sat, 26 Nov 2005 00:28:13 -0500
Received: from linx (155.133.24.18)
	by mailgate.videoarts.co.uk with Microsoft SMTPSVC(5.0.2195.5329)
	for <sctp-impl-archive@ietf.org>; Sat, 26 Nov 2005 00:28:13 -0500
From: "Lelia Tompkins" <sburkeeyze@videoarts.co.uk>
Reply-To: "Lelia Tompkins" <sburkeeyze@videoarts.co.uk>
Message-ID: <5199708689.3564037897@videoarts.co.uk>
Date: Sat, 26 Nov 2005 00:28:13 -0500
To: <sctp-impl-archive@ietf.org>
Subject: Click here
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 3.2 (+++)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581
Content-Transfer-Encoding: 7bit

<html>
<body>
Well well well!
<br>
Want to increease your pleasure?<br>
Boost your sexual perfoormance?<br>
Get ready for romancee in just 15 minutes!<br>
<h1><a href="http://uk.geocities.com/Herb17042Quinton58386/">Leaarn how to bring unimaginable pllesure to your woman!</a></h1><br>
<br>
unique
<br>
To profit from good advice requires more wisdom than to give it.
<br>
most
<br>
When one has been threatened with a great injustice, one accepts a smaller as a favor.
<br>
chance
</body>
</html>




From info@mail.cndhc.com Sat Nov 26 01:52:47 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EftvT-0005EP-Di
	for sctp-impl-archive@megatron.ietf.org; Sat, 26 Nov 2005 01:52:47 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA05530
	for <sctp-impl-archive@ietf.org>; Sat, 26 Nov 2005 01:52:00 -0500 (EST)
Received: from [58.180.196.113] (helo=mail.cndhc.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfuEc-0006c9-NU
	for sctp-impl-archive@ietf.org; Sat, 26 Nov 2005 02:12:35 -0500
Received: (qmail 8810 invoked by uid 510); 25 Nov 2005 22:44:48 +0900
Date: 25 Nov 2005 22:44:48 +0900
Message-ID: <20051125134448.8809.qmail@mail.cndhc.com>
From: info@cndhc.com
To: sctp-impl-archive@ietf.org
Subject: $B?M:J$+$i$NM6$$(B
X-Spam-Score: 3.3 (+++)
X-Scan-Signature: 2409bba43e9c8d580670fda8b695204a


$B"!!~"!!!3FCO0h(B200$BL>MM$^$G!*!!!!"!!~"!(B

$B"!!~"!!!F1CO0h$N?M:J$K>R2p!*!!(B $B"!!~"!(B

$B"!!~"!!!F1CO0h$N?M:J$+$iO"Mm!*(B $B"!!~"!(B

$B3FCO0h8BDj(B200$BL>MM$^$G2<5-#U#R#L$+$iEPO?$5$l$?J}$KF1CO0h$N?M:J2q0w$K>R2p$5$l?M:J$+$i$NO"MmBT$A>uBV$K$J$j$^$9!#(B
http://www.y-falconry.net?getwife

$BEPO?NA$O0l@Z$+$+$i$:B`2q<j?tNA$b$+$+$j$^$;$s!#(B
$B$$$D$G$bB`2q=PMh$k$N$G$$$D$G$b;O$a$k$3$H$,=PMh$^$9!#(B
$BEPO?$r:Q$^$9$3$H$G(B8000$B1_J,$NL5NA%]%$%s%H$,$b$i$($k$N$G(B
$B<+J,$K9g$&$+;n$7$F$_$F$O$I$&$G$7$g$&$+!#(B



$B"(2M6u@A5a$d%o%s%/%j%C%/:>5=$H$$$C$?HH:a9T0Y$K$O(B
$B0l@Z4XM?$7$F$*$j$^$;$s!#(B






$B$*<j?t$G$9$,%3%A%i$^$GO"Mm$*4j$$$7$^$9!#(B
$BG[?.5qH]!!(Biranai@y-falconry.net



From petersonoypf@rnet.olympus.co.jp Sat Nov 26 06:40:34 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EfyPy-0000XI-9Y
	for sctp-impl-archive@megatron.ietf.org; Sat, 26 Nov 2005 06:40:34 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA29275
	for <sctp-impl-archive@ietf.org>; Sat, 26 Nov 2005 06:39:51 -0500 (EST)
Received: from [220.126.61.113] (helo=220.126.61.113)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EfyjN-0006DT-Ue
	for sctp-impl-archive@ietf.org; Sat, 26 Nov 2005 07:00:40 -0500
Received: from ns.olympus.co.jp (ns.olympus.co.jp [138.107.10.100])
	by 220.126.61.113 (Postfix) with ESMTP id 4902418811
	for <sctp-impl-archive@ietf.org>; Sat, 26 Nov 2005 11:39:45 -0500
Received: from [187.102.230.58]
	by ns.olympus.co.jp (Postfix) with ESMTP id bomSnIYU6PWV
	for <sctp-impl-archive@ietf.org>; Sat, 26 Nov 2005 11:39:45 -0500
Reply-To: "Ines Stanley" <petersonoypf@rnet.olympus.co.jp>
From: "Ines" <petersonoypf@rnet.olympus.co.jp>
Message-ID: <7335330133.585717727644@rnet.olympus.co.jp>
Date: Sat, 26 Nov 2005 11:39:45 -0500
To: <sctp-impl-archive@ietf.org>
Subject: Good day
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.9 (/)
X-Scan-Signature: 7d33c50f3756db14428398e2bdedd581
Content-Transfer-Encoding: 7bit

<html>
<body>
What's your pleasure, squire?
<br>
Want to increease your pleasure?<br>
Booost your sexual peerformance?<br>
Get ready for romancce in just 15 minutes!<br>
<h1><a href="http://de.geocities.com/Claudelle20411Bessie7547/">Leearn how to bring unimaginable plessure to your woman!</a></h1><br>
<br>

<br>
Creativity involves breaking out of established patterns in order to look at things in a different way.
<br>
surf
<br>
No man is hurt but by himself
<br>
want
</body>
</html>




From hanson@elogic.com Sat Nov 26 17:50:26 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eg8sA-0008Go-Ij; Sat, 26 Nov 2005 17:50:26 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA03362;
	Sat, 26 Nov 2005 17:49:40 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1Eg9Bg-0001pn-GD; Sat, 26 Nov 2005 18:10:34 -0500
Received: from mna75-2-82-67-196-173.fbx.proxad.net ([82.67.196.173])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1Eg8s1-00014V-VI; Sat, 26 Nov 2005 17:50:14 -0500
Received: by 10.11.98.0 with HTTP; Sat, 26 Nov 2005 16:49:43 -0600
Message-ID: <559b000y.3069331@hotmail.com>
Date: Sat, 26 Nov 2005 16:49:43 -0600
From: "Gilda Irwin" <hanson@elogic.com>
User-Agent: Apple Mail (2.728)
X-PGP-Key: ZZ4X8IHPvq4vggISK7Q51rR3WmGP0ldQ8Ilx8tSdqmkVgZSbKvSZkDypKHTgbvX1==
X-Load: 54%
MIME-Version: 1.0
To: rtg-dir@ietf.org
Cc: rtgwg@ietf.org, rtgwg-admin@ietf.org, rtgwg-web-archive@ietf.org,
        rv@ietf.org, s.o.f.t.w.a.r.e@ietf.org, saad@ietf.org,
        saad-admin@ietf.org, sc@ietf.org, scbhhpwe3-admin@ietf.org,
        schema-archive@ietf.org, scoya@ietf.org, sctp-impl-archive@ietf.org,
        seamoby@ietf.org, seamoby-admin@ietf.org
Subject: Pre-approved Application #mncL073404
Content-Type: multipart/related;
 boundary="------------AttPart_77061744==.OLA"
X-Spam-Score: 1.8 (+)
X-Scan-Signature: d890c9ddd0b0a61e8c597ad30c1c2176

This is a multi-part message in MIME format.
--------------AttPart_77061744==.OLA
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.create-2.com/signs.asp"><img alt="" src="cid:1.0.0.23.0.60735799532645.23886193@brandeis.msn.com.8"></a><br>
on son the survivor some neil the dung
see otherwise some macrostructure a diluent the blame
, coward a gazette be miasmal it sloe
or sassafras in panorama Or maybe <a
 href="http://www.create-2.com/gone.asp">not</a><br>
<br>
</body>
</html>

--------------AttPart_77061744==.OLA
Content-Type: image/gif;
 name="murre.9.gif"
Content-ID: <1.0.0.23.0.60735799532645.23886193@brandeis.msn.com.8>
Content-Disposition: inline;
 filename="murre.9.gif"
Content-Transfer-Encoding: base64

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
--------------AttPart_77061744==.OLA--



From bbossin1@abesee.com Sat Nov 26 19:11:40 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgA8q-0000mk-Q7
	for sctp-impl-archive@megatron.ietf.org; Sat, 26 Nov 2005 19:11:40 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA08447
	for <sctp-impl-archive@ietf.org>; Sat, 26 Nov 2005 19:10:52 -0500 (EST)
Received: from 24-151-198-124.dhcp.kgpt.tn.charter.com ([24.151.198.124] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EgASH-0003he-GM
	for sctp-impl-archive@ietf.org; Sat, 26 Nov 2005 19:31:48 -0500
Received: from [205.248.102.79] (port=25 helo=mailc.microsoft.com)
	by mailc.microsoft.com with smtp 
	for sctp-impl-archive@ietf.org; Fri, 25 Nov 2005 19:17:14 -0500
Received: from [32.97.182.141] (port=25 helo=e1.ny.us.ibm.com)
	by e1.ny.us.ibm.com with smtp 
	for sctp-impl-archive@ietf.org; Fri, 25 Nov 2005 19:17:14 -0500
Message-ID: <000001c5f2e5$e0a0e300$0100007f@localhost>
From: "Ricky Perez" <bbossin1@abesee.com>
To: <sctp-impl-archive@ietf.org>
Subject: Take advantage of special discounts now guys!
Date: Fri, 25 Nov 2005 19:17:14 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5F2E5.E0A0E300"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 2.7 (++)
X-Scan-Signature: c0bedb65cce30976f0bf60a0a39edea4

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5F2E5.E0A0E300
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Finally the real thing- no more ripoffs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!

A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.

Millions of men are taking advantage of this revolutionary new product - Don't be left behind!

As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!

Here's the link to check out!
http://www.ferasti.com/pt/?46&hqsdy



------=_NextPart_000_0001_01C5F2E5.E0A0E300
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<META http-equiv=3DContent-Type content=3D"text/html; charset=3Dus-ascii">
<STYLE>
 body{font-size:12px; font-family: verdana;} td { padding: 5px; } .nm { font:bold; color: #9c0000; } .our { font:bold; text-align:center; color: red; } .old { font:italic; text-align:center; } .l {border:1px solid #d2e4fc; font-size:12px; font-family: verdana;  } .top {border:1px solid #d2e4fc;background:#d2e4fc; font:bold; text-align:center; }
</STYLE>
</HEAD>
<BODY bgcolor=3D"#FFFFFF">
Finally the real thing - no more tip-offs! Enhancment Patches are hot right now, VERY hot! Unfortunately, most are cheap imitiations and do very little to increase your size and stamina. Well this is the real thing, not an imitation! One of the very originals, the absolutely strongest Patch available, anywhere!<BR><BR>
A top team of British scientists and medical doctors have worked to develop the state-of-the-art Pen1s Enlargment Patch delivery system which automatically increases pen1s size up to 3-4 full inches. The patches are the easiest and most effective way to increase your size. You won't have to take pills, get under the knife to perform expensive and very painful surgery, use any pumps or other devices. No one will ever find out that you are using our product. Just apply one patch on your body and wear it for 3 days and you will start noticing dramatic results.<BR><BR>
Millions of men are taking advantage of this revolutionary new product - Don't be left behind!<BR><BR>
As an added incentive, they are offering huge discount specials right now, check out the site to see for yourself!<BR><BR>
<A href=3D"http://www.ferasti.com/pt/?46&gpnyj">Here's the link to check out!</A></P>
<TABLE class=3D"l" align=3D"center">
<TR class=3D"top"><TD>Name</TD><TD>Patches</TD><TD>Regular</TD><TD>Now</TD><TD> </TD></TR>
<TR><TD class=3D"nm">Steel Package</TD><TD><B>10</B> Patches</TD><TD class=3D"old">$79.95</TD><TD class=3D"our">$49.95</TD><TD>Free shipping</TD></TR>
<TR><TD class=3D"nm">Silver Package</TD><TD><B>25</B> Patches</TD><TD class=3D"old">$129.95</TD><TD class=3D"our">$99.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Gold Package</TD><TD><B>40</B> Patches</TD><TD class=3D"old">$189.95</TD><TD class=3D"our">$149.95</TD><TD>Free shipping and exercise manual included</TD></TR>
<TR><TD class=3D"nm">Platinum Package</TD><TD><B>65</B> Patches</TD><TD class=3D"old">$259.95</TD><TD class=3D"our">$199.95</TD><TD>Free shipping and exercise manual included</TD></TR>
</TABLE>
<TEXTAREA style=3D"visibility: hidden;">
Endeavor Societies addition Christian pledge following special ways they forward ever held before member For sake character future success well supreme cause keep pledge unflinchingly Endeavor persistently but courteously seek after ask our prayers advice meeting Never discontinue endeavors get new Follow continually name Lord day think speak act pray Savior present plans effective Build standard noble living Send comforting messages sorrow flowers sick funeral after an orphans visit widows to fatherless write letters a invitation condolence the establish missions new es growing parts city hold kindness least thousand personal friends Baptist Select leading duty follow waiting asked Make yourself master some line Christian effort Save Five these ago started Logan suburb Philadelphia successful was their soon grew flourishing Ushers strongest helpful organizations furthering ushers twenty-four banded together businesslike mutual pleasure good fellowship also better conduct in!
 terests they hand They under leader</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
ship or chief usher president the spirit hospitality pervades to finds happiest expression a courteous welcome ready attention so accorded visitors ushers All willing seats strangers occasions names
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
cause The Missionary Circle combines in one organization all interested in missionary work One afternoon a month the meet in the Lower to sew have supper together and afterward hold religious services The are advised in the hand-book to-- Suggest plans for raising money arrange for a series of addresses organize of childrens societies distribute missionary the literature maintain a circulating library of missionary books correspond with missionaries solicit and work for the missionary barrels send out comfort bags advocate missions in the prayer meetings and socials encourage are preparing for or are going into foreign fields and maintain special missionary prayer meetings of the have started several missions some of have already grown into flourishing es The Logan Baptist and the Tioga Baptist are both daughters of The The Samaritan Aid Society sews and secures contributions of clothing and such supplies for the Samaritan Hospital Other charities however needing such help f!
 ind it ever willing to lend aid It </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
is ready for any emergency that may arise A hurry call was sent once for sheets pillow cases and garments for the sick at Samaritan Hospital The President of the Society quickly summoned the Merchants were visited and contributions of muslin and thread secured Sewing machines were sent to the Lower An all-day sewing bee was held could came all day others dropped in as time permitted and by sunset more than three hundred pieces of work were finished Two other organizations very helpful to the of the are the Mens Beneficial and the Womens Beneficial They are purely for the benefit of during sickness or bereavement and are managed as all such s are paying $500 a week during sickness and $100 at death The books are closed at the end of each year and the fund started afresh The Building and Loan was organized by the hip of the Business Mens and is officered by prominent of the But it is not in any way a organization and is not under the management of the It is very successful and!
  stockholders are composed largely </TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
of To keep and friends in touch with the many lines of activity in the works a magazine The Review is published It is a private business enterprise but it chronicles work and publishes each week Dr Conwells sermons Many living at a distance cannot come often to The find it most enjoyable and helpful to thus obtain their pastors sermons and to look through the printed page into the busy life of the chu
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
An additional source is needed Cells are so-called open systems ie they are dependent on the continuous uptake of and nutriments During evolution have only life-forms survived that were able to use the available raw materials efficiently Cells have two fundamental ways to generate :
</TEXTAREA>
<TEXTAREA style=3D"visibility: hidden;">
To understand the cells metabolism and balance better will we at first review some basic laws of thermodynamics We will discuss the nature of oxidation and reduction and finally the mechanisms of enzymatic catalysis in detail
</TEXTAREA></BODY></HTML>

------=_NextPart_000_0001_01C5F2E5.E0A0E300--




From Zamaca@optonline.net Sat Nov 26 21:40:50 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgCTC-0006ab-3S; Sat, 26 Nov 2005 21:40:50 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id VAA17953;
	Sat, 26 Nov 2005 21:40:06 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EgCml-00075L-H2; Sat, 26 Nov 2005 22:01:04 -0500
Received: from 221x241x110x50.ap221.ftth.ucom.ne.jp ([221.241.110.50] helo=lh)
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EgCTA-00033E-9o; Sat, 26 Nov 2005 21:40:48 -0500
From: "Nikki Poole" <Zamaca@optonline.net>
To: sctp-impl-archive@ietf.org
Subject: Re: Important question
Date: Sun, 27 Nov 2005 08:34:44 +0600
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_IOOLPXNK.VKFCWSSS"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
Message-Id: <E1EgCTA-00033E-9o@mx2.foretec.com>
X-Spam-Score: 0.8 (/)
X-Scan-Signature: 21c69d3cfc2dd19218717dbe1d974352

This is a multi-part message in MIME format.

------=_NextPart_000_0000_IOOLPXNK.VKFCWSSS
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your case file has been evaluated to the necessary agencies, and upon vigilant reflection, we are able to give to you the next opportunity.

Based upon vigilant reflection you qualify to collect a princely benefit on your primary property investment.

By completing the next attached form in a timely manner we will be able to decide our appraisal, and we feel sure you will collect not only a lowered rate of interest, but also a cash return that will fulfill all your holiday needs and more!

Please go here to decide this step of the settlement.

Wishing you all the best over the holiday period,

Nikki Poole







Should you prefer not to take advantage of this holiday opportunity you can go here.

------=_NextPart_000_0000_IOOLPXNK.VKFCWSSS
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your case file has been evaluated to the necessary agencies, and upon vigilant reflection, we are able to give to you the next opportunity.<P>
Based upon vigilant reflection you qualify to collect a princely benefit on your primary property investment.<P>
By completing the next attached form in a timely manner we will be able to decide our appraisal, and we feel sure you will collect not only a lowered rate of interest, but also a cash return that will fulfill all your holiday needs and more!<P>
<A HREF="http://interests-3.net/indeed.asp">Please go here to decide this step of the settlement.</A><P>
Wishing you all the best over the holiday period,<P>
Nikki Poole<P><P><BR><BR><P><BR>

Should you prefer not to take advantage of this holiday opportunity you can go <A HREF="http://interests-3.net/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_IOOLPXNK.VKFCWSSS--



From info@mail.furyd.com Sat Nov 26 22:34:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgDJV-0000qW-Rb
	for sctp-impl-archive@megatron.ietf.org; Sat, 26 Nov 2005 22:34:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id WAA22238
	for <sctp-impl-archive@ietf.org>; Sat, 26 Nov 2005 22:34:11 -0500 (EST)
Received: from [58.180.198.6] (helo=mail.furyd.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EgDd5-0008PE-5c
	for sctp-impl-archive@ietf.org; Sat, 26 Nov 2005 22:55:08 -0500
Received: (qmail 23007 invoked by uid 509); 27 Nov 2005 11:18:02 +0900
Date: 27 Nov 2005 11:18:02 +0900
Message-ID: <20051127021802.23006.qmail@mail.furyd.com>
From: info@furyd.com
To: sctp-impl-archive@ietf.org
Subject: 2005
X-Spam-Score: 0.3 (/)
X-Scan-Signature: cf4fa59384e76e63313391b70cd0dd25

$BEvHVAH$NL5NACjA*$K$F$4EvA*$5$l$?$3$H$r$*CN$i$;CW$7$^$9!#L5NA$GO"Mm8x3+(B
$B=w@-$NL>A0$H(BID$B$r$*Aw$j$7$^$9!#(B
ID$B!'(B216302$B!!J~(B
ID$B!'(B216255$B!!%/%i%j%9(B
http://www.lovinyou.net/?2005
$B"(%K%C%/%M!<%`$N:G8e$K(B(*)$B$r$D$1$k$H=w@-$+$iD>%a!<%k$,F~$j$^$9!#(B

$B$4K\?M$+$i$N0MMj$G(BID$B$r8x3+CW$7$F$*$j$^$9!#(B






$BK|$,0lEvA*$rE12s$7$?$$>l9g$O$3$A$i$X(B
badluck@lovinyou.net



From johnmupby@v21mail.co.uk Sat Nov 26 23:37:53 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgEIT-0005MU-Rd
	for sctp-impl-archive@megatron.ietf.org; Sat, 26 Nov 2005 23:37:53 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA26454
	for <sctp-impl-archive@ietf.org>; Sat, 26 Nov 2005 23:37:11 -0500 (EST)
Received: from [148.233.14.9] (helo=148.233.14.9)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EgEc2-0001OX-3H
	for sctp-impl-archive@ietf.org; Sat, 26 Nov 2005 23:58:09 -0500
Received: from mail.v21mail.co.uk
	by 148.233.14.9 (8.12.11/8.12.11) with ESMTP id 4qmX9gPyjO65Ma
	for <sctp-impl-archive@ietf.org>; Sun, 27 Nov 2005 04:42:26 -0500
Received: from passamon ([187.166.157.38]) 
	by mail.v21mail.co.uk with ESMTP id vnVqbg5b1Zi9
	for <sctp-impl-archive@ietf.org>; Sun, 27 Nov 2005 04:42:26 -0500
Date: Sun, 27 Nov 2005 04:42:26 -0500
From: Mario Coffey <johnmupby@v21mail.co.uk>
Reply-To: Mario Coffey <johnmupby@v21mail.co.uk>
Message-ID: <205055962283.777100604891@v21mail.co.uk>
To: <sctp-impl-archive@ietf.org>
Subject: That's what you need
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 0a7aa2e6e558383d84476dc338324fab
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD></HEAD>
<BODY>
<div style="border: 3px solid rgb(242, 139, 12); margin: 10px 20px; padding: 0pt 10px; background-color: rgb(255, 255, 238);">
<p style="font-size: 13pt;">Hey! :) Here's that site I was telling you abouut.
I got some for myself cause they were on salle, you should check out the site, I added the link below.Even if you have no erection problems Cialis would help you to make <b>better sex more often</b>
and to bring uniimaginable plesure to her. Just disolve half a pill
under your tongue and get ready for action in 15 minutees. The tests
showed that the majority of men after taking this medication were able
to have <b>perfect erection</b> during 36 hours!</p>
<center><table style="border-collapse: collapse; background-color: rgb(255, 255, 221); width: 90%; font-size: 10pt; font-family: sans-serif; text-align: center;">
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Package</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Quantity</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Price in your local drugstore*</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><b>Our price</b></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px; background-color: rgb(255, 255, 170);" rowspan="6" align="center" valign="middle"><p style="font-size: 14pt; text-align: center; text-decoration: none;"><b><a href="http://uk.geocities.com/Merry12638Binky16689/" style="text-decoration: none;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Learn<br>More<br>Now</a></b></p></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">5 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$149.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$45.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">20 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$299.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$84.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">30 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$849.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$149.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">120 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$1&nbsp;999.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$289.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">100 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">200 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$3&nbsp;099.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$399.95</b></span></td>
</tr>
</table></center>
<p style="font-size: 13pt;">When you are young and stressed up...<br>
When you are aged and never give up...<br>
Cialis gives you confidence in any chance, every time.</p><br>
mail<br>
Nine out of ten people who change their minds are wrong the second time too.<br>
here<br>
Who ceases to be a friend never was one.<br>
</div></body></html>




From info@mail.edhry.com Sun Nov 27 06:39:58 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgKsw-0001ZP-LQ
	for sctp-impl-archive@megatron.ietf.org; Sun, 27 Nov 2005 06:39:58 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA01737
	for <sctp-impl-archive@ietf.org>; Sun, 27 Nov 2005 06:39:15 -0500 (EST)
Received: from [58.180.196.186] (helo=mail.edhry.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EgLCa-0000Aw-Hy
	for sctp-impl-archive@ietf.org; Sun, 27 Nov 2005 07:00:17 -0500
Received: (qmail 19306 invoked by uid 510); 27 Nov 2005 11:38:33 +0900
Date: 27 Nov 2005 11:38:33 +0900
Message-ID: <20051127023833.19305.qmail@mail.edhry.com>
From: info@edhry.com
To: sctp-impl-archive@ietf.org
Subject: $BNkLZ!!$"$:$5(B:Sex $B%j!<%A(B
X-Spam-Score: 3.5 (+++)
X-Scan-Signature: cf4fa59384e76e63313391b70cd0dd25



$B$*$H$H$$!Z(BNo.134401 $B!zNkLZ!!$"$:$5!z![$3$NJ}$+$i$N5U;XL>$OFO$$$F$^$;$s$+!)BgJQDA$7$$;v$G$9$,!":FEY5U;XL>$7$?$$$H$N;v$G$9!#D>%"%I$H4uK>$rE:$($F$*JV;v$,M_$7$$$H$N(B
$B;v!#5U!}8r:]$G$9!*(B
http://www.alladdin-master.com?aeru
$B$H$C$/$K(BSex$B%j!<%A$7$F$$$^$9$N$G!"(B
$B%m%s>e$,$j$,$[$7$$!#(B
$B$5$i$K5U;XL>$G$9$N$G!"1J5W40A4L5NA$G$N$4MxMQ$H$J$j$^$9!#(B
$B%j%C%A$J?M@8$,:#F|$+$i;O$^$k!*!)(B
http://www.alladdin-master.com?aeru
$B?3::!&LLCL:Q$_$G!"?H85!&%k%C%/%9J]>Z$7$^$9!*(B


$B5qH]$NJ}$O%3%A%i(B
nomore@alladdin-master.com




From akarmixpmd@freemail.com Sun Nov 27 10:07:28 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgO7k-0001B8-5t
	for sctp-impl-archive@megatron.ietf.org; Sun, 27 Nov 2005 10:07:28 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id KAA24285
	for <sctp-impl-archive@ietf.org>; Sun, 27 Nov 2005 10:06:43 -0500 (EST)
Received: from ip503c6256.speed.planet.nl ([80.60.98.86])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EgORN-00078c-30
	for sctp-impl-archive@ietf.org; Sun, 27 Nov 2005 10:27:48 -0500
Received: from mx1.prserv.net
	by ip503c6256.speed.planet.nl (Postfix) with ESMTP id 1B871C7F4D
	for <sctp-impl-archive@ietf.org>; Sun, 27 Nov 2005 15:12:00 -0500
Received: from unknown (125.211.144.69)
	by mx1.prserv.net (Postfix) with ESMTP id bsTxwB1XUpgo
	for <sctp-impl-archive@ietf.org>; Sun, 27 Nov 2005 15:12:00 -0500
Reply-To: "Barton John" <akarmixpmd@freemail.com>
From: "Barton" <akarmixpmd@freemail.com>
Message-ID: <3889340241.728225125643@freemail.com>
Date: Sun, 27 Nov 2005 15:12:00 -0500
To: <sctp-impl-archive@ietf.org>
Subject: Just have a look
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.6 (++)
X-Scan-Signature: 0a7aa2e6e558383d84476dc338324fab
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD></HEAD>
<BODY>
<div style="border: 3px solid rgb(242, 139, 12); margin: 10px 20px; padding: 0pt 10px; background-color: rgb(255, 255, 238);">
<p style="font-size: 13pt;">Hey, man! :) Here's that site I was telling you abouut.
I got some for myself cause they were on saale, you should check out the site, I added the link below.Even if you have no erection probllems Cialis would help you to make <b>better sex more often</b>
and to bring unimaginablle plesure to her. Just disolve half a pill
under your tongue and get ready for action in 15 minuttes. The tests
showed that the majority of men after taking this medication were able
to have <b>perfect erection</b> during 36 hours!</p>
<center><table style="border-collapse: collapse; background-color: rgb(255, 255, 221); width: 90%; font-size: 10pt; font-family: sans-serif; text-align: center;">
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Package</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Quantity</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Price in your local drugstore*</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><b>Our price</b></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px; background-color: rgb(255, 255, 170);" rowspan="6" align="center" valign="middle"><p style="font-size: 14pt; text-align: center; text-decoration: none;"><b><a href="http://uk.geocities.com/Zachary55469Travis16280/" style="text-decoration: none;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Learn<br>More<br>Now</a></b></p></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">5 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$149.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$45.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">20 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$299.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$84.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">30 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$849.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$149.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">120 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$1&nbsp;999.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$289.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">100 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">200 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$3&nbsp;099.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$399.95</b></span></td>
</tr>
</table></center>
<p style="font-size: 13pt;">When you are young and stressed up...<br>
When you are aged and never give up...<br>
Cialis gives you confidence in any chance, every time.</p><br>
can<br>
When an individual is kept in a situation of inferiority, the fact is that he does become inferior.<br>
soon<br>
Old age is the most unexpected of all the things that can happen to a man.<br>
</div></body></html>




From t.saint@resalehost.networksolutions.com Sun Nov 27 15:06:19 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgSmv-0007bu-5O
	for sctp-impl-archive@megatron.ietf.org; Sun, 27 Nov 2005 15:06:19 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id PAA23067
	for <sctp-impl-archive@ietf.org>; Sun, 27 Nov 2005 15:05:33 -0500 (EST)
Received: from i01m-62-35-51-101.d4.club-internet.fr ([62.35.51.101] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EgT6d-0007l4-UT
	for sctp-impl-archive@ietf.org; Sun, 27 Nov 2005 15:26:40 -0500
Message-ID: <000001c5f38c$ca019700$0100007f@localhost>
From: "Connor Stewart" <t.saint@resalehost.networksolutions.com>
To: <sctp-impl-archive@ietf.org>
Subject: Corel Draw
Date: Sun, 27 Nov 2005 21:12:46 +0100
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5F38C.CA019700"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 2.4 (++)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5F38C.CA019700
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 40 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 38 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 48 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5F38C.CA019700
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://top.allsoft4sale.com> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dhttp://t!
 op.allsoft4sale.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://top.allsoft4sale.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://top.allsoft4sale.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://top.allsoft4sale.com> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://top.allsoft4sale.com> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></TD> <TD width=3D129> <A h!
 ref=3Dhttp://top.allsoft4sale.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://top.allsoft4sale.com> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://top.allsoft4sale.com> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://top.allsoft4sale.com> Adobe </A></FONT> <A href=3Dhttp://top.allsoft4sale.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</T!
 D> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://top.allsoft4sale.com> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://top.allsoft4sale.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://top.allsoft4sale.com> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://top.allsoft4sale.com> <IMG height=3D150 src=3Dhttp://images.amazon.co!
 m/images/P/B0000AZJVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://top.allsoft4sale.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <!
 BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 44 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://top.allsoft4sale.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D!
 105> <SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://top.allsoft4sale.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 34 revie!
 ws)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://top.allsoft4sale.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall !
 vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://top.allsoft4sale.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 41 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5F38C.CA019700--




From woolverton@greatertitle.com Sun Nov 27 17:00:18 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgUZG-0008Jh-Q0; Sun, 27 Nov 2005 17:00:18 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id QAA02250;
	Sun, 27 Nov 2005 16:59:34 -0500 (EST)
Received: from host50.foretec.com ([65.246.255.50] helo=mx2.foretec.com)
	by ietf-mx.ietf.org with esmtp (Exim 4.43)
	id 1EgUsw-0002Xq-IK; Sun, 27 Nov 2005 17:20:40 -0500
Received: from 201-34-112-51.paebv700.dsl.brasiltelecom.net.br ([201.34.112.51])
	by mx2.foretec.com with smtp (Exim 4.24)
	id 1EgUZ4-0000Tg-D0; Sun, 27 Nov 2005 17:00:07 -0500
Received: by 10.11.98.6 with HTTP; Sun, 27 Nov 2005 15:59:43 -0600
Message-ID: <669d292t.4841907@yahoo.com>
Date: Sun, 27 Nov 2005 15:59:43 -0600
From: "Ramona Locke" <woolverton@greatertitle.com>
User-Agent: Apple Mail (2.728)
X-PGP-Key: hvoSqbtHpyTbyA9ngQf47Rc0OZEI6ijxa4IJqq8n09pGIjqNVDAhy7AabqlBCXRr==
X-Load: 10%
MIME-Version: 1.0
To: rtg-dir@ietf.org
Cc: rtgwg@ietf.org, rtgwg-admin@ietf.org, rtgwg-web-archive@ietf.org,
        rv@ietf.org, s.o.f.t.w.a.r.e@ietf.org, saad@ietf.org,
        saad-admin@ietf.org, sc@ietf.org, scbhhpwe3-admin@ietf.org,
        schema-archive@ietf.org, scoya@ietf.org, sctp-impl-archive@ietf.org,
        seamoby@ietf.org, seamoby-admin@ietf.org, seamoby-archive@ietf.org,
        seamoby-bounces@ietf.org, seamoby-web-archive@ietf.org
Subject: Lowest rate approved
Content-Type: multipart/related;
 boundary="------------AttPart_14495702==.OLA"
X-Spam-Score: 1.9 (+)
X-Scan-Signature: d890c9ddd0b0a61e8c597ad30c1c2176

This is a multi-part message in MIME format.
--------------AttPart_14495702==.OLA
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://www.create-2.com/signs.asp"><img alt="" src="cid:3.0.0.73.0.03663689073357.39695243@actinide.yahoo.com.9"></a><br>
be cantaloupe on heublein and barrington it ductile
! sibling or indomitable not imperate it's special
and san but rosebud in congenial in dodd
some adenosine the dovekie Or maybe <a
 href="http://www.create-2.com/gone.asp">not</a><br>
<br>
</body>
</html>

--------------AttPart_14495702==.OLA
Content-Type: image/gif;
 name="anyplace.2.gif"
Content-ID: <3.0.0.73.0.03663689073357.39695243@actinide.yahoo.com.9>
Content-Disposition: inline;
 filename="anyplace.2.gif"
Content-Transfer-Encoding: base64

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
--------------AttPart_14495702==.OLA--



From info@mail.owcy.com Mon Nov 28 01:05:57 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Egc9F-0007ub-3T
	for sctp-impl-archive@megatron.ietf.org; Mon, 28 Nov 2005 01:05:57 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id BAA14205
	for <sctp-impl-archive@ietf.org>; Mon, 28 Nov 2005 01:05:13 -0500 (EST)
Received: from [58.180.218.254] (helo=mail.owcy.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EgcT1-0007St-2t
	for sctp-impl-archive@ietf.org; Mon, 28 Nov 2005 01:26:26 -0500
Received: (qmail 14110 invoked by uid 509); 28 Nov 2005 10:39:26 +0900
Date: 28 Nov 2005 10:39:26 +0900
Message-ID: <20051128013926.14109.qmail@mail.owcy.com>
From: info@owcy.com
To: sctp-impl-archive@ietf.org
Subject: $B$-$C$H=PMh$k!*(B
X-Spam-Score: 3.6 (+++)
X-Scan-Signature: 0bc60ec82efc80c84b8d02f4b0e4de22

$BH`=w$dH`;a$,$J$+$J$+=PMh$J$/$F:$$C$F$^$;$s$+!)(B
$B$=$&$$$&J}$N0Y$KNx0&$K4X$9$kLdBj$r0l5$$K2r7h$9$k(B
$BNx$NIB$r2r>C$9$k%5%$%H$,$"$k$s$G$9!#>\$7$/$O"-$G!#(B


$B!!!!!!(Bhttp://www.super-cubic.com/?num=8416

$B$7$+$bEPO?;~$K@i1_J,!"4JC1$JEEOCG'>Z$G99$K0lK|Fs@i1_J,$N(B
$BL5NA%]%$%s%H$,<hF@2DG=!*5$7Z$KMxMQ$9$k$3$H$,=PMh$^$9!#(B
$B;H$($P;H$&$[$I$=$NL%NO$K$H$j$3$K$J$k!D(B
$B$-$C$H5.J}$K$U$5$o$7$$Aj<j$,BT$C$F$^$9!#(B
$B$4MxMQ$O$3$A$i"-$+$i(B
$B!!!!!!(Bhttp://www.super-cubic.com/?num=8416













$B:#8eG[?.$r5qH]$5$l$kJ}$O(B
refuse@renai-h.com



From info@mail.gtgfd.com Mon Nov 28 02:13:17 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgdCP-0003Lv-7J
	for sctp-impl-archive@megatron.ietf.org; Mon, 28 Nov 2005 02:13:17 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA20924
	for <sctp-impl-archive@ietf.org>; Mon, 28 Nov 2005 02:12:32 -0500 (EST)
Received: from [58.180.198.39] (helo=mail.gtgfd.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EgdW7-00016p-6d
	for sctp-impl-archive@ietf.org; Mon, 28 Nov 2005 02:33:46 -0500
Received: (qmail 29309 invoked by uid 510); 27 Nov 2005 13:16:01 +0900
Date: 27 Nov 2005 13:16:01 +0900
Message-ID: <20051127041601.29308.qmail@mail.gtgfd.com>
From: info@gtgfd.com
To: sctp-impl-archive@ietf.org
Subject: 2005
X-Spam-Score: 0.3 (/)
X-Scan-Signature: cf4fa59384e76e63313391b70cd0dd25

$BEvHVAH$NL5NACjA*$K$F$4EvA*$5$l$?$3$H$r$*CN$i$;CW$7$^$9!#L5NA$GO"Mm8x3+(B
$B=w@-$NL>A0$H(BID$B$r$*Aw$j$7$^$9!#(B
ID$B!'(B216302$B!!J~(B
ID$B!'(B216255$B!!%/%i%j%9(B
http://www.lovinyou.net/?2005
$B"(%K%C%/%M!<%`$N:G8e$K(B(*)$B$r$D$1$k$H=w@-$+$iD>%a!<%k$,F~$j$^$9!#(B

$B$4K\?M$+$i$N0MMj$G(BID$B$r8x3+CW$7$F$*$j$^$9!#(B






$BK|$,0lEvA*$rE12s$7$?$$>l9g$O$3$A$i$X(B
badluck@lovinyou.net



From abkumarfjix@iitk.ac.in Mon Nov 28 13:49:21 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ego41-0004Mj-JF
	for sctp-impl-archive@megatron.ietf.org; Mon, 28 Nov 2005 13:49:21 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id NAA19273
	for <sctp-impl-archive@ietf.org>; Mon, 28 Nov 2005 13:48:37 -0500 (EST)
Received: from [58.227.57.159] (helo=58.227.57.159)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EgoNq-00020v-TK
	for sctp-impl-archive@ietf.org; Mon, 28 Nov 2005 14:09:56 -0500
Received: from mail0.iitk.ac.in
	by 58.227.57.159 (8.9.3/8.9.3) with SMTP id CFR0wD3PZ8uB
	for <sctp-impl-archive@ietf.org>; Mon, 28 Nov 2005 18:48:25 -0500
Received: from [117.86.141.44]
	by mail0.iitk.ac.in (Postfix) with ESMTP id OBGju6ZELLOq
	for <sctp-impl-archive@ietf.org>; Mon, 28 Nov 2005 18:48:25 -0500
Reply-To: "Ricardo Curtis" <abkumarfjix@iitk.ac.in>
From: "Ricardo" <abkumarfjix@iitk.ac.in>
Message-ID: <8717515108.20051128184825@xkghrefim>
Date: Mon, 28 Nov 2005 18:48:25 -0500
To: <sctp-impl-archive@ietf.org>
Subject: Your order status, Sctp-impl-archive.
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 0.6 (/)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD></HEAD>
<BODY>
<div style="border: 3px solid rgb(242, 139, 12); margin: 10px 20px; padding: 0pt 10px; background-color: rgb(255, 255, 238);">
<p style="font-size: 13pt;">Even if you have no erection probleems Cjaljjs would help you to make <b>better sex more often</b>
and to bring unimaginaable plesure to her. Just disolve half a pill
under your tongue and get ready for action in 15 miinutes. The tests
showed that the majority of men after taking this medication were able
to have <b>perfect erection</b> during 36 hours!</p>
<center><table style="border-collapse: collapse; background-color: rgb(255, 255, 221); width: 90%; font-size: 10pt; font-family: sans-serif; text-align: center;">
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Package</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Quantity</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Price in your local drugstore*</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><b>Our price</b></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px; background-color: rgb(255, 255, 170);" rowspan="6" align="center" valign="middle"><p style="font-size: 14pt; text-align: center; text-decoration: none;"><b><a href="http://uk.geocities.com/Westbrooke38142Kristine9653/" style="text-decoration: none;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Learn<br>More<br>Now</a></b></p></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">5 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$149.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$45.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">20 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$299.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$84.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">30 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$849.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$149.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">120 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$1&nbsp;999.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$289.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">100 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">200 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$3&nbsp;099.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$399.95</b></span></td>
</tr>
</table></center>
<p style="font-size: 13pt;">When you are young and stressed up...<br>
When you are aged and never give up...<br>
Cjalljs gives you confidence in any chance, every time.</p><br>
capo<br>
You should never have your best trousers on when you turn out to fight for freedom and truth.<br>
order<br>
It is impossible for a man to be cheated by anyone but himself.<br>
</div></body></html>




From ramsieraul@digilife.nl Mon Nov 28 20:27:01 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EguGr-0001b5-FO
	for sctp-impl-archive@megatron.ietf.org; Mon, 28 Nov 2005 20:27:01 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id UAA21380
	for <sctp-impl-archive@ietf.org>; Mon, 28 Nov 2005 20:26:17 -0500 (EST)
Received: from pool-71-100-214-195.tampfl.dsl-w.verizon.net ([71.100.214.195] helo=digilife.nl)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eguao-0005O0-Kn
	for sctp-impl-archive@ietf.org; Mon, 28 Nov 2005 20:47:40 -0500
From: "Raul Ramsier" <ramsieraul@digilife.nl>
To: "Giulietta Barner" <sctp-impl-archive@ietf.org>
Message-ID: <000001c5f483$f456a7a0$8e00a8c0@fetterless>
Subject: Re: professionally Medds
Date: Mon, 28 Nov 2005 20:26:42 -0500
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0001_01C5F45A.0B809FA0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Score: 0.8 (/)
X-Scan-Signature: f607d15ccc2bc4eaf3ade8ffa8af02a0

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5F45A.0B809FA0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Good day,
As a right purchaser we give you necessary info and our product
innovation from time to time.
=20
Our records indicate that you may be in need of a refill.
=20
We beg your pardon and would like to propose you again a set of the most
popular medicines online at reduced prices, fast delivery and toll-free
customer support.=20
If you wish to order drugs you are in need or to run over the edition,
please go to:
=20
http://www.sloucu.alsivepol.com <http://www.sloucu.alsivepol.com>=20
=20
In good faith,  Sale support department

------=_NextPart_000_0001_01C5F45A.0B809FA0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial>Good day,<BR>
As a right purchaser we give you necessary info and our product =
innovation from time to time.</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>Our records indicate that you may be in need of =
a refill.</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>We beg your pardon and would like to propose you =
again a set of the most=20
popular medicines online at reduced prices, fast delivery and toll-free=20
customer support. <BR> If you wish to order drugs you are in need or to =
run=20
over the edition, please go to:</FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial><A =
href=3D"http://www.sloucu.alsivepol.com"><FONT =
face=3DArial>http://www.sloucu.alsivepol.com</FONT></A></FONT></DIV>
<DIV><FONT face=3DArial>&nbsp;</FONT></DIV>
<DIV><FONT face=3DArial>In good faith,  	Sale support =
department</FONT></DIV></BODY></HTML>
------=_NextPart_000_0001_01C5F45A.0B809FA0--






From a320732hrmz@liveoak.wotangate.sc.ti.com Tue Nov 29 02:06:56 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EgzZo-0001QA-Kd
	for sctp-impl-archive@megatron.ietf.org; Tue, 29 Nov 2005 02:06:56 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA23102
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 02:06:12 -0500 (EST)
Received: from [210.124.176.93] (helo=210.124.176.93)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Egztn-0007L6-D3
	for sctp-impl-archive@ietf.org; Tue, 29 Nov 2005 02:27:38 -0500
Received: from cypress.ext.ti.com
	by 210.124.176.93 (8.9.3/8.9.3) with SMTP id OSUZEOBBw0jn
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 07:06:56 -0500
Received: from (root@localhost) 
	by cypress.ext.ti.com with SMTP id YtnfVUp4dDy2
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 07:06:56 -0500
Date: Tue, 29 Nov 2005 07:06:56 -0500
From: Janice Carey <a320732hrmz@liveoak.wotangate.sc.ti.com>
Reply-To: Janice Carey <a320732hrmz@liveoak.wotangate.sc.ti.com>
Message-ID: <605277638054.061966412480@liveoak.wotangate.sc.ti.com>
To: <sctp-impl-archive@ietf.org>
Subject: Your order status, Sctp-impl-archive.
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.9 (++)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD></HEAD>
<BODY>
<div style="border: 3px solid rgb(242, 139, 12); margin: 10px 20px; padding: 0pt 10px; background-color: rgb(255, 255, 238);">
<p style="font-size: 13pt;">Even if you have no erection prooblems Cjjaljs would help you to make <b>better sex more often</b>
and to bring unimaginaable plesure to her. Just disolve half a pill
under your tongue and get ready for action in 15 minutees. The tests
showed that the majority of men after taking this medication were able
to have <b>perfect erection</b> during 36 hours!</p>
<center><table style="border-collapse: collapse; background-color: rgb(255, 255, 221); width: 90%; font-size: 10pt; font-family: sans-serif; text-align: center;">
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Package</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Quantity</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Price in your local drugstore*</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><b>Our price</b></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px; background-color: rgb(255, 255, 170);" rowspan="6" align="center" valign="middle"><p style="font-size: 14pt; text-align: center; text-decoration: none;"><b><a href="http://uk.geocities.com/Lise35360Viola87416/" style="text-decoration: none;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Learn<br>More<br>Now</a></b></p></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">5 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$149.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$45.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">20 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$299.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$84.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">30 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$849.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$149.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">120 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$1&nbsp;999.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$289.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">100 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">200 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$3&nbsp;099.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$399.95</b></span></td>
</tr>
</table></center>
<p style="font-size: 13pt;">When you are young and stressed up...<br>
When you are aged and never give up...<br>
Cjalljs gives you confidence in any chance, every time.</p><br>
see<br>
I'll do my dreaming with my eyes wide open, and I'll do my looking back with my eyes closed.<br>
beauty<br>
An actress must never lose her ego  --  without it she has no talent.<br>
</div></body></html>




From jujawi@archipvb.com Tue Nov 29 04:45:00 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eh22m-0000XJ-3s
	for sctp-impl-archive@megatron.ietf.org; Tue, 29 Nov 2005 04:45:00 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id EAA09568
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 04:44:14 -0500 (EST)
Received: from nat.infomos.ru ([212.45.1.84] helo=localhost)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eh2Mk-0004P7-43
	for sctp-impl-archive@ietf.org; Tue, 29 Nov 2005 05:05:40 -0500
Message-ID: <000001c5f4c8$45b42e80$0100007f@localhost>
From: "Ayden Brooks" <jujawi@archipvb.com>
To: <sctp-impl-archive@ietf.org>
Subject: cheap oem soft shipping //orldwide
Date: Tue, 29 Nov 2005 12:44:26 +0300
MIME-Version: 1.0
Content-Type: multipart/alternative;
    boundary="----=_NextPart_000_0001_01C5F4C8.45B42E80"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2900.2180
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 093efd19b5f651b2707595638f6c4003

This is a multi-part message in MIME format.

------=_NextPart_000_0001_01C5F4C8.45B42E80
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable.TOP.10.NEW.TITLES.ON.SALE.NOW!.1.Office.Pro.2003.2.Adobe.Photoshop.9.0.3.Windows.XP.Pro.4.Adobe.Acrobat.7.Pro.5.Flash.MX.2004.6.Corel.Draw.12.7.Norton.Antivirus.2005.8.Windows.2003.Se


ListPrice:  $550.00 
OurPrice:  $69.95 
YouSave:  $480.05 ( 87%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #1 
Average Customer Review:  
(based on 33 reviews)

--------------------------------------------------------------------------------
 
Microsoft Windows XP Professional 
   by Microsoft 


ListPrice:  $200.00 
OurPrice:  $49.95 
YouSave:  $150.05 ( 75%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #2 
Average Customer Review:  
(based on 38 reviews)

--------------------------------------------------------------------------------
 
Adobe Photoshop CS2 V 9.0 
   by Adobe 


ListPrice:  $599.00 
OurPrice:  $69.95 
YouSave:  $529.05 ( 88%) 

 

Availability: Available for INSTANT download! 



Sales Rank: #3 
Average Customer Review:  
(based on 34 reviews)

--------------------------------------------------------------------------------

------=_NextPart_000_0001_01C5F4C8.45B42E80
Content-Type: text/html;
    charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
  <HEAD>
    <STYLE type=3Dtext/css>
      .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
    <TITLE>
      Software
    </TITLE>
    <META http-equiv=3DContent-Type content=3D"text/html; charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
    <STYLE type=3Dtext/css>
      .serif { FONT-SIZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana,
      arial,helvetica,sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helvetica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,verdana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tinyprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DECORATION: none }
    </STYLE>
  </HEAD>
<BODY text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 link=3D#003399 bgColor=3D#FFFFFF><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D705 border=3D0><DIV align=3Dleft></TABLE></DIV><TBODY><TR> <TD class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></TD></TR></TBODY></TABLE><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><TR> <TD vAlign=3Dtop width=3D166><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><TR vAlign=3Dbottom align=3Dmiddle> <TD><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D155 border=3D0><TR vAlign=3Dtop bgColor=3D#333399> <TD width=3D5 bgcolor=3D#000080> <FONT size=3D1> <IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></FONT></TD> <TD bgcolor=3D#000080><TABLE cellSpacing=3D3 cellPadding=3D0 width=3D99% border=3D0><TR> <TD vAlign=3Dbottom><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#FFFFFF> TOP 10 NEW TITLES</FONT></B></!
 P></TD></TR></TABLE></TD> <TD align=3Dright width=3D5 bgcolor=3D#000080> <FONT size=3D1>
<IMG src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D5></FONT></TD></TR></TABLE></TD></TR><TR> <TD><TABLE cellSpacing=3D0 cellPadding=3D1 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD width=3D100%><TABLE cellSpacing=3D0 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><TR> <TD vAlign=3Dtop width=3D100% bgColor=3D#eeeecc><TABLE cellSpacing=3D0 cellPadding=3D2 width=3D153 border=3D0><TR> <TD width=3D141 colspan=3D3 bgcolor=3D#FFFFFF><P align=3Dcenter> <B> <FONT face=3Dverdana,arial,helvetica size=3D1 color=3D#CC6600> &nbsp;ON SALE NOW!</FONT></B></P></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 1</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://new.oemsalo.com> Office Pro 2003</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 2</FONT></TD> <TD width=3D129> <A href=3Dhttp://new.oe!
 msalo.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Photoshop 9.0</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 3</FONT></TD> <TD width=3D129> <A href=3Dhttp://new.oemsalo.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Windows XP Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 4</FONT></TD> <TD width=3D129> <A href=3Dhttp://new.oemsalo.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Adobe Acrobat 7 Pro</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 5</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://new.oemsalo.com> Flash MX 2004</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 6</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://new.oemsalo.com> Corel Draw 12</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 7</FONT></TD> <TD width=3D129> <A href=3Dhttp://new.oem!
 salo.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Norton Antivirus 2005</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8>
<FONT face=3DVerdana size=3D1> 8</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://new.oemsalo.com> Windows 2003 Server</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 9</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://new.oemsalo.com> Alias Maya 6 Wavefrt</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> <FONT face=3DVerdana size=3D1> 10</FONT></TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://new.oemsalo.com> Adobe </A></FONT> <A href=3Dhttp://new.oemsalo.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Illustrator 11</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD colSpan=3D2 width=3D141> <SPAN class=3Dsmall> <B> <FONT face=3DVerdana size=3D1> See more by this manufacturer</FONT></B></SPAN></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> !
 <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://new.oemsalo.com> Microsoft</A></FONT></TD></TR><TR> <TD width=3D4> &nbsp;</TD>
<TD width=3D8> &nbsp;</TD> <TD width=3D129> <A href=3Dhttp://new.oemsalo.com> <FONT face=3Dverdana,arial,helvetica size=3D1> Symantec</FONT></A></TD></TR><TR> <TD width=3D4> &nbsp;</TD> <TD width=3D8> &nbsp;</TD> <TD width=3D129> <FONT face=3Dverdana,arial,helvetica size=3D1> <A href=3Dhttp://new.oemsalo.com> Adobe</A></FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD></TR></TABLE></TD> <TD vAlign=3Dtop align=3Dleft width=3D530><TABLE border=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Office Professional Edition 2003</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://new.oemsalo.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B000!
 0AZJVC.01.TZZZZZZZ.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall>
<TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $550.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $480.05 ( 87%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://new.oemsalo.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></!
 P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #1 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B>
<IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 49 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans> Microsoft Windows XP Professional</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Microsoft <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://new.oemsalo.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00005MOTG.01._SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> !
 <SPAN class=3Dlistprice> $200.00</SPAN></TD></TR><TR>
<TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $49.95</B></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105> <SPAN class=3Dprice> $150.05 ( 75%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://new.oemsalo.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #2 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 44 reviews)</!
 FONT></P></FONT><HR noShade SIZE=3D1></TD></TR><TR> <TD width=3D100% height=3D55><P> <B class=3Dsans>
Adobe Photoshop CS2 V 9.0</B> <BR> <SPAN class=3Dsmall> &nbsp;&nbsp;&nbsp;by Adobe <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D14></SPAN></P><P> <A href=3Dhttp://new.oemsalo.com> <IMG height=3D150 src=3Dhttp://images.amazon.com/images/P/B00081I6JI.01._PE7_SCMZZZZZZZ_.jpg width=3D118 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></A></P> <SPAN class=3Dsmall><TABLE cellSpacing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>ListPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <SPAN class=3Dlistprice> $599.00</SPAN></TD></TR><TR> <TD class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <B>OurPrice:</B></TD> <TD height=3D18 width=3D11></TD> <TD class=3Dsmall height=3D18 width=3D105> <B class=3Dprice> $69.95</B></TD></TR><TR> <TD class=3Dsmall vAlig!
 n=3Dtop noWrap align=3Dright height=3D1 width=3D73> <B>YouSave:</B></TD> <TD height=3D1 width=3D11></TD> <TD class=3Dsmall height=3D1 width=3D105>
<SPAN class=3Dprice> $529.05 ( 88%)</SPAN></TD></TR></TABLE><P> <A href=3Dhttp://new.oemsalo.com> <IMG border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></A> <BR> <BR> <B>Availability:</B> Available for INSTANT download! <BR></P><P></SPAN> <BR> <SPAN class=3Dtiny> <B>Sales Rank:</B> #3 <BR></SPAN> <FONT class=3Dtiny> <B>Average Customer Review:</B> <IMG height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> <BR>(based on 37 reviews)</FONT></P></FONT><HR noShade SIZE=3D1></TD></TR></TABLE></TD></TR></TABLE></FORM></TD></TR></TABLE></BODY>
</HTML>

------=_NextPart_000_0001_01C5F4C8.45B42E80--




From info@mail.jjjdd.com Tue Nov 29 06:17:08 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eh3Tw-00073W-FM
	for sctp-impl-archive@megatron.ietf.org; Tue, 29 Nov 2005 06:17:08 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA19031
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 06:16:09 -0500 (EST)
Received: from [58.180.214.130] (helo=mail.jjjdd.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eh3nm-0007IW-RA
	for sctp-impl-archive@ietf.org; Tue, 29 Nov 2005 06:37:39 -0500
Received: (qmail 1045 invoked by uid 510); 28 Nov 2005 21:36:10 +0900
Date: 28 Nov 2005 21:36:10 +0900
Message-ID: <20051128123610.1044.qmail@mail.jjjdd.com>
From: info@jjjdd.com
To: sctp-impl-archive@ietf.org
Subject: $BA0J'$$$7$F$b$$$$$G$9!#(B
X-Spam-Score: 3.3 (+++)
X-Scan-Signature: 0bc60ec82efc80c84b8d02f4b0e4de22

$B$O$8$a$^$7$F!">K;R$H$$$$$^$9!#Mh7n#3#0:M$K$J$j$^$9!#%5%$%H$N(B
$BCO0hJL7G<(HD$r8+$?$H$3$m3Z$7$/$*IU$-9g$$$G$-$=$&$J$N$G!"%a!<(B
$B%k$G0MMj$r$@$7$F$_$^$7$?!#@5D>$K<+8J>R2p$r$5$;$FD:$-$^$9$H<+(B
$BJ,$O4i$bBN7?$b<+K}$G$-$:!"A{$,$7$/$J$$=w$@$H;W$C$F$^$9!#$"$J(B
$B$?$N;~4V$HBN$r$$$?$@$/$K$O$*Ni$r$7$?$iG<F@$G$-$k$G$7$g$&$+!)(B
$B0l1~A0J'$$$G$b9=$o$J$$$G$9$,!"@<J9$3$($?$i$H$*$b$C$FHV9f65$((B
$B$^$9!#(B(090-5*4*-5*8*)$B$3$s$J;d$G$9$,%G!<%H$KO"$l=P$7$F$b$i$((B
$B$^$;$s$+!#;~4V$NET9g$O$D$1$d$9$$$H;W$$$^$9!#<V$G$*7^$($K$b9T(B
$B$1$^$9$N$G"v(B
$B$*4j$$$7$^$9!#(Bhttp://www.y-falconry.net?okcom$B!!$G!V>K;R!W$HEP(B
$BO?$7$F$^$9!#(B
$B!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A!A(B
$B5,Ls$K$h$j!"=w@-$+$iD>@\%a%C%;!<%8$NFO$$$?J}$OG'>Z$;$:40A4L5(B
$BNA$GEPO?$J$I$,$G$-$^$9!#(B
$B"(;~4VFb$K8r:]$,@.N)$7$J$+$C$?>l9g$O=w@-$ND>%"%I$rD>@\8x3+CW(B
$B$7$^$9!#(B










$B5qH](B
iranai@y-falconry.net



From info@mail.jjduy.com Tue Nov 29 08:31:28 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eh5Zr-0003EL-A6
	for sctp-impl-archive@megatron.ietf.org; Tue, 29 Nov 2005 08:31:28 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA03181
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 08:30:20 -0500 (EST)
Received: from [58.180.214.112] (helo=mail.jjduy.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1Eh5ta-00037Z-H1
	for sctp-impl-archive@ietf.org; Tue, 29 Nov 2005 08:51:50 -0500
Received: (qmail 17626 invoked by uid 510); 29 Nov 2005 22:20:43 +0900
Date: 29 Nov 2005 22:20:43 +0900
Message-ID: <20051129132043.17625.qmail@mail.jjduy.com>
From: info@jjduy.com
To: sctp-impl-archive@ietf.org
Subject: $B!Z=EMW![7HBSHV9f8r49$7$F2<$5$$(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 0bc60ec82efc80c84b8d02f4b0e4de22



$BB>$G$O=PMh$^$;$s$,!"(B 
http://www.y-falconry.net/?star $B$G$O(B
$B%a%k%"%I8r49$d7HBSHV9f8r49$,2DG=$G$9!#(B

$B!cEPO?$OL5NA!d(B
$B:#$@$1L5NA%]%$%s%H$,#8#0#0#P$b$i$($^$9!#(B
$BB>$H$N0c$$$r;n$7$F$_$FG<F@$,9T$+$J$$>l9g$OB`2q$7$F(B
$B$b$i$C$F9=$$$^$;$s!#(B
$B%W%i%$%P%7!<$r<i$k$?$a$K%U%j!<%a!<%k$G$NEPO?$b<u$1IU$1$F(B
$B$*$j$^$9!#(B












$B!<!<!<!<!<!<!<!<(B------------------------
$BG[?.Dd;_$O$3$A$i$^$G$*4j$$$7$^$9!#(B 
iranai@www.y-falconry.net
----------------------------------------



From gmcmpxb@fiveseven.com Tue Nov 29 14:35:25 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EhBG9-00088L-5P
	for sctp-impl-archive@megatron.ietf.org; Tue, 29 Nov 2005 14:35:25 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id OAA24399
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 14:34:39 -0500 (EST)
Received: from ip3e83fe8d.speed.planet.nl ([62.131.254.141] helo=62.131.254.141)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EhBaB-0000fu-Kx
	for sctp-impl-archive@ietf.org; Tue, 29 Nov 2005 14:56:13 -0500
Received: from fiveseven.com (fiveseven.com [130.94.234.80])
	by 62.131.254.141 (8.9.3/8.9.3) with ESMTP id HfanuRkhVMbW
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 19:35:00 -0500
Received: from 94.134.212.117 ([94.134.212.117])
	by fiveseven.com (8.12.8/8.12.8/Submit) id OUhmuQ2Ukk6GkX
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 19:35:00 -0500
Date: Tue, 29 Nov 2005 19:35:00 -0500
From: Elena Bryson <gmcmpxb@fiveseven.com>
Reply-To: Elena Bryson <gmcmpxb@fiveseven.com>
Message-ID: <568255257870.992944327661@fiveseven.com>
To: <sctp-impl-archive@ietf.org>
Subject: Your order status, Sctp-impl-archive.
MIME-Version: 1.0
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Spam-Score: 2.9 (++)
X-Scan-Signature: f4c2cf0bccc868e4cc88dace71fb3f44
Content-Transfer-Encoding: 7bit

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD></HEAD>
<BODY>
<div style="border: 3px solid rgb(242, 139, 12); margin: 10px 20px; padding: 0pt 10px; background-color: rgb(255, 255, 238);">
<p style="font-size: 13pt;">Even if you have no erection probllems Cjjaljs would help you to make <b>better sex more often</b>
and to bring unimagginable plesure to her. Just disolve half a pill
under your tongue and get ready for action in 15 minnutes. The tests
showed that the majority of men after taking this medication were able
to have <b>perfect erection</b> during 36 hours!</p>
<center><table style="border-collapse: collapse; background-color: rgb(255, 255, 221); width: 90%; font-size: 10pt; font-family: sans-serif; text-align: center;">
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Package</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Quantity</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">Price in your local drugstore*</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><b>Our price</b></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px; background-color: rgb(255, 255, 170);" rowspan="6" align="center" valign="middle"><p style="font-size: 14pt; text-align: center; text-decoration: none;"><b><a href="http://uk.geocities.com/Renato20968Gertruda26773/" style="text-decoration: none;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
Learn<br>More<br>Now</a></b></p></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">5 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$149.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$45.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">10 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">20 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$299.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$84.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">30 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$849.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$149.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">60 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">120 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$1&nbsp;999.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$289.95</b></span></td>
</tr>
<tr>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">100 softtabs</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;">200 doses</td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><strike style="color: rgb(119, 119, 119);">$3&nbsp;099.95</strike></td>
<td style="border: 1px solid rgb(242, 139, 12); padding: 2px;"><span style="color: rgb(153, 0, 0);"><b>$399.95</b></span></td>
</tr>
</table></center>
<p style="font-size: 13pt;">When you are young and stressed up...<br>
When you are aged and never give up...<br>
Cjaljss gives you confidence in any chance, every time.</p><br>
from<br>
How you measure the performance of your managers directly affects the way they act.<br>
today<br>
Conversation is an art in which a man has all mankind for competitors.<br>
</div></body></html>




From info@mail.hyttt.com Tue Nov 29 19:25:56 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EhFnH-0002Fb-Vt
	for sctp-impl-archive@megatron.ietf.org; Tue, 29 Nov 2005 19:25:56 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id TAA03072
	for <sctp-impl-archive@ietf.org>; Tue, 29 Nov 2005 19:25:09 -0500 (EST)
Received: from [58.180.214.47] (helo=mail.hyttt.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EhG7K-0004Kh-Ss
	for sctp-impl-archive@ietf.org; Tue, 29 Nov 2005 19:46:46 -0500
Received: (qmail 25241 invoked by uid 509); 30 Nov 2005 09:15:44 +0900
Date: 30 Nov 2005 09:15:44 +0900
Message-ID: <20051130001544.25240.qmail@mail.hyttt.com>
From: info@hyttt.com
To: sctp-impl-archive@ietf.org
Subject: $B!Z=EMW![7HBSHV9f8r49$7$F2<$5$$(B
X-Spam-Score: 2.9 (++)
X-Scan-Signature: 0bc60ec82efc80c84b8d02f4b0e4de22



$BB>$G$O=PMh$^$;$s$,!"(B 
http://www.y-falconry.net/?star $B$G$O(B
$B%a%k%"%I8r49$d7HBSHV9f8r49$,2DG=$G$9!#(B

$B!cEPO?$OL5NA!d(B
$B:#$@$1L5NA%]%$%s%H$,#8#0#0#P$b$i$($^$9!#(B
$BB>$H$N0c$$$r;n$7$F$_$FG<F@$,9T$+$J$$>l9g$OB`2q$7$F(B
$B$b$i$C$F9=$$$^$;$s!#(B
$B%W%i%$%P%7!<$r<i$k$?$a$K%U%j!<%a!<%k$G$NEPO?$b<u$1IU$1$F(B
$B$*$j$^$9!#(B












$B!<!<!<!<!<!<!<!<(B------------------------
$BG[?.Dd;_$O$3$A$i$^$G$*4j$$$7$^$9!#(B 
iranai@www.y-falconry.net
----------------------------------------



From Qqiujo@optonline.net Wed Nov 30 02:05:52 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EhM2K-0004Lf-5c; Wed, 30 Nov 2005 02:05:52 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id CAA06161;
	Wed, 30 Nov 2005 02:05:05 -0500 (EST)
Message-Id: <200511300705.CAA06161@ietf.org>
Received: from pool-141-150-47-52.nwrk.east.verizon.net
	([141.150.47.52] helo=lh ident=ggg-465517)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EhMMY-0007I3-6x; Wed, 30 Nov 2005 02:26:46 -0500
From: "Larry Byrne" <Qqiujo@optonline.net>
To: simple-admin@ietf.org
Subject: Re: Our last email
Date: Wed, 30 Nov 2005 12:52:32 +0600
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_OBKDTLSL.ITGGMTCR"
X-Mailer: Microsoft Office Outlook, Build 11.0.5510
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
X-Spam-Score: 3.9 (+++)
X-Scan-Signature: cab78e1e39c4b328567edb48482b6a69

This is a multi-part message in MIME format.

------=_NextPart_000_0000_OBKDTLSL.ITGGMTCR
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

Sir/Madam,
Your current case has been discussed to the essential agencies, and upon wise reflection, we are able to submit to you the ensuing prospect.

Based upon wise reflection you meet the requirements to be given a abundant revenue on your initial property investment.

By completing the ensuing attached form in a timely manner we will be able to tie up our evaluation, and we feel certain you will be given not only a reduced rate of interest, but also a cash return that will complete all your holiday needs and more!

Please go here to tie up this part of the contract.

With sincerest regards,

Larry Byrne







Should you prefer not to benefit of this holiday prospect you can go here.

------=_NextPart_000_0000_OBKDTLSL.ITGGMTCR
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: 7Bit

<HTML>
<BODY bgColor=#ffffff>
<FONT face=Verdana size=2>Sir/Madam,<P>
Your current case has been discussed to the essential agencies, and upon wise reflection, we are able to submit to you the ensuing prospect.<P>
Based upon wise reflection you meet the requirements to be given a abundant revenue on your initial property investment.<P>
By completing the ensuing attached form in a timely manner we will be able to tie up our evaluation, and we feel certain you will be given not only a reduced rate of interest, but also a cash return that will complete all your holiday needs and more!<P>
<A HREF="http://heya-1.com/indeed.asp">Please go here to tie up this part of the contract.</A><P>
With sincerest regards,<P>
Larry Byrne<P><P><BR><BR><P><BR>

Should you prefer not to benefit of this holiday prospect you can go <A HREF="http://heya-1.com/preference.asp"> here.</A></FONT></BODY></HTML>

------=_NextPart_000_0000_OBKDTLSL.ITGGMTCR--




From info@mail.fgxu.com Wed Nov 30 08:14:54 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EhRnS-0002Rd-2p
	for sctp-impl-archive@megatron.ietf.org; Wed, 30 Nov 2005 08:14:54 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id IAA12890
	for <sctp-impl-archive@ietf.org>; Wed, 30 Nov 2005 08:14:07 -0500 (EST)
Received: from [211.214.241.117] (helo=mail.fgxu.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EhS7h-0002B4-4G
	for sctp-impl-archive@ietf.org; Wed, 30 Nov 2005 08:35:51 -0500
Received: (qmail 13264 invoked by uid 510); 30 Nov 2005 19:57:44 +0900
Date: 30 Nov 2005 19:57:44 +0900
Message-ID: <20051130105744.13263.qmail@mail.fgxu.com>
From: info@fgxu.com
To: sctp-impl-archive@ietf.org
Subject: $BF}<s$r@Z$C$F!*!*(B
X-Spam-Score: 4.3 (++++)
X-Scan-Signature: 2409bba43e9c8d580670fda8b695204a


$BEvHVAH$GDA=w$rJa3M$9$k;v$K@.8y$7$^$7$?(B!!
$B%J%$%U$GI~!"BN$r@Z$i$l$k$3$H$K0[>o$J2w46$r(B
$B$*$\$($k$=$&$G$9!#>\$7$$;v$O(B
$BD>@\K\?M$H$*OC2<$5$$!#!!$*;n$7$"$l(B

http://www.gyakuten5.net/?kiru
















I don't veceive yourmail
gyakuten_angel@yahoo.com.au
$B%a!<%k<u?.5qH](B
gyakuten_angel@yahoo.com.au 



From EricaMueller@catskillhotspots.com Wed Nov 30 12:21:59 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1EhVeZ-00021H-Nw
	for sctp-impl-archive@megatron.ietf.org; Wed, 30 Nov 2005 12:21:59 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA13323
	for <sctp-impl-archive@ietf.org>; Wed, 30 Nov 2005 12:21:13 -0500 (EST)
Received: from h141209.upc-h.chello.nl ([62.194.141.209])
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EhVyr-0002L1-PJ
	for sctp-impl-archive@ietf.org; Wed, 30 Nov 2005 12:42:59 -0500
Received: from wRl@localhost by R7AU.int (8.11.6/8.11.6); Wed, 30 Nov 2005 10:34:09 -0700
Message-ID: <IQLSqlWwUA6lrmWGN1T7@cngkl.com>
From: "Linda Arroyo" <EricaMueller@catskillhotspots.com>
Reply-To: "Linda Arroyo" <EricaMueller@catskillhotspots.com>
To: sctp-impl-archive@ietf.org
Subject: 80 % Discount on All Photoshop Titles
Date: Wed, 30 Nov 2005 23:41:09 +0600
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: EricaMueller@catskillhotspots.com
Content-Type: multipart/mixed;  boundary="--LeBYmVN3nWrS7Lf"
X-Spam-Score: 2.8 (++)
X-Scan-Signature: fe105289edd72640d9f392da880eefa2

kPu 

----LeBYmVN3nWrS7Lf
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>B</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3Dcuzh name=3Dvq=
uH><meta content=3DCwvw name=3D0bKL><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3DSzbF n=
ame=3DDRF3></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://newsoftdeals=
com/?N>unsubscribe me</a></font></td><td width=3D331 height=3D38><a href=3D=
http://newsoftdeals.com/?W> <img border=3D0 src=3Dhttp://g-images.amazon.c=
om/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif align=3D=
right width=3D300 height=3D22></a></td></tr></table></div><tbody><tr><td c=
lass=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></tr></tbod=
y></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 border=3D0><t=
r><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D0 bord=
er=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0 cellP=
adding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399><td w=
idth=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/images/G=
/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><td bgco=
lor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://newso=
ftdeals.com/?F> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.=
com/images/G/01/search-browse/go-button-software.gif align=3Dmiddle value=3D=
Go border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr></tab=
le></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cellPadd=
ing=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom align=
=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 border=3D=
0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><font=
 size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eyebrow=
-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D#000=
080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://newso=
ftdeals.com/?z>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>&n=
bsp;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td widt=
h=3D132><a href=3Dhttp://newsoftdeals.com/?j> <font face=3Dverdana,arial,h=
elvetica size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td wid=
th=3D132><a href=3Dhttp://newsoftdeals.com/?E> <font face=3Dverdana,arial,=
helvetica size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td width=3D=
4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td><td =
width=3D132><a href=3Dhttp://newsoftdeals.com/?G> <font face=3Dverdana,ari=
al,helvetica size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><td widt=
h=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>5</font></td>=
<td width=3D132> <a href=3Dhttp://newsoftdeals.com/?i> <font face=3Dverdan=
a,arial,helvetica size=3D1>Macromedia Flash 8</font></a></td></tr><tr><td =
width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>6</font><=
/td><td width=3D132> <a href=3Dhttp://newsoftdeals.com/?G> <font face=3Dve=
rdana,arial,helvetica size=3D1>Dreamweaver 8</font></a></td></tr><tr><td w=
idth=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>7</font></=
td><td width=3D132><a href=3Dhttp://newsoftdeals.com/?L> <font face=3Dverd=
ana,arial,helvetica size=3D1>Norton Sysworks 2005</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>8</fo=
nt></td><td width=3D132> <a href=3Dhttp://newsoftdeals.com/?B> <font face=3D=
verdana,arial,helvetica size=3D1>Adobe GoLive CS2</font></a></td></tr><tr>=
<td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>9</fo=
nt></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a=
 href=3Dhttp://newsoftdeals.com/?w>Adobe Illustrator CS2</a></font></td></=
tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D=
1>10</font></td><td width=3D132> <font face=3Dverdana,arial,helvetica size=
=3D1> <a href=3Dhttp://newsoftdeals.com/?x>Borland Architect 2005</a></fon=
t></td></tr><tr><td width=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span=
 class=3Dsmall><b> <font face=3DVerdana size=3D1>See more by this manufact=
urer</font></b></span></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8=
>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1=
> <a href=3Dhttp://newsoftdeals.com/?X>Microsoft</a></font></td></tr><tr><=
td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132><a href=3D=
http://newsoftdeals.com/?Z> <font face=3Dverdana,arial,helvetica size=3D1>=
Macromedia</font></a></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>=
&nbsp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1>=
 <a href=3Dhttp://newsoftdeals.com/?d>Adobe</a></font></td></tr><tr><td wi=
dth=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><span class=3Dsmall><b> <fo=
nt face=3DVerdana size=3D1>Customers also bought</font></b></span></td></t=
r><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132> <=
font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://newsoftdeal=
s.com/?8>these other items...</a></font></td></tr></table></td></tr></tabl=
e></td></tr></table></td></tr></table></td><td vAlign=3Dtop align=3Dleft w=
idth=3D530><p><b class=3Dsans>Microsoft Windows XP Professional *w/SP2*</b=
><br> <span class=3Dsmall><a href=3Dhttp://newsoftdeals.com/?t>Microsoft</=
a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/=
sticker/newest_version.gif width=3D82 height=3D14></span><br></p><table bo=
rder=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop =
noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D170><tr><=
td width=3D135><a href=3Dhttp://newsoftdeals.com/?4> <select name=3Dedit1>=
 <option selected>View Other Titles</option> </select></a></td><td noWrap =
width=3D35>&nbsp;<a href=3Dhttp://newsoftdeals.com/?J><input type=3Dimage =
alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-but=
ton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wid=
th=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dh=
ttp://newsoftdeals.com/?9> <img height=3D150 src=3Dhttp://images.amazon.co=
m/images/P/B00022PTT8.01._SCMZZZZZZZ_.jpg width=3D135 align=3Dleft border=3D=
0 name=3Dprod_image hspace=3D5></a><span class=3Dsmall></p><table cellSpac=
ing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D105><span class=3Dlistprice>$299.00</span></td></tr><tr><td class=
=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pric=
e:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 w=
idth=3D105><b class=3Dprice>$49.99</b></td></tr><tr><td class=3Dsmall vAli=
gn=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></td>=
<td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D105><s=
pan class=3Dprice>$249.01 (80%)</span></td></tr></table><p><a href=3Dhttp:=
//newsoftdeals.com/?8> <img border=3D0 src=3Dhttp://g-images.amazon.com/im=
ages/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a=
><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>Coup=
on Code:</b> iY6nI<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.=
com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop width=
=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sales Ran=
k:</b> #1<br> </span><span class=3Dsmall><a href=3Dhttp://newsoftdeals.com=
/?t>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://newsoftdeals.co=
m/?A>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon Expir=
es:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average Custo=
mer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-im=
ages.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif=
 width=3D64 border=3D0> Based on 11857 reviews. <a href=3Dhttp://newsoftde=
als.com/?Y>Write a review</a>.</font></p> <hr noShade SIZE=3D1><table bord=
er=3D0 cellpadding=3D0 cellspacing=3D0 style=3D"border-collapse: collapse"=
 bordercolor=3D#111111 width=3D100% id=3DAutoNumber1 height=3D55><tr><td w=
idth=3D100% height=3D55><p><b class=3Dsans>Adobe Creative Suite 2 *Premium=
*</b><br> <span class=3Dsmall><a href=3Dhttp://newsoftdeals.com/?c>Adobe</=
a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/=
sticker/newest_version.gif width=3D82 height=3D14></span><br></p><table bo=
rder=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop =
noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><=
td width=3D126><a href=3Dhttp://newsoftdeals.com/?Z> <select name=3Dedit1>=
 <option selected>View Other Titles</option> </select></a></td><td noWrap =
width=3D38>&nbsp;<a href=3Dhttp://newsoftdeals.com/?1><input type=3Dimage =
alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-but=
ton-software.gif value=3DGo border=3D0 name=3Dsubmit.display-variation wid=
th=3D21 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dh=
ttp://newsoftdeals.com/?r> <img height=3D156 src=3Dhttp://ec1.images-amazo=
n.com/images/P/B00080DPCW.01._PE7_SCMZZZZZZZ_.jpg width=3D151 align=3Dleft=
 border=3D0 name=3Dprod_image></a><span class=3Dsmall></p><table cellSpaci=
ng=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D193><tr><td class=3D=
small vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D109><span class=3Dlistprice>$1199.00</span></td></tr><tr><td clas=
s=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pri=
ce:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 =
width=3D109><b class=3Dprice>$149.99</b></td></tr><tr><td class=3Dsmall vA=
lign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></t=
d><td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D109>=
<span class=3Dprice>$1049.01 (95%)</span></td></tr></table><p><a href=3Dht=
tp://newsoftdeals.com/?T> <img border=3D0 src=3Dhttp://g-images.amazon.com=
/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23>=
</a><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>C=
oupon Code:</b> EAQXRkecu<br> <b>Platform:</b> <img src=3Dhttp://g-images.=
amazon.com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dto=
p width=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sa=
les Rank:</b> #2<br> </span><span class=3Dsmall><a href=3Dhttp://newsoftde=
als.com/?m>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://newsoftd=
eals.com/?P>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupo=
n Expires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Averag=
e Customer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp=
://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-=
5-0.gif width=3D64 border=3D0> Based on 1597 reviews. <a href=3Dhttp://new=
softdeals.com/?5>Write a review</a>.</font></p> </font><hr noShade SIZE=3D=
1></td></tr><tr><td width=3D100% height=3D55><p><b class=3Dsans>Microsoft =
Office 2003 *Professional*</b><br> <span class=3Dsmall><a href=3Dhttp://ne=
wsoftdeals.com/?v>Microsoft</a><img border=3D0 src=3Dhttp://g-images.amazo=
n.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=3D=
14></span><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose=
:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 b=
order=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://newsoftdeals.co=
m/?J> <select name=3Dedit1> <option selected>View Other Titles</option> </=
select></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://newsoftdeals.=
com/?6><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/image=
s/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 name=3Ds=
ubmit.display-variation width=3D21 height=3D21></a></td></tr></table></td>=
</tr></table><p><a href=3Dhttp://newsoftdeals.com/?3> <img src=3Dhttp://im=
ages.amazon.com/images/P/B0000AZJVC.01._SCMZZZZZZZ_.jpg align=3Dleft borde=
r=3D0 name=3Dprod_image width=3D117 height=3D150></a><span class=3Dsmall><=
/p> </span><p><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop no=
Wrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td heig=
ht=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span cl=
ass=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop=
 noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=
=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3D=
price>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D1=
1></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.0=
1 (85%)</span></td></tr></table><p><a href=3Dhttp://newsoftdeals.com/?z> <=
img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to=
-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabilit=
y:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> 2aiC9<br> <=
b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videogam=
es/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Windo=
ws XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #3</span><span cl=
ass=3Dsmall><a href=3Dhttp://newsoftdeals.com/?w><br> System requirements<=
/a>&nbsp; |&nbsp; <a href=3Dhttp://newsoftdeals.com/?s>Other Versions</a><=
/span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st, 2=
005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img heig=
ht=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/images/G=
/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D0> =
Based on 1586 reviews. <a href=3Dhttp://newsoftdeals.com/?u>Write a review=
</a>.</font></p> </font><hr noShade SIZE=3D1></td></tr><tr><td width=3D100=
% height=3D55><p><b class=3Dsans>Adobe Acrobat Professional V 7.0</b><br> =
<span class=3Dsmall><a href=3Dhttp://newsoftdeals.com/?I>Adobe</a><img bor=
der=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/ne=
west_version.gif width=3D82 height=3D14></span><br></p><table border=3D0><=
tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap><ta=
ble cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><td width=3D=
126><a href=3Dhttp://newsoftdeals.com/?H> <select name=3Dedit1> <option se=
lected>View Other Titles</option> </select></a></td><td noWrap width=3D38>=
&nbsp;<a href=3Dhttp://newsoftdeals.com/?M><input type=3Dimage alt=3DGo sr=
c=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-button-softwar=
e.gif value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D21 hei=
ght=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp://newso=
ftdeals.com/?v> <img height=3D150 src=3Dhttp://images.amazon.com/images/P/=
B00069E7KO.01.LZZZZZZZ.jpg width=3D175 align=3Dleft border=3D0 name=3Dprod=
_image></a><span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 =
border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop noWr=
ap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><td height=
=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><span clas=
s=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop n=
oWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td height=3D=
18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b class=3Dpr=
ice>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D1=
1></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dprice>$429.0=
1 (85%)</span></td></tr></table><p><a href=3Dhttp://newsoftdeals.com/?v> <=
img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to=
-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availabilit=
y:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> fUxJCFzr<br=
> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/video=
games/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Wi=
ndows XP</span></p><p><span class=3Dtiny><b>Sales Rank:</b> #4</span><span=
 class=3Dsmall><a href=3Dhttp://newsoftdeals.com/?B><br> System requiremen=
ts</a>&nbsp; |&nbsp; <a href=3Dhttp://newsoftdeals.com/?X>Other Versions</=
a></span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31st=
, 2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img h=
eight=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/image=
s/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D=
0> Based on 13643 reviews. <a href=3Dhttp://newsoftdeals.com/?a>Write a re=
view</a>.</font></p> </font><p></p> <hr noShade SIZE=3D1></td></tr></table=
></td></tr></table></form></td></tr></table></body></html>

----LeBYmVN3nWrS7Lf--



From KellyCates@anaelectric.com Wed Nov 30 17:05:16 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eha4i-0000Ri-D4
	for sctp-impl-archive@megatron.ietf.org; Wed, 30 Nov 2005 17:05:16 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA05787
	for <sctp-impl-archive@ietf.org>; Wed, 30 Nov 2005 17:04:30 -0500 (EST)
Received: from [125.189.5.85] (helo=132.151.6.1)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EhaP1-0002Zr-39
	for sctp-impl-archive@ietf.org; Wed, 30 Nov 2005 17:26:19 -0500
Received: from h1t@localhost by XrJ.int (8.11.6/8.11.6); Wed, 30 Nov 2005 20:58:17 -0500
Message-ID: <7HEcfhejtfXviusEO9h8h1toA@pjn.qsrch.net>
From: "Gina Mayberry" <KellyCates@anaelectric.com>
Reply-To: "Gina Mayberry" <KellyCates@anaelectric.com>
To: sctp-impl-archive@ietf.org
Subject: XP Pro Products available for Download
Date: Thu, 01 Dec 2005 03:04:17 +0100
MIME-Version: 1.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.71.2730.2
X-Sender: KellyCates@anaelectric.com
Content-Type: multipart/mixed;  boundary="--19Q1D08rNbYu5xyvTv"
X-Spam-Score: 0.5 (/)
X-Scan-Signature: 7c1a129dc3801d79d40c5ca8dee767eb

6stB

----19Q1D08rNbYu5xyvTv
Content-Type: text/html;
Content-Transfer-Encoding: quoted-printable

<html><head><style type=3Dtext/css>.eyebrow { FONT-WEIGHT: bold; FONT-SIZE=
: 10px; TEXT-TRANSFORM: uppercase; COLOR: #ffffff; FONT-FAMILY: verdana,ar=
ial,helvetica,sans-serif; TEXT-DECORATION: none } A.eyebrow:link { TEXT-DE=
CORATION: none }</style><title>v</title><meta http-equiv=3DContent-Type co=
ntent=3D"text/html; charset=3Dwindows-1252"><meta content=3DAOpd name=3DyS=
Ti><meta content=3DbJOe name=3DOGEi><style type=3Dtext/css>.serif { FONT-S=
IZE: small; FONT-FAMILY: times,serif } .sans { FONT-SIZE: small; FONT-FAMI=
LY: verdana,arial,helvetica,sans-serif } .small { FONT-SIZE: x-small; FONT=
-FAMILY: verdana,arial,helvetica,sans-serif } .h1 { FONT-SIZE: small; COLO=
R: #cc6600; FONT-FAMILY: verdana, arial,helvetica,sans-serif } .h3color { =
FONT-SIZE: x-small; COLOR: #cc6600; FONT-FAMILY: verdana, arial,helvetica,=
sans-serif } .tiny { FONT-SIZE: xx-small; FONT-FAMILY: verdana,arial,helve=
tica, sans-serif } .listprice { FONT-SIZE: x-small; FONT-FAMILY: arial,ver=
dana,sans-serif; TEXT-DECORATION: line-through } .price { FONT-SIZE: x-sma=
ll; COLOR: #990000; FONT-FAMILY: verdana,arial,helvetica,sans-serif } .tin=
yprice { FONT-SIZE: xx-small; COLOR: #990000; FONT-FAMILY: verdana,arial,h=
elvetica,sans-serif } .attention { BACKGROUND-COLOR: #ffffd5 } .eyebrow { =
FONT-WEIGHT: bold; FONT-SIZE: 10px; TEXT-TRANSFORM: uppercase; COLOR: #fff=
fff; FONT-FAMILY: verdana,arial,helvetica,sans-serif; TEXT-DECORATION: non=
e } A.eyebrow:link { TEXT-DECORATION: none }</style><meta content=3Dy0ZX n=
ame=3DEm4n></head><body text=3D#000000 vLink=3D#996633 aLink=3D#FF9933 lin=
k=3D#003399 bgColor=3D#FFFFFF><table cellSpacing=3D0 cellPadding=3D0 width=
=3D705 border=3D0><div align=3Dleft></table><table border=3D0 cellpadding=3D=
0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11111=
1 width=3D699 id=3DAutoNumber4 height=3D38><tr><td width=3D368 height=3D38=
><font face=3DVerdana size=3D2>Opt-in Email Special Offer&nbsp;&nbsp;&nbsp=
; </font><font face=3DVerdana size=3D1>&nbsp;<a href=3Dhttp://justforyouso=
ft.com/?D>unsubscribe me</a></font></td><td width=3D331 height=3D38><a hre=
f=3Dhttp://justforyousoft.com/?N> <img border=3D0 src=3Dhttp://g-images.am=
azon.com/images/G/01/nav/personalized/cartwish/right-topnav-default-2.gif =
align=3Dright width=3D300 height=3D22></a></td></tr></table></div><tbody><=
tr><td class=3Dsmall align=3Dmiddle bgColor=3D#ffffdd width=3D707></td></t=
r></tbody></table><table cellSpacing=3D0 cellPadding=3D0 width=3D704 borde=
r=3D0><tr><td vAlign=3Dtop width=3D166><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0><tr vAlign=3Dbottom align=3Dmiddle><td><table cellSpacing=3D0=
 cellPadding=3D0 width=3D155 border=3D0><tr vAlign=3Dtop bgColor=3D#333399=
><td width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amazon.com/im=
ages/G/01/icons/eyebrow-upper-left-corner.gif width=3D5 height=3D5></td><t=
d bgcolor=3D#000080><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom> <font face=3Dverdana,arial,helvetica=
 color=3D#ffffff size=3D1> <b>SEARCH</b></font></td></tr></table></td><td =
align=3Dright width=3D5 bgcolor=3D#000080> <img src=3Dhttp://g-images.amaz=
on.com/images/G/01/icons/eyebrow-upper-right-corner.gif width=3D5 height=3D=
5></td></tr></table></td></tr><tr vAlign=3Dtop align=3Dmiddle><td><table c=
ellSpacing=3D0 cellPadding=3D1 width=3D155 bgColor=3D#cccc99 border=3D0><t=
r><td width=3D100%><table cellSpacing=3D0 cellPadding=3D4 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3Dtop width=3D100=
% bgColor=3D#eeeecc> <select name=3Durl> <option selected>Software</option=
> </select> <input size=3D13 name=3Dfield-keywords> <a href=3Dhttp://justf=
oryousoft.com/?Q> <input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazo=
n.com/images/G/01/search-browse/go-button-software.gif align=3Dmiddle valu=
e=3DGo border=3D0 name=3DGo width=3D21 height=3D21></a> </form></td></tr><=
/table></td></tr></table></td></tr></table><br><table cellSpacing=3D0 cell=
Padding=3D0 width=3D155 bgColor=3D#eeeecc border=3D0><tr vAlign=3Dbottom a=
lign=3Dmiddle><td><table cellSpacing=3D0 cellPadding=3D0 width=3D156 borde=
r=3D0><tr vAlign=3Dtop bgColor=3D#333399><td width=3D5 bgcolor=3D#000080><=
font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/eye=
brow-upper-left-corner.gif width=3D5 height=3D5></font></td><td bgcolor=3D=
#000080 width=3D145><table cellSpacing=3D3 cellPadding=3D0 width=3D99=
% border=3D0><tr><td vAlign=3Dbottom><p align=3Dcenter><b> <font face=3Dve=
rdana,arial,helvetica size=3D1 color=3D#FFFFFF>TOP 10 NEW TITLES</font></b=
></p></td></tr></table></td><td align=3Dright width=3D6 bgcolor=3D#000080>=
<font size=3D1> <img src=3Dhttp://g-images.amazon.com/images/G/01/icons/ey=
ebrow-upper-right-corner.gif width=3D5 height=3D5></font></td></tr></table=
></td></tr><tr><td><table cellSpacing=3D0 cellPadding=3D1 width=3D100=
% bgColor=3D#cccc99 border=3D0><tr><td width=3D100%><table cellSpacing=3D0=
 cellPadding=3D0 width=3D100% bgColor=3D#cccc99 border=3D0><tr><td vAlign=3D=
top width=3D100% bgColor=3D#eeeecc><table cellSpacing=3D0 cellPadding=3D2 =
width=3D156 border=3D0><tr><td width=3D144 colspan=3D3 bgcolor=3D#FFFFFF><=
p align=3Dcenter><b> <font face=3Dverdana,arial,helvetica size=3D1 color=3D=
#CC6600>&nbsp;ON SALE NOW!</font></b></p></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8><font face=3DVerdana size=3D1>1</font></td><td width=3D=
132> <font face=3Dverdana,arial,helvetica size=3D1> <a href=3Dhttp://justf=
oryousoft.com/?Y>Windows XP Pro SP2</a></font></td></tr><tr><td width=3D4>=
&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>2</font></td><td wi=
dth=3D132><a href=3Dhttp://justforyousoft.com/?n> <font face=3Dverdana,ari=
al,helvetica size=3D1>Creative Suite 2</font></a></td></tr><tr><td width=3D=
4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>3</font></td><td =
width=3D132><a href=3Dhttp://justforyousoft.com/?P> <font face=3Dverdana,a=
rial,helvetica size=3D1>MS Office 2003 Pro</font></a></td></tr><tr><td wid=
th=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>4</font></td=
><td width=3D132><a href=3Dhttp://justforyousoft.com/?m> <font face=3Dverd=
ana,arial,helvetica size=3D1>Adobe Acrobat 7 Pro</font></a></td></tr><tr><=
td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>5</fon=
t></td><td width=3D132> <a href=3Dhttp://justforyousoft.com/?u> <font face=
=3Dverdana,arial,helvetica size=3D1>Macromedia Flash 8</font></a></td></tr=
><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1>=
6</font></td><td width=3D132> <a href=3Dhttp://justforyousoft.com/?G> <fon=
t face=3Dverdana,arial,helvetica size=3D1>Dreamweaver 8</font></a></td></t=
r><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana size=3D1=
>7</font></td><td width=3D132><a href=3Dhttp://justforyousoft.com/?V> <fon=
t face=3Dverdana,arial,helvetica size=3D1>Norton Sysworks 2005</font></a><=
/td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerdana s=
ize=3D1>8</font></td><td width=3D132> <a href=3Dhttp://justforyousoft.com/=
?j> <font face=3Dverdana,arial,helvetica size=3D1>Adobe GoLive CS2</font><=
/a></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font face=3DVerda=
na size=3D1>9</font></td><td width=3D132> <font face=3Dverdana,arial,helve=
tica size=3D1> <a href=3Dhttp://justforyousoft.com/?w>Adobe Illustrator CS=
2</a></font></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8><font fac=
e=3DVerdana size=3D1>10</font></td><td width=3D132> <font face=3Dverdana,a=
rial,helvetica size=3D1> <a href=3Dhttp://justforyousoft.com/?z>Borland Ar=
chitect 2005</a></font></td></tr><tr><td width=3D4>&nbsp;</td><td colSpan=3D=
2 width=3D144><span class=3Dsmall><b> <font face=3DVerdana size=3D1>See mo=
re by this manufacturer</font></b></span></td></tr><tr><td width=3D4>&nbsp=
;</td><td width=3D8>&nbsp;</td><td width=3D132> <font face=3Dverdana,arial=
,helvetica size=3D1> <a href=3Dhttp://justforyousoft.com/?r>Microsoft</a><=
/font></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nbsp;</td><td =
width=3D132><a href=3Dhttp://justforyousoft.com/?5> <font face=3Dverdana,a=
rial,helvetica size=3D1>Macromedia</font></a></td></tr><tr><td width=3D4>&=
nbsp;</td><td width=3D8>&nbsp;</td><td width=3D132> <font face=3Dverdana,a=
rial,helvetica size=3D1> <a href=3Dhttp://justforyousoft.com/?r>Adobe</a><=
/font></td></tr><tr><td width=3D4>&nbsp;</td><td colSpan=3D2 width=3D144><=
span class=3Dsmall><b> <font face=3DVerdana size=3D1>Customers also bought=
</font></b></span></td></tr><tr><td width=3D4>&nbsp;</td><td width=3D8>&nb=
sp;</td><td width=3D132> <font face=3Dverdana,arial,helvetica size=3D1> <a=
 href=3Dhttp://justforyousoft.com/?v>these other items...</a></font></td><=
/tr></table></td></tr></table></td></tr></table></td></tr></table></td><td=
 vAlign=3Dtop align=3Dleft width=3D530><p><b class=3Dsans>Microsoft Window=
s XP Professional *w/SP2*</b><br> <span class=3Dsmall><a href=3Dhttp://jus=
tforyousoft.com/?d>Microsoft</a><img border=3D0 src=3Dhttp://g-images.amaz=
on.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 height=
=3D14></span><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Cho=
ose:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0 width=3D170><tr><td width=3D135><a href=3Dhttp://justforyouso=
ft.com/?K> <select name=3Dedit1> <option selected>View Other Titles</optio=
n> </select></a></td><td noWrap width=3D35>&nbsp;<a href=3Dhttp://justfory=
ousoft.com/?F><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.co=
m/images/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 n=
ame=3Dsubmit.display-variation width=3D21 height=3D21></a></td></tr></tabl=
e></td></tr></table><p><a href=3Dhttp://justforyousoft.com/?l> <img height=
=3D150 src=3Dhttp://images.amazon.com/images/P/B00022PTT8.01._SCMZZZZZZZ_.=
jpg width=3D135 align=3Dleft border=3D0 name=3Dprod_image hspace=3D5></a><=
span class=3Dsmall></p><table cellSpacing=3D0 cellPadding=3D0 border=3D0 h=
eight=3D21 width=3D189><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dr=
ight height=3D18 width=3D73> <b>List Price:</b></td><td height=3D18 width=3D=
11></td><td class=3Dsmall height=3D18 width=3D105><span class=3Dlistprice>=
$299.00</span></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3D=
right height=3D18 width=3D73> <b>Price:</b></td><td height=3D18 width=3D11=
></td><td class=3Dsmall height=3D18 width=3D105><b class=3Dprice>$49.99</b=
></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D=
1 width=3D73> <b>You Save:</b></td><td height=3D1 width=3D11></td><td clas=
s=3Dsmall height=3D1 width=3D105><span class=3Dprice>$249.01 (80=
%)</span></td></tr></table><p><a href=3Dhttp://justforyousoft.com/?Y> <img=
 border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/buttons/add-to-ca=
rt-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>Availability:<=
/b> Available for INSTANT download!<br> <b>Coupon Code:</b> GpBLRJFJD<br> =
<b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G/01/videoga=
mes/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=3D20> Wind=
ows XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #1<br> </span><s=
pan class=3Dsmall><a href=3Dhttp://justforyousoft.com/?0>System requiremen=
ts</a>&nbsp; |&nbsp; <a href=3Dhttp://justforyousoft.com/?p>Other Versions=
</a></span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> December 31=
st, 2005<br> </span><font class=3Dtiny><b>Average Customer Review:</b><img=
 height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.amazon.com/ima=
ges/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D64 border=3D=
0> Based on 155229 reviews. <a href=3Dhttp://justforyousoft.com/?1>Write a=
 review</a>.</font></p> <hr noShade SIZE=3D1><table border=3D0 cellpadding=
=3D0 cellspacing=3D0 style=3D"border-collapse: collapse" bordercolor=3D#11=
1111 width=3D100% id=3DAutoNumber1 height=3D55><tr><td width=3D100=
% height=3D55><p><b class=3Dsans>Adobe Creative Suite 2 *Premium*</b><br> =
<span class=3Dsmall><a href=3Dhttp://justforyousoft.com/?g>Adobe</a><img b=
order=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/promotions/sticker/=
newest_version.gif width=3D82 height=3D14></span><br></p><table border=3D0=
><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vAlign=3Dtop noWrap><=
table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D164><tr><td width=
=3D126><a href=3Dhttp://justforyousoft.com/?8> <select name=3Dedit1> <opti=
on selected>View Other Titles</option> </select></a></td><td noWrap width=3D=
38>&nbsp;<a href=3Dhttp://justforyousoft.com/?z><input type=3Dimage alt=3D=
Go src=3Dhttp://g-images.amazon.com/images/G/01/search-browse/go-button-so=
ftware.gif value=3DGo border=3D0 name=3Dsubmit.display-variation width=3D2=
1 height=3D21></a></td></tr></table></td></tr></table><p><a href=3Dhttp://=
justforyousoft.com/?Z> <img height=3D156 src=3Dhttp://ec1.images-amazon.co=
m/images/P/B00080DPCW.01._PE7_SCMZZZZZZZ_.jpg width=3D151 align=3Dleft bor=
der=3D0 name=3Dprod_image></a><span class=3Dsmall></p><table cellSpacing=3D=
0 cellPadding=3D0 border=3D0 height=3D21 width=3D193><tr><td class=3Dsmall=
 vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List Price:<=
/b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 widt=
h=3D109><span class=3Dlistprice>$1199.00</span></td></tr><tr><td class=3Ds=
mall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Price:</=
b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=
=3D109><b class=3Dprice>$149.99</b></td></tr><tr><td class=3Dsmall vAlign=3D=
top noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></td><td h=
eight=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D109><span c=
lass=3Dprice>$1049.01 (95%)</span></td></tr></table><p><a href=3Dhttp://ju=
stforyousoft.com/?g> <img border=3D0 src=3Dhttp://g-images.amazon.com/imag=
es/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a><=
br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>Coupon=
 Code:</b> cCvC2Dm<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.=
com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dtop width=
=3D20 height=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sales Ran=
k:</b> #2<br> </span><span class=3Dsmall><a href=3Dhttp://justforyousoft.c=
om/?0>System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://justforyousof=
t.com/?6>Other Versions</a></span><span class=3Dtiny><br> <b>Date Coupon E=
xpires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Average C=
ustomer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://=
g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0=
gif width=3D64 border=3D0> Based on 11354 reviews. <a href=3Dhttp://justf=
oryousoft.com/?4>Write a review</a>.</font></p> </font><hr noShade SIZE=3D=
1></td></tr><tr><td width=3D100% height=3D55><p><b class=3Dsans>Microsoft =
Office 2003 *Professional*</b><br> <span class=3Dsmall><a href=3Dhttp://ju=
stforyousoft.com/?e>Microsoft</a><img border=3D0 src=3Dhttp://g-images.ama=
zon.com/images/G/01/promotions/sticker/newest_version.gif width=3D82 heigh=
t=3D14></span><br></p><table border=3D0><tr><td noWrap><b class=3Dsmall>Ch=
oose:</b></td><td vAlign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D=
0 border=3D0 width=3D164><tr><td width=3D126><a href=3Dhttp://justforyouso=
ft.com/?R> <select name=3Dedit1> <option selected>View Other Titles</optio=
n> </select></a></td><td noWrap width=3D38>&nbsp;<a href=3Dhttp://justfory=
ousoft.com/?G><input type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.co=
m/images/G/01/search-browse/go-button-software.gif value=3DGo border=3D0 n=
ame=3Dsubmit.display-variation width=3D21 height=3D21></a></td></tr></tabl=
e></td></tr></table><p><a href=3Dhttp://justforyousoft.com/?Q> <img src=3D=
http://images.amazon.com/images/P/B0000AZJVC.01._SCMZZZZZZZ_.jpg align=3Dl=
eft border=3D0 name=3Dprod_image width=3D117 height=3D150></a><span class=3D=
small></p> </span><p><span class=3Dsmall></p><table cellSpacing=3D0 cellPa=
dding=3D0 border=3D0 height=3D21 width=3D189><tr><td class=3Dsmall vAlign=3D=
top noWrap align=3Dright height=3D18 width=3D73> <b>List Price:</b></td><t=
d height=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><s=
pan class=3Dlistprice>$499.00</span></td></tr><tr><td class=3Dsmall vAlign=
=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Price:</b></td><td =
height=3D18 width=3D11></td><td class=3Dsmall height=3D18 width=3D105><b c=
lass=3Dprice>$69.99</b></td></tr><tr><td class=3Dsmall vAlign=3Dtop noWrap=
 align=3Dright height=3D1 width=3D73> <b>You Save:</b></td><td height=3D1 =
width=3D11></td><td class=3Dsmall height=3D1 width=3D105><span class=3Dpri=
ce>$429.01 (85%)</span></td></tr></table><p><a href=3Dhttp://justforyousof=
t.com/?L> <img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/but=
tons/add-to-cart-yellow-short.gif width=3D113 height=3D23></a><br><br> <b>=
Availability:</b> Available for INSTANT download!<br> <b>Coupon Code:</b> =
xtLihH<br> <b>Platform:</b> <img src=3Dhttp://g-images.amazon.com/images/G=
/01/videogames/icons/browse-icon-windows.gif align=3Dtop width=3D20 height=
=3D20> Windows XP</p><p></span><span class=3Dtiny><b>Sales Rank:</b> #3</s=
pan><span class=3Dsmall><a href=3Dhttp://justforyousoft.com/?Z><br> System=
 requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://justforyousoft.com/?O>Oth=
er Versions</a></span><span class=3Dtiny><br> <b>Date Coupon Expires:</b> =
December 31st, 2005<br> </span><font class=3Dtiny><b>Average Customer Revi=
ew:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3Dhttp://g-images.ama=
zon.com/images/G/01/x-locale/common/customer-reviews/stars-5-0.gif width=3D=
64 border=3D0> Based on 137315 reviews. <a href=3Dhttp://justforyousoft.co=
m/?U>Write a review</a>.</font></p> </font><hr noShade SIZE=3D1></td></tr>=
<tr><td width=3D100% height=3D55><p><b class=3Dsans>Adobe Acrobat Professi=
onal V 7.0</b><br> <span class=3Dsmall><a href=3Dhttp://justforyousoft.com=
/?W>Adobe</a><img border=3D0 src=3Dhttp://g-images.amazon.com/images/G/01/=
promotions/sticker/newest_version.gif width=3D82 height=3D14></span><br></=
p><table border=3D0><tr><td noWrap><b class=3Dsmall>Choose:</b></td><td vA=
lign=3Dtop noWrap><table cellSpacing=3D0 cellPadding=3D0 border=3D0 width=3D=
164><tr><td width=3D126><a href=3Dhttp://justforyousoft.com/?4> <select na=
me=3Dedit1> <option selected>View Other Titles</option> </select></a></td>=
<td noWrap width=3D38>&nbsp;<a href=3Dhttp://justforyousoft.com/?4><input =
type=3Dimage alt=3DGo src=3Dhttp://g-images.amazon.com/images/G/01/search-=
browse/go-button-software.gif value=3DGo border=3D0 name=3Dsubmit.display-=
variation width=3D21 height=3D21></a></td></tr></table></td></tr></table><=
p><a href=3Dhttp://justforyousoft.com/?F> <img height=3D150 src=3Dhttp://i=
mages.amazon.com/images/P/B00069E7KO.01.LZZZZZZZ.jpg width=3D175 align=3Dl=
eft border=3D0 name=3Dprod_image></a><span class=3Dsmall></p><table cellSp=
acing=3D0 cellPadding=3D0 border=3D0 height=3D21 width=3D189><tr><td class=
=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>List=
 Price:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D=
18 width=3D105><span class=3Dlistprice>$499.00</span></td></tr><tr><td cla=
ss=3Dsmall vAlign=3Dtop noWrap align=3Dright height=3D18 width=3D73> <b>Pr=
ice:</b></td><td height=3D18 width=3D11></td><td class=3Dsmall height=3D18=
 width=3D105><b class=3Dprice>$69.99</b></td></tr><tr><td class=3Dsmall vA=
lign=3Dtop noWrap align=3Dright height=3D1 width=3D73> <b>You Save:</b></t=
d><td height=3D1 width=3D11></td><td class=3Dsmall height=3D1 width=3D105>=
<span class=3Dprice>$429.01 (85%)</span></td></tr></table><p><a href=3Dhtt=
p://justforyousoft.com/?n> <img border=3D0 src=3Dhttp://g-images.amazon.co=
m/images/G/01/buttons/add-to-cart-yellow-short.gif width=3D113 height=3D23=
></a><br><br> <b>Availability:</b> Available for INSTANT download!<br> <b>=
Coupon Code:</b> Vh0ULVV0<br> <b>Platform:</b> <img src=3Dhttp://g-images.=
amazon.com/images/G/01/videogames/icons/browse-icon-windows.gif align=3Dto=
p width=3D20 height=3D20> Windows XP</span></p><p><span class=3Dtiny><b>Sa=
les Rank:</b> #4</span><span class=3Dsmall><a href=3Dhttp://justforyousoft=
com/?V><br> System requirements</a>&nbsp; |&nbsp; <a href=3Dhttp://justfo=
ryousoft.com/?V>Other Versions</a></span><span class=3Dtiny><br> <b>Date C=
oupon Expires:</b> December 31st, 2005<br> </span><font class=3Dtiny><b>Av=
erage Customer Review:</b><img height=3D12 alt=3D"5 out of 5 stars" src=3D=
http://g-images.amazon.com/images/G/01/x-locale/common/customer-reviews/st=
ars-5-0.gif width=3D64 border=3D0> Based on 1438 reviews. <a href=3Dhttp:/=
/justforyousoft.com/?e>Write a review</a>.</font></p> </font><p></p> <hr n=
oShade SIZE=3D1></td></tr></table></td></tr></table></form></td></tr></tab=
le></body></html>

----19Q1D08rNbYu5xyvTv--



From info@mail.ioqn.com Wed Nov 30 17:09:29 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Eha8n-00031L-O3
	for sctp-impl-archive@megatron.ietf.org; Wed, 30 Nov 2005 17:09:29 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA06303
	for <sctp-impl-archive@ietf.org>; Wed, 30 Nov 2005 17:08:43 -0500 (EST)
Received: from [61.232.3.66] (helo=mail.ioqn.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EhaT5-0002hy-Mu
	for sctp-impl-archive@ietf.org; Wed, 30 Nov 2005 17:30:31 -0500
Received: (qmail 12916 invoked by uid 510); 30 Nov 2005 22:31:54 +0900
Date: 30 Nov 2005 22:31:54 +0900
Message-ID: <20051130133154.12915.qmail@mail.ioqn.com>
From: info@ioqn.com
To: sctp-impl-archive@ietf.org
Subject: $B%O%8%a%^%7%F(B
X-Spam-Score: 3.5 (+++)
X-Scan-Signature: 9ed51c9d1356100bce94f1ae4ec616a9

$B!!!!(B
$B5.J}$N=P2q$$$r%5%]!<%H$7$^$9!#(B
$BCK@-!"=w@-$H$b$4MxMQ$G$-$A$c$$$^$9!#(B
$B$b$A$m$s!"EPO?NA!&G/2qHq!&%a!<%k$N$d$j$H$j!&<L??(B
$B1\Mw!&7G<(HD1\Mw!"A4$F$,L5NA$G$*3Z$7$_D:$1$^$9!#(B

$B=P2q$$$,%9%`!<%:$K?J$a$i$l$kMM!"CO0h!&%W%m%U%#!<(B
$B%k$+$i$*Aj<j$r8!:w$G$-$k5!G=$rEk:\$7$^$7$?!#%9%?(B
$B!<%H;~$K$4<+J,$N2q$$$?$$%(%j%"$rA*$V$@$1$G(BOK$B!#2H(B
$B$d2q<R$N6a$/$K$$$k?M$r4JC1$K8+$D$1$i$l$k$N$G!"%j(B
$B%"%k%?%$%`$G9b3NN($N=P2q$$$r(BGET$B$G$-$^$9!#(B

$B$b$A$m$s<L%a!<%k$bBP1~$7$^$9!#(B
$BEPO?$O$o$:$+#3#0IC$GD64JC1!*(B
$BEv%5!<%S%9$O40A4L5NA$G$4MxMQ$$$?$@$1$k!"K\5$$G=P(B
$B2q$$$r5a$a$kJ}$N$?$a$N8rN.%5%$%H$G$9!#(B

           $B@h9TEPO?%3%A%i$+$i(B
$B!!!!!!!!!!!!!!"-"-"-"-"-(B
$B!!!!!!!!(Bhttp://www.bqbu.com?beijing

$B!z(BPC$B!&7HBS$I$A$i$+$i$G$bEv%5!<%S%9$rL5NA$G$4MxMQ(B
$B$G$-$^$9!#(B

$B!z<L%a!<%k$b;HMQ$G$-$^$9$N$G!"%3%_%e%K%1!<%7%g%s(B
$B$,$h$j1_3j$K<h$l$^$9!#(B

$B!z40`z$J%W%i%$%P%7!<4IM}!&J]8n$N0BA4BP:v$r9T$C$F(B
$B$*$j$^$9!#(B

          $B@h9TEPO?%3%A%i$+$i(B
$B!!!!!!!!!!!!!!"-"-"-"-"-(B
$B!!!!!!!!(Bhttp://www.bqbu.com?beijing








$BG[?.Dd;_$O$3$A$i$^$G$*4j$$$7$^$9!#(B
  refuse@bqbu.com



From info@mail.btrq.com Wed Nov 30 23:30:10 2005
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org)
	by megatron.ietf.org with esmtp (Exim 4.32)
	id 1Ehg5C-0008Nk-PG
	for sctp-impl-archive@megatron.ietf.org; Wed, 30 Nov 2005 23:30:10 -0500
Received: from ietf-mx.ietf.org (ietf-mx [132.151.6.1])
	by ietf.org (8.9.1a/8.9.1a) with ESMTP id XAA16084
	for <sctp-impl-archive@ietf.org>; Wed, 30 Nov 2005 23:29:24 -0500 (EST)
Received: from [211.210.61.88] (helo=mail.btrq.com)
	by ietf-mx.ietf.org with smtp (Exim 4.43)
	id 1EhgPa-0005RB-MU
	for sctp-impl-archive@ietf.org; Wed, 30 Nov 2005 23:51:16 -0500
Received: (qmail 24424 invoked by uid 510); 1 Dec 2005 11:25:55 +0900
Date: 1 Dec 2005 11:25:55 +0900
Message-ID: <20051201022555.24423.qmail@mail.btrq.com>
From: info@btrq.com
To: sctp-impl-archive@ietf.org
Subject: $B!T40A4L5NA!UM%NI%5%$%HG[?.Cf!*!*!*(B
X-Spam-Score: 4.0 (++++)
X-Scan-Signature: d6b246023072368de71562c0ab503126


http://www.gyakuten5.net/baitoru/














$B%a!<%k<u?.5qH](B
I don' veceive yourmail
gyakuenn_suru_suru@yahoo.ca



