From linux-crypto-bounce@nl.linux.org Thu Dec 02 13:34:06 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CZq9r-0000Je-OT; Thu, 02 Dec 2004 13:34:03 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Thu, 02 Dec 2004 13:33:04 +0100 (CET)
Received: from ns1.g-housing.de ([62.75.136.201] helo=mail.g-house.de)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CZq8c-0000Ir-NJ
	for linux-crypto@nl.linux.org; Thu, 02 Dec 2004 13:32:46 +0100
Received: from g10bd.g.pppool.de ([80.185.16.189] helo=sheep.housecafe.de)
	by mail.g-house.de with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16)
	(Exim 4.34)
	id 1CZpzG-00012L-6w
	for linux-crypto@nl.linux.org; Thu, 02 Dec 2004 13:23:06 +0100
Received: from prinz.housecafe.de ([192.168.10.11])
	by sheep.housecafe.de with esmtp (Exim 4.34)
	id 1CZq8P-0004rh-Qj
	for linux-crypto@nl.linux.org; Thu, 02 Dec 2004 13:32:33 +0100
Message-ID: <41AF0B60.1080508@g-house.de>
Date: Thu, 02 Dec 2004 13:32:32 +0100
From: Christian Kujau <evil@g-house.de>
User-Agent: Mozilla Thunderbird 0.9 (X11/20041124)
X-Accept-Language: de-DE, de, en-us, en
MIME-Version: 1.0
To:  linux-crypto@nl.linux.org
Subject: -o remount,rw not possible?
X-Enigmail-Version: 0.89.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO 
	autolearn=unavailable version=3.0.1
X-Spam-Level: 
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: evil@g-house.de
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi list,

i'm using loop-aes for quite a while now and from time to time i had to
remount device-backed loop-aes partitions. eg. a normally r/o mounted
backup partition would become a r/w. i did this like so:

$ mount -o remount,rw /data

when i try this now, mount comes back with

mount: block device /dev/hda1 is write-protected, mounting read-only

i don't know exactly when it stopped working (but i'm pretty sure it
worked a month ago or so). upgrading to the latest loop-aes/ciphers
package did not help.

my setup:

root@sheep:~# losetup -a
/dev/loop5: [0805]:173 (/dev/hda1) encryption=twofish128 multi-key read-only
/dev/loop6: [0805]:380 (/dev/sda8) encryption=AES128 multi-key
/dev/loop7: [0805]:389 (/dev/sdb1) encryption=twofish128 multi-key read-only

root@sheep:~# uname -r
2.6.10-rc2-bk9

root@sheep:~# mount -V
mount: mount-2.12a      <--- stock debian util-linux

i mount the partition with

- -o ro,noexec,nosuid,nodev,noatime,loop=/dev/loop7,\
   gpgkey=/root/keys/sdb1.gpg,encryption=twofish128

(or encryption=aes128 for the aes partition)

fwiw, i've attached the (E)rrors shown from an strace during mount.

thank you for comments,
Christian.

$ strace -s256 mount -o remount,rw /data/Media/ 2>&1 | grep \ =\ -1

access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or
directory)
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or
directory)
readlink("/data", 0xbfffec30, 4096)     = -1 EINVAL (Invalid argument)
readlink("/data/Media", 0xbfffec30, 4096) = -1 EINVAL (Invalid argument)
stat64("/sbin/mount.ext3", 0xbffffa50)  = -1 ENOENT (No such file or
directory)
mount("/dev/hda1", "/data/Media", "ext3",
MS_NOSUID|MS_NODEV|MS_NOEXEC|MS_REMOUNT|0xc0ed0400, 0x8063bf0) = -1
EACCES (Permission denied)
stat64("/sbin/mount.ext3", 0xbffff950)  = -1 ENOENT (No such file or
directory)
readlink("/dev", 0xbfffe9b0, 4096)      = -1 EINVAL (Invalid argument)
readlink("/dev/hda1", 0xbfffe9b0, 4096) = -1 EINVAL (Invalid argument)
readlink("/data", 0xbfffe9b0, 4096)     = -1 EINVAL (Invalid argument)
readlink("/data/Media", 0xbfffe9b0, 4096) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGKILL, {0x804dc10, ~[RTMIN], 0}, NULL, 8) = -1 EINVAL
(Invalid argument)

- --
BOFH excuse #427:

network down, IP packets delivered via UPS

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFBrwtg+A7rjkF8z0wRAipHAKCHyTPl+z5WxtfKcEhBvHBQC+fyFwCgyE9r
RH8itmd/WZIohgyoxTy3io8=
=pO70
-----END PGP SIGNATURE-----

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Thu Dec 02 18:59:27 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CZvEi-00070Q-4H; Thu, 02 Dec 2004 18:59:24 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Thu, 02 Dec 2004 18:58:29 +0100 (CET)
Received: from mato.luukku.com ([193.209.83.251])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CZvDa-0006zf-MQ
	for linux-crypto@nl.linux.org; Thu, 02 Dec 2004 18:58:14 +0100
Received: from localhost (mta3-o.i.luukku.com [10.0.1.132])
	by mta3-o.i.luukku.com (Postfix) with ESMTP id A1EFAFF873;
	Thu,  2 Dec 2004 19:58:06 +0200 (EET)
Received: from users.sourceforge.net (4212.yhteys.mtv3.fi [62.237.18.66])
	by mato.luukku.com (Postfix) with ESMTP id F283522EE89;
	Thu,  2 Dec 2004 19:58:05 +0200 (EET)
Message-ID: <41AF5825.8261DBD8@users.sourceforge.net>
Date: Thu, 02 Dec 2004 20:00:05 +0200
From: Jari Ruusu <jariruusu@users.sourceforge.net>
X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.22aa1r8 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Christian Kujau <evil@g-house.de>
Cc: linux-crypto@nl.linux.org
Subject: Re: -o remount,rw not possible?
References: <41AF0B60.1080508@g-house.de>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: 
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO 
	autolearn=unavailable version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: jariruusu@users.sourceforge.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Christian Kujau wrote:
> i'm using loop-aes for quite a while now and from time to time i had to
> remount device-backed loop-aes partitions. eg. a normally r/o mounted
> backup partition would become a r/w. i did this like so:
> 
> $ mount -o remount,rw /data
> 
> when i try this now, mount comes back with
> 
> mount: block device /dev/hda1 is write-protected, mounting read-only
> 
> i don't know exactly when it stopped working (but i'm pretty sure it
> worked a month ago or so). upgrading to the latest loop-aes/ciphers
> package did not help.
> 
> my setup:
> 
> root@sheep:~# losetup -a
> /dev/loop5: [0805]:173 (/dev/hda1) encryption=twofish128 multi-key read-only
                                                                     ^^^^^^^^^
> /dev/loop6: [0805]:380 (/dev/sda8) encryption=AES128 multi-key
> /dev/loop7: [0805]:389 (/dev/sdb1) encryption=twofish128 multi-key read-only
                                                                     ^^^^^^^^^
When loop was set up, it was set up in "hard" read-only mode, IOW, loop
driver would not permit any writes to reach underlying device. rw mount is
doomed to fail on such read-only loop device. Loop code in loop-AES has
worked like that for long time, years IIRC. OTOH, if VFS is now opening
about-to-rw-mount devices without FMODE_WRITE set, then something is broken
in VFS.

The fix is to do the initial loop mount rw, or to set up loop using losetup
but no -r option passed losetup.

-- 
Jari Ruusu  1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9  DB 1D EB E3 24 0E A9 DD

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Thu Dec 02 21:33:11 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CZxdV-0007EZ-Nw; Thu, 02 Dec 2004 21:33:09 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Thu, 02 Dec 2004 21:31:57 +0100 (CET)
Received: from ns1.g-housing.de ([62.75.136.201] helo=mail.g-house.de)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CZxcA-0007E9-1P
	for linux-crypto@nl.linux.org; Thu, 02 Dec 2004 21:31:46 +0100
Received: from g10bd.g.pppool.de ([80.185.16.189] helo=sheep.housecafe.de)
	by mail.g-house.de with esmtp (TLS-1.0:RSA_ARCFOUR_SHA:16)
	(Exim 4.34)
	id 1CZxSf-0005Y5-IM
	for linux-crypto@nl.linux.org; Thu, 02 Dec 2004 21:21:59 +0100
Received: from localhost ([127.0.0.1] helo=housecafe.dyndns.org)
	by sheep.housecafe.de with esmtp (Exim 4.34)
	id 1CZxbv-0000xQ-LS
	for linux-crypto@nl.linux.org; Thu, 02 Dec 2004 21:31:31 +0100
Received: from 195.126.66.126
        (SquirrelMail authenticated user evil);
        by housecafe.dyndns.org with HTTP;
        Thu, 2 Dec 2004 21:31:31 +0100 (CET)
Message-ID: <29221.195.126.66.126.1102019491.squirrel@housecafe.dyndns.org>
In-Reply-To: <41AF5825.8261DBD8@users.sourceforge.net>
References: <41AF0B60.1080508@g-house.de>
    <41AF5825.8261DBD8@users.sourceforge.net>
Date: Thu, 2 Dec 2004 21:31:31 +0100 (CET)
Subject: Re: -o remount,rw not possible?
From: "Christian" <evil@g-house.de>
To: linux-crypto@nl.linux.org
User-Agent: SquirrelMail/1.4.3a
X-Mailer: SquirrelMail/1.4.3a
MIME-Version: 1.0
Content-Type: text/plain;charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: 
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO 
	autolearn=unavailable version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: evil@g-house.de
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

On Thu, December 2, 2004 19:00, Jari Ruusu said:
> When loop was set up, it was set up in "hard" read-only mode, IOW, loop
> driver would not permit any writes to reach underlying device. rw mount is

oh, you're so right Jari. yes, i started to mount the partitions with "ro"
in the first place. i.e. the system boots, "ro" is set in fstab, the loop
device gets setup in "ro" mode and could only be changed when i unmount /
then mount again in "rw" mode. *then* i can use -o remount,rw and -o
remount,ro whenever i like. the inital losetup (done by mount, i guess) is
to "blame" here.

> worked like that for long time, years IIRC. OTOH, if VFS is now opening
> about-to-rw-mount devices without FMODE_WRITE set, then something is
> broken in VFS.

i don't know if that's the case here. i know how to workaround the issue,
but perhaps i should (wishlist)bug the util-linux people here?

thanks for the (always) quick reply,
Christian.
-- 
make bzImage, not war


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Fri Dec 03 20:14:00 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CaIsQ-0002WP-4J; Fri, 03 Dec 2004 20:13:58 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Fri, 03 Dec 2004 20:12:57 +0100 (CET)
Received: from moutng.kundenserver.de ([212.227.126.188])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CaIrA-0002Vn-Nr
	for linux-crypto@nl.linux.org; Fri, 03 Dec 2004 20:12:40 +0100
Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de)
	by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
	id 1CaIr9-0004Ve-00
	for linux-crypto@nl.linux.org; Fri, 03 Dec 2004 20:12:39 +0100
Received: from [82.82.50.187] (helo=trajan.arkon.local)
	by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-SHA:128)
	(Exim 3.35 #1)
	id 1CaIr9-00007P-00
	for linux-crypto@nl.linux.org; Fri, 03 Dec 2004 20:12:39 +0100
Date: Fri, 3 Dec 2004 20:12:35 +0100
From: Bodo Staron <bodo@staron.de>
Reply-To: Bodo Staron <bodo@staron.de>
X-Priority: 3 (Normal)
Message-ID: <1467686760.20041203201235@staron.de>
To: linux-crypto@nl.linux.org
Subject: Compiling 3.0a gives me tons of errors
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:197ce38843f341022284a47819633b29
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: *
X-Spam-Status: No, score=1.2 required=5.0 tests=FORGED_RCVD_HELO,
	PRIORITY_NO_NAME autolearn=no version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: bodo@staron.de
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Hello,

I tried checking out the new version, but I can't compile it, like the
last time. I have no idea what's wrong, I tried following this guide:
http://www.meindlsoft.de/doc.php?kb_id=304

Ok, my system:
linux:/home/bstaron/loop-AES-v3.0a# uname -a
Linux linux 2.6.8-1-686 #1 Thu Nov 25 04:34:30 UTC 2004 i686 GNU/Linux

I downloaded and unpacked this source:
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.8.1.tar.bz2

Then:
linux:/home/bstaron/loop-AES-v3.0a# make LINUX_SOURCE=/home/bstaron/linux-2.6.8.1

Then it gives me pages after pages of errors. I don't know if I should
send this to the list, I guess not.... it's 25kb zipped.

The last couple of lines:
/home/bstaron/loop-AES-v3.0a/patched-loop.c:837: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:839: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:839: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:840: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:841: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:843: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:848: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:848: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:857: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:858: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:858: error: `EIO' undeclared (first use in this function)
/home/bstaron/loop-AES-v3.0a/patched-loop.c: In function `loop_unplug_backingdev':
/home/bstaron/loop-AES-v3.0a/patched-loop.c:865: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:866: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c: In function `loop_unplug_loopdev':
/home/bstaron/loop-AES-v3.0a/patched-loop.c:878: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:879: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:882: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c:885: error: dereferencing pointer to incomplete type
/home/bstaron/loop-AES-v3.0a/patched-loop.c: In function `loop_thread':
/home/bstaron/loop-AES-v3.0a/patched-loop.c:904: error: `RLIM_NLIMITS' undeclared (first use in this function)
/home/bstaron/loop-AES-v3.0a/patched-loop.c:904: confused by earlier errors, bailing out
make[2]: *** [patched-loop.o] Error 1
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/bstaron/linux-2.6.8.1'
make: *** [all] Error 2
linux:/home/bstaron/loop-AES-v3.0a#

If needed I can send the file with all the lines along.
Would be nice to know what's wrong here.


-- 
bye,
Bodo                        




-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Fri Dec 03 20:35:59 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CaJDh-0003w8-EV; Fri, 03 Dec 2004 20:35:57 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Fri, 03 Dec 2004 20:35:22 +0100 (CET)
Received: from tarjoilu.luukku.com ([194.215.205.232])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CaJCw-0003v4-UI
	for linux-crypto@nl.linux.org; Fri, 03 Dec 2004 20:35:10 +0100
Received: from localhost (mta1-o.i.luukku.com [10.0.1.112])
	by mta1-o.i.luukku.com (Postfix) with ESMTP id 5EC3615059C;
	Fri,  3 Dec 2004 21:35:00 +0200 (EET)
Received: from users.sourceforge.net (1a17.yhteys.mtv3.fi [62.237.23.26])
	by tarjoilu.luukku.com (Postfix) with ESMTP id BB9C0150014;
	Fri,  3 Dec 2004 21:34:59 +0200 (EET)
Message-ID: <41B0C057.B7978CA7@users.sourceforge.net>
Date: Fri, 03 Dec 2004 21:36:55 +0200
From: Jari Ruusu <jariruusu@users.sourceforge.net>
X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.22aa1r8 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Bodo Staron <bodo@staron.de>
Cc: linux-crypto@nl.linux.org
Subject: Re: Compiling 3.0a gives me tons of errors
References: <1467686760.20041203201235@staron.de>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Received-SPF: 
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO 
	autolearn=unavailable version=3.0.1
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: jariruusu@users.sourceforge.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Bodo Staron wrote:
> Then:
> linux:/home/bstaron/loop-AES-v3.0a# make LINUX_SOURCE=/home/bstaron/linux-2.6.8.1
> 
> Then it gives me pages after pages of errors. I don't know if I should
> send this to the list, I guess not.... it's 25kb zipped.
> 
> The last couple of lines:
> /home/bstaron/loop-AES-v3.0a/patched-loop.c:837: error: dereferencing pointer to incomplete type

Looks like the kernel sources in /home/bstaron/linux-2.6.8.1/ are not ready
for module compiling.

The fix is to recompile and install new kernel in that kernel source
directory and then compile a new loop module for for that new kernel.
Something like this:

    cd /home/bstaron/linux-2.6.8.1/
    mv .config z
    make distclean
    mv z .config
    make oldconfig
    make dep && make clean && make bzImage
    make modules && make modules_install
    cat arch/i386/boot/bzImage >/boot/vmlinuz-2.6.8.1
    cp System.map /boot/System.map-2.6.8.1

    cd /home/bstaron/loop-AES-v3.0a
    make LINUX_SOURCE=/home/bstaron/linux-2.6.8.1

Then configure bootloader to boot new kernel /boot/vmlinuz-2.6.8.1
Then boot to new kernel.

-- 
Jari Ruusu  1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9  DB 1D EB E3 24 0E A9 DD

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sat Dec 04 12:04:35 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CaXiK-0007eH-Bh; Sat, 04 Dec 2004 12:04:32 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sat, 04 Dec 2004 12:03:47 +0100 (CET)
Received: from mail.gmx.net ([213.165.64.20])
	by humbolt.nl.linux.org with smtp (Exim 4.22)
	id 1CaXhM-0007ad-7F
	for linux-crypto@nl.linux.org; Sat, 04 Dec 2004 12:03:32 +0100
Received: (qmail 13931 invoked by uid 65534); 4 Dec 2004 11:03:10 -0000
Received: from p50806B3B.dip0.t-ipconnect.de (EHLO satellit.olymp) (80.128.107.59)
  by mail.gmx.net (mp013) with SMTP; 04 Dec 2004 12:03:10 +0100
X-Authenticated: #19300865
Received: by satellit.olymp (Postfix, from userid 1000)
	id 2434D13EF12; Sat,  4 Dec 2004 12:03:10 +0100 (CET)
Date: Sat, 4 Dec 2004 12:03:10 +0100
From: Markus Sagebiel <sagebiel@gmx.net>
To: linux-crypto@nl.linux.org
Subject: Hallo Frau/Herr linux-crypto: Meine Kontakt Daten
Message-ID: <20041204110310.GA18972@gmx.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.4.2.1i
Received-SPF: 
X-Spam-Status: No, score=0.5 required=5.0 tests=FORGED_RCVD_HELO,INFO_TLD 
	autolearn=no version=3.0.1
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: sagebiel@gmx.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


Hallo liebe Freunde, Verwandte und Bekannte,

Ich schicke Euch nach langer Zeit meine Kontakt Daten und freue mich
ueber jede Antwort. Sie wird beantwortet werden auch wenn es etwas
dauert.

Bitte schaut doch auch auf meine Homepage
http://markus.freeshell.org
Oder
http://www.cyber-worker.info/~mark

und vielleicht wisst Ihr was der eine oder die andere macht von dem/der
ich nur noch tote Emails besitze :( (unten auf der Homepage)

Meine Email:
mailto:sagebiel@yahoo.com
:)


Tote Email ab Fruehjahr 05
sage@biel.com
:(

Viele Gruesse aus Leipheim / Ulm
Markus

--
Dipl.-Math.oec.Univ. Markus Sagebiel, Email sagebiel@yahoo.com
Mobile ++49 (0)178 87 909 54,      http://markus.freeshell.org
AOL ICQ Yahoo MSN Jabber  Instant Message
http://members.msn.com/sagebiel@yahoo.com

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Mon Dec 06 16:50:18 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CbL7w-0000rQ-PW; Mon, 06 Dec 2004 16:50:16 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Mon, 06 Dec 2004 16:49:13 +0100 (CET)
Received: from moutng.kundenserver.de ([212.227.126.173])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CbL6j-0000qs-6k
	for linux-crypto@nl.linux.org; Mon, 06 Dec 2004 16:49:01 +0100
Received: from [212.227.126.207] (helo=mrelayng.kundenserver.de)
	by moutng.kundenserver.de with esmtp (Exim 3.35 #1)
	id 1CbL6i-0006dG-00
	for linux-crypto@nl.linux.org; Mon, 06 Dec 2004 16:49:00 +0100
Received: from [213.23.12.42] (helo=[192.168.1.3])
	by mrelayng.kundenserver.de with asmtp (TLSv1:RC4-SHA:128)
	(Exim 3.35 #1)
	id 1CbL6i-0004bN-00
	for linux-crypto@nl.linux.org; Mon, 06 Dec 2004 16:49:00 +0100
Date: Mon, 6 Dec 2004 16:48:54 +0100
From: Bodo Staron <bodo@staron.de>
Reply-To: Bodo Staron <bodo@staron.de>
X-Priority: 3 (Normal)
Message-ID: <796879379.20041206164854@staron.de>
To: linux-crypto@nl.linux.org
Subject: Re[2]: Compiling 3.0a gives me tons of errors
In-Reply-To: <41B0C057.B7978CA7@users.sourceforge.net>
References: <1467686760.20041203201235@staron.de>
 <41B0C057.B7978CA7@users.sourceforge.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:197ce38843f341022284a47819633b29
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=1.2 required=5.0 tests=PRIORITY_NO_NAME autolearn=no 
	version=3.0.1
X-Spam-Level: *
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: bodo@staron.de
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Hello,



JR> Looks like the kernel sources in /home/bstaron/linux-2.6.8.1/ are not ready
JR> for module compiling.

JR> The fix is to recompile and install new kernel in that kernel source
JR> directory and then compile a new loop module for for that new kernel.
JR> Something like this:


Great. Everything works again :)
However, one question remains. In the current readme this part:
===================================================================
In multi-key loop cases "losetup -a" command run by root user should
output "multi-key-v3" indicating that loop is really in multi-key-v3
mode. If no "multi-key-v3" string shows up, your loop setup is a time
bomb.
===================================================================

Well, I did a complete install, also util-linux as described in the
readme. After everything was installed and reboot and mount I see this:

linux:/home/bstaron# losetup -a
/dev/loop3: [0305]:684215 (/dev/hda7) encryption=AES128 multi-key-v2

This is of course created with one of the 2.2 versions of loop-aes.
It seems it's normal for an old keyfile. I created a new keyfile and partition
with v3 and it shows multi key v3.



-- 
bye,
Bodo                         



-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Mon Dec 06 18:54:53 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CbN4W-0004LW-8F; Mon, 06 Dec 2004 18:54:52 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Mon, 06 Dec 2004 18:54:14 +0100 (CET)
Received: from tarjoilu.luukku.com ([194.215.205.232])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CbN3k-0004Kf-F1
	for linux-crypto@nl.linux.org; Mon, 06 Dec 2004 18:54:04 +0100
Received: from localhost (mta1-o.i.luukku.com [10.0.1.112])
	by mta1-o.i.luukku.com (Postfix) with ESMTP id 87922150942;
	Mon,  6 Dec 2004 19:53:56 +0200 (EET)
Received: from users.sourceforge.net (4dec.yhteys.mtv3.fi [62.236.236.77])
	by tarjoilu.luukku.com (Postfix) with ESMTP id E2BD2150015;
	Mon,  6 Dec 2004 19:53:55 +0200 (EET)
Message-ID: <41B49D1C.728C05DD@users.sourceforge.net>
Date: Mon, 06 Dec 2004 19:55:40 +0200
From: Jari Ruusu <jariruusu@users.sourceforge.net>
X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.22aa1r8 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Bodo Staron <bodo@staron.de>
Cc: linux-crypto@nl.linux.org
Subject: Re: Compiling 3.0a gives me tons of errors
References: <1467686760.20041203201235@staron.de>
		 <41B0C057.B7978CA7@users.sourceforge.net> <796879379.20041206164854@staron.de>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Received-SPF: 
X-Spam-Status: No, score=0.1 required=5.0 tests=FORGED_RCVD_HELO 
	autolearn=unavailable version=3.0.1
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: jariruusu@users.sourceforge.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

Bodo Staron wrote:
> However, one question remains. In the current readme this part:
> ===================================================================
> In multi-key loop cases "losetup -a" command run by root user should
> output "multi-key-v3" indicating that loop is really in multi-key-v3
> mode. If no "multi-key-v3" string shows up, your loop setup is a time
> bomb.
> ===================================================================
> 
> Well, I did a complete install, also util-linux as described in the
> readme. After everything was installed and reboot and mount I see this:
> 
> linux:/home/bstaron# losetup -a
> /dev/loop3: [0305]:684215 (/dev/hda7) encryption=AES128 multi-key-v2
> 
> This is of course created with one of the 2.2 versions of loop-aes.
> It seems it's normal for an old keyfile.

Yes, that is normal for version 2 on-disk format.

> I created a new keyfile and partition with v3 and it shows multi key v3.

That is normal for version 3 on-disk format.

-- 
Jari Ruusu  1024R/3A220F51 5B 4B F9 BB D3 3F 52 E9  DB 1D EB E3 24 0E A9 DD

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Dec 08 04:18:45 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CbsLi-0007tC-0T; Wed, 08 Dec 2004 04:18:42 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 08 Dec 2004 04:17:42 +0100 (CET)
Received: from [64.71.154.57] (helo=server.seekwebhosts.com)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CbsKU-0007sI-Tx; Wed, 08 Dec 2004 04:17:27 +0100
Received: from claned by server.seekwebhosts.com with local (Exim 4.43)
	id 1Cbs5M-0007Ur-5a; Wed, 08 Dec 2004 13:01:48 +1000
To: 
Subject: NOTIFICATION OF YOUR WINNINGS!!!
From: camelotpromos <camelot_promos@virgilio.it>
X-Priority: 1 (Highest)
CC: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Message-Id: <E1Cbs5M-0007Ur-5a@server.seekwebhosts.com>
Date: Wed, 08 Dec 2004 13:01:48 +1000
X-Linux_Netwrk_Care-MailScanner-Information: Please contact the ISP for more information
X-Linux_Netwrk_Care-MailScanner: Found to be clean
X-Linux_Netwrk_Care-MailScanner-SpamCheck: not spam,
	SpamAssassin (score=1.844, required 10, ALL_TRUSTED -3.30,
	BAYES_50 0.00, NIGERIAN_BODY1 3.40, NIGERIAN_BODY2 0.60,
	PLING_PLING 0.03, SUBJ_ALL_CAPS 0.67, TO_EMPTY 0.10,
	US_DOLLARS_3 0.35)
X-Linux_Netwrk_Care-MailScanner-SpamScore: 1
X-MailScanner-From: claned@server.seekwebhosts.com
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - server.seekwebhosts.com
X-AntiAbuse: Original Domain - nl.linux.org
X-AntiAbuse: Originator/Caller UID/GID - [32066 32067] / [47 12]
X-AntiAbuse: Sender Address Domain - server.seekwebhosts.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=4.8 required=5.0 tests=FORGED_RCVD_HELO,
	NIGERIAN_BODY1,NIGERIAN_BODY2,PLING_PLING,SUBJ_ALL_CAPS,US_DOLLARS_3,
	X_PRIORITY_HIGH autolearn=no version=3.0.1
X-Spam-Level: ****
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: camelot_promos@virgilio.it
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


FROM: THE DESK OF THE PROMOTIONS MANAGER,
INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT
CAMELOT LOTTERY,UK
3b Olympic Way, Sefton Business Park,
Aintree, Liverpool , L30 1RD
 
REF NO: MELI-T/ 17-F044262312
BATCH: 901/00319/HLP
 
AWARD WINNING NOTIFICATION
 
We are pleased to inform you of the announcement today of winners of the MEGA JACKPOT LOTTO WINNINGS PROGRAMS held on 19th June 2004.
 
Your company or your personal e-mail address, is attached to ticket number 9901-0148-790-691, with serial number 66109-17 drew the lucky numbers 990-11-815-37-10-83, and consequently won the lottery in the 2nd category. You have therefore been approved for a lump sum pay out of US$1,400,000.00 in cash credited to file REF NO: MELI-T/ 17-F044262312 This is from total prize money of US$7,000,000.00 shared among the Twenty (5) international winners in this category.
 
All participants were selected through a computer ballot system drawn form 25,000 names from Australia, New Zealand, America, Europe, North America and Asia, as part of International Promotions Program, which is conducted annually.
 
Your fund has been deposited in an escrow account and insured in your name. Due to the mix up of some numbers and names, we ask that you keep this award strictly from public notice until your claim has been processed and your money remitted to your account.
 
This is part of our security protocol to avoid double claiming or unscrupulous acts by participants of this program. We hope with a part of your prize, you will participate in our year high stakes US$1.3 billion International Lottery.
 
To claim your winning prize, you must first contact the claims department by email for processing and remittance of your prize money to you. The claims officer contact email is:
 
name: Edward Pinto
email: admin@camelotpromos.org
 
Remember, all prize money must be claimed not later than the 15th of December, 2004. All funds not claimed on or before the fixed date will be returned as unclaimed.
 
NOTE: In order to avoid unnecessary delays and complications, please remember to quote your reference and batch numbers in all correspondences with this office. 
 
Furthermore, should there be any change of your address, do inform us as soon as possible.
 
Congratulations again from all our staff for being part of our promotions program.
 
Sincerely,
 
Mrs. Floris Dries
For camelot lotto;
N.B. Any breach of confidentiality on the part of the winners will result in disqualification and any winner below the age of 18years is automatically disqualified


___________________________________________________________________________
Mail sent from WebMail service at PHP-Nuke Powered Site Clan E-D
http://clan-ed.com

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Dec 08 17:17:28 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1Cc4VK-0006Vm-4s; Wed, 08 Dec 2004 17:17:26 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 08 Dec 2004 17:16:58 +0100 (CET)
Received: from [209.251.149.204] (helo=www.freenick.com)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1Cc4Ug-0006V8-TQ
	for linux-crypto@nl.linux.org; Wed, 08 Dec 2004 17:16:47 +0100
Received: from www.freenick.com (localhost.localdomain [127.0.0.1])
	by www.freenick.com (8.12.8/8.12.8) with ESMTP id iB8G3Pfj003377;
	Wed, 8 Dec 2004 11:03:25 -0500
Received: (from apache@localhost)
	by www.freenick.com (8.12.8/8.12.8/Submit) id iB8FwrbA003259;
	Wed, 8 Dec 2004 10:58:53 -0500
Date: Wed, 8 Dec 2004 10:58:53 -0500
Message-Id: <200412081558.iB8FwrbA003259@www.freenick.com>
To: 
Subject: Response Needed
From: williestroker <williestroker178@netscape.net>
X-Priority: 3 (Normal)
CC: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=4.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NIGERIAN_BODY1,NIGERIAN_BODY2,RISK_FREE,URG_BIZ,
	US_DOLLARS_3 autolearn=no version=3.0.1
X-Spam-Level: ****
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: williestroker178@netscape.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto



INTER BANKING TRUST AND SECURITIES LIMITED 
LONDON.
Email:williestroker178@netscape.net
 

I am Mr.Willie Stroker, an accountant with INTER BANKING TRUST AND SECURITIES LIMITED LONDON, UNITED KINGDOM Here in London our firm is a company of high repute with years of outstanding service to the People of United Kingdom and Europe. I have decided to contact you through this medium based on business proposal that will be of mutual benefit to both of us. I have not discussed this transaction with anybody because it is of top secret.
 
To be explicit and straight to the point. Some time early 1997, a reputable client of ours Mr. Larry Lawrence deposited a sum of USD8.5 million dollars in our company's care for safe keeping. And since then our client has failed to come forward to claim his fund.
Since the death of our client who happens to be a German Citizen, none of his benefactors has come forward to claim the funds with us, which means that none of his relatives or aids had any knowledge of these funds with us. 
I have contacted you to assist in repatriating the assets and Capital valued at US$8,500,000.000 million left behind by this  client before they get confiscated or declared unserviceable by the share holders of this bank, so that they can share his funds as dividends amongst themselves. 
 
I am personally contacting you to personally assist me with the collection of this funds, since I was the personal account officer to this client, I assure you all will go well and I have decided to transfer the funds to a bank in Spain (for easy collection of the funds by you) that you will later contact for claims I assured my friend that the transaction is going to be a huge success and risk free.
 
I have also decided that you will generously be entitled to 30% of the total amount. Upon my receipt of your reply confirming your willingness to assist me on this transaction, I will immediately arrange and transfer all the rights of ownership of these Funds to your name to facilitate your easy clearance and transfer of the complete funds to your country. You have nothing to worry about, as I will be here to assist you in anyway necessary with all proper documentation. 
 
This transaction is 100% risk free.  
Please maintain absolute confidentiality on this matter.
Please reply to the above email address or call me immediately you receive this mail
Let me know what you think so I can start making arrangement with a lawyer that will prepare the change of new beneficiary documents in your name and to also prepare a last will testament in your favor. I await your urgent response.

Thanks and Best Regards
 
Mr. Willie Stroker



___________________________________________________________________________
Mail sent from WebMail service at PHP-Nuke Powered Site
- http://www.freenick.com

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Dec 08 17:17:32 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1Cc4VK-0006Uy-4w; Wed, 08 Dec 2004 17:17:26 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 08 Dec 2004 17:16:36 +0100 (CET)
Received: from [209.251.149.204] (helo=www.freenick.com)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1Cc4UJ-0006UN-GJ
	for linux-crypto@nl.linux.org; Wed, 08 Dec 2004 17:16:23 +0100
Received: from www.freenick.com (localhost.localdomain [127.0.0.1])
	by www.freenick.com (8.12.8/8.12.8) with ESMTP id iB8Fxbfj003266;
	Wed, 8 Dec 2004 10:59:37 -0500
Received: (from apache@localhost)
	by www.freenick.com (8.12.8/8.12.8/Submit) id iB8FlrQ9003204;
	Wed, 8 Dec 2004 10:47:53 -0500
Date: Wed, 8 Dec 2004 10:47:53 -0500
Message-Id: <200412081547.iB8FlrQ9003204@www.freenick.com>
To: 
Subject: Response Needed
From: williestroker <williestroker178@netscape.net>
X-Priority: 3 (Normal)
CC: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Received-SPF: 
X-Spam-Level: ****
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=4.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NIGERIAN_BODY1,NIGERIAN_BODY2,RISK_FREE,URG_BIZ,
	US_DOLLARS_3 autolearn=no version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: williestroker178@netscape.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto



INTER BANKING TRUST AND SECURITIES LIMITED 
LONDON.
Email:williestroker178@netscape.net
 

I am Mr.Willie Stroker, an accountant with INTER BANKING TRUST AND SECURITIES LIMITED LONDON, UNITED KINGDOM Here in London our firm is a company of high repute with years of outstanding service to the People of United Kingdom and Europe. I have decided to contact you through this medium based on business proposal that will be of mutual benefit to both of us. I have not discussed this transaction with anybody because it is of top secret.
 
To be explicit and straight to the point. Some time early 1997, a reputable client of ours Mr. Larry Lawrence deposited a sum of USD8.5 million dollars in our company's care for safe keeping. And since then our client has failed to come forward to claim his fund.
Since the death of our client who happens to be a German Citizen, none of his benefactors has come forward to claim the funds with us, which means that none of his relatives or aids had any knowledge of these funds with us. 
I have contacted you to assist in repatriating the assets and Capital valued at US$8,500,000.000 million left behind by this  client before they get confiscated or declared unserviceable by the share holders of this bank, so that they can share his funds as dividends amongst themselves. 
 
I am personally contacting you to personally assist me with the collection of this funds, since I was the personal account officer to this client, I assure you all will go well and I have decided to transfer the funds to a bank in Spain (for easy collection of the funds by you) that you will later contact for claims I assured my friend that the transaction is going to be a huge success and risk free.
 
I have also decided that you will generously be entitled to 30% of the total amount. Upon my receipt of your reply confirming your willingness to assist me on this transaction, I will immediately arrange and transfer all the rights of ownership of these Funds to your name to facilitate your easy clearance and transfer of the complete funds to your country. You have nothing to worry about, as I will be here to assist you in anyway necessary with all proper documentation. 
 
This transaction is 100% risk free.  
Please maintain absolute confidentiality on this matter.
Please reply to the above email address or call me immediately you receive this mail
Let me know what you think so I can start making arrangement with a lawyer that will prepare the change of new beneficiary documents in your name and to also prepare a last will testament in your favor. I await your urgent response.

Thanks and Best Regards
 
Mr. Willie Stroker



___________________________________________________________________________
Mail sent from WebMail service at PHP-Nuke Powered Site
- http://www.freenick.com

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Dec 08 17:25:46 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1Cc4dN-00077u-GC; Wed, 08 Dec 2004 17:25:45 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 08 Dec 2004 17:25:18 +0100 (CET)
Received: from [209.251.149.204] (helo=www.freenick.com)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1Cc4cj-00077R-3Y
	for linux-crypto@nl.linux.org; Wed, 08 Dec 2004 17:25:05 +0100
Received: from www.freenick.com (localhost.localdomain [127.0.0.1])
	by www.freenick.com (8.12.8/8.12.8) with ESMTP id iB8G8Wfj003544;
	Wed, 8 Dec 2004 11:08:32 -0500
Received: (from apache@localhost)
	by www.freenick.com (8.12.8/8.12.8/Submit) id iB8G3ZRP003393;
	Wed, 8 Dec 2004 11:03:35 -0500
Date: Wed, 8 Dec 2004 11:03:35 -0500
Message-Id: <200412081603.iB8G3ZRP003393@www.freenick.com>
To: 
Subject: Response Needed
From: williestroker <williestroker178@netscape.net>
X-Priority: 3 (Normal)
CC: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: ****
X-Spam-Status: No, score=4.7 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,NIGERIAN_BODY1,NIGERIAN_BODY2,RISK_FREE,URG_BIZ,
	US_DOLLARS_3 autolearn=no version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: williestroker178@netscape.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto



INTER BANKING TRUST AND SECURITIES LIMITED 
LONDON.
Email:williestroker178@netscape.net
 

I am Mr.Willie Stroker, an accountant with INTER BANKING TRUST AND SECURITIES LIMITED LONDON, UNITED KINGDOM Here in London our firm is a company of high repute with years of outstanding service to the People of United Kingdom and Europe. I have decided to contact you through this medium based on business proposal that will be of mutual benefit to both of us. I have not discussed this transaction with anybody because it is of top secret.
 
To be explicit and straight to the point. Some time early 1997, a reputable client of ours Mr. Larry Lawrence deposited a sum of USD8.5 million dollars in our company's care for safe keeping. And since then our client has failed to come forward to claim his fund.
Since the death of our client who happens to be a German Citizen, none of his benefactors has come forward to claim the funds with us, which means that none of his relatives or aids had any knowledge of these funds with us. 
I have contacted you to assist in repatriating the assets and Capital valued at US$8,500,000.000 million left behind by this  client before they get confiscated or declared unserviceable by the share holders of this bank, so that they can share his funds as dividends amongst themselves. 
 
I am personally contacting you to personally assist me with the collection of this funds, since I was the personal account officer to this client, I assure you all will go well and I have decided to transfer the funds to a bank in Spain (for easy collection of the funds by you) that you will later contact for claims I assured my friend that the transaction is going to be a huge success and risk free.
 
I have also decided that you will generously be entitled to 30% of the total amount. Upon my receipt of your reply confirming your willingness to assist me on this transaction, I will immediately arrange and transfer all the rights of ownership of these Funds to your name to facilitate your easy clearance and transfer of the complete funds to your country. You have nothing to worry about, as I will be here to assist you in anyway necessary with all proper documentation. 
 
This transaction is 100% risk free.  
Please maintain absolute confidentiality on this matter.
Please reply to the above email address or call me immediately you receive this mail
Let me know what you think so I can start making arrangement with a lawyer that will prepare the change of new beneficiary documents in your name and to also prepare a last will testament in your favor. I await your urgent response.

Thanks and Best Regards
 
Mr. Willie Stroker



___________________________________________________________________________
Mail sent from WebMail service at PHP-Nuke Powered Site
- http://www.freenick.com

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Wed Dec 15 01:16:30 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CeMqC-0007J7-Co; Wed, 15 Dec 2004 01:16:28 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Wed, 15 Dec 2004 01:15:19 +0100 (CET)
Received: from [209.188.13.31] (helo=trak01.g3xlocal.net)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CeMoi-0007FU-B7
	for linux-crypto@nl.linux.org; Wed, 15 Dec 2004 01:14:56 +0100
Received: from trak01.g3xlocal.net (localhost [127.0.0.1])
	by trak01.g3xlocal.net (8.12.10/8.12.10) with ESMTP id iBF0EATM012915
	for <linux-crypto@nl.linux.org>; Tue, 14 Dec 2004 17:14:10 -0700
Date: Tue, 14 Dec 2004 17:14:10 -0700
Message-ID: <619745.1103069650027.JavaMail.wegadmin@trak01.g3xlocal.net>
From: 3x Lifetime Newsletter <do.not.reply@3xlifetime.com>
To: linux-crypto@nl.linux.org
Subject: Welcome to 3xLifetime
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
Received-SPF: 
X-Spam-Level: *
X-Spam-Status: No, score=1.3 required=5.0 tests=HTML_FONT_INVISIBLE,
	HTML_MESSAGE,HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY autolearn=no 
	version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: do.not.reply@3xlifetime.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

			<table border="0" cellpadding="0" cellspacing="0" width="600">
				<tr>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="9" height="1" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="581" height="1" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="10" height="1" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="1" border="0" alt="">
					</td>
				</tr>
				<tr>
					<td colspan="3">
						<img name="n3xlnewsltrtemp01_r1_c1" src="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r1_c1.gif" width="600" height="73" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="73" border="0" alt="">
					</td>
				</tr>
				<tr>
					<td colspan="3" background="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r2_c1.gif">
						<table width="100%" border="0" cellspacing="3" cellpadding="6">
							<tr>
								<td class="titletxtwhite01">
									<div align="right">
										<font color="#FFFFFF" size="3" face="Tahoma, Verdana">
											<strong>
												NEWSLETTER</strong>
										</font>
									</div>
								</td>
							</tr>
						</table>
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="38" border="0" alt="">
					</td>
				</tr>
				<tr>
					<td valign="top" background="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r3_c1.gif">
						<img name="n3xlnewsltrtemp01_r3_c1" src="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r3_c1.gif" width="9" height="179" border="0" alt="">
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<table width="85%" border="0" cellspacing="3" cellpadding="6">
								<tr>
									<td>
										<p>
											<font size="2" face="Tahoma, Verdana">
												<strong>
													Newsletter Confirmation,
												</strong>
												<br>
												<br>
												You are receiving this email because your email was entered into 3xlifetime.com from the ip address 24.161.113.23. Please click the below confirmation link to confirm this email.<br>
<br>
												<a href="http://tracking.g3x.com/confirmEmail.action?id=41578&passkey=hsvurcfnpqbxetg">
													http://tracking.g3x.com/confirmEmail.action?id=41578&passkey=hsvurcfnpqbxetg
												</a><br>
												<br>
												If you are receiving this email in error, please disregard.
												<br>
												<br>
												<strong>
													Thanks and Best Regards, 
													<br>
													<font color="#791610">
														The 3XLifetime Staff</font></strong>
											</font>
											<br>
										</p>
									</td>
								</tr>
							</table>
						</div>
					</td>
					<td valign="top" background="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r3_c3.gif">
						<img name="n3xlnewsltrtemp01_r3_c3" src="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r3_c3.gif" width="10" height="179" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="179" border="0" alt="">
					</td>
				</tr>
				<tr>
					<td colspan="3" valign="top">
						<img name="n3xlnewsltrtemp01_r4_c1" src="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r4_c1.gif" width="600" height="60" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="60" border="0" alt="">
					</td>
				</tr>
			</table>


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Thu Dec 16 00:38:50 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CeijI-00056D-JY; Thu, 16 Dec 2004 00:38:48 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Thu, 16 Dec 2004 00:38:05 +0100 (CET)
Received: from heizkabel.de ([217.160.191.140] helo=p15134943.pureserver.info)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CeiiF-000550-FZ
	for linux-crypto@nl.linux.org; Thu, 16 Dec 2004 00:37:43 +0100
Received: by p15134943.pureserver.info (Postfix, from userid 30)
	id 074DE34C255; Thu, 16 Dec 2004 00:26:36 +0100 (CET)
To: 
Subject: AWARD NOTIFICATION: FINAL NOTICE 
From: sage <sage11@kaixo.com>
X-Priority: 3 (Normal)
Cc: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Message-Id: <20041215232636.074DE34C255@p15134943.pureserver.info>
Date: Thu, 16 Dec 2004 00:26:36 +0100 (CET)
Received-SPF: 
X-Spam-Level: 
X-Spam-Status: No, score=0.9 required=5.0 tests=FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS,SUBJ_ALL_CAPS autolearn=no version=3.0.1
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: sage11@kaixo.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


EUROPE  FORTUNE LOTTERY. 

15 SILVERVERHIL ROAD, DERBY DE23 6UJ 

DERBYSHIRE UNITED KINGDOM

  

FROM: THE DESK OF THE PROMOTION MANAGER 

INTERNATIONAL PROMOTIONS/PRIZE AWARD DEPARTMENT,  

REF: EFL/04/736207152/UK 

  

ATTN: AWARD WINNER. 

  

AWARD NOTIFICATION: FINAL NOTICE 

  

We are pleased to inform you of the announcement today,December 

15th, 2004,of winners of the EUROPE  FORTUNE LOTTERY/ 

INTERNATIONAL PROGRAMS held on November 31st, 2004.Your e-mail address attachedd to ticket number L754/22/76,Europelotto BV code, number:EFL09622UK drew  the lucky numbers 37-13-34-85-56-42, and consequently won in 2nd category.



Note that No tickets were sold, all participants in this lottery program  

have been selected randomly through a computer  ballot system drawn from over 25,000 addresses  individuals and companies from all search engines and web sites. This promotional program takes place  every year, and is promoted and sponsored by eminent personalities like the Sultan of Brunei, Bill Gates  of microsoft inc and other corporate organisations. 



This is to encourage the use of the internet and  computers worldwide.  

You have therefore been approved for a lump sum pay out of 

5,000,000.00EURO(FIVE MILLION) in cash credited to file REF NO. 

REF: EFL/04/736207152/UK  This is from total  prize money  shared 

among the  fifteen international winners in the 2nd category.



CONGRATULATIONS! Your fund is now deposited with a  Finance and 

Security House and insured in your name.  Due to the mix up of some numbers and names, we ask  that you keep this award strictly from public notice  until your claim has been processed and your money remitted to your account. This is part of our  security protocol to avoid double claiming or  unscrupulous acts by participants of this program.To begin your claim,please contact your claims officer/Agent immediately: 

   

   

JAMES HOLSTER 

CHIEF FINANCIAL DIRECTOR 

EQUITORIAL TRUST AND FINANCE CO.

EMAIL: equitorial_trust77@mail2london.com





  

For due processing and remittance of your prize money to a designated

account of your choice.  Remember,you must contact your claims officer not later than one week from the receipt of this mail.After this date, all funds will be returned as unclaimed.All correspondences to JAMES HOLSTER,either by email,should have this email sent along with it and also, your email address to which this email is sent,should be clearly and boldly written in your response. 



NOTE: In order to avoid unnecessary delays and complications, please 

remember to quote your reference number in every one  of your 

correspondences with your officer.Furthermore,should there be any change of your address, do inform your claims officer as soon as possible. 



Congratulations again from all our staff and thank you for being part of 

our promotions program. 

  

Sincerely, 

  

Sarah George.

Promotions Manager 



___________________________________________________________________________


-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Sun Dec 19 20:34:05 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1Cg6oc-0005Hi-Nl; Sun, 19 Dec 2004 20:34:02 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Sun, 19 Dec 2004 20:32:53 +0100 (CET)
Received: from ventuari.dattaventuari.com ([69.10.155.54])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1Cg6nI-0005Ep-4L
	for linux-crypto@nl.linux.org; Sun, 19 Dec 2004 20:32:40 +0100
Received: from nobody by ventuari.dattaventuari.com with local (Exim 4.43)
	id 1Cg6lO-0005tl-Vc; Sun, 19 Dec 2004 15:30:43 -0400
To: 
Subject: Good Day
From: Thomas White <thomwhite101@138mail.com>
X-Priority: 3 (Normal)
CC: 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Message-Id: <E1Cg6lO-0005tl-Vc@ventuari.dattaventuari.com>
Date: Sun, 19 Dec 2004 15:30:43 -0400
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - ventuari.dattaventuari.com
X-AntiAbuse: Original Domain - nl.linux.org
X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
X-AntiAbuse: Sender Address Domain - ventuari.dattaventuari.com
X-Source: 
X-Source-Args: 
X-Source-Dir: 
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=3.2 required=5.0 tests=DEAR_FRIEND,
	DNS_FROM_AHBL_RHSBL,FROM_ENDS_IN_NUMS,RCVD_IN_BL_SPAMCOP_NET,URG_BIZ 
	autolearn=no version=3.0.1
X-Spam-Level: ***
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: thomwhite101@138mail.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


Dear Friend,

Good day to you. I may have to trouble your sense of personal achievement and reward for an opportunity properly taken advantage of.

I am Barrister Thomas White, a representative and an attorney to Reuben Mark a business man and CEO of SULTA OIL, a registered oil servicing Contractor in London, UK; whose untimely death occurred recently in his home town waterloo, Belgium, following a recent car explosion. 

Neither him nor his wife who he used as his next of kin are alive since the incident claimed the lives of the entire family, leaving no one alive to claim the sum of (£14,000,000.00), he left in his bank account.
It is against this backdrop that I seek for a foreign partner that we can work together to make the transfer of this money a success.

Reply immediately if you are interested, I will furnish you with more details upon your acceptance and willingness to assist me in this transaction.

Please provide me the following:

1. Full Name
2. Your Telephone Number and Fax Number
3. Your Contact Address.

Your urgent response will be highly anticipated and appreciated.

Best regards,

Barrister Thomas White.




___________________________________________________________________________
Mail enviado desde www.gestoslarevista.com

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Thu Dec 30 12:17:07 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CjyIi-0007Ul-H5; Thu, 30 Dec 2004 12:17:04 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Thu, 30 Dec 2004 12:16:04 +0100 (CET)
Received: from www.colpc.com ([69.64.50.205] helo=mountain-ridge.com)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CjyHU-0007M7-6T
	for linux-crypto@nl.linux.org; Thu, 30 Dec 2004 12:15:48 +0100
Received: (qmail 9890 invoked by uid 48); 30 Dec 2004 09:42:43 -0000
Date: 30 Dec 2004 09:42:43 -0000
Message-ID: <20041230094243.9888.qmail@mountain-ridge.com>
To:
Subject: Response Needed
From: onomeobi <onomeobi78@netscape.net>
X-Priority: 3 (Normal)
CC:
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Status: No, score=1.3 required=5.0 tests=DEAR_FRIEND,FORGED_RCVD_HELO,
	FROM_ENDS_IN_NUMS autolearn=no version=3.0.1
X-Spam-Level: *
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: onomeobi78@netscape.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


>From Miss Onome Obi

email:onomeobi78@netscape.net



Dear friend,

How are you doing today? 

I hope fine. if so glory be to God. my names is Onome obi 25yrs and I am the daughter to the late former minister of agriculture in Nigeria. my dad died since last years in a ghastly plane crash on his way back from Kenya, and since then life has not been easy for me and my family 

anyway i thank God that i am alive today. 



Since the death of my dad things have not been easy with us. Though my dad died leaving a huge amount of funds and the government has refused to release this money because the money has been lodged in foreign account. I and my family have gone through hell even my dadsbrothers could not help us and the only given option now for us to have a reliable foreigner that can assist us with his/her foreign account so that the funds can be transferred into his or her account. After this has been done my family and I are willing to offer 25% of the funds to anyone that can assist us so that we can claim our money. 



My mum has been so ill and things are not really going well with us here. I decided to contact you because i knew God was gong to use you to assist me and my family from our present predicament.As soon as we have been able to collect this money I and my family will be coming 

overseas so we can start up a new life and invest in a profitable business venture i will be glad if you can assist. There is nothing to fear about as i have attached my pics for proper identification as i write this I write in tears and pains, I appeal to you to assist me so that the funds can be transfer I will give u more details as soon as hear from you. 



I want you to know that i have been directed by the spirit to send this to you, may the lord bless you richly as you assist my family and me in regaining our lost life back as this is my mum's only wish right now? and do please reply me with this email address: 

onomeobi78@netscape.net



Best regards



Miss Onome obi.



___________________________________________________________________________
Mail sent from WebMail service at PHP-Nuke Powered Site

- http://yoursite.com

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Fri Dec 31 04:06:10 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CkD7A-0002Y1-Lg; Fri, 31 Dec 2004 04:06:08 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Fri, 31 Dec 2004 04:05:26 +0100 (CET)
Received: from [209.188.13.31] (helo=trak01.g3xlocal.net)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CkD67-0000qC-SV
	for linux-crypto@nl.linux.org; Fri, 31 Dec 2004 04:05:04 +0100
Received: from trak01.g3xlocal.net (localhost [127.0.0.1])
	by trak01.g3xlocal.net (8.12.10/8.12.10) with ESMTP id iBV34JTM017776
	for <linux-crypto@nl.linux.org>; Thu, 30 Dec 2004 20:04:19 -0700
Date: Thu, 30 Dec 2004 20:04:19 -0700
Message-ID: <20145756.1104462259290.JavaMail.wegadmin@trak01.g3xlocal.net>
From: 3x Lifetime <support@3xlifetime.com>
To: linux-crypto@nl.linux.org
Subject: Welcome to 3x Lifetime
Mime-Version: 1.0
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
Received-SPF: 
X-Spam-Status: No, score=1.7 required=5.0 tests=HTML_90_100,
	HTML_FONT_INVISIBLE,HTML_IMAGE_RATIO_04,HTML_MESSAGE,
	HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY autolearn=no version=3.0.1
X-Spam-Level: *
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: support@3xlifetime.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

			<table border="0" cellpadding="0" cellspacing="0" width="600">
				<tr>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="9" height="1" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="581" height="1" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="10" height="1" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="1" border="0" alt="">
					</td>
				</tr>
				<tr>
					<td colspan="3">
						<img name="n3xlnewsltrtemp01_r1_c1" src="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r1_c1.gif" width="600" height="73" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="73" border="0" alt="">
					</td>
				</tr>
				<tr>
					<td colspan="3" background="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r2_c1.gif">
						<table width="100%" border="0" cellspacing="3" cellpadding="6">
							<tr>
								<td class="titletxtwhite01">
									<div align="right">
										<font color="#FFFFFF" size="3" face="Tahoma, Verdana">
											<strong>
												NEWSLETTER</strong></font>
									</div>
								</td>
							</tr>
						</table>
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="38" border="0" alt="">
					</td>
				</tr>
				<tr>
					<td valign="top" background="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r3_c1.gif">
						<img name="n3xlnewsltrtemp01_r3_c1" src="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r3_c1.gif" width="9" height="179" border="0" alt="">
					</td>
					<td bgcolor="#FFFFFF">
						<div align="center">
							<table width="85%" border="0" cellspacing="3" cellpadding="6">
								<tr>
									<td>
										<p>
											<font size="2" face="Tahoma, Verdana">
												<strong>
													Dear linux-crypto@nl.linux.org,</strong>
												<br>
												<br>
												Welcome to 3xLifetime.com. Your login information is below:
												<br>
												<br>
												
												<b>
													Username:
												</b>
												linux-crypto@nl.linux.org
												<br>
												<b>
													Password:
												</b>
												vbuajdkr
												<br>
												  
												<br>
												To log in, please click the link below.
												<br>
												<a href="http://members.3xlifetime.com/">
													http://members.3xlifetime.com/
												</a>
												<br>
												<br>
												<strong>
													Thank You,
													<br>
													<font color="#791610">
														The 3XLifetime Staff</font></strong></font>
											<br>
										</p>
									</td>
								</tr>
							</table>
						</div>
					</td>
					<td valign="top" background="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r3_c3.gif">
						<img name="n3xlnewsltrtemp01_r3_c3" src="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r3_c3.gif" width="10" height="179" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="179" border="0" alt="">
					</td>
				</tr>
				<tr>
					<td colspan="3" valign="top">
						<img name="n3xlnewsltrtemp01_r4_c1" src="http://tracking.g3x.com/newsletter/3xlnewsltrtemp01_r4_c1.gif" width="600" height="60" border="0" alt="">
					</td>
					<td>
						<img src="http://tracking.g3x.com/newsletter/spacer.gif" width="1" height="60" border="0" alt="">
					</td>
				</tr>
			</table>

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Fri Dec 31 06:15:28 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CkF8D-0008ES-UV; Fri, 31 Dec 2004 06:15:21 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Fri, 31 Dec 2004 06:14:44 +0100 (CET)
Received: from www.colpc.com ([69.64.50.205] helo=mountain-ridge.com)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CkF7N-0008AZ-G9
	for linux-crypto@nl.linux.org; Fri, 31 Dec 2004 06:14:29 +0100
Received: (qmail 7810 invoked by uid 48); 30 Dec 2004 12:17:36 -0000
Date: 30 Dec 2004 12:17:36 -0000
Message-ID: <20041230121736.7808.qmail@mountain-ridge.com>
To:
Subject: Response Needed
From: onomeobi <onomeobi78@netscape.net>
X-Priority: 3 (Normal)
CC:
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: RLSP Mailer
Received-SPF: 
X-Spam-Status: No, score=2.6 required=5.0 tests=AWL,DEAR_FRIEND,
	FORGED_RCVD_HELO,FROM_ENDS_IN_NUMS,RCVD_IN_BL_SPAMCOP_NET 
	autolearn=no version=3.0.1
X-Spam-Level: **
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: onomeobi78@netscape.net
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


>From Miss Onome Obi

email:onomeobi78@netscape.net



Dear friend,

How are you doing today? 

I hope fine. if so glory be to God. my names is Onome obi 25yrs and I am the daughter to the late former minister of agriculture in Nigeria. my dad died since last years in a ghastly plane crash on his way back from Kenya, and since then life has not been easy for me and my family 

anyway i thank God that i am alive today. 



Since the death of my dad things have not been easy with us. Though my dad died leaving a huge amount of funds and the government has refused to release this money because the money has been lodged in foreign account. I and my family have gone through hell even my dadsbrothers could not help us and the only given option now for us to have a reliable foreigner that can assist us with his/her foreign account so that the funds can be transferred into his or her account. After this has been done my family and I are willing to offer 25% of the funds to anyone that can assist us so that we can claim our money. 



My mum has been so ill and things are not really going well with us here. I decided to contact you because i knew God was gong to use you to assist me and my family from our present predicament.As soon as we have been able to collect this money I and my family will be coming 

overseas so we can start up a new life and invest in a profitable business venture i will be glad if you can assist. There is nothing to fear about as i have attached my pics for proper identification as i write this I write in tears and pains, I appeal to you to assist me so that the funds can be transfer I will give u more details as soon as hear from you. 



I want you to know that i have been directed by the spirit to send this to you, may the lord bless you richly as you assist my family and me in regaining our lost life back as this is my mum's only wish right now? and do please reply me with this email address: 

onomeobi78@netscape.net



Best regards



Miss Onome obi.



___________________________________________________________________________
Mail sent from WebMail service at PHP-Nuke Powered Site

- http://yoursite.com

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Fri Dec 31 07:59:32 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CkGl0-0000iT-R6; Fri, 31 Dec 2004 07:59:30 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Fri, 31 Dec 2004 07:58:52 +0100 (CET)
Received: from imo-m19.mx.aol.com ([64.12.137.11])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CkGkC-0000ha-Pg
	for linux-crypto@nl.linux.org; Fri, 31 Dec 2004 07:58:40 +0100
Received: from LadyElaine1@aol.com
	by imo-m19.mx.aol.com (mail_out_v37_r3.8.) id o.1d3.2e2b955a (4539)
	 for <linux-crypto@nl.linux.org>; Fri, 31 Dec 2004 01:50:26 -0500 (EST)
From: LadyElaine1@aol.com
Message-ID: <1d3.2e2b955a.2f0650b2@aol.com>
Date: Fri, 31 Dec 2004 01:50:26 EST
Subject: RE:
To: linux-crypto@nl.linux.org
MIME-Version: 1.0
Content-Type: multipart/alternative; boundary="-----------------------------1104475821"
X-Mailer: 9.0 Security Edition for Windows sub 1200
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: 
X-Spam-Status: No, score=0.4 required=5.0 tests=HTML_90_100,HTML_MESSAGE,
	NO_REAL_NAME autolearn=no version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: LadyElaine1@aol.com
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto


-------------------------------1104475821
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

Creating a .NET passport

-------------------------------1104475821
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.2900.2523" name=3DGENERATOR></HEAD>
<BODY id=3Drole_body style=3D"FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY:=20=
Arial"=20
bottomMargin=3D7 leftMargin=3D7 topMargin=3D7 rightMargin=3D7><FONT id=3Drol=
e_document=20
face=3DArial color=3D#000000 size=3D2>
<DIV>Creating a .NET passport</DIV></FONT></BODY></HTML>

-------------------------------1104475821--

-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



From linux-crypto-bounce@nl.linux.org Fri Dec 31 09:10:39 2004
Received: from localhost ([127.0.0.1] helo=humbolt)
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CkHrq-0002sS-O1; Fri, 31 Dec 2004 09:10:38 +0100
Received: with ECARTIS (v1.0.0; list linux-crypto); Fri, 31 Dec 2004 09:10:00 +0100 (CET)
Received: from free.silesianet.pl ([217.97.186.5])
	by humbolt.nl.linux.org with esmtp (Exim 4.22)
	id 1CkHqy-0002rq-6H
	for linux-crypto@nl.linux.org; Fri, 31 Dec 2004 09:09:44 +0100
Received: from silesianet.pl ([217.153.130.50])
	(authenticated)
	by free.silesianet.pl (8.11.6/8.11.6) with ESMTP id iBV89cg22417
	for <linux-crypto@nl.linux.org>; Fri, 31 Dec 2004 09:09:39 +0100
Message-Id: <200412310809.iBV89cg22417@free.silesianet.pl>
From: Rafal Mazurkiewicz <rmazur@silesianet.pl>
To: linux-crypto@nl.linux.org
Subject: Prywaty-zacja
Date: 31 Dec 2004 09:10:49 +0100
MIME-Version: 1.0
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
X-MIME-Autoconverted: from 8bit to quoted-printable by free.silesianet.pl id iBV89cg22417
Received-SPF: 
X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on 
	humbolt.nl.linux.org
X-Spam-Level: *
X-Spam-Status: No, score=1.2 required=5.0 tests=HTML_40_50,HTML_MESSAGE,
	MIME_HTML_ONLY autolearn=no version=3.0.1
X-ecartis-version: Ecartis v1.0.0
Sender: linux-crypto-bounce@nl.linux.org
Errors-to: linux-crypto-bounce@nl.linux.org
X-original-sender: rmazur@silesianet.pl
Precedence: bulk
List-help: <mailto:ecartis@nl.linux.org?Subject=help>
List-unsubscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=unsubscribe>
List-software: Ecartis version 1.0.0
List-Id: <linux-crypto.nl.linux.org>
X-List-ID: <linux-crypto.nl.linux.org>
List-subscribe: <mailto:linux-crypto-request@nl.linux.org?Subject=subscribe>
List-owner: <mailto:ecartis-owner@nl.linux.org>
List-post: <mailto:linux-crypto@nl.linux.org>
List-archive: <http://mail.nl.linux.org/linux-crypto/>
X-list: linux-crypto

<html>
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Diso-885=
9-2">
</head>
<body>

<p style=3D"text-align: justify; line-height: 16pt; margin-top: 6.0pt">
<span style=3D"font-size: 12.0pt"><br>
W ostatnim czasie CA IB przeprowadzi=B3o bardzo korzystn=B1 (dla CA IB) t=
ransakcj=EA z=20
PZU. Wed=B3ug szacunkowej oceny analityk=F3w i doradc=F3w inwestycyjnych =
PZU S.A.=20
straci=B3o na tej operacji co najmniej 100 mln z=B3otych. Rynek&nbsp;zasz=
okowa=B3a zani=BFona=20
warto=B6=E6 transakcji zakupu przez CA IB akcji trzech funduszy NFI. W&nb=
sp;nagrod=EA CA IB=20
zostaje zaproszone przez ministra skarbu&nbsp; do z=B3o=BFenia ofert na d=
oradztwo=20
przy prywatyzacji PZU SA. To co robi MSP mo=BFna by nazwa=E6 grotesk=B1, =
gdyby nie=20
fakt, =BFe za &#8222;dobr=B1 zabaw=EA&#8221; p=B3aci ca=B3e spo=B3ecze=F1=
stwo. W&nbsp;sprawie transakcji z PZU=20
pani Alicja Kornasiewicz i CA IB powinni dosta=E6 zaproszenie, lecz do=20
prokuratury.</span></p>
<p style=3D"text-align: justify; margin-top:0">
<font size=3D"2"><u>=ACr=F3d=B3o:</u><br>
PKO BP i reszta =B6wiata&nbsp;
<a href=3D"http://www.issues.150m.com/raport/pko-bp.htm">
http://www.issues.150m.com/raport/pko-bp.htm</a> </font></p>
<p style=3D"text-align: justify; margin-top:-6pt">
<font size=3D"2"><u>Inne strony:</u></font><font size=3D"3"><br>
</font><font size=3D"2">
<a href=3D"http://zls.mimuw.edu.pl/KTM/archiwum/706427344.txt">
http://zls.mimuw.edu.pl/KTM/archiwum/706427344.txt</a><br>
<a href=3D"http://www.geocities.com/readares/">
http://www.geocities.com/readares/</a><br>
<a href=3D"http://www.kurier.iap.pl/zdanie/zdanie.php">
http://www.kurier.iap.pl/zdanie/zdanie.php</a> </font></p>
<BR>&nbsp;</p>
</body>
</html>



-
Linux-crypto:  cryptography in and on the Linux system
Archive:       http://mail.nl.linux.org/linux-crypto/



