From zmailer-owner@nic.funet.fi Tue Jan  1 05:22:46 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S12511AbSAADWf>; Tue, 1 Jan 2002 05:22:35 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S13090AbSAADWQ>;
	Tue, 1 Jan 2002 05:22:16 +0200
Received: from piast.t19.ds.pwr.wroc.pl ([156.17.229.247]:1530 "EHLO
	piast.t19.ds.pwr.wroc.pl" ident: "root" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S13168AbSAADWG>;
	Tue, 1 Jan 2002 05:22:06 +0200
Received: (from localhost user: 'jorgus', uid#901)
	by piast.t19.ds.pwr.wroc.pl id <S16AbSAADVn>;
	Tue, 1 Jan 2002 04:21:43 +0100
Date:	Tue, 1 Jan 2002 04:21:43 +0100
From:	Szymon Juraszczyk <szymon@ssk.pl>
To:	zmailer@pizi.cz
Cc:	zmailer@nic.funet.fi
Subject: Re: MAIL FROM discarded
Message-ID: <20020101042143.A20051@t19.ds.pwr.wroc.pl>
References: <102264891734.20011210145750@zto.cz>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <102264891734.20011210145750@zto.cz>; from zmailer@pizi.cz on Mon, Dec 10, 2001 at 02:57:50PM +0100
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Mon, 2001-12-10 at 14:57:50, zmailer@pizi.cz wrote:

> I have server with zmailer.
> >From this server I send with my perl script mail to this local
> Zmailer...
> 
> HELO localhost
> MAIL FROM: <automat@jinak.cz>
> RCPT TO: <shaana@shaana.cz>
> DATA
> Subject: Potvrzeni registrace
> From: Potvrzovadlo <potvrd@jinak.cz>
> To: Prihlasovatel <shaana@shaana.cz>
> X-pomucka: blabla
> bla bla bla
> QUIT
> 
> This all is OK. Zmailer receive this from my script, but!
> 
> When Zmailer sending this mail to shaana, this mail have envelope
> MAIL FROM: <>, and shaana's SMTP server is configured to not receive
> mail with empty MAIL FROM:.
> 
> Why Zmailer discard my MAIL FROM?

  I had the same problem when I used a 'hack' to reject nonexistent users
in virtual domains, putting

a.domain.com	error!nosuchuser

  in /etc/zmailer/db/routes file. There's a piece of code in Zmailer that
breaks MAIL FROM addresses when it thinks they are comming from 'error'
channel.

  If this is what you do, I can give you solution to this problem.

Regards,
-- 
Szymon Juraszczyk, szymon@ssk.pl
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jan  1 14:53:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S13408AbSAAMx1>; Tue, 1 Jan 2002 14:53:27 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S13414AbSAAMxS>;
	Tue, 1 Jan 2002 14:53:18 +0200
Received: from piast.t19.ds.pwr.wroc.pl ([156.17.229.247]:4153 "EHLO
	piast.t19.ds.pwr.wroc.pl" ident: "root" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S13408AbSAAMxG>;
	Tue, 1 Jan 2002 14:53:06 +0200
Received: (from localhost user: 'jorgus', uid#901)
	by piast.t19.ds.pwr.wroc.pl id <S752AbSAAMwh>;
	Tue, 1 Jan 2002 13:52:37 +0100
Date:	Tue, 1 Jan 2002 13:52:37 +0100
From:	Szymon Juraszczyk <szymon@ssk.pl>
To:	Petr Klimovic <klimovic@infocity.cz>
Cc:	zmailer@nic.funet.fi
Subject: Re: MAIL FROM discarded
Message-ID: <20020101135237.A3031@t19.ds.pwr.wroc.pl>
References: <102264891734.20011210145750@zto.cz> <20020101042143.A20051@t19.ds.pwr.wroc.pl> <191313847924.20020101122203@infocity.cz>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <191313847924.20020101122203@infocity.cz>; from klimovic@infocity.cz on Tue, Jan 01, 2002 at 12:22:03PM +0100
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, 2002-01-01 at 12:22:03, Petr Klimovic wrote:

> SJ>   in /etc/zmailer/db/routes file. There's a piece of code in Zmailer that
> SJ> breaks MAIL FROM addresses when it thinks they are comming from 'error'
> SJ> channel.
> 
> SJ>   If this is what you do, I can give you solution to this problem.
> 
> Prosze o rozvionzanie.
> Yes, I want this solution, please.

  I simply use a diffrent channel name:

domain.com.pl        notfound!address_does_not_exist

  which I defined in scheduler.conf:

notfound/*
	interval=5m
	idlemax=2m
	maxchannel=5
	command="errormail -c notfound"

Regards,
-- 
Szymon Juraszczyk, szymon@ssk.pl
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jan  3 23:01:22 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S7773AbSACVBM>; Thu, 3 Jan 2002 23:01:12 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14702AbSACVAx>;
	Thu, 3 Jan 2002 23:00:53 +0200
Received: from alpha.netcentrum.cz ([195.47.69.133]:2867 "EHLO
	alpha.netcentrum.cz" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S14677AbSACVAt>;
	Thu, 3 Jan 2002 23:00:49 +0200
Received: from netcentrum.cz (garfield.netcentrum.cz [195.47.69.148]) by alpha.netcentrum.cz with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
	id ZC7NPKLX; Thu, 3 Jan 2002 22:01:14 +0100
Message-ID: <3C34C572.7D9E6B70@netcentrum.cz>
Date:	Thu, 03 Jan 2002 20:56:18 +0000
From:	Martin Zedek <martin.zedek@netcentrum.cz>
X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.19pre17 i686)
X-Accept-Language: en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: message routing, aliases
References: <002401c11e7f$24aecd40$2ca31dc2@ire.pw.edu.pl> <20010806170407.D4245@nic.funet.fi>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello,

I have three machines, each one with zmailer installation
(system Linux 2.4., zmailer 2.99.51.52pre3.orig)

users are situated on machine_2 and machine_3,
machine_1 should be just zmailer gate

I have to solve this:
when mail comes to gate, i want to resent message
to proper machine.

what is the best possibility?

- define rules in /etc/aliases, but is it
  good idea? (in case of many hundred thousand users?)

- define fqdnaliases
  (it should be faster than /etc/aliases, true?)
  (is the [fqdn]aliases file update efficient?)

- configure crosssbar.cf or ?.cf
  (more difficult but more efficient?)

Thanks
Have a nice day
Martin
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jan  4 14:50:51 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15370AbSADMua>; Fri, 4 Jan 2002 14:50:30 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15375AbSADMuV>;
	Fri, 4 Jan 2002 14:50:21 +0200
Received: from witt-witt.caldera.de ([195.143.241.43]:45677 "EHLO
	witt-witt.caldera.de" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version TLSv1/SSLv3")
	by nic.funet.fi with ESMTP id <S15370AbSADMuP>;
	Fri, 4 Jan 2002 14:50:15 +0200
Received: (from arnt@localhost)
	by witt-witt.caldera.de (8.11.6/8.11.6) id g04Cn8u26304;
	Fri, 4 Jan 2002 13:49:08 +0100
Date:	Fri, 4 Jan 2002 13:49:07 +0100
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Martin Zedek <martin.zedek@netcentrum.cz>
Cc:	zmailer@nic.funet.fi
Subject: Re: message routing, aliases
Message-ID: <20020104134907.V7251@witt-witt.caldera.de>
References: <002401c11e7f$24aecd40$2ca31dc2@ire.pw.edu.pl> <20010806170407.D4245@nic.funet.fi> <3C34C572.7D9E6B70@netcentrum.cz>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <3C34C572.7D9E6B70@netcentrum.cz>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Martin Zedek <martin.zedek@netcentrum.cz>
> Hello,
> 
> I have three machines, each one with zmailer installation
> (system Linux 2.4., zmailer 2.99.51.52pre3.orig)
> 
> users are situated on machine_2 and machine_3,
> machine_1 should be just zmailer gate
> 
> I have to solve this:
> when mail comes to gate, i want to resent message
> to proper machine.

Zmailer has a configuration file file called mboxmap; it's exactly what
you need.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jan  8 14:12:11 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S19308AbSAHMMB>; Tue, 8 Jan 2002 14:12:01 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S19267AbSAHMLn>;
	Tue, 8 Jan 2002 14:11:43 +0200
Received: from postman.lipetsk.ru ([195.34.224.68]:3630 "EHLO
	postman.lipetsk.ru" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S19249AbSAHMLb>;
	Tue, 8 Jan 2002 14:11:31 +0200
Received: from godzilla.lipetsk.ru ([195.34.224.65]:20753 "EHLO
	godzilla.les.loc") by postman.lipetsk.ru with ESMTP
	id <S9298AbSAHMLT>; Tue, 8 Jan 2002 15:11:19 +0300
Received: from rabbit.tts.loc (rabbit.tts.loc [192.168.100.113])
	by godzilla.les.loc (8.11.4/8.11.4) with ESMTP id g08CBHv53449
	for <zmailer@nic.funet.fi>; Tue, 8 Jan 2002 15:11:17 +0300 (MSK)
Received: (from door@localhost)
	by rabbit.tts.loc (8.11.6/8.11.6) id g08CBGr94719
	for zmailer@nic.funet.fi; Tue, 8 Jan 2002 15:11:16 +0300 (MSK)
	(envelope-from door)
Date:	Tue, 8 Jan 2002 15:11:16 +0300
From:	Alexey Antipov <rabbit@lipetsk.ru>
To:	zmailer@nic.funet.fi
Subject: router SEGV in 'interpret.c'
Message-ID: <20020108151116.A94309@rabbit.tts.loc>
Reply-To: Alexey Antipov <rabbit@lipetsk.ru>
Mail-Followup-To: Alexey Antipov <rabbit@lipetsk.ru>, zmailer@nic.funet.fi
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hallo,

We have zmailer-2.99.56-pre1 installed.

Here example config we have:
-------------------------------------
### aliases:
alias1:	fqdnalias@my.domain.ex, fqdnalias@my.domain.ex

# we start to debug with combination like this:
#alias1:	alias2@my.domain.ex, fqdnalias@my.domain.ex
#alias2:	fqdnalias@my.domain.ex
-------------------------------------

-------------------------------------
#fqdnaliases:
fqdnalias@my.domain.ex:	user@my.domain.ex
-------------------------------------

Router crashes with sigsegv while sending mail to alias1@my.domain.ex.
If duplicated address is not an fqdn alias all works properly.
Upgrade to latest cf files does not help.
Previous installed zmailer version 2.99.51 didn't crash in such configuration.
Where things go wrong???

gdb output:

Program received signal SIGSEGV, Segmentation fault.
0x806968a in interpret (Vcode=0x8116000, Veocode=0x8116fd9, Ventry=0x8116027, 
    caller=0xbfbfb534, retcodep=0xbfbfb500, cdp=0x8103580) at interpret.c:2030
2030                                      slen = strlen(name);
(gdb) bt
#0  0x806968a in interpret (Vcode=0x8116000, Veocode=0x8116fd9, 
    Ventry=0x8116027, caller=0xbfbfb534, retcodep=0xbfbfb500, cdp=0x8103580)
    at interpret.c:2030
#1  0x806b4d6 in lapply (fname=0x808e609 "crossbar", l=0x80c1a6c)
    at interpret.c:2861
#2  0x80528a2 in l_apply (fname=0x808e609 "crossbar", l=0x80c1a6c)
    at shliaise.c:28
#3  0x8053fa0 in crossbar (from=0x80d64f0, to=0x8145940) at shliaise.c:620
#4  0x8058964 in sequencer (e=0x80b3030, file=0x811a1e0 "619563")
    at rfc822.c:1975
#5  0x8054298 in run_rfc822 (argc=2, argv=0xbfbfe3f8) at rfc822.c:178
#6  0x80741c7 in execute (c=0xbfbfec84, caller=0xbfbff9c4, oretcode=0, 
    name=0x808cede "rfc822") at execute.c:393
#7  0x8067106 in runcommand (c=0xbfbfec84, pc=0xbfbff9c4, retcodep=0xbfbff990, 
    cmdname=0x808cede "rfc822") at interpret.c:760
#8  0x8068ea1 in interpret (Vcode=0x8100c00, Veocode=0x8100f46, 
    Ventry=0x8100c0f, caller=0xbfbff9c4, retcodep=0xbfbff990, cdp=0x8103640)
    at interpret.c:1799
#9  0x806b4d6 in lapply (fname=0x808c940 "process", l=0x80c5870)
    at interpret.c:2861
#10 0x806b572 in apply (argc=2, argv=0xbfbffb34) at interpret.c:2885
#11 0x8052914 in s_apply (argc=2, argv=0xbfbffb34) at shliaise.c:51
#12 0x804ab5e in main (argc=2, argv=0xbfbffbe4) at router.c:321
#13 0x804a3e5 in _start ()


--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Jan 13 01:16:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S21929AbSALXQ2>; Sun, 13 Jan 2002 01:16:28 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S21886AbSALXQS>;
	Sun, 13 Jan 2002 01:16:18 +0200
Received: from www.smi-ps.com ([194.224.14.130]:41615 "EHLO server.smi-ps.com"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S5231AbSALXQE>;
	Sun, 13 Jan 2002 01:16:04 +0200
Received: from wanadoo.es ([80.59.161.126]) by server.smi-ps.com
          (Netscape Messaging Server 4.15) with ESMTP id GPULZD00.B6U for
          <zmailer@nic.funet.fi>; Sun, 13 Jan 2002 00:16:25 +0100 
Message-ID: <3C40C2DB.D8652211@wanadoo.es>
Date:	Sun, 13 Jan 2002 00:12:27 +0100
From:	=?iso-8859-1?Q?Xos=C9=20V=E1zquez?= <xose@wanadoo.es>
X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.4.16-0.13 i686)
MIME-Version: 1.0
To:	"zmailer@nic.funet.fi" <zmailer@nic.funet.fi>
Subject: zmailer and quotas
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

hello to all,

I have a compilation problem with zmailer CVS or 2.99.55-p1 and quotas 
with the configure option --with-mboxquotacheck

--cortamorena--
make[3]: Leaving directory `/home/xose/rpmbuild/BUILD/zmailer-2.99.56/transports/mailbox'
cc -O2 -march=i386 -mcpu=i686  -DHAVE_CONFIG_H -I./../../include -I../../include -I../..    -c -o version.o version.c
cc -O2 -march=i386 -mcpu=i686  -DHAVE_CONFIG_H -I./../../include -I../../include -I../..  -DBIFF -DRBIFF -DRBIFF_ALWAYS  -c ./lock.c
cc -O2 -march=i386 -mcpu=i686  -DHAVE_CONFIG_H -I./../../include -I../../include -I../..  -DBIFF -DRBIFF -DRBIFF_ALWAYS  -c ./sieve.c
cc -O2 -march=i386 -mcpu=i686  -DHAVE_CONFIG_H -I./../../include -I../../include -I../..  -DBIFF -DRBIFF -DRBIFF_ALWAYS  -c ./fmtmbox.c
cc -O2 -march=i386 -mcpu=i686  -DHAVE_CONFIG_H -I./../../include -I../../include -I../..  -o mailbox mailbox.o version.o lock.o sieve.o fmtmbox.o -L../../libs -lta -lzm -lzc -lsfio -lcrypt  -lresolv
mailbox.o: In function `deliver':
mailbox.o(.text+0x1b07): undefined reference to `checkmbsize'
collect2: ld returned 1 exit status
make[2]: *** [mailbox] Error 1
make[2]: Leaving directory `/home/xose/rpmbuild/BUILD/zmailer-2.99.56/transports/mailbox'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/xose/rpmbuild/BUILD/zmailer-2.99.56/transports'
make: *** [all] Error 1
--sacabo--

regards,
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jan 14 14:23:54 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S23082AbSANMXd>; Mon, 14 Jan 2002 14:23:33 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S23171AbSANMXX>;
	Mon, 14 Jan 2002 14:23:23 +0200
Received: from chronos.sovam.com ([194.67.22.190]:37161 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S23108AbSANMXP>;
	Mon, 14 Jan 2002 14:23:15 +0200
Received: from ariel ([194.67.3.216]:33917 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764073AbSANMXA>;
	Mon, 14 Jan 2002 15:23:00 +0300
Date:	Mon, 14 Jan 2002 15:23:00 +0300 (MSK)
From:	Eugene Crosser <crosser@online.ru>
Reply-To: Eugene Crosser <crosser@online.ru>
Subject: Re: zmailer and quotas
To:	=?iso-8859-1?Q?Xos=C9=20V=E1zquez?= <xose@wanadoo.es>
cc:	"zmailer@nic.funet.fi" <zmailer@nic.funet.fi>
In-Reply-To: <3C40C2DB.D8652211@wanadoo.es>
Message-ID: <ML-3.4.1011010980.9383.crosser@ariel.sovam.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On 13-Jan-02 at 02:17, =?iso-8859-1?Q?Xos=C9=20V=E1zquez?= (xose@wanadoo.es)
wrote:

> I have a compilation problem with zmailer CVS or 2.99.55-p1 and quotas 
> with the configure option --with-mboxquotacheck

You need to make a function checkmbsize() that implements the actual
check of mailbox quata for the user, and make it available somewhere
in --with-generic-lib= list.  Sorry, I guess I must contribute some
documentation on this feature.  By now, see the source of mailbox.c
for details.

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jan 15 15:36:16 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S23973AbSAONgF>; Tue, 15 Jan 2002 15:36:05 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S23339AbSAONf4>;
	Tue, 15 Jan 2002 15:35:56 +0200
Received: from nf2.universalsupport.com ([212.163.149.131]:4657 "EHLO
	nf2.universalsupport.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S8914AbSAONfh>;
	Tue, 15 Jan 2002 15:35:37 +0200
Received: from rozio ([172.17.44.85]:10246 "EHLO universalsupport.com")
	by nf2.universalsupport.com with ESMTP id <S31695AbSAOOfl>;
	Tue, 15 Jan 2002 15:35:41 +0100
Message-ID: <3C44318F.5F627729@universalsupport.com>
Date:	Tue, 15 Jan 2002 14:41:35 +0100
From:	Rocio Alfonso Pita <rozio@universalsupport.com>
Organization: Universal Support
X-Mailer: Mozilla 4.79 [en] (WinNT; U)
X-Accept-Language: es,en
MIME-Version: 1.0
To:	zmailer <zmailer@nic.funet.fi>
Subject: Problems with an IP
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi all,

  I have a problem when I send an email. The problem is only with an IP,
the 192.168.1.47. If I change in this computer the IP, for example, I
put the 192.168.1.100, works fine. 

  waht is the problem?

  thanks and regards,
    rozio

PS: I proble this in zmailer-2.99.55-5 and zmailer-2.99.53 too.

Log extract:
------------
528438# connection from [192.168.1.100] ipcnt 1 childs 1 ident:
TIMEDOUT
528438w 220 ns2.midominio.com ESMTP-server ready
528438# remote from [192.168.1.100]:6405
528438r EHLO midominio.com
528438w 250-ns2.midominio.com Hello midominio.com
528438w 250-SIZE 1000000
528438w 250-8BITMIME
528438w 250-PIPELINING
528438w 250-CHUNKING
528438w 250-ENHANCEDSTATUSCODES
528438w 250-DSN
528438w 250-X-RCPTLIMIT 1000
528438w 250-ETRN
528438w 250 HELP
528438r MAIL FROM:<usuario@midominio.com>
528438w 250 2.1.0 Sender syntax Ok
528438r RCPT TO:<usuario@midominio.com>
528438w 250 2.1.5 Recipient address syntax Ok;
rcpt=<usuario@midominio.com>
528438r DATA
528438w 354 Start mail input; end with <CRLF>.<CRLF>
528438w 250 2.6.0 aasdfaDF12v message accepted
528438# aasdfaDF12v: 877 bytes
528438# Session closed w/o QUIT; read() errno=0

r28443# connection from [192.168.1.47] ipcnt 1 childs 1 ident:
NO-IDENT-SERVICE[2]
r28443w 220 ns2.midominio.com ESMTP-server ready
r28443# remote from [192.168.1.47]:7173
r28443# Session closed w/o QUIT; read() errno=104


-- 
 "Passswords are like underwear.
 You donīt share them, you donīt hang them on your monitor,
or under your keyboard, you donīt email them, or put them on 
a web site, and you must change them very often."
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jan 16 14:19:16 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S24518AbSAPMTF>; Wed, 16 Jan 2002 14:19:05 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S24511AbSAPMS4>;
	Wed, 16 Jan 2002 14:18:56 +0200
Received: from nf2.universalsupport.com ([212.163.149.131]:6071 "EHLO
	nf2.universalsupport.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S24503AbSAPMSr>;
	Wed, 16 Jan 2002 14:18:47 +0200
Received: from rozio ([172.17.44.85]:44551 "EHLO universalsupport.com")
	by nf2.universalsupport.com with ESMTP id <S31695AbSAPNSl>;
	Wed, 16 Jan 2002 14:18:41 +0100
Message-ID: <3C457115.64BE5A08@universalsupport.com>
Date:	Wed, 16 Jan 2002 13:24:53 +0100
From:	Rocio Alfonso Pita <rozio@universalsupport.com>
Organization: Universal Support
X-Mailer: Mozilla 4.79 [en] (WinNT; U)
X-Accept-Language: es,en
MIME-Version: 1.0
To:	zmailer <zmailer@nic.funet.fi>
Subject: [Fwd: Re: virus scanner for zmailer?]
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

hello,

  Someone knows how install a virus scanner for zmailer? I read this
message but I don't know how make it.

  thanks and regards,
    rozio

-------- Original Message --------
Subject: Re: virus scanner for zmailer?
Date: Fri, 21 Dec 2001 12:26:06 +0100
From: Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To: Johannes Kremsner <johannes.kremsner@ufg.ac.at>
CC: zmailer@nic.funet.fi
References: <3C22074B.5BC745E0@ufg.ac.at>

Someone I know did it. Wasn't too hard, as I understood it, but the
result
can't be distributed because of the way it mixes commercial and
semi-free
code. Pity.

Short version: You can modify the router to pick up messages in
POSTOFFICE/scanned and scan the messages in POSTOFFICE/router for virii.
When a message is seen to be clean, move to POSTOFFICE/scanned, when
not,
to POSTOFFICE/virus. It should be reasonably easy to do this using
amavis;
just scan for "\nenv-end\n" in POSTOFFICE/router/* and have amavis scan
the rest of the file.

Using a procmail-like solution scans on local delivery, but not on SMTP
delivery. This approach will catch everything passing through the
zmailer.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jan 21 19:28:06 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S27530AbSAUR1r>; Mon, 21 Jan 2002 19:27:47 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S27257AbSAUR1h>;
	Mon, 21 Jan 2002 19:27:37 +0200
Received: from chebucto.ns.Ca ([192.75.95.75]:48755 "EHLO
	halifax.chebucto.ns.ca" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S27971AbSAUR13>;
	Mon, 21 Jan 2002 19:27:29 +0200
Received: from halifax.chebucto.ns.ca ([192.75.95.75]:48747 "EHLO halifax.chebucto.ns.ca") by halifax.chebucto.ns.ca with ESMTP id <S101518AbSAUR1L>; Mon, 21 Jan 2002 13:27:11 -0400
Date:	Mon, 21 Jan 2002 13:27:10 -0400 (AST)
From:	Johnathan Thibodeau <jthibo@chebucto.ns.ca>
To:	zmailer@nic.funet.fi
Subject: local user capitalization problem.
Message-ID: <Pine.GSO.4.10.10201211313450.1408-100000@halifax.chebucto.ns.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Status: RO
Content-Length: 1062
Lines: 23

A couple of weeks ago I upgraded a machine to zmailer 2.99.55. Everything
appeared to be okay, until we started to notice bounced mail that had
been directed to a local user with capital letters in their username.
Somewhere, while processing the mail, zmailer would read the username as
all lower case. The router would route the mail properly, showing the
capital letters, but when the mail was read by scheduler, it would show up
as all small letters in mailq.

Now, it would be nice if all our users had lower case names, but sadly we
let them choose their own name on occasion. And despite any persuasion to
so otherwise, they sometime choose a name with capital letters.

I would really appreciate any help I can get. I've tried reading the
zmailer manual online, but so far I have yet to find anything of
relevance. I've been trying to get this system using zmailer 2.99.55 for a
while now.

Johnathan Thibodeau
Chebucto Community Net

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jan 21 19:52:44 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S11367AbSAURwe>; Mon, 21 Jan 2002 19:52:34 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S27869AbSAURw0>;
	Mon, 21 Jan 2002 19:52:26 +0200
Received: from [207.150.192.181] ([207.150.192.181]:37625 "EHLO realbig.com"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S27906AbSAURwL>;
	Mon, 21 Jan 2002 19:52:11 +0200
Received: from IDENT-NOT-QUERIED@[207.150.192.49] (port 45866 [207.150.192.49]) by realbig.com with ESMTP id <414379-17694>; Mon, 21 Jan 2002 09:51:08 -0800
Date:	Mon, 21 Jan 2002 09:50:54 -0800 (PST)
From:	Andy Poling <andy@realbig.com>
To:	Johnathan Thibodeau <jthibo@chebucto.ns.ca>
cc:	zmailer@nic.funet.fi
Subject: Re: local user capitalization problem.
In-Reply-To: <Pine.GSO.4.10.10201211313450.1408-100000@halifax.chebucto.ns.ca>
Message-ID: <Pine.LNX.4.21.0201210948040.15709-100000@notbilly.affinity.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 644
Lines: 17

On Mon, 21 Jan 2002, Johnathan Thibodeau wrote:
> Now, it would be nice if all our users had lower case names, but sadly we
> let them choose their own name on occasion. And despite any persuasion to
> so otherwise, they sometime choose a name with capital letters.

Just say no.  You'll have no end of headaches.

Email addresses are (practically-speaking) case-insensitive, and you cannot
easily deal with that if your usernames are mixed case.

Force them all to all lower-case, and eliminate future headaches...

-Andy

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jan 21 20:01:18 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S27850AbSAUSA6>; Mon, 21 Jan 2002 20:00:58 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25505AbSAUSAt>;
	Mon, 21 Jan 2002 20:00:49 +0200
Received: from mail.rotaryintl.org ([209.107.78.22]:4224 "EHLO
	ri-exchange.rotaryintl.org" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S26547AbSAUSAi>;
	Mon, 21 Jan 2002 20:00:38 +0200
Received: by ri-exchange.rotaryintl.org with Internet Mail Service (5.5.2655.55)
	id <DGJK37KV>; Mon, 21 Jan 2002 12:00:31 -0600
Message-ID: <361A899B8B2FF64AAE29718102EC939502DB1C@ri-exchus1.rotaryintl.org>
From:	Crispin Bivans <BivansC@rotaryintl.org>
To:	'Andy Poling' <andy@realbig.com>,
	Johnathan Thibodeau <jthibo@chebucto.ns.ca>
Cc:	zmailer@nic.funet.fi
Subject: RE: local user capitalization problem.
Date:	Mon, 21 Jan 2002 12:00:21 -0600
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2655.55)
Content-Type: text/plain;
	charset="iso-8859-1"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1352
Lines: 40

A possible workaround for your situation would be to create a 2nd user with
the same unix UID in a lowercase version.. It would be a bit of deception
that may 'work' while still allowing those users to use their Mixed case
user. Some unix commands may return the lowercase name (it'd have to be
tested) but definitely the 'forward' lookups on username to uid should work.

But in general the much easier thing would be to eliminate those mixed case
names.

-Crispin

		-----Original Message-----
		From:	Andy Poling [mailto:andy@realbig.com]
		Sent:	Monday, January 21, 2002 11:51 AM
		To:	Johnathan Thibodeau
		Cc:	zmailer@nic.funet.fi
		Subject:	Re: local user capitalization problem.

		On Mon, 21 Jan 2002, Johnathan Thibodeau wrote:
		> Now, it would be nice if all our users had lower case
names, but sadly we
		> let them choose their own name on occasion. And despite
any persuasion to
		> so otherwise, they sometime choose a name with capital
letters.

		Just say no.  You'll have no end of headaches.

		Email addresses are (practically-speaking) case-insensitive,
and you cannot
		easily deal with that if your usernames are mixed case.

		Force them all to all lower-case, and eliminate future
headaches...

		-Andy
		
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jan 21 21:02:43 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S20859AbSAUTCc>; Mon, 21 Jan 2002 21:02:32 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S27913AbSAUTCX>;
	Mon, 21 Jan 2002 21:02:23 +0200
Received: from chebucto.ns.Ca ([192.75.95.75]:53083 "EHLO
	halifax.chebucto.ns.ca" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S27870AbSAUTCF>;
	Mon, 21 Jan 2002 21:02:05 +0200
Received: from halifax.chebucto.ns.ca ([192.75.95.75]:53073 "EHLO halifax.chebucto.ns.ca") by halifax.chebucto.ns.ca with ESMTP id <S104476AbSAUTBz>; Mon, 21 Jan 2002 15:01:55 -0400
Date:	Mon, 21 Jan 2002 15:01:54 -0400 (AST)
From:	Johnathan Thibodeau <jthibo@chebucto.ns.ca>
To:	Crispin Bivans <BivansC@rotaryintl.org>
cc:	zmailer@nic.funet.fi
Subject: RE: local user capitalization problem.
In-Reply-To: <361A899B8B2FF64AAE29718102EC939502DB1C@ri-exchus1.rotaryintl.org>
Message-ID: <Pine.GSO.4.10.10201211450480.19235-100000@halifax.chebucto.ns.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 2177
Lines: 63

On Mon, 21 Jan 2002, Crispin Bivans wrote:

> A possible workaround for your situation would be to create a 2nd user with
> the same unix UID in a lowercase version.. It would be a bit of deception
> that may 'work' while still allowing those users to use their Mixed case
> user. Some unix commands may return the lowercase name (it'd have to be
> tested) but definitely the 'forward' lookups on username to uid should work.
> 

I'm not sure how our popper would react to this. Plus, there are ~200 bash
scripts that modify the password file to do all the account processing.
Finding them all would be a lifes work. (Well, maybe not 200, but you get
my point. Hey, I didn't write the system.)

> But in general the much easier thing would be to eliminate those mixed case
> names.
> 

That's about 100 emails I would rather not send out.

Our current version (2.99.50-s19) does all this perfectally fine, so I
figured it was just a hidden configuration variable that I missed
somewhere. This is starting to look like a source code modification. Fun.

Johnathan Thibodeau
Chebucto Community Net

> -Crispin
> 
> 		-----Original Message-----
> 		From:	Andy Poling [mailto:andy@realbig.com]
> 		Sent:	Monday, January 21, 2002 11:51 AM
> 		To:	Johnathan Thibodeau
> 		Cc:	zmailer@nic.funet.fi
> 		Subject:	Re: local user capitalization problem.
> 
> 		On Mon, 21 Jan 2002, Johnathan Thibodeau wrote:
> 		> Now, it would be nice if all our users had lower case
> names, but sadly we
> 		> let them choose their own name on occasion. And despite
> any persuasion to
> 		> so otherwise, they sometime choose a name with capital
> letters.
> 
> 		Just say no.  You'll have no end of headaches.
> 
> 		Email addresses are (practically-speaking) case-insensitive,
> and you cannot
> 		easily deal with that if your usernames are mixed case.
> 
> 		Force them all to all lower-case, and eliminate future
> headaches...
> 
> 		-Andy
> 		
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi
> 

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jan 22 22:03:04 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S27317AbSAVUCx>; Tue, 22 Jan 2002 22:02:53 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S28764AbSAVUCn>;
	Tue, 22 Jan 2002 22:02:43 +0200
Received: (mea@nic.funet.fi) by nic.funet.fi id <S28806AbSAVUC3>;
	Tue, 22 Jan 2002 22:02:29 +0200
Date:	Tue, 22 Jan 2002 22:02:29 +0200
From:	Matti Aarnio <mea@nic.funet.fi>
To:	zmailer@nic.funet.fi
Subject: The (www.)zmailer.org is moving...
Message-ID: <20020122220229.B20877@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 462
Lines: 12

Actually did move, but various DNS updates take a while more.

I have changed employer, and finding place (albeit temporary one)
for the server took a moment.   Despite my best intentions,
I failed to pre-announce (in DNS) the new address, but have
no fear, things will resurface in next couple of days.

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jan 29 01:01:52 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S32634AbSA1XBl>; Tue, 29 Jan 2002 01:01:41 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S32718AbSA1XBc>;
	Tue, 29 Jan 2002 01:01:32 +0200
Received: from mail.onet.pl ([213.180.128.16]:54316 "EHLO marlin.onet.pl"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S32747AbSA1XBS>;
	Tue, 29 Jan 2002 01:01:18 +0200
Received: from pc54.krakow.cvx.ppp.tpnet.pl ([213.76.38.54]:1141 "HELO lap001"
	smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by mail.onet.pl with SMTP id <S1830104AbSA1XA7>;
	Tue, 29 Jan 2002 00:00:59 +0100
Message-ID: <004301c1a84e$c474f800$36264cd5@ifj.edu.pl>
From:	"Marek Kowal" <marek.kowal@onet.pl>
To:	<zmailer@nic.funet.fi>
Subject: home-grown transport agent problems
Date:	Mon, 28 Jan 2002 23:54:34 +0100
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-2"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6600
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 2245
Lines: 63

Hi there,

Due to the development of new propiretary mail system my company decided to
adopt ZMailer to suit our needs. This required the development of new
Transport Agent (TA), tailored to our own mail storage schema.

The TA is performing well, delivers mails as required, but I've encountered
the problem I cannot solve: once the mailbox quota is reached, I'd like to
return the letter (or at least -> the information) about unsuccesfull
delivery to the sender. I tried the following code in my TA:


void deliver(...){

  ....

 if (result==5){
    i = EX_UNAVALIABLE;
   diagnostic(startrp,i,0,"size of mailbox exceeds quota for the user");
         notaryreport(startrp->addr->user, "failed",
                 "4.2.2 (Destination mailbox full)",
                 "OnetTA; 500 (Attempting to deliver to full mailbox)");
    return;
  }
}

That's it - I am calling diagnostic() and notaryreport() - as seen in
mailbox.c from zmailer sources, which I tried to follow. When invoking the
TA from command line, it seems to work OK:

ps1:/var/spool/postoffice/transport# /root/bin/onetTA -l
/var/log/mail/onetta
#hungry
P/P/654097-21917
654097/196              ok3 Message delivered succesfully
#hungry
P/Q/654098-21916
654098/196              error2 size of mailbox exceeds quota for the user
#hungry

Unfortunately, the information letter for the second case is NOT sent back
to the sender! I have found out (in sheduler.perflog) the following line:
1012236984 654097-21916 7 8 error onetta/myslot_specification

(we have different storage "slots", TA delivers mails to one of them).
No other line was printed afterwards to any log in /var/log/mail/*

So apparently the scheduler gets informed about the fact, that there was
delivery error, and simply... discards the letter. I checeked in
/var/spool/postoffice directories - the letter is simply removed.

So the question is: what is it, that I am doing wrong? Should I exit() my
TA, returning EX_UNAVALIABLE after each unsccessfull delivery? Or rather,
the TA is ok, it is just zmailer which is misconfigured?

Please - help. I am getting desperate ;-))

Cheers,
Marek.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jan 29 01:52:01 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S33760AbSA1Xvw>; Tue, 29 Jan 2002 01:51:52 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S33764AbSA1Xvm>;
	Tue, 29 Jan 2002 01:51:42 +0200
Received: (mea@nic.funet.fi) by nic.funet.fi id <S33760AbSA1Xv0>;
	Tue, 29 Jan 2002 01:51:26 +0200
Date:	Tue, 29 Jan 2002 01:51:26 +0200
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Marek Kowal <marek.kowal@onet.pl>
Cc:	zmailer@nic.funet.fi
Subject: Re: home-grown transport agent problems
Message-ID: <20020129015126.D10036@nic.funet.fi>
References: <004301c1a84e$c474f800$36264cd5@ifj.edu.pl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <004301c1a84e$c474f800$36264cd5@ifj.edu.pl>; from marek.kowal@onet.pl on Mon, Jan 28, 2002 at 11:54:34PM +0100
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 3453
Lines: 96

On Mon, Jan 28, 2002 at 11:54:34PM +0100, Marek Kowal wrote:
> Hi there,
> 
> Due to the development of new propiretary mail system my company decided to
> adopt ZMailer to suit our needs. This required the development of new
> Transport Agent (TA), tailored to our own mail storage schema.
> 
> The TA is performing well, delivers mails as required, but I've encountered
> the problem I cannot solve: once the mailbox quota is reached, I'd like to
> return the letter (or at least -> the information) about unsuccesfull
> delivery to the sender. I tried the following code in my TA:
> 
> void deliver(...){
> 
>   ....
> 
>  if (result==5){
>     i = EX_UNAVALIABLE;
>    diagnostic(startrp,i,0,"size of mailbox exceeds quota for the user");
>          notaryreport(startrp->addr->user, "failed",
>                  "4.2.2 (Destination mailbox full)",
>                  "OnetTA; 500 (Attempting to deliver to full mailbox)");

   This order is wrong.

   First you do 'notaryreport()', which puts data into internal state,
   then you do diagnostics, which uses that internal state.


   Compare with this fragment from   mailbox.c:

	  if (pw == NULL) {
	    notaryreport(file,"failed",
			 "5.2.1 (Target file has no known owner)",
			 "x-local; 510 (Target file has no known owner)");
	    DIAGNOSTIC(rp, file, EX_NOPERM,
		       "File \"%s\" has no owner", file);
	    return 1;
	  }


  Your  diagnostic()  call is ok (it has different parameters than
  what macro DIAGNOSTIC has).

> That's it - I am calling diagnostic() and notaryreport() - as seen in
> mailbox.c from zmailer sources, which I tried to follow. When invoking
> the TA from command line, it seems to work OK:


> ps1:/var/spool/postoffice/transport# /root/bin/onetTA -l
> /var/log/mail/onetta
> #hungry
> P/P/654097-21917
> 654097/196              ok3 Message delivered succesfully
> #hungry
> P/Q/654098-21916
> 654098/196              error2 size of mailbox exceeds quota for the user
> #hungry

    "error2" is transport-agent's way (libta library's) to inform
   the scheduler, that the transport-agent did error logging into
   the spool file, and when the scheduler gets around, it should
   analyze the file and report errors.

> Unfortunately, the information letter for the second case is NOT sent back
> to the sender! I have found out (in sheduler.perflog) the following line:
> 1012236984 654097-21916 7 8 error onetta/myslot_specification

   That might mean that there is something wrong in the scheduler.
   (grumble..  possible it always is...)

   Going thru the  u_error2(), and subsequent calls all the way
   into  unctlfile() do, I think, call  reporterrs() in all cases.


> So apparently the scheduler gets informed about the fact, that there was
> delivery error, and simply... discards the letter. I checeked in
> /var/spool/postoffice directories - the letter is simply removed.
> 
> So the question is: what is it, that I am doing wrong? Should I exit() my
> TA, returning EX_UNAVALIABLE after each unsccessfull delivery? Or rather,
> the TA is ok, it is just zmailer which is misconfigured?

   Aside of doing those calls in wrong order I think your TA is ok.
   It should not manifest as disappearing diagnostics, though.

> Please - help. I am getting desperate ;-))
> 
> Cheers,
> Marek.

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jan 29 18:59:51 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S8371AbSA2Q7k>; Tue, 29 Jan 2002 18:59:40 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15988AbSA2Q7c>;
	Tue, 29 Jan 2002 18:59:32 +0200
Received: from ex.onet.pl ([217.97.201.23]:3155 "EHLO foxtrot.onet.pl" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S33476AbSA2Q7W>;
	Tue, 29 Jan 2002 18:59:22 +0200
Received: by ex.onet.pl with Internet Mail Service (5.5.2653.19)
	id <D47XC4BS>; Tue, 29 Jan 2002 17:59:20 +0100
Message-ID: <65019B082C49D511860D009027FE078C582804@ex.onet.pl>
From:	Marek Kowal <kowalm@onet.pl>
To:	'Matti Aarnio' <mea@nic.funet.fi>
Cc:	"'zmailer@nic.funet.fi'" <zmailer@nic.funet.fi>
Subject: RE: home-grown transport agent problems
Date:	Tue, 29 Jan 2002 17:59:19 +0100
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain;
	charset="iso-8859-2"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 3855
Lines: 125

Hi Matti,

Thanks for your prompt reply. I changed the order of invocation: first goes
notaryreport() and then diagnostic() and it sure helped. So this was the
reason.

Cheers,
marek.

-----Original Message-----
From: Matti Aarnio [mailto:mea@nic.funet.fi]
Sent: Tuesday, January 29, 2002 12:51 AM
To: Marek Kowal
Cc: zmailer@nic.funet.fi
Subject: Re: home-grown transport agent problems


On Mon, Jan 28, 2002 at 11:54:34PM +0100, Marek Kowal wrote:
> Hi there,
> 
> Due to the development of new propiretary mail system my 
company decided to
> adopt ZMailer to suit our needs. This required the development of new
> Transport Agent (TA), tailored to our own mail storage schema.
> 
> The TA is performing well, delivers mails as required, but 
I've encountered
> the problem I cannot solve: once the mailbox quota is 
reached, I'd like to
> return the letter (or at least -> the information) about unsuccesfull
> delivery to the sender. I tried the following code in my TA:
> 
> void deliver(...){
> 
>   ....
> 
>  if (result==5){
>     i = EX_UNAVALIABLE;
>    diagnostic(startrp,i,0,"size of mailbox exceeds quota for 
the user");
>          notaryreport(startrp->addr->user, "failed",
>                  "4.2.2 (Destination mailbox full)",
>                  "OnetTA; 500 (Attempting to deliver to full 
mailbox)");

   This order is wrong.

   First you do 'notaryreport()', which puts data into internal state,
   then you do diagnostics, which uses that internal state.


   Compare with this fragment from   mailbox.c:

	  if (pw == NULL) {
	    notaryreport(file,"failed",
			 "5.2.1 (Target file has no known owner)",
			 "x-local; 510 (Target file has no 
known owner)");
	    DIAGNOSTIC(rp, file, EX_NOPERM,
		       "File \"%s\" has no owner", file);
	    return 1;
	  }


  Your  diagnostic()  call is ok (it has different parameters than
  what macro DIAGNOSTIC has).

> That's it - I am calling diagnostic() and notaryreport() - as seen in
> mailbox.c from zmailer sources, which I tried to follow. When invoking
> the TA from command line, it seems to work OK:


> ps1:/var/spool/postoffice/transport# /root/bin/onetTA -l
> /var/log/mail/onetta
> #hungry
> P/P/654097-21917
> 654097/196              ok3 Message delivered succesfully
> #hungry
> P/Q/654098-21916
> 654098/196              error2 size of mailbox exceeds quota 
for the user
> #hungry

    "error2" is transport-agent's way (libta library's) to inform
   the scheduler, that the transport-agent did error logging into
   the spool file, and when the scheduler gets around, it should
   analyze the file and report errors.

> Unfortunately, the information letter for the second case is 
NOT sent back
> to the sender! I have found out (in sheduler.perflog) the 
following line:
> 1012236984 654097-21916 7 8 error onetta/myslot_specification

   That might mean that there is something wrong in the scheduler.
   (grumble..  possible it always is...)

   Going thru the  u_error2(), and subsequent calls all the way
   into  unctlfile() do, I think, call  reporterrs() in all cases.


> So apparently the scheduler gets informed about the fact, 
that there was
> delivery error, and simply... discards the letter. I checeked in
> /var/spool/postoffice directories - the letter is simply removed.
> 
> So the question is: what is it, that I am doing wrong? Should 
I exit() my
> TA, returning EX_UNAVALIABLE after each unsccessfull 
delivery? Or rather,
> the TA is ok, it is just zmailer which is misconfigured?

   Aside of doing those calls in wrong order I think your TA is ok.
   It should not manifest as disappearing diagnostics, though.

> Please - help. I am getting desperate ;-))
> 
> Cheers,
> Marek.

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jan 31 15:56:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S34457AbSAaNz6>; Thu, 31 Jan 2002 15:55:58 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S34526AbSAaNzj>;
	Thu, 31 Jan 2002 15:55:39 +0200
Received: from postman.lipetsk.ru ([195.34.224.68]:3633 "EHLO
	postman.lipetsk.ru" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S33827AbSAaNzS>;
	Thu, 31 Jan 2002 15:55:18 +0200
Received: from godzilla.lipetsk.ru ([195.34.224.65]:61444 "EHLO
	godzilla.les.loc") by postman.lipetsk.ru with ESMTP
	id <S11080AbSAaNzF>; Thu, 31 Jan 2002 16:55:05 +0300
Received: from rabbit.tts.loc (rabbit.tts.loc [192.168.100.113])
	by godzilla.les.loc (8.12.1/8.12.1) with ESMTP id g0VDt2hT021598;
	Thu, 31 Jan 2002 16:55:03 +0300 (MSK)
	(envelope-from door@tts.loc)
Received: (from door@localhost)
	by rabbit.tts.loc (8.11.6/8.11.6) id g0VDt2P04147;
	Thu, 31 Jan 2002 16:55:02 +0300 (MSK)
	(envelope-from door)
Date:	Thu, 31 Jan 2002 16:55:02 +0300
From:	Alexey Antipov <rabbit@lipetsk.ru>
To:	mea@nic.funet.fi
Cc:	zmailer@nic.funet.fi
Subject: buffer overrun in bind db
Message-ID: <20020131165502.A4087@rabbit.tts.loc>
Reply-To: Alexey Antipov <rabbit@lipetsk.ru>
Mail-Followup-To: Alexey Antipov <rabbit@lipetsk.ru>, mea@nic.funet.fi,
	zmailer@nic.funet.fi
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 4351
Lines: 148

Zmailer version: 2.99.56-pre1
OS: FreeBSD 4.5-RELEASE i386, FreeBSD 3.4-RELEASE i386

Router subsystem crashes while processing messages with very long 'To:'
header with '\n' chars in.  This long headers may appear when quotation
symbol missed (square bracket). Whole part after left square bracket may
treated as host name (more longer than MAXNAME). This hostname passed to
search_res for resolving. After error occured this hostname copied into
staticaly allocated fixed size buffer h_errhost. Router segmentation
violation.

Maybe such combination of static buffer and strcpy can appear in other
parts of zmailer source tree.

Real-life letter that cause router crash may be found at 
http://www.lipetsk.ru/~rabbit/10866-42168


Simple script to reproduce bug
=====================================================================
#!/usr/bin/perl -w
use strict;
use Net::SMTP ();
use Net::Domain ();
use Socket;

my $host = $ARGV[0] || 'localhost';

my $smtp = Net::SMTP->new ($host, Timeout => 20, Debug => 0);

my $peerhost = gethostbyaddr ($smtp->peeraddr(), AF_INET) || "[" . inet_ntoa ($smtp->peeraddr ()) . "]";
my $myhost = Net::Domain::hostfqdn ();

my $from = "nobody@" . $myhost;
my $to = "postmaster@" . $peerhost;
$from = $to;

my $x = 'x' x 2000;
my $xx = "\t" . $x . "\n";
my $data = 'To: <x@[' . "\n" . $xx x 10;

$smtp->mail($from);
$smtp->to ($to);
$smtp->data ();
$smtp->datasend ($data);
$smtp->quit ();
=====================================================================


Sample FreeBSD patch:
=====================================================================
--- router/libdb/bind.c.orig	Fri Jan 25 21:04:52 2002
+++ router/libdb/bind.c	Fri Jan 25 21:07:18 2002
@@ -351,7 +351,7 @@
 	  fprintf(stderr,
 		  "search_res: CNAME chain length exceeded (%s)\n",
 		  host);
-	  strcpy(h_errhost, host);
+	  strlcpy(h_errhost, host, sizeof (h_errhost));
 	  h_errno = TRY_AGAIN;
 	  return NULL;
 	}
@@ -359,7 +359,7 @@
 			   (void *)&buf, sizeof(buf));
 	if (qlen < 0) {
 		fprintf(stderr, "search_res: res_mkquery (%s) failed\n", host);
-		strcpy(h_errhost, host);
+		strlcpy(h_errhost, host, sizeof (h_errhost));
 		h_errno = NO_RECOVERY;
 		return NULL;
 	}
@@ -371,7 +371,7 @@
 	    if (D_bind || _res.options & RES_DEBUG)
 	      fprintf(stderr,
 		      "search_res: res_send (%s) failed\n", host);
-	    strcpy(h_errhost, host);
+	    strlcpy(h_errhost, host, sizeof (h_errhost));
 	    h_errno = TRY_AGAIN;
 	    return NULL;
 	  }
@@ -393,7 +393,7 @@
 				h_errno = HOST_NOT_FOUND;
 				return NULL;
 			case SERVFAIL:
-				strcpy(h_errhost, host);
+				strlcpy(h_errhost, host, sizeof (h_errhost));
 				h_errno = TRY_AGAIN;
 				return NULL;
 			case NOERROR:
@@ -403,7 +403,7 @@
 			case FORMERR:
 			case NOTIMP:
 			case REFUSED:
-				strcpy(h_errhost, host);
+				strlcpy(h_errhost, host, sizeof (h_errhost));
 				h_errno = NO_RECOVERY;
 				return NULL;
 		}
@@ -590,7 +590,7 @@
 		fprintf(stderr,
 			"search_res: CNAME chain length exceeded (%s)\n",
 			host);
-		strcpy(h_errhost, host);	/* use strcat on purpose */
+		strlcpy(h_errhost, host, sizeof (h_errhost));	/* use strcat on purpose */
 		h_errno = TRY_AGAIN;
 		return NULL;
 	}
@@ -609,7 +609,7 @@
 		if (rval != NULL)
 			return rval;
 	}
-	strcpy(h_errhost, host);
+	strlcpy(h_errhost, host, sizeof (h_errhost));
 	return NULL;
 }
 
@@ -636,7 +636,7 @@
 		fprintf(stderr,
 			"search_res: CNAME chain length exceeded (%s)\n",
 			host);
-		strcpy(h_errhost, host);	/* use strcat on purpose */
+		strlcpy(h_errhost, host, sizeof (h_errhost));	/* use strcat on purpose */
 		h_errno = TRY_AGAIN;
 		return NULL;
 	}
@@ -647,7 +647,7 @@
 		if (D_bind || _res.options & RES_DEBUG)
 			fprintf(stderr,
 				"search_res: res_mkquery (%s) failed\n", host);
-		strcpy(h_errhost, host);
+		strlcpy(h_errhost, host, sizeof (h_errhost));
 		h_errno = NO_RECOVERY;
 		return NULL;
 	}
@@ -659,7 +659,7 @@
 	    if (D_bind || _res.options & RES_DEBUG)
 	      fprintf(stderr,
 		      "search_res: res_send (%s) failed\n", host);
-	    strcpy(h_errhost, host);
+	    strlcpy(h_errhost, host, sizeof (h_errhost));
 	    h_errno = TRY_AGAIN;
 	    return NULL;
 	  }
=====================================================================

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jan 31 16:24:58 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S34568AbSAaOYi>; Thu, 31 Jan 2002 16:24:38 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S34572AbSAaOY2>;
	Thu, 31 Jan 2002 16:24:28 +0200
Received: (mea@nic.funet.fi) by nic.funet.fi id <S34568AbSAaOYQ>;
	Thu, 31 Jan 2002 16:24:16 +0200
Date:	Thu, 31 Jan 2002 16:24:16 +0200
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Alexey Antipov <rabbit@lipetsk.ru>, zmailer@nic.funet.fi
Subject: Re: buffer overrun in bind db
Message-ID: <20020131162416.E10036@nic.funet.fi>
References: <20020131165502.A4087@rabbit.tts.loc>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020131165502.A4087@rabbit.tts.loc>; from rabbit@lipetsk.ru on Thu, Jan 31, 2002 at 04:55:02PM +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1828
Lines: 49

On Thu, Jan 31, 2002 at 04:55:02PM +0300, Alexey Antipov wrote:
> Zmailer version: 2.99.56-pre1
> OS: FreeBSD 4.5-RELEASE i386, FreeBSD 3.4-RELEASE i386
> 
> Router subsystem crashes while processing messages with very long 'To:'
> header with '\n' chars in.  This long headers may appear when quotation
> symbol missed (square bracket). Whole part after left square bracket may
> treated as host name (more longer than MAXNAME). This hostname passed to
> search_res for resolving. After error occured this hostname copied into
> staticaly allocated fixed size buffer h_errhost. Router segmentation
> violation.
> 
> Maybe such combination of static buffer and strcpy can appear in other
> parts of zmailer source tree.

   Not very many of those are left anymore.

   ...   hmm..   better not to hang myself,  'grep strcpy */*.c' shows
   quite many instances, which all need to be verified...

> Real-life letter that cause router crash may be found at 
> http://www.lipetsk.ru/~rabbit/10866-42168

   ....
> Sample FreeBSD patch:

   The   strlcpy()  function appears to be FreeBSD specific.
   I implemented this a bit differently, which isn't fastest possible,
   but it is in exception path anyway.  (And DNS lookups are SLOW..)

> =====================================================================
> --- router/libdb/bind.c.orig	Fri Jan 25 21:04:52 2002
> +++ router/libdb/bind.c	Fri Jan 25 21:07:18 2002
> @@ -351,7 +351,7 @@
>  	  fprintf(stderr,
>  		  "search_res: CNAME chain length exceeded (%s)\n",
>  		  host);
> -	  strcpy(h_errhost, host);
> +	  strlcpy(h_errhost, host, sizeof (h_errhost));
>  	  h_errno = TRY_AGAIN;
>  	  return NULL;
>  	}
....

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Feb  1 11:44:55 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S34944AbSBAJog>; Fri, 1 Feb 2002 11:44:36 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S34369AbSBAJo0>;
	Fri, 1 Feb 2002 11:44:26 +0200
Received: (mea@nic.funet.fi) by nic.funet.fi id <S33829AbSBAJoS>;
	Fri, 1 Feb 2002 11:44:18 +0200
Date:	Fri, 1 Feb 2002 11:44:18 +0200
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Alexey Antipov <rabbit@lipetsk.ru>, zmailer@nic.funet.fi
Subject: Re: router SEGV in 'interpret.c'
Message-ID: <20020201114418.F10036@nic.funet.fi>
References: <20020108151116.A94309@rabbit.tts.loc>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020108151116.A94309@rabbit.tts.loc>; from rabbit@lipetsk.ru on Tue, Jan 08, 2002 at 03:11:16PM +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1184
Lines: 38

On Tue, Jan 08, 2002 at 03:11:16PM +0300, Alexey Antipov wrote:
> We have zmailer-2.99.56-pre1 installed.
> 
> Here example config we have:
> -------------------------------------
> ### aliases:
> alias1:	fqdnalias@my.domain.ex, fqdnalias@my.domain.ex

  Right.  A script error combined with code presuming that
  router will always produce valid structured LISP objects,
  e.g. scripts be error free..

  (I need softer head-thump surface....)

  CVS commit to follow latter today.

...
> Router crashes with sigsegv while sending mail to alias1@my.domain.ex.
> If duplicated address is not an fqdn alias all works properly.
> Upgrade to latest cf files does not help.
> Previous installed zmailer version 2.99.51 didn't crash in such configuration.
> Where things go wrong???

   The   bitbucket  returns in the  fqdnaliases.cf  must be
   with three parenthesis, instead of one..


> gdb output:
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi

-- 
/Matti Aarnio	<mea@nic.funet.fi>

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Feb 23 01:57:06 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S45433AbSBVX5D>; Sat, 23 Feb 2002 01:57:03 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S45432AbSBVX5C>;
	Sat, 23 Feb 2002 01:57:02 +0200
Received: from smtp.acn.pl ([212.76.33.36]:1362 "EHLO mail.astercity.net"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S45308AbSBVX5A>;
	Sat, 23 Feb 2002 01:57:00 +0200
Received: from PC (wsobola.dhs.org [62.121.65.208])
	by mail.astercity.net (sendmail) with SMTP id 839747D502
	for <zmailer@nic.funet.fi>; Sat, 23 Feb 2002 00:56:59 +0100 (CET)
Message-ID: <003901c1bbfc$9549a9b0$d041793e@PC>
From:	"Wojtek Sobola" <wsobola@astercity.net>
To:	<zmailer@nic.funet.fi>
Subject: Vacation / aliases question.
Date:	Sat, 23 Feb 2002 00:56:34 +0100
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-2"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1656
Lines: 44

Hello.

I've noticed strange behavior of vacation program in version 2.99.55.
Let's see our alias:

Johnie.Walker:        jwalker

If I send email to jwalker@, after vacation is started, I get reply, but if
only message is sent to Johnie.Walker@,
I get no reply. Is this something misconfigured? jwalker is real unix
account. Thisis e-mail to jwalker log (working reply):

Feb 23 00:17:30 tulipan router[924]: S96575AbSBVXRW:
from=<wsobola@astercity.net>, rrelay=smtp.acn.pl ([212.76.33.36]:21508 "EHLO
mail.astercity.net"), size=1028, nrcpts=2,
msgid=<000501c1bbf7$56037d30$d041793e@PC>
Feb 23 00:17:31 tulipan mailbox[9229]: S96575AbSBVXRW:
to=<jwalker@XXXXX.pl>, delay=00:00:09, xdelay=00:00:00, mailer=local,
stat=ok3 Ok
Feb 23 00:17:31 tulipan mailbox[9230]: S96575AbSBVXRW:
to=<"|/usr/mail/bin/vacation.exe jwalker">, delay=00:00:09, xdelay=00:00:00,
mailer=local, stat=ok3 [Exit Status 0]
Feb 23 00:17:41 tulipan router[924]: S96577AbSBVXRb:
from=<jwalker@XXXXX.pl>, rrelay=STDIN (from localhost user: 'jwalker'
uid#539 fake: STDIN (jwalker@XXXXX.pl)), size=511, nrcpts=1,
msgid=<20020222231741Z96577-924+50@xxxxx.pl>
Feb 23 00:17:42 tulipan smtp[9312]: S96577AbSBVXRb:
to=<wsobola@astercity.net>, delay=00:00:11, xdelay=00:00:00, mailer=smtp,
relay=mail.xxx.net ([4.3.2.1|25|10.48.32.10|36908]), stat=ok3 ^M->> 250 Ok:
queued as B889D295A4 cvt=NONE

In a case of mail to Johnie.Walker@, log ends after [Exit Status 0], and
there's nothing more.
Is there any cheat ? ;]

Thanks,
Wojciech Sobola
Unix System Engineer
S&T Poland


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Feb 23 02:09:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S45829AbSBWAJS>; Sat, 23 Feb 2002 02:09:18 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S45830AbSBWAJR>;
	Sat, 23 Feb 2002 02:09:17 +0200
Received: (mea@nic.funet.fi) by nic.funet.fi id <S45829AbSBWAJQ>;
	Sat, 23 Feb 2002 02:09:16 +0200
Date:	Sat, 23 Feb 2002 02:09:15 +0200
From:	Matti Aarnio <mea@nic.funet.fi>
To:	zmailer@nic.funet.fi
Subject: The zmailer list was broken for few days...
Message-ID: <20020223020915.C9750@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 420
Lines: 11

  I decided to make a large update, and apparently forgot one detail
  about how Majordomo (and its lists) are integrated into the system.
  Thus that server, and lists were unknown for a while.

  Looks like since evening of 18th of February, or about 4 days..

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Feb 23 11:07:56 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S45522AbSBWJHx>; Sat, 23 Feb 2002 11:07:53 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S16086AbSBWJHw>;
	Sat, 23 Feb 2002 11:07:52 +0200
Received: (mea@nic.funet.fi) by nic.funet.fi id <S38099AbSBWJHv>;
	Sat, 23 Feb 2002 11:07:51 +0200
Date:	Sat, 23 Feb 2002 11:07:50 +0200
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Wojtek Sobola <wsobola@astercity.net>
Cc:	zmailer@nic.funet.fi
Subject: Re: Vacation / aliases question.
Message-ID: <20020223110750.D9750@nic.funet.fi>
References: <003901c1bbfc$9549a9b0$d041793e@PC>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <003901c1bbfc$9549a9b0$d041793e@PC>; from wsobola@astercity.net on Sat, Feb 23, 2002 at 12:56:34AM +0100
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 2533
Lines: 65

On Sat, Feb 23, 2002 at 12:56:34AM +0100, Wojtek Sobola wrote:
> Hello.
> 
> I've noticed strange behavior of vacation program in version 2.99.55.
> Let's see our alias:
> 
> Johnie.Walker:        jwalker
> 
> If I send email to jwalker@, after vacation is started, I get reply, but if
> only message is sent to Johnie.Walker@,
> I get no reply. Is this something misconfigured? jwalker is real unix
> account. Thisis e-mail to jwalker log (working reply):

   The behaviour is exactly the same as is the old original BSD vacation.
   It defaults to reply with vacation reply _only_ if it can recognize
   recipient's userid in the incoming message headers (To: and Cc:)

   I think you need to run it as:

          "|/opt/mail/bin/vacation johnie.walter"

   without reading the code thru carefully I can't say if it does
   support multiple identity recognition, or pays attention to the
   domain of the recipient.

   Oh yes, the vacation will also be silent if it has already sent
   a message to given envelope source address within past week.

   See   http://www.zmailer.org/man/vacation.1.html

> Feb 23 00:17:30 tulipan router[924]: S96575AbSBVXRW:
> from=<wsobola@astercity.net>, rrelay=smtp.acn.pl ([212.76.33.36]:21508 "EHLO
> mail.astercity.net"), size=1028, nrcpts=2,
> msgid=<000501c1bbf7$56037d30$d041793e@PC>
> Feb 23 00:17:31 tulipan mailbox[9229]: S96575AbSBVXRW:
> to=<jwalker@XXXXX.pl>, delay=00:00:09, xdelay=00:00:00, mailer=local,
> stat=ok3 Ok
> Feb 23 00:17:31 tulipan mailbox[9230]: S96575AbSBVXRW:
> to=<"|/usr/mail/bin/vacation.exe jwalker">, delay=00:00:09, xdelay=00:00:00,
> mailer=local, stat=ok3 [Exit Status 0]
> Feb 23 00:17:41 tulipan router[924]: S96577AbSBVXRb:
> from=<jwalker@XXXXX.pl>, rrelay=STDIN (from localhost user: 'jwalker'
> uid#539 fake: STDIN (jwalker@XXXXX.pl)), size=511, nrcpts=1,
> msgid=<20020222231741Z96577-924+50@xxxxx.pl>
> Feb 23 00:17:42 tulipan smtp[9312]: S96577AbSBVXRb:
> to=<wsobola@astercity.net>, delay=00:00:11, xdelay=00:00:00, mailer=smtp,
> relay=mail.xxx.net ([4.3.2.1|25|10.48.32.10|36908]), stat=ok3 ^M->> 250 Ok:
> queued as B889D295A4 cvt=NONE
> 
> In a case of mail to Johnie.Walker@, log ends after [Exit Status 0], and
> there's nothing more.
> Is there any cheat ? ;]

    Well, that is exactly how it is supposed to work :)

> Thanks,
> Wojciech Sobola
> Unix System Engineer
> S&T Poland

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Feb 26 14:54:16 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S47469AbSBZMyM>; Tue, 26 Feb 2002 14:54:12 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S47452AbSBZMyM>;
	Tue, 26 Feb 2002 14:54:12 +0200
Received: from pollux.fcomte.iufm.fr ([195.221.254.2]:2505 "EHLO
	pollux.fcomte.iufm.fr" ident: "root" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S47036AbSBZMyK>;
	Tue, 26 Feb 2002 14:54:10 +0200
Received: from gilles-pc.megar.easynetbox.net (gilles.fcomte.iufm.fr [195.221.254.9])
	by pollux.fcomte.iufm.fr (8.10.0/8.10.0) with ESMTP id g1QCs3e27935
	for <zmailer@nic.funet.fi>; Tue, 26 Feb 2002 13:54:03 +0100
Message-Id: <5.1.0.14.2.20020226134917.0274e168@x>
X-Sender: m3@megar.easynetbox.net@pop.easynetbox.net
X-Mailer: QUALCOMM Windows Eudora Version 5.1
Date:	Tue, 26 Feb 2002 13:54:30 +0100
To:	zmailer@nic.funet.fi
From:	Gilles Bouthenot <m3@megar.easynetbox.net>
Subject: antivirus
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Status: RO
Content-Length: 668
Lines: 15

Hi !
I am very new to zmailer and I must add antivirus support to our mail server.
I have chosen zmailer due to its reliabily and speed.
Unfortunaley, I found no document describing how to implement a virus scannig to the process of mail delivery. I think that the mail server has to have antivirus support.
Previously on the Mailing list, someone tells about amavis that it can be supported.

Who succedded in doing this ? Who can help me ?

Maybe amavis is a bad choice, do you know another antivirus that is more zmailer-friendly ?

Thank you.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Feb 28 04:23:44 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S43153AbSB1CXl>; Thu, 28 Feb 2002 04:23:41 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S47927AbSB1CXk>;
	Thu, 28 Feb 2002 04:23:40 +0200
Received: from [210.97.102.4] ([210.97.102.4]:3461 "HELO netscape.net" ident:
	"TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with SMTP id <S47886AbSB1CXi>; Thu, 28 Feb 2002 04:23:38 +0200
Received: from unknown (HELO sydint1.microthin.com.au) (176.114.108.187)
	by m10.grp.snv.yahoo.com with SMTP; 28 Feb 2002 02:27:05 -0000
Received: from da001d2020.lax-ca.osd.concentric.net ([191.60.137.144])
	by da001d2020.lax-ca.osd.concentric.net with SMTP; 28 Feb 2002 05:24:40 -0300
Received: from [104.116.214.237] by sparc.isl.net with SMTP; 27 Feb 2002 14:22:16 +1200
Received: from 107.160.244.72 ([107.160.244.72]) by pet.vosn.net with NNFMP; 27 Feb 2002 18:19:52 +0800
Received: from [50.2.219.171] by mx.rootsystems.net with local; 28 Feb 2002 08:17:28 -0600
Reply-To: <new.tld.registry@netscape.net>
Message-ID: <003e45c07dde$7225b0e6$2de12ae2@dygswu>
From:	<new.tld.registry@netscape.net>
To:	User@nic.funet.fi
Subject: registration process                                                     
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: AOL 7.0 for Windows US sub 118
Importance: Normal
Date:	Thu, 28 Feb 2002 04:23:38 +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1529
Lines: 46

LATEST NEWS:

The three new Internet domain extension formats - .NAME .BIZ .INFO . have now been introduced to the Internet.  However, many users are still unfamiliar with how these names work.  The following are some tips on what these names are and where you can register.


###############
NAME Extension
###############
- Currently in pre-registration stage.
- Designed for personal use.
- 2-level registration format (eg. FirstName.LastName.name)
- Used for web URL (www.FirstName.Lastname.name) or email (FirstName@LastName.name)
- Registry accepts submissions once a week, first come first serve basis.
- Where to pre-register:  http://www.NamesForEveryone.com.

##############
BIZ Extension
##############
- Currently operational.
- Designed for business use.
- No registration restrictions.
- Works just like a .COM name
- Where to register:  http://www.DotBizToday.com

###############
INFO Extension
###############
- Currently operational.
- Designed for information on products / organizations
- No registration restrictions
- Works just like a .COM name
- Where to register:  http://www.InfoGrab.com

Over a million names of these new extensions have already been registered. Therefore, if your name is still available, please secure it immediately to avoid possible disputes.


Yours truly,



Domain Administrator
9126LNMJ6-786wkgx0571wPpS6-905quea9206JwgO1-214shUu8541ZsCk0-572sJNq9084SDl70

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Mar  2 11:23:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S48081AbSCBJXY>; Sat, 2 Mar 2002 11:23:24 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S48036AbSCBJXX>;
	Sat, 2 Mar 2002 11:23:23 +0200
Received: from [211.179.149.4] ([211.179.149.4]:4557 "HELO poetic.com" ident:
	"TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with SMTP id <S35209AbSCBJXW>; Sat, 2 Mar 2002 11:23:22 +0200
Received: from mx.rootsystems.net ([110.245.21.237])
	by rly-xl04.mx.aol.com with smtp; Sat, 02 Mar 2002 12:24:35 -0300
Received: from q4.quik.com ([27.48.236.111])
	by rly-xw01.mx.aol.com with QMQP; 02 Mar 2002 05:23:43 +0400
Received: from unknown (HELO rly-xl04.mx.aol.com) (28.17.74.173)
	by rly-xw01.mx.aol.com with SMTP; 02 Mar 2002 02:22:52 +0700
Received: from web13708.mail.yahoo.com ([28.211.118.71])
	by a231242.upc-a.chello.nl with local; Sat, 02 Mar 2002 06:22:01 +0300
Reply-To: <diana_perkins@poetic.com>
Message-ID: <004d11e54eda$5444a6d3$3ec17ec1@fherxv>
From:	<diana_perkins@poetic.com>
To:	User@nic.funet.fi
Subject: re: important domain information
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2615.200
Importance: Normal
Date:	Sat, 2 Mar 2002 11:23:22 +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1599
Lines: 47

Pertinent Domain Info

Dear Internet User:

The three new Internet domain extensions: .NAME .BIZ .INFO . have now been officially launched on the Internet.  However, many users are still unfamiliar with how these names work.  The following are some tips on what these names are and where you can register.


==============
NAME Extension
==============
- Currently in pre-registration stage.
- Designed for personal use.
- 2-level domain format (eg. FirstName.LastName.name)
- Used for web URL (www.FirstName.Lastname.name) or email (FirstName@LastName.name)
- Registry accepts submissions once a week, first come first serve basis.
- Where to pre-register:  http://www.namesforeveryone.com.

==============
BIZ Extension
==============
- Currently operational.
- Designed for business use.
- No registration restrictions.
- Works just like a .COM name
- Where to register:  http://www.dotbiztoday.com

==============
INFO Extension
==============
- Currently operational.
- Designed for information on products / organizations
- No registration restrictions
- Works just like a .COM name
- Where to register:  http://www.infograb.com

Over one million of the above extensions have already been registered by other users. Therefore, if your name is still available, you should secure it immediately to avoid possible disputes.


Yours truly,

Domain Administrator
International Registry Services
0604mNAs0-061TBrw3492CWuu9-666laAz3807mHwx3-428iDIl3196fsnb6-975kGdB0979oyfX4-l73

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Mar  4 12:26:35 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S50261AbSCDK0b>; Mon, 4 Mar 2002 12:26:31 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S50258AbSCDK0a>;
	Mon, 4 Mar 2002 12:26:30 +0200
Received: from teta.ire.pw.edu.pl ([194.29.164.4]:49868 "EHLO
	teta.ire.pw.edu.pl" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S50257AbSCDK02>;
	Mon, 4 Mar 2002 12:26:28 +0200
Received: from lew.binsk.ire.pw.edu.pl (nmrek.ire.pw.edu.pl [194.29.163.44])
	by teta.ire.pw.edu.pl (8.9.2/8.9.2) with ESMTP id LAA11245;
	Mon, 4 Mar 2002 11:21:53 +0100 (MET)
Date:	Mon, 4 Mar 2002 11:13:00 +0100
From:	Robert Kurjata <rkurjata@ire.pw.edu.pl>
X-Mailer: The Bat! (v1.53d) Personal
Reply-To: Robert Kurjata <rkurjata@ire.pw.edu.pl>
X-Priority: 3 (Normal)
Message-ID: <1566108102.20020304111300@ire.pw.edu.pl>
To:	Gilles Bouthenot <m3@megar.easynetbox.net>
CC:	zmailer@nic.funet.fi
Subject: Re: antivirus
In-Reply-To: <5.1.0.14.2.20020226134917.0274e168@x>
References: <5.1.0.14.2.20020226134917.0274e168@x>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-MailScanner: Found to be clean - IRE MailScan
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1380
Lines: 35

Hello Gilles,

Tuesday, February 26, 2002, 1:54:30 PM, you wrote:

GB> Hi !
GB> I am very new to zmailer and I must add antivirus support to our mail server.
GB> I have chosen zmailer due to its reliabily and speed.
GB> Unfortunaley, I found no document describing how to implement a virus scannig to the process of mail delivery. I think that the mail server has to have antivirus support.
GB> Previously on the Mailing list, someone tells about amavis that it can be supported.

GB> Who succedded in doing this ? Who can help me ?

GB> Maybe amavis is a bad choice, do you know another antivirus that is more zmailer-friendly ?

GB> Thank you.

GB> -
GB> To unsubscribe from this list: send the line "unsubscribe zmailer" in
GB> the body of a message to majordomo@nic.funet.fi

I have one instalation of zmailer with antivirus support. It uses
slightly modified emailscan script from sourceforge and Sophos sweep
antivirus. Instaleed in router script works fine, but frankly it is
not high load mailsystem, so some overhead does not mean troubles to
me.
I think any program can be used this way via router processing script,
but again it may not be the optimal way.

-- 
Best regards,
 Robert Kurjata                           mailto:rkurjata@ire.pw.edu.pl

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Mar  4 18:01:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S50410AbSCDQBU>; Mon, 4 Mar 2002 18:01:20 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S50412AbSCDQBT>;
	Mon, 4 Mar 2002 18:01:19 +0200
Received: from teta.ire.pw.edu.pl ([194.29.164.4]:52954 "EHLO
	teta.ire.pw.edu.pl" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S50319AbSCDQBQ>;
	Mon, 4 Mar 2002 18:01:16 +0200
Received: from lew.binsk.ire.pw.edu.pl (nmrek.ire.pw.edu.pl [194.29.163.44])
	by teta.ire.pw.edu.pl (8.9.2/8.9.2) with ESMTP id QAA13100
	for <zmailer@nic.funet.fi>; Mon, 4 Mar 2002 16:50:40 +0100 (MET)
Date:	Mon, 4 Mar 2002 16:41:51 +0100
From:	Robert Kurjata <rkurjata@ire.pw.edu.pl>
X-Mailer: The Bat! (v1.53d) Personal
Reply-To: Robert Kurjata <rkurjata@ire.pw.edu.pl>
X-Priority: 3 (Normal)
Message-ID: <17625835609.20020304164151@ire.pw.edu.pl>
To:	zmailer@nic.funet.fi
Subject: Re[2]: antivirus
In-Reply-To: <5.1.0.14.2.20020304122925.027cae60@pop.easynetbox.net>
References: <5.1.0.14.2.20020226134917.0274e168@x>
 <5.1.0.14.2.20020226134917.0274e168@x>
 <5.1.0.14.2.20020304122925.027cae60@pop.easynetbox.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-MailScanner: Found to be clean - IRE MailScan
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1811
Lines: 50

Hello Gilles,

Monday, March 04, 2002, 12:31:06 PM, you wrote:

GB> At 11:13 04/03/2002 +0100, you wrote:

>>I have one instalation of zmailer with antivirus support. It uses
>>slightly modified emailscan script from sourceforge and Sophos sweep
>>antivirus. Instaleed in router script works fine, but frankly it is
>>not high load mailsystem, so some overhead does not mean troubles to
>>me.
>>I think any program can be used this way via router processing script,
>>but again it may not be the optimal way.

GB> Hi. And thank you for your answer.
GB> Would you be kind enough to send me your router script ? I won't make it public.
GB> This way, I may be able to implement amavis virus scanning in zmailer.

GB> Again, thank you.

Continuing the thread ......
Maybe this wasn't the best idea to use such old method (as said at
sourceforge) this project died oct,2000
(see: http://sourceforge.net/projects/emailscan )
but it worked. I just added one line to process.cf

        case "$file" in
#       [0-9]*.x400)    x400 "$file" ;;
#       [0-9]*.uucp)    uucpfilter "$file" > /tmp/X.$$
#                       cat /tmp/X.$$ > "$file"
#                       rfc822 "$file" ;;
        [0-9]*)         /bin/bash -c "/etc/emailscan/emailscan $file" || {/bin/rm -f "$file"; return; }
                        rfc822 "$file" 
                        ;;
        core*)          /bin/mv "$file" ../$file.router.$$
                        return
                        ;;
        *)              /bin/mv "$file" ../postman/rtr."$file".$$
                        return
                        ;;
        esac


-- 
Best regards,
 Robert                            mailto:rkurjata@ire.pw.edu.pl

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Mar  4 23:27:52 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S50247AbSCDV1t>; Mon, 4 Mar 2002 23:27:49 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S50286AbSCDV1s>;
	Mon, 4 Mar 2002 23:27:48 +0200
Received: from runner.ucdavis.edu ([169.237.105.37]:38786 "EHLO
	runner.ucdavis.edu" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S50247AbSCDV1q>;
	Mon, 4 Mar 2002 23:27:46 +0200
Received: from localhost (localhost [127.0.0.1])
	by runner.ucdavis.edu (8.11.4/8.11.0/IT4.5.2) with ESMTP id g24LRhb05832
	for <zmailer@nic.funet.fi>; Mon, 4 Mar 2002 13:27:44 -0800 (PST)
Date:	Mon, 4 Mar 2002 13:27:43 -0800 (PST)
From:	"Derrick Pallas (UC Davis)" <konforce@home.com>
X-X-Sender:  <konforce@runner.ucdavis.edu>
To:	<zmailer@nic.funet.fi>
Subject: Relay
Message-ID: <Pine.GSO.4.33.0203041324440.5457-100000@runner.ucdavis.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Status: RO
Content-Length: 704
Lines: 17

I am running a firewalled network over DSL. I want to be able to set up a
server that accepts all mail to the network domain name and also accepts
all outgoing mail from users on the local side (192.168.1.0) even if their
email address has nothing to do with our domain.

So, anyone should be able to relay to xxx@dom.org and anyone on our side
should be able to send through the SMTP at mail.dom.org even if their
email address is bob@notdom.edu. Is there a way to do this with ZMailer?


Sir Derrick Lyndon Pallas
Man will never starve for want of
wonders but only want of wonder.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Mar  5 00:03:03 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S50082AbSCDWDA>; Tue, 5 Mar 2002 00:03:00 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S50282AbSCDWC7>;
	Tue, 5 Mar 2002 00:02:59 +0200
Received: (mea@nic.funet.fi) by nic.funet.fi id <S48627AbSCDWC4>;
	Tue, 5 Mar 2002 00:02:56 +0200
Date:	Tue, 5 Mar 2002 00:02:56 +0200
From:	Matti Aarnio <mea@nic.funet.fi>
To:	"Derrick Pallas (UC Davis)" <konforce@home.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Relay
Message-ID: <20020305000256.E10797@nic.funet.fi>
References: <Pine.GSO.4.33.0203041324440.5457-100000@runner.ucdavis.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <Pine.GSO.4.33.0203041324440.5457-100000@runner.ucdavis.edu>; from konforce@home.com on Mon, Mar 04, 2002 at 01:27:43PM -0800
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1549
Lines: 46

On Mon, Mar 04, 2002 at 01:27:43PM -0800, Derrick Pallas (UC Davis) wrote:
> I am running a firewalled network over DSL. I want to be able to set up a
> server that accepts all mail to the network domain name and also accepts
> all outgoing mail from users on the local side (192.168.1.0) even if their
> email address has nothing to do with our domain.
> 
> So, anyone should be able to relay to xxx@dom.org and anyone on our side
> should be able to send through the SMTP at mail.dom.org even if their
> email address is bob@notdom.edu. Is there a way to do this with ZMailer?

  See the page:
http://zmailer.org/zman/zadm-smtpserver.html#ZADM-SMTPSERVER-POLICY-RELAYING
 
  for guide.

For short:

1) Into   smtp-policy.relay.manual:
    [192.168.1.0]/24
2) Into   localdomain:
    dom.org
3) Into   smtp-policy.mx.manual:
    .dom.org

The 3:rd is needed if the system is to relay to domain which is NOT
listed as localdomain -- is not considered local.

There are additional things configurable by choosing subsections in
smtp-policy.src  file (but I plan to move those user changeable parts
into separate file.)

Add in TLS certificates (of OpenSSL kind), enable TLS, and enable
smtp-authentication.

See  (/opt/mail/)guides/openssl,  and  guides/smtp*

There is support for authenticated smtp connections, which does
bypass all of the other policy tests.


> Sir Derrick Lyndon Pallas
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Mar  5 01:49:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S50808AbSCDXtV>; Tue, 5 Mar 2002 01:49:21 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S50809AbSCDXtU>;
	Tue, 5 Mar 2002 01:49:20 +0200
Received: from dymwsm17.mailwatch.com ([204.253.83.165]:3158 "EHLO
	dymwsm17.mailwatch.com" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S50808AbSCDXtS>;
	Tue, 5 Mar 2002 01:49:18 +0200
Received: from mwqt0202.mw4.mailwatch.com (mwqt0202.mw4.mailwatch.com [204.253.83.191])
	by dymwsm17.mailwatch.com (8.11.0/8.11.0) with ESMTP id g24NnAO25769
	for <zmailer@nic.funet.fi>; Mon, 4 Mar 2002 18:49:10 -0500
Received: from mail pickup service by mwqt0202.mw4.mailwatch.com with Microsoft SMTPSVC;
	 Mon, 4 Mar 2002 18:49:10 -0500
MIME-Version: 1.0
Message-Id: <3C8407F6.0000E9.01424@mwqt0202.mw4.mailwatch.com>
Date:	Mon, 4 Mar 2002 18:49:10 -0500 (Eastern Standard Time)
From:	MailWatch Help Desk <help@mailwatch.com>
Subject: Target
To:	zmailer@nic.funet.fi
X-MW4Notice: Sender 2-39448777-7224
Content-Type: Text/Plain
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 04 Mar 2002 23:49:10.0737 (UTC) FILETIME=[2E6D1410:01C1C3D7]
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1318
Lines: 32

--[This is an automatically generated email notification.]--

************************************************************
      M A I L W A T C H   V I R U S   A L E R T !
************************************************************

You recently sent a message containing a known virus.

The message was sent on 3/4/2002 6:43:39 PM.
The subject of the message was: 
Target

The message was sent to the following recipient(s):
support@behrpaint.com


been quarantined in a special confinement area at MailWatch and can only be released by their system administrator. 

This message is only meant to serve as a notification that your message was not delivered to all of the designated recipients.  No action is required on your part. Please note, however, that the detection of a virus in a message you sent may be an indication that your computer system has already been compromised by a virus.  

It is STRONGLY recommended that you check your entire system to determine the extent of this viral infection.

************************************************************
NOTE: This is an automated email notification.
      Please do NOT reply directly to this message!


Message ID: 65728247-2-2

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Mar  6 15:47:50 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S51779AbSCFNrr>; Wed, 6 Mar 2002 15:47:47 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S51780AbSCFNrq>;
	Wed, 6 Mar 2002 15:47:46 +0200
Received: from nat237.181.mpoweredpc.net ([142.177.237.181]:3098 "EHLO
	ron.myvnc.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S51779AbSCFNro>;
	Wed, 6 Mar 2002 15:47:44 +0200
Received: (from apache@localhost)
	by ron.myvnc.com (8.11.4/8.11.6) id g26DkGG18358;
	Wed, 6 Mar 2002 09:46:16 -0400
X-Authentication-Warning: ron.myvnc.com: apache set sender to jeffw@chebucto.ns.ca using -f
Received: from 172.16.1.2 ( [172.16.1.2])
	as user ranger@localhost by ron.myvnc.com with HTTP;
	Wed,  6 Mar 2002 09:46:15 -0400
Message-ID: <1015422375.3c861da75303a@ron.myvnc.com>
Date:	Wed,  6 Mar 2002 09:46:15 -0400
From:	Jeff Warnica <jeffw@chebucto.ns.ca>
To:	info-cyrus@lists.andrew.cmu.edu
Cc:	zmailer@nic.funet.fi
Subject: zmailer + cyrus deliver failure
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1139
Lines: 31



Greetings all..

Im working on installing zmailer + cyrus into a black box (with ldap) style mail
system, though I am having trouble convincing zmailer and deliver to put
messages into users mailboxes.

I always get bounced mail "error: nosuchuser". The user/mailbox exists; I can
'deliver' to them from the command line.

Ive googled around and found that others have had similar problems. One was
resolved with the realization that "nosuchuser" sometimes means "accessdenied",
though I have verified that the ACLs are correct. Another site fixed there
problem by changing from deliver-wrapper to deliver. Ive tried the reverse, as
well as changing around what arguments I give to deliver.


Strangely, quickly installing sendmail (from rpm's) and updating its
configuration allows mail to be delivered. While this is a fresh instalation and
I could easily use sendmail, I realy would rather not.


server information (for what its worth)

Redhat 7.2 (2.4.7-10)
Cyrus IMAP4 v2.0.16
ZMailer Server 2.99.56-pre1 (cvs)
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Mar  6 16:14:50 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S51698AbSCFOOr>; Wed, 6 Mar 2002 16:14:47 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S51486AbSCFOOq>;
	Wed, 6 Mar 2002 16:14:46 +0200
Received: from witt-witt.caldera.de ([195.143.241.43]:49065 "EHLO
	witt-witt.caldera.de" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version TLSv1/SSLv3")
	by nic.funet.fi with ESMTP id <S51687AbSCFOOp>;
	Wed, 6 Mar 2002 16:14:45 +0200
Received: (from arnt@localhost)
	by witt-witt.caldera.de (8.11.6/8.11.6) id g26EETW21930;
	Wed, 6 Mar 2002 15:14:29 +0100
Date:	Wed, 6 Mar 2002 15:14:28 +0100
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Jeff Warnica <jeffw@chebucto.ns.ca>
Cc:	info-cyrus@lists.andrew.cmu.edu, zmailer@nic.funet.fi
Subject: Re: zmailer + cyrus deliver failure
Message-ID: <20020306151428.F21651@witt-witt.caldera.de>
References: <1015422375.3c861da75303a@ron.myvnc.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <1015422375.3c861da75303a@ron.myvnc.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 358
Lines: 9

It sounds to me as if deliver, as run by cyrus, might not be able to read
something. I suggest using strace. In scheduler.conf, say something like
command="strace -o /tmp/mumble deliver" and see what strace writes to
/tmp/mumble.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Mar  6 16:59:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S34250AbSCFO7Y>; Wed, 6 Mar 2002 16:59:24 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S40071AbSCFO7X>;
	Wed, 6 Mar 2002 16:59:23 +0200
Received: from ml.comspec.com ([192.139.80.27]:3037 "EHLO ml.comspec.com"
	ident: "root" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with ESMTP id <S51039AbSCFO7U>; Wed, 6 Mar 2002 16:59:20 +0200
Received: from mercutio.iplink.net ([192.139.81.54]:27407 "EHLO iplink.net")
	by ml.comspec.com with ESMTP id <S1407397AbSCFO7I>;
	Wed, 6 Mar 2002 09:59:08 -0500
Message-ID: <3C862ED9.438ACB0F@iplink.net>
Date:	Wed, 06 Mar 2002 09:59:37 -0500
From:	alvin <alvin@iplink.net>
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.20 i686)
X-Accept-Language: en
MIME-Version: 1.0
To:	Jeff Warnica <jeffw@chebucto.ns.ca>
CC:	info-cyrus@lists.andrew.cmu.edu, zmailer@nic.funet.fi
Subject: Re: zmailer + cyrus deliver failure
References: <1015422375.3c861da75303a@ron.myvnc.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 4251
Lines: 139

Jeff Warnica wrote:
> 
> Greetings all..
> 
> Im working on installing zmailer + cyrus into a black box (with ldap) style mail
> system, though I am having trouble convincing zmailer and deliver to put
> messages into users mailboxes.
> 
> I always get bounced mail "error: nosuchuser". The user/mailbox exists; I can
> 'deliver' to them from the command line.
> 
> Ive googled around and found that others have had similar problems. One was
> resolved with the realization that "nosuchuser" sometimes means "accessdenied",
> though I have verified that the ACLs are correct. Another site fixed there
> problem by changing from deliver-wrapper to deliver. Ive tried the reverse, as
> well as changing around what arguments I give to deliver.
> 
> Strangely, quickly installing sendmail (from rpm's) and updating its
> configuration allows mail to be delivered. While this is a fresh instalation and
> I could easily use sendmail, I realy would rather not.
> 
> server information (for what its worth)
> 
> Redhat 7.2 (2.4.7-10)
> Cyrus IMAP4 v2.0.16
> ZMailer Server 2.99.56-pre1 (cvs)
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi

We have been running this configration for a while.

I think the deliver script could be smarter. We also return the mail if
the user is overquota by forcing a nonrecoveralble error. It also does
some extra logging that is useful for debugging.

I believe the following is all that is required. 

from sm.conf:

#
# the following entries are included to illustrate other possibilities
#
#local  mS      /usr/lib/mail/localm            localm -r $g $u
cyrus   Pn      /usr/cyrus/bin/zmdeliver                zmdeliver  $u
#               # CYRUS example from: Tom Samplonius <tom@sdf.com>


from scheduler.conf
#
# This fallback "local/*" can be used to yield different local
# delivery mechanism -- mailbox / CMU cyrus IMAP server / procmail
#
# The latter two can not do deliveries to explicite files / pipes,
# thus you need the  "local/file*" and "local/pipe*" above.
#

local/*
        interval=5m
        idlemax=9m
        # Originally we had 3 hour expiry, but if your local system goes
to
        # a fizz (freezes, that is), your local mail may start to bounce
        # before anybody notices anything...
        expiry=3d
        # want 20 channel slots, but only one HOST
        maxchannel=15
        maxring=5
        #
        #
        # Do MIME text/plain; Quoted-Printable -> text/plain; 8BIT
        # conversion on flight!
        #command="mailbox -8"
        # Or with CYRUS server the following might do:
        command="sm -8c $channel cyrus"
        # Or with PROCMAIL as the local delivery agent:
        #command="sm -8c $channel procm"

from /usr/cyrus/bin/zmdeliver(note: this is set UID&GID as the cyrus
user)

#!/usr/bin/perl
$i = 0;
while($#ARGV >= $i){

# Truncate @iplink.net, etc. to give the mailbox name:

        $ARGV[$i] =~s/\@.*//;

#    Email addresses are case-insensitive.  Some of our email addresses
#    are the same as mailbox names, so we make mailbox names
#    case insensitive too, but this means that only
#    mailboxes with lowercase names will work.

        $ARGV[$i] =~tr/A-Z/a-z/;
        $i = $i + 1;
}
$cmd="/usr/cyrus/bin/deliver @ARGV";
$force="/usr/cyrus/bin/deliver -q @ARGV";
$rc = 0xffff & system("$cmd");
if ($rc == 0) {
    exit $rc;
}

open MYLOG, '>>/tmp/zmdeliver.log';

printf MYLOG "system($cmd) returned %#04x: ", $rc;
if ($rc == 0xff00) {
    print MYLOG "command failed: $!\n";
}
elsif (($rc & 0xff) == 0) {
    $rc >>= 8;
    if ($rc == 75) {
        $rc = 69;
        print MYLOG "ran with non-zero exit status $rc (over quota)\n";
    }
    else {
        print MYLOG "ran with non-zero exit status $rc\n";
    }
}
else {
    print MYLOG "ran with ";
    if ($rc &   0x80) {
        $rc &= ~0x80;
        print MYLOG "coredump from ";
    }    print MYLOG "signal $rc\n";
}

exit $rc;



-- 
Alvin Starr                   ||   voice: (416)785-4051
Interlink Connectivity        ||   fax:   (416)785-3668
alvin@iplink.net              ||
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Mar  7 10:06:04 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S51960AbSCGIGC>; Thu, 7 Mar 2002 10:06:02 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S51941AbSCGIGB>;
	Thu, 7 Mar 2002 10:06:01 +0200
Received: from pollux.fcomte.iufm.fr ([195.221.254.2]:1693 "EHLO
	pollux.fcomte.iufm.fr" ident: "root" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S51765AbSCGIGA>;
	Thu, 7 Mar 2002 10:06:00 +0200
Received: from gilles-pc.megar.easynetbox.net (gilles.fcomte.iufm.fr [195.221.254.9])
	by pollux.fcomte.iufm.fr (8.10.0/8.10.0) with ESMTP id g2785we24279
	for <zmailer@nic.funet.fi>; Thu, 7 Mar 2002 09:05:58 +0100
Message-Id: <5.1.0.14.2.20020308090639.027cf488@pop.easynetbox.net>
X-Sender: m3@megar.easynetbox.net@pop.easynetbox.net
X-Mailer: QUALCOMM Windows Eudora Version 5.1
Date:	Fri, 08 Mar 2002 09:06:45 +0100
To:	zmailer@nic.funet.fi
From:	Gilles Bouthenot <m3@megar.easynetbox.net>
Subject: Re: zmailer + cyrus deliver failure
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1272
Lines: 32

At 09:46 06/03/2002 -0400, you wrote:
>Greetings all..
>
>Im working on installing zmailer + cyrus into a black box (with ldap) style mail
>system, though I am having trouble convincing zmailer and deliver to put
>messages into users mailboxes.
>
>I always get bounced mail "error: nosuchuser". The user/mailbox exists; I can
>'deliver' to them from the command line.
>
>Ive googled around and found that others have had similar problems. One was
>resolved with the realization that "nosuchuser" sometimes means "accessdenied",
>though I have verified that the ACLs are correct. Another site fixed there
>problem by changing from deliver-wrapper to deliver. Ive tried the reverse, as
>well as changing around what arguments I give to deliver.
>
>
>Strangely, quickly installing sendmail (from rpm's) and updating its
>configuration allows mail to be delivered. While this is a fresh instalation and
>I could easily use sendmail, I realy would rather not.

Just add:

ROUTEUSER_IN_ABNORMAL_UNIX="true"
in zmailer.conf

This way, zmailer won't test if a unix account is created before delivering local mail.
I think this should become the default, btw.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Mar  7 11:29:59 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S52059AbSCGJ35>; Thu, 7 Mar 2002 11:29:57 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S52060AbSCGJ34>;
	Thu, 7 Mar 2002 11:29:56 +0200
Received: from mol.es ([195.219.121.173]:2480 "HELO correo.scouts-es.org"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S52058AbSCGJ3y> convert rfc822-to-8bit;
	Thu, 7 Mar 2002 11:29:54 +0200
Received: (qmail 24350 invoked from network); 7 Mar 2002 09:17:41 -0000
Received: from 80-25-218-163.uc.nombres.ttd.es (HELO pakito) (80.25.218.163)
  by 195.219.121.173 with SMTP; 7 Mar 2002 09:17:41 -0000
Subject: Is this a bug??
From:	=?ISO-8859-1?Q?H=E9ctor_Garc=EDa_?= =?ISO-8859-1?Q?=C1lvarez?= 
	<hector@debian.org>
To:	Zmailer list <zmailer@nic.funet.fi>
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 8BIT
X-Mailer: Evolution/1.0.2+cvs.2002.01.28.09.00 
Date:	07 Mar 2002 10:15:18 +0100
Message-Id: <1015492529.5544.32.camel@pakito>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Status: RO
Content-Length: 1215
Lines: 37

Hi all

I'm the Debian developer that it is in charge of making the zmailer
package available at Debian and I have got a bug report which I don't
know how to deal with.
I would really apreciate any help you can give me.

The bug report says the following:

*******************************************************************************
Package: zmailer
Version: 2.99.55-3
Severity: critical

There is problem with smtp TA. When we try to send mail, and remote
server reply 4xx to us, smtp try to send to next MX. Even when secondary
MX return 2xx, and get mail, smtp not raport it to scheduler, and
scheduler try to send mail to primary MX. And again, and again ...


*******************************************************************************

I would like to know if this is a real bug or a misconfiguration
problem.
If you want to read the users configuration you can do so at
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=132722&repeatmerged=yes

In case it is a real bug. It is solved already?
In case it is a misconfiguration. Any suggestions for the user?

Thanks a lot,

Héctor

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Mar 15 16:58:10 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S54861AbSCOO6H>; Fri, 15 Mar 2002 16:58:07 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S54862AbSCOO6G>;
	Fri, 15 Mar 2002 16:58:06 +0200
Received: from mailbackup.funet.fi ([193.166.0.98]:3327 "EHLO
	mailbackup2.funet.fi" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S54861AbSCOO6F>;
	Fri, 15 Mar 2002 16:58:05 +0200
Received: from ams2eusosrv9.ams.ops.eu.uu.net (ams2eusosrv9.ams.ops.eu.uu.net [146.188.99.14])
	by mailbackup2.funet.fi (8.9.3/8.9.3/FUNET) with ESMTP id QAA29735
	for <zmailer@nic.funet.fi>; Fri, 15 Mar 2002 16:58:04 +0200
Received: from ams2eusosrv9.ams.ops.eu.uu.net by ams2eusosrv9.ams.ops.eu.uu.net with ESMTP 
	(peer crosschecked as: localhost [127.0.0.1])
	id QQmghn11774
	for <zmailer@nic.funet.fi>; Fri, 15 Mar 2002 14:57:48 GMT
Received: from kremlin.ams.ops.eu.uu.net by ams2eusosrv9.ams.ops.eu.uu.net with ESMTP 
	(peer crosschecked as: kremlin.ams.ops.eu.uu.net [146.188.98.88])
	id QQmghn11760
	for <zmailer@nic.funet.fi>; Fri, 15 Mar 2002 14:57:48 GMT
Received: from localhost by kremlin.ams.ops.eu.uu.net with ESMTP 
	(peer crosschecked as: mvisser@localhost)
	id g2FEvlS21399; Fri, 15 Mar 2002 14:57:47 GMT
Date:	Fri, 15 Mar 2002 14:57:47 +0000 (GMT)
From:	Mark Visser <mark.visser@wcom.com>
X-X-Sender: mvisser@kremlin.ams.ops.eu.uu.net
To:	zmailer@nic.funet.fi
Subject: scheduler: SHOULD NOT HAPPEN: cfp->head == NULL; spoolid: (null)
Message-ID: <Pine.SOL.4.44.0203151453160.17171-100000@kremlin.ams.ops.eu.uu.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 543
Lines: 26


Hi,

Zmailer 2.99.56-pre1  CVS version from 20011201

I see a lot of scheduler: SHOULD NOT HAPPEN: cfp->head == NULL; spoolid:
(null)
in my scheduler logs

This happens directly after ETRN requests

Known issue ? I can't see why this happens so quickly.

Mark


--

Mark Visser
WorldCom Server & Service Management, EMEA      Email: mvisser@eu.uu.net
Joan Muyskenweg 22 - 24, 1096 CJ, Amsterdam     Tel: +31 20 711 6236


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Mar 20 22:30:30 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S57044AbSCTUa1>; Wed, 20 Mar 2002 22:30:27 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S57033AbSCTUa0>;
	Wed, 20 Mar 2002 22:30:26 +0200
Received: from garrincha.netbank.com.br ([200.203.199.88]:2259 "HELO
	netbank.com.br" ident: "postfix" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S53177AbSCTUaZ>;
	Wed, 20 Mar 2002 22:30:25 +0200
Received: from 2-057.ctame701-1.telepar.net.br (1-057.cwb-adsl.brasiltelecom.net.br [200.193.160.57])
	by netbank.com.br (Postfix) with ESMTP id B49E646823
	for <zmailer@nic.funet.fi>; Wed, 20 Mar 2002 17:30:29 -0300 (EST)
Received: (from localhost user: 'riel', uid#500) by imladris.surriel.com
	with ESMTP id <S80892AbSCTU3p>; Wed, 20 Mar 2002 17:29:45 -0300
Date:	Wed, 20 Mar 2002 17:29:45 -0300 (BRT)
From:	Rik van Riel <riel@conectiva.com.br>
X-X-Sender: riel@imladris.surriel.com
To:	zmailer@nic.funet.fi
Subject: name based dnsbl support
Message-ID: <Pine.LNX.4.44L.0203201728340.2181-100000@imladris.surriel.com>
X-spambait: aardvark@kernelnewbies.org
X-spammeplease:	aardvark@nl.linux.org
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Status: RO
Content-Length: 449
Lines: 19

Hi Matti,

are there any plans to support name based DNSBLs
(like abuse.rfc-ignorant.org) in zmailer ?

Or, would you welcome patches if you're too busy
to look into a feature like this yourself ?

kind regards,

Rik
-- 
Bravely reimplemented by the knights who say "NIH".

http://www.surriel.com/		http://distro.conectiva.com/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Mar 21 00:55:13 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S57054AbSCTWzK>; Thu, 21 Mar 2002 00:55:10 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S57055AbSCTWzJ>;
	Thu, 21 Mar 2002 00:55:09 +0200
Received: from garrincha.netbank.com.br ([200.203.199.88]:4515 "HELO
	netbank.com.br" ident: "postfix" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S57054AbSCTWzI>;
	Thu, 21 Mar 2002 00:55:08 +0200
Received: from 2-057.ctame701-1.telepar.net.br (1-057.cwb-adsl.brasiltelecom.net.br [200.193.160.57])
	by netbank.com.br (Postfix) with ESMTP id 2E6794685B
	for <zmailer@nic.funet.fi>; Wed, 20 Mar 2002 19:55:27 -0300 (EST)
Received: (from localhost user: 'riel', uid#500) by imladris.surriel.com
	with ESMTP id <S80894AbSCTWyw>; Wed, 20 Mar 2002 19:54:52 -0300
Date:	Wed, 20 Mar 2002 19:54:51 -0300 (BRT)
From:	Rik van Riel <riel@conectiva.com.br>
X-X-Sender: riel@imladris.surriel.com
To:	zmailer@nic.funet.fi
Subject: Re: name based dnsbl support
In-Reply-To: <Pine.LNX.4.44L.0203201728340.2181-100000@imladris.surriel.com>
Message-ID: <Pine.LNX.4.44L.0203201954160.2181-100000@imladris.surriel.com>
X-spambait: aardvark@kernelnewbies.org
X-spammeplease:	aardvark@nl.linux.org
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Status: RO
Content-Length: 613
Lines: 23

On Wed, 20 Mar 2002, Rik van Riel wrote:

> are there any plans to support name based DNSBLs
> (like abuse.rfc-ignorant.org) in zmailer ?
>
> Or, would you welcome patches if you're too busy
> to look into a feature like this yourself ?

OK, I'm stupid.   This is much cleaner done inside a
contentfilter plugin.

Now I just need to write a relatively clean content
filter ;)

Rik
-- 
Bravely reimplemented by the knights who say "NIH".

http://www.surriel.com/		http://distro.conectiva.com/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Mar 21 05:34:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S57090AbSCUDen>; Thu, 21 Mar 2002 05:34:43 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S57092AbSCUDem>;
	Thu, 21 Mar 2002 05:34:42 +0200
Received: from press-gopher.uchicago.edu ([128.135.204.194]:58360 "EHLO
	press-gopher.uchicago.edu" ident: "NO-IDENT-SERVICE[2]" smtp-auth:
	<none> TLS-CIPHER: <none>) by nic.funet.fi with ESMTP
	id <S57090AbSCUDel>; Thu, 21 Mar 2002 05:34:41 +0200
Received: (from localhost user: 'rcb', uid#100) by press-gopher.uchicago.edu
	with ESMTP id <S101116AbSCUDe2>; Wed, 20 Mar 2002 21:34:28 -0600
Date:	Wed, 20 Mar 2002 21:34:27 -0600 (CST)
From:	"Roy C. Bixler" <rcb@press-gopher.uchicago.edu>
To:	zmailer@nic.funet.fi
Subject: Zmailer CVS under FreeBSD 4.5
Message-ID: <Pine.GSO.4.40.0203202123460.17882-100000@press-gopher.uchicago.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 991
Lines: 33

I just tried to compile the latest CVS under FreeBSD 4.5 and see warnings
and errors.  First I see a bunch of warnings like this:

In file included from sfhdr.h:187,
                 from sfclrlock.c:1:
/usr/include/values.h:2: warning: #warning "this file includes <values.h> which
is obsoleted, use <limits.h> or <float.h> instead"

I guess that is in compiling the sfio stuff.

Also, I get the following errors:

libc/mail.c(.text+0xe29): undefined reference to `SIGNAL_HANDLESAVE'
libc/mail.c(.text+0xe6a): undefined reference to `SIGNAL_HANDLE'

which appear to be because 'MSG_NOSIGNAL' is undefined.  I'm not sure how
to handle that.  If I put the follwoing:

#define MSG_NOSIGNAL 0

in config.h, everything compiles but I'm not sure if that's a proper fix.
Any better ideas?

Thanks,

-- 
Roy Bixler
The University of Chicago Press
rcb@press-gopher.uchicago.edu

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Apr 21 07:43:20 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S52806AbSDUEnS>; Sun, 21 Apr 2002 07:43:18 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S56385AbSDUEnR>;
	Sun, 21 Apr 2002 07:43:17 +0300
Received: from ada.dhs.org ([216.126.65.228]:3339 "EHLO ada.dhs.org" ident:
	"root" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with ESMTP id <S49732AbSDUEnQ>; Sun, 21 Apr 2002 07:43:16 +0300
Received: from localhost (user: 'acli', uid#852) by ada.dhs.org id <8632-9956>; Sun, 21 Apr 2002 00:42:45 -0400
Date:	Sun, 21 Apr 2002 00:42:44 -0400
From:	Ambrose Li <acli@ada.dhs.org>
To:	zmailer@nic.funet.fi
Subject: man pages & mailq in cvs
Message-ID: <20020421004244.A5774@ada.dhs.org>
Reply-To: Ambrose Li <a.c.li@ieee.org>
Mail-Followup-To: Ambrose Li <acli@ada.dhs.org>, zmailer@nic.funet.fi
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1172
Lines: 36

Hi,

I have 2 questions about the CVS snapshot.

First, in the "man" subdirectory, we have in Makefile.in

   #prefix=        @prefix@
   MANDIR=         ${prefix}@mandir@

@mandir@ seems to expand to ${prefix}/man, so ${prefix} in MANDIR
is superfluous. Perhaps this is why prefix=@prefix@ was commented
out?

The second questions is about the behaviour of the "mailq -s"
command. A non-root user will get

   0 entries in router queue: idle
   mailq: opendir(/var/spool/postoffice/deferred): Permission denied
   mailq: opendir(.mo): Permission denied
   -1 messages in transport queue: working

but the mailq man page does not document the requirement that
the "-s" option requires root privileges. Is this a bug in
the mailq command, a bug in post-install, or should the man
page be updated?

Best regards,

-- 
Ambrose Li  <acli@ada.dhs.org>   http://trends.ca/~acli/
                                              http://www.cccgt.org/
A good style should show no sign of effort;
  what is written should seem a happy accident. - Somerset Maugham
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Apr 21 07:54:35 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15866AbSDUEyd>; Sun, 21 Apr 2002 07:54:33 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S65909AbSDUEyd>;
	Sun, 21 Apr 2002 07:54:33 +0300
Received: from ada.dhs.org ([216.126.65.228]:3352 "EHLO ada.dhs.org" ident:
	"root" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with ESMTP id <S15866AbSDUEyb>; Sun, 21 Apr 2002 07:54:31 +0300
Received: from localhost (user: 'acli', uid#852) by ada.dhs.org id <8635-9956>; Sun, 21 Apr 2002 00:53:12 -0400
Date:	Sun, 21 Apr 2002 00:53:12 -0400
From:	Ambrose Li <acli@ada.dhs.org>
To:	zmailer@nic.funet.fi
Subject: mailq
Message-ID: <20020421005311.A6037@ada.dhs.org>
Mail-Followup-To: Ambrose Li <acli@ada.dhs.org>, zmailer@nic.funet.fi
References: <20020421004244.A5774@ada.dhs.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20020421004244.A5774@ada.dhs.org>; from acli@ada.dhs.org on Sun, Apr 21, 2002 at 12:42:44AM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 922
Lines: 29

Hi,

I found a small bug in the mailq command. Patch follows:

--- mailq.c.dist	Thu Jan 24 17:18:47 2002
+++ mailq.c	Sun Apr 21 00:47:45 2002
@@ -645,7 +645,7 @@
 	dirp = opendir(dirpath);
 	if (dirp == NULL) {
 	  fprintf(stderr, "%s: opendir(%s): %s\n",
-		  progname, dpath, strerror(errno));
+		  progname, dirpath, strerror(errno));
 	  return -1;
 	}
 	for (dp = readdir(dirp); dp != NULL; dp = readdir(dirp)) {

As for the Permission denied error in mailq, what is the risk of
added "o=r" permissions to the deferred and transport directories?

Regards,

-- 
Ambrose Li  <acli@ada.dhs.org>   http://trends.ca/~acli/
                                              http://www.cccgt.org/
A good style should show no sign of effort;
  what is written should seem a happy accident. - Somerset Maugham
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Apr 23 23:14:56 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S69193AbSDWUOy>; Tue, 23 Apr 2002 23:14:54 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S69139AbSDWUOx>;
	Tue, 23 Apr 2002 23:14:53 +0300
Received: from mail1.centrum.cz ([195.47.108.141]:56475 "EHLO mail1.centrum.cz"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S69405AbSDWUOv>;
	Tue, 23 Apr 2002 23:14:51 +0300
Received: by mail.centrum.cz id <S684122AbSDWUOV>;
	Tue, 23 Apr 2002 22:14:21 +0200
Date:	Tue, 23 Apr 2002 22:14:21 +0200
From:	"Martin Zedek" <martin.zedek@netcentrum.cz>
To:	<zmailer@nic.funet.fi>
X-Mailer: Centrum Mail 1.0
MIME-Version: 1.0
X-Priority: 3
Subject: multiple smtp to one domain
Content-Type: text/plain; charset="iso-8859-2"
Content-Transfer-Encoding: 8bit
Message-Id: <20020423201427Z684122-8721+694@mail.centrum.cz>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 771
Lines: 32

Hello,

I want to deliver many messages to specific domain
but scheduler can't run more simultaneous smtp to one domain
(so, delivery is slow...)

In scheduler.conf on firstserver I set: 
smtp/secondserver
        maxchannel=100
        maxring=40

mailq says that multiple threads run:
G/G/186062-14410/2:     (running now, pid=27991 touched, expires 
in 1d16h, tries=1)
F/B/200227-14420:       (running now, pid=27991 touched, expires 
in 1d16h, tries=1)
...
 
But when I look at secondserver, I see only one connection
from firstserver ;-(

thank you very much
Martin

--------------------
Centrum pro milovníky penėz http://finance.centrum.cz 



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Apr 23 23:37:19 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S14902AbSDWUhR>; Tue, 23 Apr 2002 23:37:17 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S69399AbSDWUhQ>;
	Tue, 23 Apr 2002 23:37:16 +0300
Received: from mail1.centrum.cz ([195.47.108.141]:42579 "EHLO mail1.centrum.cz"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S68481AbSDWUhP>;
	Tue, 23 Apr 2002 23:37:15 +0300
Received: by mail.centrum.cz id <S684137AbSDWUhH>;
	Tue, 23 Apr 2002 22:37:07 +0200
Date:	Tue, 23 Apr 2002 22:37:07 +0200
From:	"Martin Zedek" <martin.zedek@netcentrum.cz>
To:	<zmailer@nic.funet.fi>
X-Mailer: Centrum Mail 1.0
MIME-Version: 1.0
X-Priority: 3
Subject: RE: multiple smtp to one domain
Content-Type: text/plain; charset="iso-8859-2"
Content-Transfer-Encoding: 8bit
Message-Id: <20020423203710Z684137-22794+159@mail.centrum.cz>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 517
Lines: 26

Hi,

> you have to add
> maxthr=N
> Where N is the maximum number of simultaneus connections
> to same destination.
> 
> Also verify your global overfeed variable...
> 

thanks! it sounds good, but this option is not
presented in my version 2.99.51 ;-(
- OK i am going to update..

best regards
Martin

--------------------
Nový vyhledávač pro český internet www.WebFast.cz - prostė najde ...




-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Apr 24 12:56:18 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S69580AbSDXJ4Q>; Wed, 24 Apr 2002 12:56:16 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S26557AbSDXJ4P>;
	Wed, 24 Apr 2002 12:56:15 +0300
Received: from 37-moc-2.acn.waw.pl ([212.76.41.37]:2657 "HELO
	raptor.triger.com.pl" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S69633AbSDXJ4O>;
	Wed, 24 Apr 2002 12:56:14 +0300
Received: (qmail 8514 invoked from network); 24 Apr 2002 09:56:12 -0000
Received: from city.triger.com.pl (HELO triger.com.pl) (172.16.3.10)
  by raptor.triger.com.pl with SMTP; 24 Apr 2002 09:56:11 -0000
Message-ID: <3CC680EE.5020109@triger.com.pl>
Date:	Wed, 24 Apr 2002 11:54:54 +0200
From:	Tomasz Nowak <tnowak@triger.com.pl>
Organization: TRIGER - http://www.triger.com.pl
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1
X-Accept-Language: en-us
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: content filter
Content-Type: text/plain; charset=ISO-8859-2; format=flowed
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 706
Lines: 27


Hi,

I use content filter with smtpserver:
PARAM  contentfilter my_filter

and I have a few lines at smtp-policy.src like these:
[ip1]/32       relaycustnet +
[ip2]/32       relaycustnet +

and I have problem.

Smtpserver doesnt check contentfilter
for clients connected from ip1, ip2

Why ?
This is important for me checking content filter in this case.

Brgs.
-- 
Tomasz Nowak     TRIGER - Systemy Komputerowe   http://www.triger.com.pl
  Oferujemy m.in.  H@NDEL - Twoj krok w nowa ere sprzedazy w Internecie,
   uslugi WebDesign, bezpieczne konta WWW, Email. Sprawdz nas juz dzis.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Apr 24 13:11:34 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S69665AbSDXKLc>; Wed, 24 Apr 2002 13:11:32 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S58287AbSDXKLb>;
	Wed, 24 Apr 2002 13:11:31 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:32934 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S69664AbSDXKLa>;
	Wed, 24 Apr 2002 13:11:30 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g3OAC0r00995;
	Wed, 24 Apr 2002 12:12:00 +0200
Date:	Wed, 24 Apr 2002 12:12:00 +0200
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Tomasz Nowak <tnowak@triger.com.pl>
Cc:	zmailer@nic.funet.fi
Subject: Re: content filter
Message-ID: <20020424121200.F919@melkebalanse.gulbrandsen.priv.no>
References: <3CC680EE.5020109@triger.com.pl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <3CC680EE.5020109@triger.com.pl>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 587
Lines: 21

Tomasz Nowak <tnowak@triger.com.pl>
> [ip1]/32       relaycustnet +
> [ip2]/32       relaycustnet +
...
> Smtpserver doesnt check contentfilter
> for clients connected from ip1, ip2
> 
> Why ?

"relaycustnet" means that zmailer should allow all relaying from that net.
All means all. The algorithm is something like this:

	Is this message from a customer? If yes, allow it
	Is it spam? If yes, block it
	Is it to a customer? If yes, allow it
	Block the rest

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue May  7 19:23:22 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S73519AbSEGQXL>; Tue, 7 May 2002 19:23:11 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S73332AbSEGQXE>;
	Tue, 7 May 2002 19:23:04 +0300
Received: from CPE3236323230333230.cpe.net.cable.rogers.com ([24.100.25.223]:1850
	"EHLO webserver" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S23731AbSEGQWp>;
	Tue, 7 May 2002 19:22:45 +0300
Received: (from localhost user: 'acli' uid#512 fake: STDIN (acli@webserver))
        by webserver.cccgt.dyn.dhs.org id <S32135AbSEGQWg>;
        Tue, 7 May 2002 12:22:36 -0400
Date:	Tue, 7 May 2002 12:22:36 -0400
From:	Ambrose Li <acli@cccgt.dyn.dhs.org>
To:	zmailer@nic.funet.fi
Subject: smtp(8) question re hotmail.com
Message-ID: <20020507122235.A30437@webserver.cccgt.dyn.dhs.org>
Reply-To: Ambrose Li <a.c.li@ieee.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Organization: Chinese Cultural Centre of Greater Toronto
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 912
Lines: 25

Hello,

I wonder if anyone has problems with ZMailer sending mail to
hotmail.com. It seems that, sometimes, when ZMailer issues the
MAIL FROM command using a previous connection, hotmail will
complain 554 Transaction failed, and ZMailer will then bounce
the input back to the sender.

Is there an option in scheduler.conf (or some other way) to stop
ZMailer from keeping the connection to hotmail.com or decrease
the NOOP keepalive time for hotmail.com? Or I am looking in
the wrong direction?  Since hotmail is so big, someone must
recognize what I am doing wrong :-)

This is ZMailer 2.99.56-pre1 (CVS snapshot from 2002.04.20).
Thanks very much in advance,

-- 
Ambrose Li

``A good style should show no sign of effort;
  what is written should seem a happy accident.'' ~ Somerset Maugham
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed May  8 02:07:19 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S74030AbSEGXG7>; Wed, 8 May 2002 02:06:59 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S73230AbSEGXGw>;
	Wed, 8 May 2002 02:06:52 +0300
Received: from dedos.pert.com.ar ([200.49.76.34]:4468 "EHLO dedos.pert.com.ar"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S74149AbSEGXGd>;
	Wed, 8 May 2002 02:06:33 +0300
Received: from mafalda.pert.com.ar ([192.168.1.20]:53770 "EHLO
	mafalda.pert.com.ar" whoson: "-unregistered-") by dedos.pert.com.ar
	with ESMTP id <S3387AbSEGXGB>; Tue, 7 May 2002 20:06:01 -0300
Received: by mafalda.pert.com.ar with Internet Mail Service (5.5.2655.55)
	id <J3SQM8XF>; Tue, 7 May 2002 20:06:01 -0300
Message-ID: <5DC7EB0268F3E549BA5ACFB1DDF1236D03726C@mafalda.pert.com.ar>
From:	zmailer <zmailer@lists.com.ar>
To:	'Ambrose Li' <a.c.li@ieee.org>, zmailer@nic.funet.fi
Subject: RE: smtp(8) question re hotmail.com
Date:	Tue, 7 May 2002 20:05:56 -0300 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2655.55)
Content-Type: text/plain;
	charset="iso-8859-1"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 5652
Lines: 146


Hello,

we have a similar problem (not so similar...)
with yahoo.

When a connection is reused for a new mail, sometimes it fails
(451 Timeout)
Zmailer retries twice and the recipient ends with two identical messages.
Here is the log.

first mail is ok, just to show that this is a reused connection.

17944i0000005550#       jobspec: X/3403-14848   yahoo.com
17944i0000105550#       3403-14848:
<5DC7EB0268F3E549BA5ACFB1DDF1236D46AC@mafalda>
17944i0000205550#       (Connecting to `mta-v12.level3.mail.yahoo.com'
[64.157.4.82|25] Tue May  7 18:05:28 2002)
17944i0000305551r       220 YSmtp mta415.mail.yahoo.com ESMTP service ready
17944i0000405551w       EHLO dedos
17944i0000505551r       250-mta415.mail.yahoo.com
17944i0000605551r       250-8BITMIME
17944i0000705551r       250-SIZE 5242880
17944i0000805551r       250 PIPELINING
17944i0000905551#       smtpopen: status = 0
17944i0001005551w       MAIL From:<BB@BB> BODY=8BITMIME SIZE=795
17944i0001105551w       RCPT To:<yyyy@yahoo.com>
17944i0001205551w       DATA
17944i0001305551r       250 sender <BB@BB> ok
17944i0001405551r       250 recipient <yyyy@yahoo.com> ok
17944i0001505551r       354 go ahead
17944i0001605551w       .
17944i0001705551r       250 ok dirdel
17944i0001805551#       784 bytes, 645 in header, 1 recipients, 0 secs for
envelope, 0 secs for body xfer
17944i0001905551#       jobspec: K/3390-14849   yahoo.com
17944i0002005551#       3390-14849: <3CD81760.9006.6E9B3C9@localhost>
17944i0002105551w       MAIL From:<BB@BB> BODY=8BITMIME SIZE=978
17944i0002205551w       RCPT To:<m@yahoo.com>
17944i0002305551w       DATA
17944i0002405552r       250 sender <BB@BB> ok
17944i0002505552r       250 recipient <m@yahoo.com> ok
17944i0002605552r       354 go ahead
17944i0002705552w       .
17944i0002805553r       250 ok dirdel
17944i0002905553#       975 bytes, 672 in header, 1 recipients, 1 secs for
envelope, 1 secs for body xfer
17944i0003005553#       jobspec: #idle
17944i0003105689#       jobspec: P/3395-14848   yahoo.com
17944i0003205689#       3395-14848:
<F61ap7p8bVPZu42G4Yv0000bd17@hotmail.com>
17944i0003305689w       MAIL From:<n@n> BODY=8BITMIME SIZE=984
17944i0003405689w       RCPT To:<aaaa@yahoo.com>
17944i0003505689w       DATA
17944i0003605689r       451 Timeout
					^^^^^^^^^^^^^^


17944i0003705689#       Remote hung up on us while 2 responses missing
17944i0003805689#        smtp_sync() did yield code 75
17944i0003905689w       RSET
17944i0004005689#       Remote hung up on us while 3 responses missing
17944i0004105689#        smtp_sync() did yield code 75
17944i0004205689#       (closed SMTP channel - after delivery failure)
17944i0004305689#       (Connecting to `mta-v18.level3.mail.yahoo.com'
[64.157.4.88|25] Tue May  7 18:07:47 2002)
17944i0004405689r       220 YSmtp mta518.mail.yahoo.com ESMTP service ready
17944i0004505689w       EHLO dedos
17944i0004605689r       250-mta518.mail.yahoo.com
17944i0004705689r       250-8BITMIME
17944i0004805689r       250-SIZE 5242880
17944i0004905689r       250 PIPELINING
17944i0005005689#       smtpopen: status = 0
17944i0005105689w       MAIL From:<n@n> BODY=8BITMIME SIZE=984
17944i0005205689w       RCPT To:<aaaa@yahoo.com>
						^^^^^^^^^^^^^first copy
17944i0005305689w       DATA
17944i0005405690r       250 sender <n@n> ok
17944i0005505690r       250 recipient <aaaa@yahoo.com> ok
17944i0005605690r       354 go ahead
17944i0005705690w       .
17944i0005805690r       250 ok dirdel
17944i0005905690#       970 bytes, 773 in header, 1 recipients, 1 secs for
envelope, 0 secs for body xfer
17944i0006005690#       jobspec: #idle
17944i0006105699#       jobspec: P/3395-14848   yahoo.com
17944i0006205699#       3395-14848:
<F61ap7p8bVPZu42G4Yv0000bd17@hotmail.com>
17944i0006305699w       MAIL From:<n@n> BODY=8BITMIME SIZE=984
17944i0006405699w       RCPT To:<aaaa@yahoo.com>
						^^^^^^^^^^^^^^^^ second copy
17944i0006505699w       DATA
17944i0006605699r       250 sender <n@n> ok
17944i0006705699r       250 recipient <aaaa@yahoo.com> ok
17944i0006805699r       354 go ahead
17944i0006905699w       .
17944i0007005700r       250 ok dirdel
17944i0007105700#       970 bytes, 773 in header, 1 recipients, 0 secs for
envelope, 1 secs for body xfer

Jobspec, Message ID, recipient and source are the same...
Version:
/app/zmailer/bin/ta/smtp  -V
ZMailer smtp (2.99.55 #1: Mon Nov  5 11:32:39 ART 2001)






> -----Original Message-----
> From: Ambrose Li [mailto:acli@cccgt.dyn.dhs.org]
> Sent: Tuesday, May 07, 2002 1:23 PM
> To: zmailer@nic.funet.fi
> Subject: smtp(8) question re hotmail.com
> 
> 
> Hello,
> 
> I wonder if anyone has problems with ZMailer sending mail to
> hotmail.com. It seems that, sometimes, when ZMailer issues the
> MAIL FROM command using a previous connection, hotmail will
> complain 554 Transaction failed, and ZMailer will then bounce
> the input back to the sender.
> 
> Is there an option in scheduler.conf (or some other way) to stop
> ZMailer from keeping the connection to hotmail.com or decrease
> the NOOP keepalive time for hotmail.com? Or I am looking in
> the wrong direction?  Since hotmail is so big, someone must
> recognize what I am doing wrong :-)
> 
> This is ZMailer 2.99.56-pre1 (CVS snapshot from 2002.04.20).
> Thanks very much in advance,
> 
> -- 
> Ambrose Li
> 
> ``A good style should show no sign of effort;
>   what is written should seem a happy accident.'' ~ Somerset Maugham
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi
> 
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed May  8 17:46:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S74294AbSEHOqL>; Wed, 8 May 2002 17:46:11 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S74295AbSEHOpy>;
	Wed, 8 May 2002 17:45:54 +0300
Received: from CPE3236323230333230.cpe.net.cable.rogers.com ([24.100.25.223]:1356
	"EHLO webserver" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S74294AbSEHOph>;
	Wed, 8 May 2002 17:45:37 +0300
Received: (from localhost user: 'acli' uid#512 fake: STDIN (acli@webserver))
        by webserver.cccgt.dyn.dhs.org id <S32135AbSEHOp2>;
        Wed, 8 May 2002 10:45:28 -0400
Date:	Wed, 8 May 2002 10:45:28 -0400
From:	Ambrose Li <acli@cccgt.dyn.dhs.org>
To:	zmailer <zmailer@lists.com.ar>
Cc:	zmailer@nic.funet.fi
Subject: Re: smtp(8) question re hotmail.com
Message-ID: <20020508104528.F5568@webserver.cccgt.dyn.dhs.org>
Reply-To: Ambrose Li <a.c.li@ieee.org>
References: <5DC7EB0268F3E549BA5ACFB1DDF1236D03726C@mafalda.pert.com.ar>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <5DC7EB0268F3E549BA5ACFB1DDF1236D03726C@mafalda.pert.com.ar>; from zmailer@lists.com.ar on Tue, May 07, 2002 at 08:05:56PM -0300
Organization: Chinese Cultural Centre of Greater Toronto
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 2785
Lines: 72

Hello,

On Tue, May 07, 2002 at 08:05:56PM -0300, zmailer wrote:
> 
> Hello,
> 
> we have a similar problem (not so similar...)
> with yahoo.

perhaps the two problems are related, that ZMailer is being
confused by an unsolicited response and mistook it for the
response to the MAIL FROM?  (I guess this is why some mailers
like to issue RSET :-/ but the ZMailer docs say RSET behaves
differently on different systems; perhaps we could try to issue
NOOP...)

> When a connection is reused for a new mail, sometimes it fails
> (451 Timeout)
> Zmailer retries twice and the recipient ends with two
> identical messages.  Here is the log.
>
> first mail is ok, just to show that this is a reused
> connection.

[...]

The log from my system looks like the following:

(The first mail is ok; the second mail tries to use the reused
connection, fails because of the 554, bounces back, and is
ultimately not delivered.)

12228E0000067640#	jobspec: Z/32135-31031	hotmail.com
[...]
12228E0001867644#	(Connecting to `mc5.law13.hotmail.com' [64.4.50.7|25] Wed May  8 10:20:44 2002)
12228E0001967644r	220-HotMail (NO UCE) ESMTP server ready at Wed, 08 May 2002 07:20:44 -0700 
12228E0002067644r	220 ESMTP spoken here
12228E0002167644w	EHLO webserver
12228E0002267644r	250-hotmail.com Hello
12228E0002367644r	250-8bitmime
12228E0002467644r	250 SIZE 1572864
12228E0002567644#	EHLO rc=0 demand_TLS_mode=0 tls_available=0
12228E0002667644#	smtpopen: status = 0
12228E0002767644w	MAIL From:<aaa@example.org> SIZE=282937
12228E0002867645r	250 Requested mail action okay, completed
12228E0002967645w	RCPT To:<ccc@hotmail.com>
12228E0003067645r	250 Requested mail action okay, completed
12228E0003167645w	DATA
12228E0003267645r	354 Start mail input; end with <CRLF>.<CRLF>
12228E0003367651w	.
12228E0003467661r	250 Requested mail action okay, completed
12228E0003567661#	273890 bytes, 34 in header, 1 recipients, 1 secs for envelope, 16 secs for body xfer
12228E0003667661#	jobspec: #idle
12228E0003767783#	jobspec: Z/32135-31031	hotmail.com
12228E0003867783#	32135-31031: <20020508102303.A12255@webserver.cccgt.dyn.dhs.org>
12228E0003967783w	MAIL From:<aaa@example.org> SIZE=632
12228E0004067783r	554 Transaction failed
12228E0004167783#	 smtp_sync() did yield code 69/UNAVAILABLE
12228E0004267793#	Remote hung up on us while 1 responses missing
12228E0004367793#	 smtp_sync() did yield code 69/UNAVAILABLE
12228E0004467793#	(closed SMTP channel - MAIL FROM:<> got two responses! [or EOF])
12228E0004567793#	jobspec: #idle
12228E0004668109#	jobspec: 

-- 
Ambrose Li

``A good style should show no sign of effort;
  what is written should seem a happy accident.'' ~ Somerset Maugham
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed May  8 19:17:15 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S74317AbSEHQRH>; Wed, 8 May 2002 19:17:07 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S74319AbSEHQRC>;
	Wed, 8 May 2002 19:17:02 +0300
Received: from CPE3236323230333230.cpe.net.cable.rogers.com ([24.100.25.223]:2752
	"EHLO webserver" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S74317AbSEHQQs>;
	Wed, 8 May 2002 19:16:48 +0300
Received: (from localhost user: 'acli' uid#512 fake: STDIN (acli@webserver))
        by webserver.cccgt.dyn.dhs.org id <S32135AbSEHQMt>;
        Wed, 8 May 2002 12:12:49 -0400
Date:	Wed, 8 May 2002 12:12:49 -0400
From:	Ambrose Li <acli@cccgt.dyn.dhs.org>
To:	zmailer <zmailer@lists.com.ar>
Cc:	zmailer@nic.funet.fi
Subject: Re: smtp(8) question re hotmail.com
Message-ID: <20020508121249.A13752@webserver.cccgt.dyn.dhs.org>
Reply-To: Ambrose Li <a.c.li@ieee.org>
References: <5DC7EB0268F3E549BA5ACFB1DDF1236D03726C@mafalda.pert.com.ar> <20020508104528.F5568@webserver.cccgt.dyn.dhs.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20020508104528.F5568@webserver.cccgt.dyn.dhs.org>; from acli@webserver.cccgt.dyn.dhs.org on Wed, May 08, 2002 at 10:45:28AM -0400
Organization: Chinese Cultural Centre of Greater Toronto
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 5724
Lines: 169

Hello,

I dug into the source code and found my answer (which is "no,
there's no way to configure it").

So I changed the source (smtp.c) a bit so that there's a way to
configure it.  Please check if this patch looks ok or not.  (It
seems to be okay, & it seems that sending keep-alives as often
as 60 seconds once is useless for hotmail.) The patch is against
the CVS version as of 2002-04-20.

Of course this doesn't get to the root of the problem, which
seems to be ZMailer being confused by the unsolicited response;
I don't think I know the internals good enough to figure out
what really should be fixed.

BTW, does anyone know which variable controls how long a
reusable connection is kept alive?


------------- cut here ------------- 8< ----------------------
--- transports/smtp/smtp.c.dist	Fri Apr 19 19:26:38 2002
+++ transports/smtp/smtp.c	Wed May  8 11:59:35 2002
@@ -22,6 +22,7 @@
 int timeout_tcpw =  5*60;	/* All tcp writes ?? */
 int timeout_dot  = 20*60;
 int timeout_conn =  3*60;	/* connect() timeout */
+int timeout_noop =  3*60;	/* Another 'keepalive' in 3 minutes */
 
 int sockwbufsize =  0;
 
@@ -61,6 +62,7 @@
 				   "nobody", in which case use "daemon"      */
 
 int D_alloc = 0;		/* Memory usage debug */
+int always_close_after_data = 0;	/* In case the remote system doesn't like keepalives */
 int no_pipelining = 0;		/* In case the system just doesn't cope with it */
 #if defined(AF_INET6) && defined(INET6)
 int use_ipv6 = 1;
@@ -167,7 +169,7 @@
 	time(&now);
 
 	
-	tmout = now + 3*60;
+	tmout = now + timeout_noop;
 
 
 	s = *bufp;
@@ -235,7 +237,7 @@
 	    }
 	  }
 	  if (now >= tmout)
-	    tmout = now + 3*60; /* Another 'keepalive' in 3 minutes */
+	    tmout = now + timeout_noop; /* Another 'keepalive' in 3 minutes or whatever -t noop=# says */
 
 	  if (rc == 1) { /* We have only ONE descriptor readable.. */
 	    /* Got something to read on 'infd' (or EOF)
@@ -472,7 +474,7 @@
 	SS.remotemsg[0] = '\0';
 	SS.remotehost[0] = '\0';
 	while (1) {
-	  c = getopt(argc, argv, "c:deh:l:p:rsvw:xDEF:L:HMPS:T:VWZ:678");
+	  c = getopt(argc, argv, "c:deh:l:p:rsvw:xDEF:L:HKMPS:T:VWZ:678");
 	  if (c == EOF)
 	    break;
 	  switch (c) {
@@ -528,6 +530,10 @@
 	  case 'H':
 	    keep_header8 = 1;
 	    break;
+	  case 'K':		/* close the connection after sending */
+	    always_close_after_data = 1;
+	    close_after_data = 1;	/* actual flag used by delivery code */
+	    break;
 	  case 'L':		/* Specify which local identity to use */
 	    localidentity = strdup(optarg);
 	    break;
@@ -559,6 +565,14 @@
 		++errflg;
 	      }
 	      break;
+	    } else if (CISTREQN(optarg,"noop=",5)) {
+	      timeout_noop = parse_interval(optarg+5,NULL);
+	      if (timeout_noop < 10) {
+		fprintf(stderr, "%s: bad noop (send-keep-alive) timeout: %s\n",
+			argv[0], optarg+5);
+		++errflg;
+	      }
+	      break;
 	    } else if (CISTREQN(optarg,"tcpw=",5)) {
 	      timeout_tcpw = parse_interval(optarg+5,NULL);
 	      if (timeout_tcpw < 10) {
@@ -625,7 +639,7 @@
 
 	if (errflg || optind > argc) {
 	  fprintf(stderr,
-		  "Usage: %s [-8|-8H|-7][-e][-r][-x][-E][-P][-W][-T timeout][-h myhostname][-l logfile][-p portnum][-c channel][-F forcedest][-L localidentity][-S /path/to/SmtpSSL.conf] [host]\n", argv[0]);
+		  "Usage: %s [-8|-8H|-7][-e][-r][-x][-E][-K][-P][-W][-T timeout][-h myhostname][-l logfile][-p portnum][-c channel][-F forcedest][-L localidentity][-S /path/to/SmtpSSL.conf] [host]\n", argv[0]);
 	  exit(EX_USAGE);
 	}
 
@@ -783,7 +797,7 @@
 		if (statusreport)
 		  report(&SS, "NewDomain: %s", host);
 	      }
-	      close_after_data = 0;
+	      close_after_data = always_close_after_data;
 	    }
 	    if (host) free((void*)host);
 	    host = strdup(s);
@@ -1879,7 +1893,7 @@
 	  smtpwrite(SS, 0, "QUIT", -1, NULL);
 	  smtpclose(SS,1);
 	  if (logfp)
-	    fprintf(logfp, "%s#\t(closed SMTP channel - ``close_after_data'' mode.", logtag());
+	    fprintf(logfp, "%s#\t(closed SMTP channel - ``close_after_data'' mode.)\n", logtag());
 	  retryat_time = 0;
 	}
 
--- man/smtp.8.dist	Mon Dec 10 17:35:27 2001
+++ man/smtp.8	Wed May  8 11:26:03 2002
@@ -7,7 +7,7 @@
 \- zmailer SMTP client transport agent
 .SH SYNOPSIS
 .IP \fBsmtp\fR 5em
-[\fB\-678deEHMrPsVxW\fR]
+[\fB\-678deEHKMrPsVxW\fR]
 [\fB\-c\fR\ \fIchannel\fR]
 [\fB\-h\fR\ \fIheloname\fR]
 [\fB\-l\fR\ \fIlogfile\fR]
@@ -130,6 +130,9 @@
 turns off MX lookups on delivery connections.  This may be used ignore
 public MX knowledge and do exactly what the router says in cases where
 delivering to an explicit IP address is inappropriate.
+.IP \-K
+force \(lqclose_after_data\(rq mode:
+disable keep-alives; do not reuse SMTP connections
 .IP \-P
 disable SMTP-PIPELINING usage (ESMTP keyword: PIPELINING)
 .IP \-S\ \fI/path/to/smtp-tls.conf\fR
@@ -157,12 +160,15 @@
 Waiting for command replies (e.g. MAIL FROM, et.al.)
 The default is 5 minutes.
 .IP data=\fI2m\fR
-From "DATA" verb issuance until "354" responce.
+From "DATA" verb issuance until "354" response.
 The default is 2 minutes.
 .IP dot=\fI10m\fR
 From "DATA" phase ending "." issuance until "250 OK" report
 reception (this is \fBafter\fR the TCP write pipeline has completed).
 The default is 20 minutes. (RFC 1123 gives 10 minutes.)
+.IP noop=\fI3m\fR
+Time between keep-alives (NOOP).
+The default is 3 minutes.
 .RE
 .IP \-V
 prints a version message and exits.
------------- cut here ------------- 8< ----------------------

[The patch contains two unrelated typo corrections.)

-- 
Ambrose Li

``A good style should show no sign of effort;
  what is written should seem a happy accident.'' ~ Somerset Maugham
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri May 10 04:06:13 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S27618AbSEJBGE>; Fri, 10 May 2002 04:06:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S31018AbSEJBGB>;
	Fri, 10 May 2002 04:06:01 +0300
Received: from ada.dhs.org ([216.126.65.228]:4231 "EHLO ada.dhs.org" ident:
	"root" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with ESMTP id <S74269AbSEJBF4>; Fri, 10 May 2002 04:05:56 +0300
Received: from localhost (user: 'acli', uid#852) by ada.dhs.org id <131105-3276>; Thu, 9 May 2002 21:05:13 -0400
Date:	Thu, 9 May 2002 21:05:13 -0400
From:	Ambrose Li <acli@ada.dhs.org>
To:	zmailer <zmailer@lists.com.ar>
Cc:	zmailer@nic.funet.fi
Subject: Re: smtp(8) question re hotmail.com
Message-ID: <20020509210512.L3441@ada.dhs.org>
Reply-To: Ambrose Li <a.c.li@ieee.org>
Mail-Followup-To: Ambrose Li <acli@ada.dhs.org>,
	zmailer <zmailer@lists.com.ar>, zmailer@nic.funet.fi
References: <5DC7EB0268F3E549BA5ACFB1DDF1236D03726C@mafalda.pert.com.ar> <20020508104528.F5568@webserver.cccgt.dyn.dhs.org> <20020508121249.A13752@webserver.cccgt.dyn.dhs.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20020508121249.A13752@webserver.cccgt.dyn.dhs.org>; from acli@cccgt.dyn.dhs.org on Wed, May 08, 2002 at 12:12:49PM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 2594
Lines: 59

Hi,

I found another thing about this problem: That this is a relatively
new problem. On my ZMailer running at my home, the smtp TA that
identified itself as from 2.99.50s11 treated the 554 Transaction
Failed as a temporary failure and would retry.

Perhaps this problem got introduced when the handling of 5xx errors
was changed to correct some other problems?

Sample log (from the 2.99.50s11 smtp TA) followed by sample output
from mailq:

23381V0000191854#	jobspec: N/131105-3276	hotmail.com
23381V0000291863#	(Connecting to `mx09.hotmail.com' [64.4.49.71|25] Thu May  9 20:51:03 2002)
23381V0000391864r	220-HotMail (NO UCE) ESMTP server ready at Thu, 09 May 2002 17:51:04 -0700 
23381V0000491864r	220 ESMTP spoken here
23381V0000591864w	EHLO example.org
23381V0000691865r	250-hotmail.com Hello
23381V0000791865r	250-8bitmime
23381V0000891865r	250 SIZE 1572864
23381V0000991865#	131105-3276: <20020509205018.A23376@example.org>
23381V0001091865w	MAIL From:<foo@example.org> SIZE=474
23381V0001191866r	250 Requested mail action okay, completed
23381V0001291866w	RCPT To:<bar@hotmail.com>
23381V0001391866r	250 Requested mail action okay, completed
23381V0001491866w	DATA
23381V0001591866r	354 Start mail input; end with <CRLF>.<CRLF>
23381V0001691866w	.
23381V0001791868r	250 Requested mail action okay, completed
23381V0001891868#	5 bytes, 447 in header, 1 recipients, 1 secs for envelope, 2 secs for body xfer
23381V0001991875#	jobspec: #idle
23381V0002091956#	jobspec: N/131105-3276	hotmail.com
23381V0002191956#	131105-3276: <20020509205222.A23419@example.org>
23381V0002291956w	MAIL From:<foo@example.org> SIZE=474
23381V0002391956r	554 Transaction failed
23381V0002491966#	(closed SMTP channel - bad response on smtpwrite() )
23381V0002591966#	(closed SMTP channel - MAIL FROM:<> got two responses!)
23381V0002691966#	jobspec: #idle
23381V0002792089#	jobspec: 

$ mailq
0 entries in router queue: idle
1 message in transport queue: working
smtp/hotmail.com:
        N/131105-3276:  smtp; 500 (Error on initial SMTP response read: Broken p
ipe) (retry in 2m45s, expires in 1d23h, tries=1)
          id    <20020509205222.A23419@example.org>, 398 bytes, age 5m10s
          from  foo@example.org
          to    bar@hotmail.com

-- 
Ambrose Li  <foo@example.org>   http://trends.ca/~foo/
                                              http://www.cccgt.org/
A good style should show no sign of effort;
  what is written should seem a happy accident. - Somerset Maugham
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon May 20 00:33:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S62816AbSESVdV>; Mon, 20 May 2002 00:33:21 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S17462AbSESVdU>;
	Mon, 20 May 2002 00:33:20 +0300
Received: from netlx010.civ.utwente.nl ([130.89.1.92]:38469 "EHLO
	netlx010.civ.utwente.nl" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S76607AbSESVdS>;
	Mon, 20 May 2002 00:33:18 +0300
Received: from ringbreak.dnd.utwente.nl (ringbreak.dnd.utwente.nl [130.89.175.240])
          by netlx010.civ.utwente.nl (8.11.4/HKD) with ESMTP id g4JLXH024653
          for <zmailer@nic.funet.fi>; Sun, 19 May 2002 23:33:17 +0200
Received: from localhost (mark@localhost)
	by ringbreak.dnd.utwente.nl (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id XAA17062
	for <zmailer@nic.funet.fi>; Sun, 19 May 2002 23:33:17 +0200
Date:	Sun, 19 May 2002 23:33:17 +0200 (CEST)
From:	Mark Visser <mark@dnd.utwente.nl>
To:	<zmailer@nic.funet.fi>
Subject: Zmailer to Exchange bug ?
Message-ID: <Pine.LNX.4.30.0205192327000.2603-100000@ringbreak.dnd.utwente.nl>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1322
Lines: 42


Hm,

Lately we noticed on our boxes that we got hanging smtpservers.
The version we're running right now is: ZMailer Server 2.99.55

What seems to happen is that after getting to BDAT state the connections
hang and Zmailer nor the remote end closes them, causing smtpserver to
just say sleep, sleep sleep (according to strace)

The boxes to which we see hanging smtpservers all have similar versions:

Microsoft ESMTP MAIL Service, Version: 5.0.2195.4453 ready at..
Microsoft ESMTP MAIL Service, Version: 5.0.2195.4905 ready at..
Microsoft ESMTP MAIL Service, Version: 5.0.2195.2966 ready at..

A sample one from ps says:

daemon    1411  0.0  0.3 1960 1504 ?        S   May 13  0:00
<tacv-internet.tacv.com BDAT 129671 LAST net.tacv.com BDAT 129671 LAST
.tacv.com BDAT 129671 LAST .com BDAT 129671 LAST m BDAT 129671 LAST

# truss -p 1411
    *** SUID: ruid/euid/suid = 0 / 1 / 1  ***
read(0, 0xEFFFD310, 8192)       (sleeping...)

and that's all there is.

Did people see this before ? I tried 2.99.56 snapshot some time ago, but
that kept mail instead of sending it on (i didn't see quickly why, so i
backed it out).

This happens on both ETRN as fallback MX boxes.

Any hints appreciated.

Mark


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon May 20 13:00:28 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S77225AbSETKAY>; Mon, 20 May 2002 13:00:24 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S77227AbSETKAX>;
	Mon, 20 May 2002 13:00:23 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:33262 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S77225AbSETKAW>;
	Mon, 20 May 2002 13:00:22 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g4KA20701878;
	Mon, 20 May 2002 12:02:00 +0200
Date:	Mon, 20 May 2002 12:02:00 +0200
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Mark Visser <mark@dnd.utwente.nl>
Cc:	zmailer@nic.funet.fi
Subject: Re: Zmailer to Exchange bug ?
Message-ID: <20020520120200.N1042@melkebalanse.gulbrandsen.priv.no>
References: <Pine.LNX.4.30.0205192327000.2603-100000@ringbreak.dnd.utwente.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.LNX.4.30.0205192327000.2603-100000@ringbreak.dnd.utwente.nl>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 582
Lines: 14

This raises a question: Should zmailer continue to support BDAT?

I think it's clear that the extension has failed. A little software
supports it, not much, and support doesn't seem to be growing. It's not
much used, it doesn't offer much of an advantage, and it can have bugs:
Looks like it may not be worth its price.

Mark: change the value DO_CHUNKING to 0 in transports/smtp/smtp.h. That
should disable BDAT support and everything should then work.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon May 20 13:29:55 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S77263AbSETK3x>; Mon, 20 May 2002 13:29:53 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S77262AbSETK3w>;
	Mon, 20 May 2002 13:29:52 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S77260AbSETK3u>;
	Mon, 20 May 2002 13:29:50 +0300
Date:	Mon, 20 May 2002 13:29:50 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Mark Visser <mark@dnd.utwente.nl>
Cc:	zmailer@nic.funet.fi
Subject: Re: Zmailer to Exchange bug ?
Message-ID: <20020520132950.J785@nic.funet.fi>
References: <Pine.LNX.4.30.0205192327000.2603-100000@ringbreak.dnd.utwente.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <Pine.LNX.4.30.0205192327000.2603-100000@ringbreak.dnd.utwente.nl>; from mark@dnd.utwente.nl on Sun, May 19, 2002 at 11:33:17PM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 2653
Lines: 67

On Sun, May 19, 2002 at 11:33:17PM +0200, Mark Visser wrote:
> Hm,
> 
> Lately we noticed on our boxes that we got hanging smtpservers.
> The version we're running right now is: ZMailer Server 2.99.55
> 
> What seems to happen is that after getting to BDAT state the connections
> hang and Zmailer nor the remote end closes them, causing smtpserver to
> just say sleep, sleep sleep (according to strace)
> 
> The boxes to which we see hanging smtpservers all have similar versions:
> 
> Microsoft ESMTP MAIL Service, Version: 5.0.2195.4453 ready at..
> Microsoft ESMTP MAIL Service, Version: 5.0.2195.4905 ready at..
> Microsoft ESMTP MAIL Service, Version: 5.0.2195.2966 ready at..
> 
> A sample one from ps says:
> 
> daemon    1411  0.0  0.3 1960 1504 ?        S   May 13  0:00
> <tacv-internet.tacv.com BDAT 129671 LAST net.tacv.com BDAT 129671 LAST
> .tacv.com BDAT 129671 LAST .com BDAT 129671 LAST m BDAT 129671 LAST
> 
> # truss -p 1411
>     *** SUID: ruid/euid/suid = 0 / 1 / 1  ***
> read(0, 0xEFFFD310, 8192)       (sleeping...)
> 
> and that's all there is.

   I have been rather confused with this report, and apparently Arnt
   was too, as he referred to the outgoing smtp TA feature disabling..

   For incoming  smtpserver's feature control you can use PARAM
   statements at   $MAILSHARE/smtpserver.conf  file.  Specifically

       PARAM NoCHUNKING

   to disable BDAT support in reception.


> Did people see this before ? I tried 2.99.56 snapshot some time ago, but
> that kept mail instead of sending it on (i didn't see quickly why, so i
> backed it out).

   Some people have asked me to make a release ASAP..  Yes, I should.
   It has been about a year since previous one, and I have been hacking
   in the CVS since then (not having very much time, though..)

   11 months ago (after 55-patch1) I addressed some of timeout problem
   issues at the  smtpserver,  and now it looks like I am not seeing
   any stuck servers.  (That might solve the thing you see.)

   I am running the lattest code at several machines, and the only
   excuse for not making a release is that I see some mighty strange
   protocol errors from various places in general direction of eastern
   Asia/China..  As if the smtp TA client code is somehow broken, and
   is sending inappropriately formatted data out -- e.g. in places
   where there should be  CRLF,  it is (claimed to be) sending an LF
   alone..

> This happens on both ETRN as fallback MX boxes.
> Any hints appreciated.
> Mark
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon May 20 13:36:07 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S7016AbSETKgF>; Mon, 20 May 2002 13:36:05 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S26550AbSETKgE>;
	Mon, 20 May 2002 13:36:04 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:33278 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S77138AbSETKgD>;
	Mon, 20 May 2002 13:36:03 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g4KAbpB01915;
	Mon, 20 May 2002 12:37:51 +0200
Date:	Mon, 20 May 2002 12:37:51 +0200
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	Mark Visser <mark@dnd.utwente.nl>, zmailer@nic.funet.fi
Subject: Re: Zmailer to Exchange bug ?
Message-ID: <20020520123751.T1042@melkebalanse.gulbrandsen.priv.no>
References: <Pine.LNX.4.30.0205192327000.2603-100000@ringbreak.dnd.utwente.nl> <20020520132950.J785@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020520132950.J785@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 526
Lines: 14

Matti Aarnio <mea@nic.funet.fi>
>    I have been rather confused with this report, and apparently Arnt
>    was too, as he referred to the outgoing smtp TA feature disabling..

The sound you hear is me hitting my head ;) I saw the SMTP banners saying
Microsoftesque things and assumed ZMailer was the client.

However, even if zmailer is the server, my doubts about BDAT's usefulness
remain valid.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon May 20 19:31:48 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S46682AbSETQbq>; Mon, 20 May 2002 19:31:46 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S31680AbSETQbp>;
	Mon, 20 May 2002 19:31:45 +0300
Received: from netlx009.civ.utwente.nl ([130.89.1.91]:50557 "EHLO
	netlx009.civ.utwente.nl" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S22918AbSETQbn>;
	Mon, 20 May 2002 19:31:43 +0300
Received: from ringbreak.dnd.utwente.nl (ringbreak.dnd.utwente.nl [130.89.175.240])
          by netlx009.civ.utwente.nl (8.11.4/HKD) with ESMTP id g4KGVg314276;
          Mon, 20 May 2002 18:31:42 +0200
Received: from localhost (mark@localhost)
	by ringbreak.dnd.utwente.nl (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id SAA24685;
	Mon, 20 May 2002 18:31:42 +0200
Date:	Mon, 20 May 2002 18:31:42 +0200 (CEST)
From:	Mark Visser <mark@dnd.utwente.nl>
To:	Matti Aarnio <mea@nic.funet.fi>
cc:	<zmailer@nic.funet.fi>
Subject: Re: Zmailer to Exchange bug ?
In-Reply-To: <20020520132950.J785@nic.funet.fi>
Message-ID: <Pine.LNX.4.30.0205201826210.2603-100000@ringbreak.dnd.utwente.nl>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 3699
Lines: 95

On Mon, 20 May 2002, Matti Aarnio wrote:

> On Sun, May 19, 2002 at 11:33:17PM +0200, Mark Visser wrote:
> > Hm,
> >
> > Lately we noticed on our boxes that we got hanging smtpservers.
> > The version we're running right now is: ZMailer Server 2.99.55
> >
> > What seems to happen is that after getting to BDAT state the connections
> > hang and Zmailer nor the remote end closes them, causing smtpserver to
> > just say sleep, sleep sleep (according to strace)
> >
> > The boxes to which we see hanging smtpservers all have similar versions:
> >
> > Microsoft ESMTP MAIL Service, Version: 5.0.2195.4453 ready at..
> > Microsoft ESMTP MAIL Service, Version: 5.0.2195.4905 ready at..
> > Microsoft ESMTP MAIL Service, Version: 5.0.2195.2966 ready at..
> >
> > A sample one from ps says:
> >
> > daemon    1411  0.0  0.3 1960 1504 ?        S   May 13  0:00
> > <tacv-internet.tacv.com BDAT 129671 LAST net.tacv.com BDAT 129671 LAST
> > .tacv.com BDAT 129671 LAST .com BDAT 129671 LAST m BDAT 129671 LAST
> >
> > # truss -p 1411
> >     *** SUID: ruid/euid/suid = 0 / 1 / 1  ***
> > read(0, 0xEFFFD310, 8192)       (sleeping...)
> >
> > and that's all there is.
>
>    I have been rather confused with this report, and apparently Arnt
>    was too, as he referred to the outgoing smtp TA feature disabling..

My apogolies for the confusion, *note to self: first read over what you
typed, even if it's late*

As was hopefully clear a little later on, we're not talking about
smptserver, but about smtp process, the sending out from queue to remote.

>    For incoming  smtpserver's feature control you can use PARAM
>    statements at   $MAILSHARE/smtpserver.conf  file.  Specifically
>
>        PARAM NoCHUNKING
>
>    to disable BDAT support in reception.

I'll give that a try yes. It's 4 boxes, 2 of each kind doing it, so
testing with one of them should easily show diffs. They are identical for
the rest.

> > Did people see this before ? I tried 2.99.56 snapshot some time ago, but
> > that kept mail instead of sending it on (i didn't see quickly why, so i
> > backed it out).
>
>    Some people have asked me to make a release ASAP..  Yes, I should.
>    It has been about a year since previous one, and I have been hacking
>    in the CVS since then (not having very much time, though..)
>
>    11 months ago (after 55-patch1) I addressed some of timeout problem
>    issues at the  smtpserver,  and now it looks like I am not seeing
>    any stuck servers.  (That might solve the thing you see.)

Ok, i grabbed the CVS copy of today and compiled it.
Few warnings but compiles with less warnings then the previous one. If you
want to have the output of configure & make (SunOS 5.6 SPARC) send me a
mail and i'll pass it on, but  if i remember well you had 2.6 boxes
yourself.

>    I am running the lattest code at several machines, and the only
>    excuse for not making a release is that I see some mighty strange
>    protocol errors from various places in general direction of eastern
>    Asia/China..  As if the smtp TA client code is somehow broken, and
>    is sending inappropriately formatted data out -- e.g. in places
>    where there should be  CRLF,  it is (claimed to be) sending an LF
>    alone..

When i tried 2.99.56-pre1 snapshot from CVS in january i noticed on our
etrn boxes that it kept all mail, as if it took 'queueonly' very literal.
(note..this is with the box getting ETRN requests).

I'll give the new CVS copy a try.

> > This happens on both ETRN as fallback MX boxes.
> > Any hints appreciated.
> > Mark
> --

Thanx Arnt & Matti !

Mark


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon May 20 19:34:01 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S77288AbSETQd7>; Mon, 20 May 2002 19:33:59 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S77289AbSETQd6>;
	Mon, 20 May 2002 19:33:58 +0300
Received: from netlx010.civ.utwente.nl ([130.89.1.92]:35698 "EHLO
	netlx010.civ.utwente.nl" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S77288AbSETQd5>;
	Mon, 20 May 2002 19:33:57 +0300
Received: from ringbreak.dnd.utwente.nl (ringbreak.dnd.utwente.nl [130.89.175.240])
          by netlx010.civ.utwente.nl (8.11.4/HKD) with ESMTP id g4KGXu026794;
          Mon, 20 May 2002 18:33:56 +0200
Received: from localhost (mark@localhost)
	by ringbreak.dnd.utwente.nl (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id SAA24698;
	Mon, 20 May 2002 18:33:55 +0200
Date:	Mon, 20 May 2002 18:33:55 +0200 (CEST)
From:	Mark Visser <mark@dnd.utwente.nl>
To:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
cc:	Matti Aarnio <mea@nic.funet.fi>, <zmailer@nic.funet.fi>
Subject: Re: Zmailer to Exchange bug ?
In-Reply-To: <20020520123751.T1042@melkebalanse.gulbrandsen.priv.no>
Message-ID: <Pine.LNX.4.30.0205201831570.2603-100000@ringbreak.dnd.utwente.nl>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1026
Lines: 27

On Mon, 20 May 2002, Arnt Gulbrandsen wrote:

> Matti Aarnio <mea@nic.funet.fi>
> >    I have been rather confused with this report, and apparently Arnt
> >    was too, as he referred to the outgoing smtp TA feature disabling..
>
> The sound you hear is me hitting my head ;) I saw the SMTP banners saying
> Microsoftesque things and assumed ZMailer was the client.
>
> However, even if zmailer is the server, my doubts about BDAT's usefulness
> remain valid.

Sorry for the confusion Arnt, see the other mail. It's Zmailer as server
and the Exchange box (customers, so no way you could get that changed
probably (;) as receiving end.

Hence.. read smtp instead of smtpserver please. Nevertheless it's still
BDAT at stake, and i'll certainly try the disabling of it, but as we have
offered it so long and the old release 2.99.51 didn't had hanging smtp's i
didn't directly thought of disabling it.

Mark


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon May 20 19:53:53 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S77201AbSETQxu>; Mon, 20 May 2002 19:53:50 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S77250AbSETQxt>;
	Mon, 20 May 2002 19:53:49 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:33435 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S59914AbSETQxs>;
	Mon, 20 May 2002 19:53:48 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g4KGtDK02268;
	Mon, 20 May 2002 18:55:13 +0200
Date:	Mon, 20 May 2002 18:55:13 +0200
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Mark Visser <mark@dnd.utwente.nl>
Cc:	Matti Aarnio <mea@nic.funet.fi>, zmailer@nic.funet.fi
Subject: Re: Zmailer to Exchange bug ?
Message-ID: <20020520185513.C1042@melkebalanse.gulbrandsen.priv.no>
References: <20020520123751.T1042@melkebalanse.gulbrandsen.priv.no> <Pine.LNX.4.30.0205201831570.2603-100000@ringbreak.dnd.utwente.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <Pine.LNX.4.30.0205201831570.2603-100000@ringbreak.dnd.utwente.nl>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 689
Lines: 17

Mark Visser <mark@dnd.utwente.nl>
> Hence.. read smtp instead of smtpserver please. Nevertheless it's still
> BDAT at stake, and i'll certainly try the disabling of it, but as we have
> offered it so long and the old release 2.99.51 didn't had hanging smtp's i
> didn't directly thought of disabling it.

Well, it might have been broken when LMTP or (less likely) TLS support was
introduced in the code. I don't know whether either of those were added
after 2.99.51, though.

You can offer it in your smtpserver even though your smtp won't use it
when offered.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon May 20 20:13:50 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S77376AbSETRNs>; Mon, 20 May 2002 20:13:48 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S77378AbSETRNr>;
	Mon, 20 May 2002 20:13:47 +0300
Received: from netlx009.civ.utwente.nl ([130.89.1.91]:51944 "EHLO
	netlx009.civ.utwente.nl" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S77376AbSETRNq>;
	Mon, 20 May 2002 20:13:46 +0300
Received: from ringbreak.dnd.utwente.nl (ringbreak.dnd.utwente.nl [130.89.175.240])
          by netlx009.civ.utwente.nl (8.11.4/HKD) with ESMTP id g4KHDj316117;
          Mon, 20 May 2002 19:13:45 +0200
Received: from localhost (mark@localhost)
	by ringbreak.dnd.utwente.nl (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id TAA25025;
	Mon, 20 May 2002 19:13:45 +0200
Date:	Mon, 20 May 2002 19:13:45 +0200 (CEST)
From:	Mark Visser <mark@dnd.utwente.nl>
To:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
cc:	Matti Aarnio <mea@nic.funet.fi>, <zmailer@nic.funet.fi>
Subject: Re: Zmailer to Exchange bug ?
In-Reply-To: <20020520185513.C1042@melkebalanse.gulbrandsen.priv.no>
Message-ID: <Pine.LNX.4.30.0205201904220.2603-100000@ringbreak.dnd.utwente.nl>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1651
Lines: 52

On Mon, 20 May 2002, Arnt Gulbrandsen wrote:

> Mark Visser <mark@dnd.utwente.nl>
> > Hence.. read smtp instead of smtpserver please. Nevertheless it's still
> > BDAT at stake, and i'll certainly try the disabling of it, but as we have
> > offered it so long and the old release 2.99.51 didn't had hanging smtp's i
> > didn't directly thought of disabling it.
>
> Well, it might have been broken when LMTP or (less likely) TLS support was
> introduced in the code. I don't know whether either of those were added
> after 2.99.51, though.
>
> You can offer it in your smtpserver even though your smtp won't use it
> when offered.

As Matti and you were confused by smtpserver vs. smtp  by my mail, a
collegae reminded me we get hanging smtpservers also regularly and
sometimes smtp (*deep deep sigh, confusion all over).

To get it straight once and for all.

>From a ETRN box that was fully restarted on 13 may we have now:

ps -ef | grep smtpserver | awk '{print $5" "$6}' | sort | uniq -c
  22 May 13
 112 May 14
  41 May 15
  23 May 16
  38 May 17
  26 May 18
   8 May 19

the ta/smtp's on this box are all recent (last x hours)

Zmailer 2.99.55
Kids: 33  Idle:  6  Msgs: -311225  Thrds: 1263  Rcpnts: 13361  Uptime:
12d2h

As for these hanging ones, they are BDAT sessions sending TO us, from
those Exchange boxes mentioned earlier. So, one of the 2 sides doesn't
close it.

I've disabled CHUNKING now on one box, will see what happens.

Mark

--
Warning: You can get rid of all the bugs by disabling them from the main menu.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu May 23 08:24:48 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S50582AbSEWFYq>; Thu, 23 May 2002 08:24:46 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S66087AbSEWFYp>;
	Thu, 23 May 2002 08:24:45 +0300
Received: from defout.telus.net ([199.185.220.240]:44755 "EHLO
	priv-edtnes27.telusplanet.net" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S26607AbSEWFYn>;
	Thu, 23 May 2002 08:24:43 +0300
Received: from micralyne.com ([205.206.18.247])
          by priv-edtnes27.telusplanet.net
          (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP
          id <20020523052437.CUUN22164.priv-edtnes27.telusplanet.net@micralyne.com>
          for <zmailer@nic.funet.fi>; Wed, 22 May 2002 23:24:37 -0600
Message-ID: <3CEC7DB1.5030BCAD@micralyne.com>
Date:	Wed, 22 May 2002 23:27:13 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To: daryle@micralyne.com
X-Mailer: Mozilla 4.76 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: New Release Imminent?
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 2432
Lines: 49

I just noticed in the last thread on 'Zmailer to Exchange bug ?'
that Matti was suggesting that the next release (2.99.56?) is
possible quite soon.

I am within a few days/weeks of rolling out a new mail server to
replace my venerable, old 2.99.50-s4 machine.  After considering
exim or postfix I decided to stick with zmailer as it has served
me well the last 7 years (has it really been that long?!).  Better
an evil you know and all that :-).

One thing struck me though; zmailer does not quite seem to have
the same visibility and size and/or activity of user base as some
of the other MTA software these days.  It is a little unfortunate
since I believe it was certainly ahead of it's time several years
ago.  I guess zmailer has probably stagnated a little due to
Matti's real job and it has also been a victim of it's own stability
and features in that it has not seemed to required a lot of
upgrading and development, particularly lately.  By the latter I
guess I am alluding to users like myself who can set up a server
and then have it chug away for years with minimal intervention.  In
the last 4 years since upgrading to 2.99.50-s4 I think I have had
to make 3 or 4 non-critical tweaks and it has never crashed on me.
The only reason for upgrading now is that the old server needed a
complete hardware upgrade for space and performance reasons and it
seemed like a good time to upgrade all the software as well.  BTW
do NOT take this rambling as any sort of criticism, rather an
observation.

Anyhow, the new box is running RH7.2 and I had originally tried
compiling 2.99.55.patch1 but after some fooling around gave up
and checked out the latest CVS source (about a month ago now).
The CVS complied quite nicely and seems to work well in testing
but I am a trifle nervous about releasing it to a production
environment.  I guess I am interested in what it's shortcomings
might be and/or when 2.99.56 is going to be frozen?  Hey only 44
more revs till gold :-) or do we switch to 2.99.99.01?

On a somewhat unrelated note; what are the correct parameters and
test for the smtpserver security bug in the latest releases?  I.E.
is it now completely safe to leave the 'ftve' flags in and what
result should the 'MAIL FROM...' test return?:

http://www.zmailer.org/securitybug.html

-- 
Daryle A. Tilroe
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon May 27 15:08:28 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S20055AbSE0MIZ>; Mon, 27 May 2002 15:08:25 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S77878AbSE0MIY>;
	Mon, 27 May 2002 15:08:24 +0300
Received: from chronos.sovam.com ([194.67.22.190]:33025 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S43719AbSE0MIX>;
	Mon, 27 May 2002 15:08:23 +0300
Received: from ariel ([194.67.3.216]:51201 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764294AbSE0MIW>;
	Mon, 27 May 2002 16:08:22 +0400
Date:	Mon, 27 May 2002 16:08:21 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: smtpserver busylooping
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020527120822Z1764294-391+4@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1181
Lines: 43

CVS copy out of May 23 eventually starts busylooping here.  I tracked it
down to this point (smtpserver/smtpserver.c:1493):

Z_write(SS, ptr, len)
     SmtpState * SS;
     const void *ptr;
     int len;
{
    int i, rc = 0;
    char *buf = (char *)ptr;

    while (len > 0) {
      i = SS->sslwrspace - SS->sslwrin; /* space */
      if (i == 0) {
        /* The buffer is full! Flush it */
        typeflush(SS);
        if (gotalarm) break;
        i = SS->sslwrspace;
      }
      /* Copy only as much as can fit into current space */
      if (i > len) i = len;
      memcpy(SS->sslwrbuf + SS->sslwrin, buf, i);
      SS->sslwrin += i;
      buf += i;
      len -= i;
      rc += i;
    }

    /* how much written out ? */
    return rc;
}

somehow SS->sslwrspace is zero on entry to this function, and len is
non-zero.  At the bottom, len is decremented by zero so the "while (len>0)"
loop runs forever.  Any comment?

--
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue May 28 14:22:41 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79844AbSE1LWh>; Tue, 28 May 2002 14:22:37 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S79840AbSE1LWh>;
	Tue, 28 May 2002 14:22:37 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S66306AbSE1LWe>;
	Tue, 28 May 2002 14:22:34 +0300
Date:	Tue, 28 May 2002 14:22:33 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: smtpserver busylooping
Message-ID: <20020528142233.E28516@nic.funet.fi>
References: <20020527120822Z1764294-391+4@chronos.sovam.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020527120822Z1764294-391+4@chronos.sovam.com>; from crosser@rol.ru on Mon, May 27, 2002 at 04:08:21PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi
Content-Length: 1955
Lines: 61

On Mon, May 27, 2002 at 04:08:21PM +0400, Eugene Crosser wrote:
> CVS copy out of May 23 eventually starts busylooping here.  I tracked it
> down to this point (smtpserver/smtpserver.c:1493):

  Do you use the deprecated  ssmtp  port ?   In that mode there
  apparently is too late init of the  sslwrspace variable, and
  sslwrbuf  buffer, which may indeed manifest as what you state.
  Although...  of  sslwrspace is zero, then   sslwrbuf  is likely
  NULL also, which in my thinking should lead to SEGV...
  (unless memcpy() does something clever..)

/Matti Aarnio

> Z_write(SS, ptr, len)
>      SmtpState * SS;
>      const void *ptr;
>      int len;
> {
>     int i, rc = 0;
>     char *buf = (char *)ptr;
> 
>     while (len > 0) {
>       i = SS->sslwrspace - SS->sslwrin; /* space */
>       if (i == 0) {
>         /* The buffer is full! Flush it */
>         typeflush(SS);
>         if (gotalarm) break;
>         i = SS->sslwrspace;
>       }
>       /* Copy only as much as can fit into current space */
>       if (i > len) i = len;
>       memcpy(SS->sslwrbuf + SS->sslwrin, buf, i);
>       SS->sslwrin += i;
>       buf += i;
>       len -= i;
>       rc += i;
>     }
> 
>     /* how much written out ? */
>     return rc;
> }
> 
> somehow SS->sslwrspace is zero on entry to this function, and len is
> non-zero.  At the bottom, len is decremented by zero so the "while (len>0)"
> loop runs forever.  Any comment?
> 
> --
> Eugene Crosser, head of Internet Applications section, +7 501 787 1000
> ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/
> 
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi

-- 
/Matti Aarnio	<mea@nic.funet.fi>
FUNET:  Finnish Academic and Research Network
	Network Information/Software Archival Service
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue May 28 15:17:30 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79876AbSE1MR1>; Tue, 28 May 2002 15:17:27 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S79873AbSE1MR1>;
	Tue, 28 May 2002 15:17:27 +0300
Received: from chronos.sovam.com ([194.67.22.190]:34962 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S79825AbSE1MRZ>;
	Tue, 28 May 2002 15:17:25 +0300
Received: from ariel ([194.67.3.216]:39808 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764097AbSE1MRX>;
	Tue, 28 May 2002 16:17:23 +0400
Date:	Tue, 28 May 2002 16:17:23 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: Re[2]: smtpserver busylooping
To:	Matti Aarnio <mea@nic.funet.fi>
cc:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
References: <20020527120822Z1764294-391+4@chronos.sovam.com>
 <20020528142233.E28516@nic.funet.fi>
In-Reply-To: <20020528142233.E28516@nic.funet.fi>
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020528121723Z1764097-6572+13@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, 28 May 2002 14:22:33 +0300 Matti Aarnio <mea@nic.funet.fi> wrote:

> On Mon, May 27, 2002 at 04:08:21PM +0400, Eugene Crosser wrote:
> > CVS copy out of May 23 eventually starts busylooping here.  I tracked
> it
> > down to this point (smtpserver/smtpserver.c:1493):
> 
>   Do you use the deprecated  ssmtp  port ?

Nope!

>   In that mode there
>   apparently is too late init of the  sslwrspace variable, and
>   sslwrbuf  buffer, which may indeed manifest as what you state.
>   Although...  of  sslwrspace is zero, then   sslwrbuf  is likely
>   NULL also, which in my thinking should lead to SEGV...
>   (unless memcpy() does something clever..)

I will try the changed version but the problem does not happen too often
so no definite response soon...

--
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue May 28 18:04:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79977AbSE1PEU>; Tue, 28 May 2002 18:04:20 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S79976AbSE1PEU>;
	Tue, 28 May 2002 18:04:20 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S32080AbSE1PES>;
	Tue, 28 May 2002 18:04:18 +0300
Date:	Tue, 28 May 2002 18:04:18 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: smtpserver busylooping
Message-ID: <20020528180418.F28516@nic.funet.fi>
References: <20020527120822Z1764294-391+4@chronos.sovam.com> <20020528142233.E28516@nic.funet.fi> <20020528121723Z1764097-6572+13@chronos.sovam.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020528121723Z1764097-6572+13@chronos.sovam.com>; from crosser@rol.ru on Tue, May 28, 2002 at 04:17:23PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, May 28, 2002 at 04:17:23PM +0400, Eugene Crosser wrote:
> On Tue, 28 May 2002 14:22:33 +0300 Matti Aarnio <mea@nic.funet.fi> wrote:
> > On Mon, May 27, 2002 at 04:08:21PM +0400, Eugene Crosser wrote:
> > > CVS copy out of May 23 eventually starts busylooping here.  I tracked
> > it
> > > down to this point (smtpserver/smtpserver.c:1493):
> > 
> >   Do you use the deprecated  ssmtp  port ?
> 
> Nope!

  Hmm..  Then the fix should not matter, and the real culprit is
  either over-scribling of variable (code bug), or compiler produced
  buggy binary..

> >   In that mode there
> >   apparently is too late init of the  sslwrspace variable, and
> >   sslwrbuf  buffer, which may indeed manifest as what you state.
> >   Although...  of  sslwrspace is zero, then   sslwrbuf  is likely
> >   NULL also, which in my thinking should lead to SEGV...
> >   (unless memcpy() does something clever..)
> 
> I will try the changed version but the problem does not happen too often
> so no definite response soon...

> Eugene Crosser, head of Internet Applications section, +7 501 787 1000
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue May 28 19:59:10 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79476AbSE1Q7I>; Tue, 28 May 2002 19:59:08 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S80017AbSE1Q7H>;
	Tue, 28 May 2002 19:59:07 +0300
Received: from chronos.sovam.com ([194.67.22.190]:35370 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S61101AbSE1Q7G>;
	Tue, 28 May 2002 19:59:06 +0300
Received: from ariel ([194.67.3.216]:39939 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764098AbSE1QmE>;
	Tue, 28 May 2002 20:42:04 +0400
Date:	Tue, 28 May 2002 20:42:04 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: Re[2]: smtpserver busylooping
To:	Matti Aarnio <mea@nic.funet.fi>, zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
References: <20020527120822Z1764294-391+4@chronos.sovam.com> <20020528142233.E28516@nic.funet.fi> <20020528121723Z1764097-6572+13@chronos.sovam.com>
 <20020528180418.F28516@nic.funet.fi>
In-Reply-To: <20020528180418.F28516@nic.funet.fi>
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020528164204Z1764098-292+1@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, 28 May 2002 18:04:18 +0300 Matti Aarnio <mea@nic.funet.fi> wrote:

> > > > CVS copy out of May 23 eventually starts busylooping here.  I
> tracked
> > > it
> > > > down to this point (smtpserver/smtpserver.c:1493):
> > > 
> > >   Do you use the deprecated  ssmtp  port ?
> > 
> > Nope!
> 
>   Hmm..  Then the fix should not matter, and the real culprit is
>   either over-scribling of variable (code bug), or compiler produced
>   buggy binary..

It did not happen since...  It *could* be because I might have built the
binary after ./configure run for different platform or somesuch...
Well, forget it for now, if I observe the problem again with a definitley good
binary I will do futher investigation.

--
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed May 29 18:13:42 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S18472AbSE2PNj>; Wed, 29 May 2002 18:13:39 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S42870AbSE2PNj>;
	Wed, 29 May 2002 18:13:39 +0300
Received: from chronos.sovam.com ([194.67.22.190]:37437 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S16356AbSE2PNh>;
	Wed, 29 May 2002 18:13:37 +0300
Received: from ariel ([194.67.3.216]:40525 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764188AbSE2PNf>;
	Wed, 29 May 2002 19:13:35 +0400
Date:	Wed, 29 May 2002 19:13:35 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: more observations
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020529151335Z1764188-4460+22@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Today I had a reason to peek into the schedluer logs and I noticed a few
interesting things.  This apply to the current CVS version:

- on every(?) ETRN I get this:

20020529190718 ETRN: UROLOGY.RU [194.186.102.149]
scheduler: SHOULD NOT HAPPEN: cfp->head == NULL; spoolid: (null)

- and quite a number of things like this, at arbitrary moments:

scheduler: tried to dq_insert(ino=2647057, file='X/2647057-13596') already in queue

I thought I sould bring it to Matti's attention...
--
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu May 30 09:39:17 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79347AbSE3GjP>; Thu, 30 May 2002 09:39:15 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S79350AbSE3GjO>;
	Thu, 30 May 2002 09:39:14 +0300
Received: from mail.bsncorp.com ([216.168.206.10]:4268 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S79347AbSE3GjN>;
	Thu, 30 May 2002 09:39:13 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Wed, 29 May 2002 23:43:50 -0700
Date:	Wed, 29 May 2002 23:43:50 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON21102110200205292343.AA4350091@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : icashmaker2001@yahoo.com
To        : zmailer@nic.funet.fi
Subject   : Please try again
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
cf56445726.att                Exploit.IFrame.FileDownloadRemoved
HOT!.exe                      I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu May 30 09:39:21 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79348AbSE3GjS>; Thu, 30 May 2002 09:39:18 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S79350AbSE3GjQ>;
	Thu, 30 May 2002 09:39:16 +0300
Received: from mail.gawan.biz ([216.168.206.10]:4267 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S79348AbSE3GjN>;
	Thu, 30 May 2002 09:39:13 +0300
Received: from Rib [172.143.123.95]
	by dataframe.net [216.168.206.10]
	with SMTP (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Wed, 29 May 2002 23:43:25 -0700
From:	icashmaker2001 <icashmaker2001@yahoo.com>
To:	zmailer@nic.funet.fi
Subject: Please try again
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=X2I78t10a8qxZJ55C3ho8G4ery6
X-MDRemoteIP: 172.143.123.95
X-Return-Path: sneshat@sarbaz.org
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-Id: <20020530063913Z79348-12936+561@nic.funet.fi>
Date:	Thu, 30 May 2002 09:39:13 +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--X2I78t10a8qxZJ55C3ho8G4ery6
Content-Type: text/plain

****************************** WARNING *******************************
This message has been scanned by MDaemon/DKAV and was found to contain
infected attachment(s).  Please review the list below.

Attachment                    Virus name               Action taken
----------------------------------------------------------------------
cf56445726.att                Exploit.IFrame.FileDownloadRemoved
HOT!.exe                      I-Worm.Klez.h            Removed


**********************************************************************


--X2I78t10a8qxZJ55C3ho8G4ery6
Content-Type: application/octet-stream;
	name=600990393[1].jpg
Content-Transfer-Encoding: base64
Content-ID: <T160EL00N0UNpK69m14>

/9j/4AAQSkZJRgABAAEAYABgAAD//gAcQ3JlYXRlZCBieSBBY2N1U29mdCBDb3JwLgD/wAAR
CABgAGADASEAAhEBAxEB/9sAhAANCQoMCggNDAsMDw4NEBQhFRQSEhQoHR4YIS8qMjEuKi4t
NDpLPzQ3RzgtLkFYQkdNT1RUVDI/XGJbUWFLUlRQAQ4PDxQRFCYVFSZQNi42NlBQUFBQUFBQ
UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFD/xAAfAAABBQEBAQEB
AQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUEBAAAAX0BAgMABBEFEiExQQYT
UWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4OTpDREVGR0hJSlNU
VVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3
uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4+fr/xAAfAQADAQEBAQEB
AQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFR
B2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpT
VFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1
tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/
APMaKACigAooAKKACigAooAl8n5c0nle9K47Ev2J8Z3J/wB9Cl+xN/z0i/77FAWE+xOW2hkJ
9jT/AOzpfVaAsNNk6uqkj5umKUWEm/bhv++aYCCybBzv4/2aT7IcZ+b/AL5pBYb9mbA68+1I
9uydc+vSmInziBfpSAP5X+zUlj16rnpVuC0kuWb7OkrAegoGSPpF+oJWMsB6Ef0qD7NP5YkZ
ti5xlu1J+6C97YrnJ2mrptVJzvTp6GqJIXs+flkX8jVaSMJ/GGoFYYvWpJl/cgh16GgBp/1S
fSpNg8qPkZx0qSi5Z2n2mdU7Yya1p53slC20o+U4KAfdpcxpyjrXU5XkXzV47MAak1PZqNq8
mDFcL0GMBh6VaIemxzTLjbWvZtLM/IQRp325NMk0/wDiW427+f8AppTGsbe4+aOfyNv8SPlT
VEnP6pvW88uVSP1/I1Ul8s2xxuHP9KgpkX8KfStPSvJ+32fnn5Nwz6daljRftblbW7naOMOn
9KsSXst3hIogPXKDpWHLqdBl3U8crfLtjI/uDFOtroRM2fm3cY61qjMrN82z6121pZeTpsfl
yxI7KGy1XJ6Ex3MK804PcPiaAt3xwOfrWf8AafK/dfP8p7EUJg0N1CX7RbQyvh8ev3vxrPdl
+zP+7xz6+xqm+Yjl5SH+FPpWhB5fm2gdNw7/AJ1DGi/qqafAgFncM8hJDjbwBWekxi5SUjio
jsaNkY2/89G/KlCAnhjn6VoZl5LN/LGVI9yK9Q0fRobjRraTe6syc7T3qiTnfFGmR6dGfLJ8
1u571wc8h3HP8qQ0QeY1K8mbaThPyHvQBCOifSrsW5/JUL8uP7vvQA2K1zu/dyfd9KkS0/dO
fKft2NILFi0s0KnzIj175rRS3gDbEgjJPTI6UyjUs9NDdFVvbaB+lXtQhmiQDJi4/gGKozMC
7lmJwzbj2rOk+0rdf8tcbfepKKyPdYfmb7vvVeQz/ZpN3mY98+9AFQdF+lXLYOXTB/8AHqAJ
YUk2t/u/36ljSXyJPw/jFAFi0yi/vOm7+9mtODY0zPjCZoGdRpRjUo033e1aut3Vo8ICKGOK
qxBwt+0e8quBnpmsy9kNzeK6AKPKxgN7UmNGdFG/7z/d/vVA6OLeXP8A6FSArfwp9KswAeav
zgUDJYUG1/3ifd96fGg8iT97H27mgCaH5IeGU/N/DWhbzfu8noOQPU0wN55neNMfdxs4PLVX
u7tEj+Qtxxj3p3FYwLtg5DH79UlGZh86dOhpCIo1HzfvE+4e9QsMQy/MvSkBD/Cv0qePZ5i7
t1Ax8Xl5b5j0Panx+Xsf94f++aAHhlEJ2tnn0qZJvSgo2tO1VY7Ty3B8xfuVRlvyHkQ9/vDF
A2yjJLnrUCbPOXLfpQQMjCbv9Z2P8NQnbskw38P92gRW8zgVIlwqkEx/+PUwHLcqufkbkf3v
/rUC5UKw2Nz/ALX/ANagY5btAuDEx5/v/wD1qm/tCH/n2b/v7QO45NURP+Xb8DJ/9aiTVUk/
5dAPo9IVyI30Z6QY/wCB1H9rG8MEP/fVMBguMNnb+tM83g8dRigRHRQAUUAFFABRQAUUAFFA
H//Z
--X2I78t10a8qxZJ55C3ho8G4ery6--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu May 30 19:45:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79455AbSE3QpW>; Thu, 30 May 2002 19:45:22 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S79329AbSE3QpW>;
	Thu, 30 May 2002 19:45:22 +0300
Received: from web20401.mail.yahoo.com ([216.136.226.120]:33103 "HELO
	web20401.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S38894AbSE3QpU>;
	Thu, 30 May 2002 19:45:20 +0300
Message-ID: <20020530164517.55955.qmail@web20401.mail.yahoo.com>
Received: from [64.86.155.165] by web20401.mail.yahoo.com via HTTP; Thu, 30 May 2002 09:45:17 PDT
Date:	Thu, 30 May 2002 09:45:17 -0700 (PDT)
From:	iky godspower <ikalakija@yahoo.com>
Subject: URGENT ATTENTION NEEDED.
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Sir,

First, I must solicit your confidence in this
transaction; this is by virtue of its nature as being
utterly confidential and top secret.  Though I 
know that a transaction of this magnitude will make
any
one apprehensive and worried, but I am assuring you
that all will be done legitimately as i will be
working with you from behind close door till the end.
We have decided to contact you due to the urgency of
this transaction. Let me start by introducing myself
properly to you. 

I am PRINCE IKY GODSPOWER, Credit Officer with the
Standard Trust Bank Nigeria Plc, Lagos.  I came to
know 
you in my Private Search for a Reliable and Reputable
Person to 
handle this Confidential Transaction, which involves
the transfer of Huge Sum of Money to a Foreign Account
requiring Maximum Confidence.

THE PROPOSITION: A Foreigner an American, Late Engr.
John Creek (Snr.) an Oil Merchant with The Federal 
Government of Nigeria, until his death, months ago in
Kenya Air Bus (A310 - 300) Flight KQ430,Banked with us
at Eco Bank Nigeria Plc, Lagos and had a closing 
balance as at the end of September, 2001 worth
US$21,500,000.00 (twenty one  Million five
hundred thousand United State Dollars), the bank now
expects a next of kin as beneficiary.  Valuable
efforts are being made by the Eco Bank of Nigeria to
get in touch with any of the Creek's Family or
Relatives but to no success.It is because of the
perceived possibility of not being able to locate any
of Late Engr. John Creek (Snr.)'s next of kin 
(He had no wife or children that is known to us).  The
Management under the influence of our Chairman and
Members of the Board of Directors, that arrange has
been made for the fund to be declared" Unclaimed" and
subsequently be donated to the trust fund for non
charitable organisation to further enhance the course
of living and the World in General.


In order to avert this negative development, some of
my trusted colleagues and I now seek your permission
to have you stand as next of kin to Late Engr. John
Creek (Snr.) so that the fund US$21.5 Million will be
released and paid into your Account as the
beneficiary's next of kin.

  All documents and proves to enable you get this fund
will be carefully worked out.  We have secure from the
probate a writ of madamus to locate any of deceased
beneficiaries, and more so we are assuring you that
this business is 100% Risk Free.  Your share stays
while the rest be for myself and my colleagues for
investment purpose. 

According to agreement within both parties. As soon as
we receive an acknowledgment of receipt of this
message in acceptance of our mutual business proposal,
we would furnish you with the necessary modalities and
disbursement ratio to suite bothparties  without any
conflict.


If this proposal is acceptable by you, do not make
undue advantage of the trust we have bestowed in
you.therefore you can send to us your private
telephone and fax numbers for us to open communication
with you and more also to bring you to the true
picture of this transaction.

yours sincerely

PRINCE IKY GODSPOWER
CREDIT  OFFICER (STANDARD TRUST BANK)








__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu May 30 20:09:54 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79085AbSE3RJu>; Thu, 30 May 2002 20:09:50 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S79678AbSE3RJu>;
	Thu, 30 May 2002 20:09:50 +0300
Received: from chronos.sovam.com ([194.67.22.190]:39141 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S79085AbSE3RJt>;
	Thu, 30 May 2002 20:09:49 +0300
Received: from ariel ([194.67.3.216]:41373 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764213AbSE3RJs>;
	Thu, 30 May 2002 21:09:48 +0400
Date:	Thu, 30 May 2002 21:09:48 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: smtpserver busylooping found
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020530170948Z1764213-4460+37@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti,

I think that I found why I am getting smtpserver busyloop sometimes.  When
you said that this may happen if uninitialized SS is used, I looked into
he source and found that I am trying to report problem in a very early
stage if USE_TRANSLATION is set, around line 1922 in smtpserver.c.
For now, I will just remove type() and typeflush(), but I'd appreciate you
advice how to best fix it more properly.

--
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri May 31 04:57:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S68321AbSEaB5G>; Fri, 31 May 2002 04:57:06 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S11378AbSEaB5F>;
	Fri, 31 May 2002 04:57:05 +0300
Received: from f183.pav2.hotmail.com ([64.4.37.183]:3895 "EHLO hotmail.com"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S57425AbSEaB5E>;
	Fri, 31 May 2002 04:57:04 +0300
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Thu, 30 May 2002 18:56:57 -0700
Received: from 216.139.177.146 by pv2fd.pav2.hotmail.msn.com with HTTP;
	Fri, 31 May 2002 01:56:57 GMT
X-Originating-IP: [216.139.177.146]
From:	"Salem Hossain" <sasaho2000@hotmail.com>
To:	zmailer@nic.funet.fi
Subject: letter of intent
Date:	Fri, 31 May 2002 01:56:57 +0000
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F183MgXkhDsdM0kGb890001308d@hotmail.com>
X-OriginalArrivalTime: 31 May 2002 01:56:57.0320 (UTC) FILETIME=[72010E80:01C20846]
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

FROM:DR.SALEM S.HOSSAIN
#20 LOUIS BOTHA AVENUE,
YOEVILE DISTRICT,
SOUTH AFRICA.
E-mail me:sasaho2000za@yahoo.com.
TEL-871-762-604-485,
Fax-871-762-604-486.
            (VERY URGENT BUSINESS TRANSACTION)
Attention!,
In order to transfer out (US$ 60 Million) Sixty
million United States Dollars) from African
Development Bank.I have picked-up the trust and
courage to write you this letter with devine confidence that you
are a reliable and honest person who will be capable for this important
business transaction believing also that you will never let me down either 
now or in the future.
My name is Dr.Salem S.Hossain, a senior Auditing Officer with the African
Development bank (ADB)in South Africa. There is an account opened
in this bank in 1980 and since 1990 nobody has operated on this
account again. After going through some old files in the records,
I discovered that if I do not remit this money out urgently it would be
forfeited for nothing. The owner of this account is Mr. Fernando
Carlos, a foreigner, he was a miner at Kruger gold company, a geologist
by profession, and he died since 1990. No other person knows about
this account or any thing concerning it, the account has no other
beneficiary and my investigation proved to me as well that this
company does not know anything about this account and the amount
involved is (US$60 million) Sixty million United States Dollars.
I want to first transfer (US$40 Million) Forty  million united
states Dollars from this money into a safe foreigners account abroad
before the rest. I am contacting you based on the fact that you
are a foreigner because this money can only be approved for payment
to a foreigner, more so it can not be approved by any local bank
here, as this money is in US Dollars hence the former owner of this account 
is a foreigner too. I
know that this proposal will come to you as a surprise as we don't
know ourselves before, however i got your contact from your Embassy's
Commercial Attachie' I was meant to understand that your race are 
trustworthy however I did not
disclose the purpose of my intention to anybody in the Embassy.Although we 
will still have
to meet possibly, sign some agreement before the final transfer
of the fund into any of your chosen designated bank account.

I have involved a very senior offical in the operational department
and we have agreed that after the transfer of the money into your
account, you shall be entitled to 15% of the total sum, we the officials 
will take 80% while the remaining 5% will be for processing cost
we may incur here and there during this transaction.
All necessary precautions have been taken to ensure a risk free
situation on the side of the both parties.
Please note that this deal can only take place on the following conditions:-
1.you will provide the bank account and other relevant 
particulars/information
for easy and onward Remittance of this money.
2.absolute confidentiality and sincerity will be required and
guaranteed, considering our (me and my partners) positions in the bank.
3.Assurance that our own due share will be released to us in
good faith when this money finally gets into your account. This
transaction will last for some days as soon as we hear from you.

Please treat with utmost confidentiality.
Contact me as quickly as possible through my e-mail 
box:-(sasaho2000za@yahoo.com) or above telefax for security reasons.
Expecting your urgent response,
Best Regards,
Yours faithfully,
Dr.Salem Hossain.



_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri May 31 17:03:12 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S80429AbSEaODJ>; Fri, 31 May 2002 17:03:09 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S80424AbSEaODI>;
	Fri, 31 May 2002 17:03:08 +0300
Received: from chronos.sovam.com ([194.67.22.190]:33071 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S80392AbSEaODG>;
	Fri, 31 May 2002 17:03:06 +0300
Received: from ariel ([194.67.3.216]:41806 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764235AbSEaODF>;
	Fri, 31 May 2002 18:03:05 +0400
Date:	Fri, 31 May 2002 18:03:05 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: queue reordering?
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020531140305Z1764235-409+11@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti,

I noticed another thing.  I am not 100% sure but it seems that the
scheduler does not rehash the queue before reties.  That is, if you have a
message in the queue to a particular domain that consistently results in
4xx code from the remote, all mail to that domain gets stuck.  Am I wrong? 
It seems that after a 4xx response, further retries to that domain should
be somewhat delayed *and* offending message moved to the tail of the queue.
Am I missing something?

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri May 31 19:51:12 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S55090AbSEaQvJ>; Fri, 31 May 2002 19:51:09 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S80035AbSEaQvI>;
	Fri, 31 May 2002 19:51:08 +0300
Received: from realbig.com ([207.150.192.181]:32853 "EHLO realbig.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S55090AbSEaQvH>;
	Fri, 31 May 2002 19:51:07 +0300
Received: from IDENT-NOT-QUERIED@ca-redbch-cuda1-c8a-a-124.stmnca.adelphia.net (port 36087 [68.68.208.124]) by realbig.com with ESMTP id <439834-14247>; Fri, 31 May 2002 09:50:50 -0700
Date:	Fri, 31 May 2002 09:50:37 -0700 (PDT)
From:	Andy Poling <andy@realbig.com>
X-Sender: andy@blister.redondo.realbig.com
To:	Eugene Crosser <crosser@rol.ru>
cc:	zmailer@nic.funet.fi
Subject: Re: queue reordering?
In-Reply-To: <20020531140305Z1764235-409+11@chronos.sovam.com>
Message-ID: <Pine.LNX.4.21.0205310947540.537-100000@blister.redondo.realbig.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, 31 May 2002, Eugene Crosser wrote:
> I noticed another thing.  I am not 100% sure but it seems that the
> scheduler does not rehash the queue before reties.  That is, if you have a
> message in the queue to a particular domain that consistently results in
> 4xx code from the remote, all mail to that domain gets stuck.  Am I wrong? 
> It seems that after a 4xx response, further retries to that domain should
> be somewhat delayed *and* offending message moved to the tail of the queue.

This is based on the somewhat older version of scheduler that we use...

Are you using "ageorder" in the scheduler.conf?

It pretty much forces a consistent order (thus causing your problem for
certain classes of SMTP errors).  Disabling it on our systems allowed the
scheduler to avoid "deadlocks" like you're talking about...

-Andy

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri May 31 20:17:35 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S80514AbSEaRRc>; Fri, 31 May 2002 20:17:32 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S80515AbSEaRRc>;
	Fri, 31 May 2002 20:17:32 +0300
Received: from chronos.sovam.com ([194.67.22.190]:33170 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S80514AbSEaRRa>;
	Fri, 31 May 2002 20:17:30 +0300
Received: from ariel ([194.67.3.216]:41932 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764239AbSEaRR3>;
	Fri, 31 May 2002 21:17:29 +0400
Date:	Fri, 31 May 2002 21:17:29 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: Re[2]: queue reordering?
To:	Andy Poling <andy@realbig.com>
cc:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
References: <Pine.LNX.4.21.0205310947540.537-100000@blister.redondo.realbig.com>
In-Reply-To: <Pine.LNX.4.21.0205310947540.537-100000@blister.redondo.realbig.com>
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020531171729Z1764239-14457+1@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, 31 May 2002 09:50:37 -0700 (PDT) Andy Poling <andy@realbig.com> wrote:

> On Fri, 31 May 2002, Eugene Crosser wrote:
> > I noticed another thing.  I am not 100% sure but it seems that the
> > scheduler does not rehash the queue before reties.  That is, if you
> have a
> > message in the queue to a particular domain that consistently results
> in
> > 4xx code from the remote, all mail to that domain gets stuck.  Am I
> wrong? 
> > It seems that after a 4xx response, further retries to that domain
> should
> > be somewhat delayed *and* offending message moved to the tail of the
> queue.
> 
> This is based on the somewhat older version of scheduler that we use...
> 
> Are you using "ageorder" in the scheduler.conf?

Yes.  But it was there for ages, and behavior seems to have changed between
2.99.51 and 2.99.52-pre1.  I will try your advice anyway, thanks.

> It pretty much forces a consistent order (thus causing your problem for
> certain classes of SMTP errors).  Disabling it on our systems allowed the
> scheduler to avoid "deadlocks" like you're talking about...

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jun  6 03:22:53 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S66236AbSFFAWv>; Thu, 6 Jun 2002 03:22:51 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S26603AbSFFAWu>;
	Thu, 6 Jun 2002 03:22:50 +0300
Received: from web20910.mail.yahoo.com ([216.136.226.232]:18194 "HELO
	web20910.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S23024AbSFFAWs>;
	Thu, 6 Jun 2002 03:22:48 +0300
Message-ID: <20020606002245.49138.qmail@web20910.mail.yahoo.com>
Received: from [217.146.9.176] by web20910.mail.yahoo.com via HTTP; Thu, 06 Jun 2002 01:22:45 BST
Date:	Thu, 6 Jun 2002 01:22:45 +0100 (BST)
From:	=?iso-8859-1?q?NNA=20OBISI?= <nnaobisi4@yahoo.co.uk>
Subject: URGENT AND CONFIDENTIAL
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

MR,AMED TUNDE,
8/9  ROADPASS
CLOSE, JO, BORG
REPUBLIC OF SOUTH AFRICA
 

         (URGENT AND CONFIDENTIAL)

(RE:  TRANSFER OF ($ 152,000.000.00 USD ONE HUNDRED
AND FIFTY TWO MILLION DOLLARS   

Dear sir,

We want to transfer to overseas ($ 152,000.000.00 USD)
One hundred and
Fifty two million United States Dollars) from a Prime
Bank in Africa, I want to ask you to  quietly  look
for a reliable and honest person who will be
capable  and fit to provide either an existing bank
account  or  to set up a new  Bank a/c  immediately to
receive this money, even an empty a/c can serve to 
receive this money, as long as you will remain honest
to me till the end for this important business
trusting in  you and believing  in God that you  will
never let me down either now or in future.

I am Mr,AMED TUNDE. the Auditor General of prime
banks, during the course of our auditing  I
discovered a floating fund  in an account opened in
the bank in 1990 and since 1993 nobody has operated 
on this account again, after going through some old 
files in the records I discovered that the owner of
the account  died without a [heir]  hence  the money
is floating and  if I do not
remit this money out urgently it will be forfeited for
nothing. the owner of this account is  Mr.  Adam C.
Nicole, 
a foreigner, and an industrialist, and  he
died,  since 1993. and  no
other person knows about this account or any thing
concerning it, the account has no other beneficiary
and my investigation proved to me as well that 
Adam C. Nicole until his death was the manager 
Diamond
Safari  [pty]. SA.  

  
We will start the  first transfer with fifty two
million [$52,000.000] upon successful transaction
without any disappoint from your side, we shall
re-apply for the payment of the remaining  rest amount
to your account, 

The amount involved is (USD 152M) One hundred and
Fifty two million United States Dollars, only I want
to first transfer $52,000.000 [fifty two million
United States Dollar from this money into a
safe foreigners account abroad before the rest, but I
don't know any foreigner, I am only contacting you as
a foreigner because this money can not be approved to
a local person here, without valid international
foreign passport, but can only be approved to any
foreigner with valid international passport or drivers
license and foreign a/c  because the money is in us
dollars and
the former owner of the  a/c  Adam C. Nicole is 
a foreigner too, [and the money can only be approved
into a foreign a/c 

However, we will sign a binding agreement,  to bind us
together   I got your contact address  from the Girl
who operates computer,  I am revealing this to you
with believe in God that you will never let me down in
this business,  you are the first and the only person
that I am contacting for this business, so please
reply urgently so that I will inform you the next step
to take
urgently. Send also your private telephone and fax
number including the full details of the account to be
used for the deposit.

I want us to meet face to face to build confidence and
to sign a binding
agreement that will  bind us together  before
transferring the money to any account of  your choice
where the fund will be safe. Before we fly to your
country for withdrawal, sharing and  investments.

I need your full co-operation to make
this work fine. because the management is ready to
approve this payment to any foreigner who has correct
information of this account, which I will give to you,
upon your positive response and once I am convinced
that you  are  capable  and will meet up with
instruction of  a key bank official who is deeply
involved with me in this business.
I need your strong assurance that you will never, 
never let me down.

With my influence and the position of the bank
official we can transfer this
money to any foreigner's reliable account which you
can provide with assurance that this money will be
intact pending our physical arrival in your country
for
sharing. The bank official will  destroy all documents
of transaction
immediately we receive this money leaving no trace to
any place and to build confidence  you can  come
immediately  to discuss with me face to face after
which I will make this remittance in 
your presence and three of us will fly to your country
at least two days ahead of the money going into the
account.

I will apply for annual leave to get visa immediately
I hear from you that you are ready to act and receive
this fund in your account. I will use my position and
influence to obtain all legal approvals for  onward
transfer of this money to your account with
appropriate clearance from  the relevant  ministries
and
foreign exchange departments.

At the conclusion of this business, you will be given
35% of the total amount, 60% will be for me, while 5%
will be for expenses both parties might have incurred
during the process of transferring.

I look forward to your earliest reply through my email
address. 

Yours truly

Mr,AMED TUNDE.









__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jun  7 05:12:39 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S16003AbSFGCMc>; Fri, 7 Jun 2002 05:12:32 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S11453AbSFGCMa>;
	Fri, 7 Jun 2002 05:12:30 +0300
Received: from mail.kuanchuan.biz ([216.168.206.10]:4424 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S63957AbSFGCM1>;
	Fri, 7 Jun 2002 05:12:27 +0300
Received: from Ecfledjp [172.168.2.214]
	by dataframe.net [216.168.206.10]
	with SMTP (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Thu, 06 Jun 2002 19:14:26 -0700
From:	feimen <feimen@thepersians.com>
To:	zmailer@nic.funet.fi
Subject: Cbc, cbf
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=R9V8aU241BkkFv0
X-MDRemoteIP: 172.168.2.214
X-Return-Path: sneshat@sarbaz.org
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-Id: <20020607021227Z63957-12936+1884@nic.funet.fi>
Date:	Fri, 7 Jun 2002 05:12:27 +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--R9V8aU241BkkFv0
Content-Type: text/plain

****************************** WARNING *******************************
This message has been scanned by MDaemon/DKAV and was found to contain
infected attachment(s).  Please review the list below.

Attachment                    Virus name               Action taken
----------------------------------------------------------------------
cf66431416.att                Exploit.IFrame.FileDownloadRemoved
600935037[1].bat              I-Worm.Klez.h            Removed


**********************************************************************


--R9V8aU241BkkFv0
Content-Type: application/octet-stream;
	name=600935037[1].jpg
Content-Transfer-Encoding: base64
Content-ID: <Q8451s7W>

/9j/4AAQSkZJRgABAAEAYABgAAD//gAcQ3JlYXRlZCBieSBBY2N1U29mdCBDb3JwLgD/wAAR
CABgAGADASEAAhEBAxEB/9sAhAANCQoMCggNDAsMDw4NEBQhFRQSEhQoHR4YIS8qMjEuKi4t
NDpLPzQ3RzgtLkFYQkdNT1RUVDI/XGJbUWFLUlRQAQ4PDxQRFCYVFSZQNi42NlBQUFBQUFBQ
UFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFD/xAAfAAABBQEBAQEB
AQAAAAAAAAAAAQIDBAUGBwgJCgv/xAC1EAACAQMDAgQDBQUEBAAAAX0BAgMABBEFEiExQQYT
UWEHInEUMoGRoQgjQrHBFVLR8CQzYnKCCQoWFxgZGiUmJygpKjQ1Njc4OTpDREVGR0hJSlNU
VVZXWFlaY2RlZmdoaWpzdHV2d3h5eoOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3
uLm6wsPExcbHyMnK0tPU1dbX2Nna4eLj5OXm5+jp6vHy8/T19vf4+fr/xAAfAQADAQEBAQEB
AQEBAAAAAAAAAQIDBAUGBwgJCgv/xAC1EQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFR
B2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpT
VFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1
tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/
APMaKACigAooAKKACigAooA6Oz8Li6tY5ftm3eobHlev41P/AMIf/wBP/wD5C/8Ar0gG/wDC
If8AT9/5C/8Ar00+Ex/z/f8AkL/69FwE/wCEVH/P7/5C/wDr03/hFh/z+/8AkL/69FwD/hFx
/wA/v/kL/wCvSf8ACMr/AM/v/kP/AOvTAUeFgf8Al9/8hf8A16ni8HeZ0v8A/wAg/wD16ALS
+Adwz/aP/kD/AOyqC+8FfZLCe5/tEP5SF9vldf8Ax6gDR0psWNr/ANcl/lV7fSAYz1WnuUhX
MjBRSGUjq0P8O9vwph1Mn7sR/E0xDPt0x6KtMN1cnvj8KBjDNc/89H/CoXec/wDLR/xY0CC0
M3mxhGPmFvlx2rsrqEx+HtRZufMgc49PkNDA5yZR/YVru34aNPufSq2mO8LbnuESP+JCaALc
+oOwxbRMx/vMOKx7oS+ZmcksaAIsfX86eEPbNMBwjLcf1p/2b60AIYORxTWg9qAFt2ltZhLA
7JIOjCursb2e98J6obmQyOkcgyfTZQAyx50iz+UkeSnb2pDp0EoP7kL9KQEDafHH0kaP6Gsf
VU2SoPNeX/epDZCj7RjiplnX/Z/KmCJI2V3OKtJt70FDLjaGT61C+KSFIgIra0sf8U7rI/6Y
t/6AaZJoabHu0ix5/wCWCf8AoNWvJG31FJjK0lsnpWBq9pucFP4aEDMZxt7Cm7/pVCHrKR04
q1DulH36AJRC39+pRaMR/rDQA8WPP+tNbS2D2Phu+LM2Zrd25H+yaALGnf8AIH0/H/Pun8hW
lsqRkbRVkXluGkakDOc1S2ERyDWbirELitrQbE3Ylw4Xb60Abi6E/wDz3X/vmp10Bv8Anv8A
+OUAWrXRUilDSSeYB/DtqXxCP+JLef8AXvJ/KgClpHz6bp3H/LGP+Va1SMaRWXexuCSBSQHH
6g5luGH92qyxVYh4jFdF4Zgcx3XkcHAoA0If7SEEvmyKGH04rV0lblrTNy2588E+lSgZoBKo
eIV/4kF6f+mEn/oJqgM3QudPsfaBP/Qa2KhjGtVG8+4aQzg3+aZqE+/jPatCSQCup8ID/j5+
gpAWp7qytLx43tpm80jP92t+NVRAEAC0ICSqHiAf8U9qOP8An3f/ANBNMChoiKNHsTjk26f+
g1oVDGIaz9R4ib6VJRwpAY+tSCtSR+PSuw8K2pjtZJGGN5pAbH2S3MvmGCMv/eK81YoEPqjr
v/Iv6l/17Sf+gmmBxNj43t7Swt7c6XI5ijVN32oDOB/uVY/4WBbf9AiX/wACx/8AG6VgD/hY
Fv8A9AiT/wACx/8AG6ZJ47tJV2vo0hH/AF9j/wCN0WHczP7e0fP/ACBbj/wO/wDtdH9v6P8A
9AW4/wDA7/7XTESx+JdIjbP9hSn63v8A9hWmvxCt1AC6M4A/6e//ALCgB3/Cxof+gPJ/4Gf/
AGFL/wALHh/6A8n/AIGf/YUAL/wsiH/oDyf+Bn/2FV9Q+IEd5p1zajSnTzomj3fas4yMf3KA
OGooAKKACigAooAKKACigD//2T==
--R9V8aU241BkkFv0--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jun  7 05:12:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S57173AbSFGCMj>; Fri, 7 Jun 2002 05:12:39 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S74108AbSFGCMd>;
	Fri, 7 Jun 2002 05:12:33 +0300
Received: from mail.kuanchuan.biz ([216.168.206.10]:4426 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S12260AbSFGCM1>;
	Fri, 7 Jun 2002 05:12:27 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Thu, 06 Jun 2002 19:14:36 -0700
Date:	Thu, 06 Jun 2002 19:14:36 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON19221922200206061914.AA1436033@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : feimen@thepersians.com
To        : zmailer@nic.funet.fi
Subject   : Cbc, cbf
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
cf66431416.att                Exploit.IFrame.FileDownloadRemoved
600935037[1].bat              I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jun 11 22:28:41 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81560AbSFKT2i>; Tue, 11 Jun 2002 22:28:38 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81562AbSFKT2i>;
	Tue, 11 Jun 2002 22:28:38 +0300
Received: from charon.micralyne.com ([142.59.207.103]:60050 "EHLO
	iris.micralyne.com" ident: "user" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S81560AbSFKT2g>;
	Tue, 11 Jun 2002 22:28:36 +0300
Received: from [172.16.4.1] ([172.16.4.1]:20999 "EHLO micralyne.com")
	by iris.micralyne.com with ESMTP id <S4816994AbSFKT3Q>;
	Tue, 11 Jun 2002 13:29:16 -0600
Message-ID: <3D064FDF.996103A1@micralyne.com>
Date:	Tue, 11 Jun 2002 13:30:39 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To: daryle@micralyne.com
Organization: Micralyne
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: Syntax question: smtp-policy.spam
References: <3CEC7DB1.5030BCAD@micralyne.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I am using this feature to stop quite a bit of inbound junk
at the smtpserver stage.  For example I put old employee
addresses in here.  I think this may be a stupid question but
if and how can regular expressions/wild cards work here.  My
specific example is that I would like to block email with
a "." in the to name part of the address sent to my domain.
For example:

37fec9d9.ce0b4247@micralyne.com

This should be simple since I can block both inbound and
internal as no valid email addresses in my domain have a ".".
Something like this:

.*[\.].*@micralyne.com$

So is this possible at all?

-- 
Daryle A. Tilroe
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jun 11 22:58:50 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81562AbSFKT6q>; Tue, 11 Jun 2002 22:58:46 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81564AbSFKT6q>;
	Tue, 11 Jun 2002 22:58:46 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S81562AbSFKT6o>;
	Tue, 11 Jun 2002 22:58:44 +0300
Date:	Tue, 11 Jun 2002 22:58:44 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	"Daryle A. Tilroe" <daryle@micralyne.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Syntax question: smtp-policy.spam
Message-ID: <20020611225844.C22975@nic.funet.fi>
References: <3CEC7DB1.5030BCAD@micralyne.com> <3D064FDF.996103A1@micralyne.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <3D064FDF.996103A1@micralyne.com>; from daryle@micralyne.com on Tue, Jun 11, 2002 at 01:30:39PM -0600
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, Jun 11, 2002 at 01:30:39PM -0600, Daryle A. Tilroe wrote:
> I am using this feature to stop quite a bit of inbound junk
> at the smtpserver stage.  For example I put old employee
> addresses in here.  I think this may be a stupid question but
> if and how can regular expressions/wild cards work here.  My
> specific example is that I would like to block email with
> a "." in the to name part of the address sent to my domain.
> For example:

  The whole facility is written with "pick the (sub-part-of) address,
  see if it can be found from the policy database by simple lookup"
  paradigm.  It really can't do any sort of iterative regular expression
  analysis.  Also, it works with MAIL FROM and RCPT TO envelope addresses
  only, paying no attention to message content (visible From:/To:/Cc:)

> 37fec9d9.ce0b4247@micralyne.com
> 
> This should be simple since I can block both inbound and
> internal as no valid email addresses in my domain have a ".".
> Something like this:
> 
> .*[\.].*@micralyne.com$
> 
> So is this possible at all?

  Perhaps.  The  "man smtpserver" does describe "CONTENTFILTER
  INTERFACE", which is somewhat fragile, and difficult to use,
  especially when the filter program has a bug (like I had
  last weekend here at nic.funet.fi...)

  The  utils/smtp-contentpolicy.in  PERL script tries to show
  the interface, but alas there are a few bugs in it which I
  have learned about over last couple of weeks...

> -- 
> Daryle A. Tilroe
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jun 12 20:01:32 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S36476AbSFLRB2>; Wed, 12 Jun 2002 20:01:28 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S45799AbSFLRB1>;
	Wed, 12 Jun 2002 20:01:27 +0300
Received: from midway.uchicago.edu ([128.135.12.12]:35235 "EHLO
	midway.uchicago.edu" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S4084AbSFLRBZ>;
	Wed, 12 Jun 2002 20:01:25 +0300
Received: from ucp.uchicago.edu (ucp.uchicago.edu [128.135.181.28])
	by midway.uchicago.edu (8.12.2/8.12.2) with ESMTP id g5CH1HsX026260
	for <zmailer@nic.funet.fi>; Wed, 12 Jun 2002 12:01:17 -0500 (CDT)
Received: (from rcb@localhost)
	by ucp.uchicago.edu (8.11.6+Sun/8.10.2) id g5CH14o09504
	for zmailer@nic.funet.fi; Wed, 12 Jun 2002 12:01:04 -0500 (CDT)
Date:	Wed, 12 Jun 2002 12:01:04 -0500
From:	Roy Bixler <rcb@ucp.uchicago.edu>
To:	zmailer@nic.funet.fi
Subject: Re: Syntax question: smtp-policy.spam
Message-ID: <20020612170104.GA4640@ucp.uchicago.edu>
References: <3CEC7DB1.5030BCAD@micralyne.com> <3D064FDF.996103A1@micralyne.com> <20020611225844.C22975@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020611225844.C22975@nic.funet.fi>
User-Agent: Mutt/1.3.99i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, Jun 11, 2002 at 10:58:44PM +0300, Matti Aarnio wrote:
>   Perhaps.  The  "man smtpserver" does describe "CONTENTFILTER
>   INTERFACE", which is somewhat fragile, and difficult to use,
>   especially when the filter program has a bug (like I had
>   last weekend here at nic.funet.fi...)
> 
>   The  utils/smtp-contentpolicy.in  PERL script tries to show
>   the interface, but alas there are a few bugs in it which I
>   have learned about over last couple of weeks...

Could you elaborate on the why the interface is "fragile and difficult
to use"?  I am interested in the content filter from the standpoint of
attaching a virus checker to it.

Thanks,

-- 
Roy Bixler
rcb@ucp.uchicago.edu
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jun 12 20:11:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81609AbSFLRLY>; Wed, 12 Jun 2002 20:11:24 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81608AbSFLRLY>;
	Wed, 12 Jun 2002 20:11:24 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S81593AbSFLRLV>;
	Wed, 12 Jun 2002 20:11:21 +0300
Date:	Wed, 12 Jun 2002 20:11:20 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Roy Bixler <rcb@ucp.uchicago.edu>
Cc:	zmailer@nic.funet.fi
Subject: Re: Syntax question: smtp-policy.spam
Message-ID: <20020612201120.E22975@nic.funet.fi>
References: <3CEC7DB1.5030BCAD@micralyne.com> <3D064FDF.996103A1@micralyne.com> <20020611225844.C22975@nic.funet.fi> <20020612170104.GA4640@ucp.uchicago.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020612170104.GA4640@ucp.uchicago.edu>; from rcb@ucp.uchicago.edu on Wed, Jun 12, 2002 at 12:01:04PM -0500
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, Jun 12, 2002 at 12:01:04PM -0500, Roy Bixler wrote:
> On Tue, Jun 11, 2002 at 10:58:44PM +0300, Matti Aarnio wrote:
> >   Perhaps.  The  "man smtpserver" does describe "CONTENTFILTER
> >   INTERFACE", which is somewhat fragile, and difficult to use,
> >   especially when the filter program has a bug (like I had
> >   last weekend here at nic.funet.fi...)
... 
> Could you elaborate on the why the interface is "fragile and difficult
> to use"?  I am interested in the content filter from the standpoint of
> attaching a virus checker to it.

  If the program gives unexpected outputs (like some PERL syntax error),
  the policy report is considered to be "-1 550 5.7.1 ...",  which
  might not be quite wanted -- especially when the reason is a perl
  goofup..

> Thanks,
> -- 
> Roy Bixler
> rcb@ucp.uchicago.edu
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jun 12 20:51:35 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81644AbSFLRvc>; Wed, 12 Jun 2002 20:51:32 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81645AbSFLRvc>;
	Wed, 12 Jun 2002 20:51:32 +0300
Received: from charon.micralyne.com ([142.59.207.103]:34182 "EHLO
	iris.micralyne.com" ident: "user" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S81644AbSFLRv3>;
	Wed, 12 Jun 2002 20:51:29 +0300
Received: from [172.16.4.1] ([172.16.4.1]:50441 "EHLO micralyne.com")
	by iris.micralyne.com with ESMTP id <S4817011AbSFLRwM>;
	Wed, 12 Jun 2002 11:52:12 -0600
Message-ID: <3D078AA1.3D817F0B@micralyne.com>
Date:	Wed, 12 Jun 2002 11:53:37 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To: daryle@micralyne.com
Organization: Micralyne
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To:	Matti Aarnio <mea@nic.funet.fi>
CC:	zmailer@nic.funet.fi
Subject: Re: Syntax question: smtp-policy.spam
References: <3CEC7DB1.5030BCAD@micralyne.com> <3D064FDF.996103A1@micralyne.com> <20020611225844.C22975@nic.funet.fi>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti Aarnio wrote:
> 
> On Tue, Jun 11, 2002 at 01:30:39PM -0600, Daryle A. Tilroe wrote:
> > I am using this feature to stop quite a bit of inbound junk
> > at the smtpserver stage.  For example I put old employee
> > addresses in here.  I think this may be a stupid question but
> > if and how can regular expressions/wild cards work here.  My
> > specific example is that I would like to block email with
> > a "." in the to name part of the address sent to my domain.
> > For example:
> 
>   The whole facility is written with "pick the (sub-part-of) address,
>   see if it can be found from the policy database by simple lookup"
>   paradigm.  It really can't do any sort of iterative regular expression
>   analysis.  Also, it works with MAIL FROM and RCPT TO envelope addresses
>   only, paying no attention to message content (visible From:/To:/Cc:)
> 
> > 37fec9d9.ce0b4247@micralyne.com
> >
> > This should be simple since I can block both inbound and
> > internal as no valid email addresses in my domain have a ".".
> > Something like this:
> >
> > .*[\.].*@micralyne.com$
> >
> > So is this possible at all?
> 
>   Perhaps.  The  "man smtpserver" does describe "CONTENTFILTER
>   INTERFACE", which is somewhat fragile, and difficult to use,
>   especially when the filter program has a bug (like I had
>   last weekend here at nic.funet.fi...)

So basically using the existing smtp-policy setup there is no
way to do this because the lookup cannnot understand any
regular expressions?

-- 
Daryle A. Tilroe
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jun 13 00:24:21 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81680AbSFLVYR>; Thu, 13 Jun 2002 00:24:17 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81681AbSFLVYQ>;
	Thu, 13 Jun 2002 00:24:16 +0300
Received: from vogon.scs.ryerson.ca ([141.117.57.37]:41014 "EHLO
	vogon.scs.ryerson.ca" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S81680AbSFLVYO>;
	Thu, 13 Jun 2002 00:24:14 +0300
Received: (from localhost user: 'ghe' uid#3101 fake: STDIN
	(ghe@vogon.scs.ryerson.ca)) by mail3.scs.Ryerson.CA
	id <S258689AbSFLVYC>; Wed, 12 Jun 2002 17:24:02 -0400
Date:	Wed, 12 Jun 2002 17:24:01 -0400
From:	Grace He <ghe@scs.ryerson.ca>
To:	zmailer@nic.funet.fi
Subject: Interactive routing subsystem off for localhost
Message-ID: <20020612172400.H345@scs.ryerson.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

We noticed the following behavor:


======== Begin ===
> telnet <server.domainname> 25
Trying xxx.xxx.xxx.xxx...
Connected to <server.domainname>.
Escape character is '^]'.
220 <server.domainname> ZMailer Server 2.99.55-patch1 #2 ESMTP+IDENT
ready at T
ue, 4 Jun 2002 11:30:38 -0400
helo <server.domainname>
250 <server.domainname> Hello <server.domainname>
mail from: <user@domainname>
250 2.1.0 Sender syntax Ok
^]
telnet> Connection closed.
======= End ===

In this case it works fine when we telnet to <server.domainname>.



======== Begin ===
> telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 localhost ZMailer Server 2.99.55-patch1 #2 ESMTP+IDENT ready at Tue,
4 Jun 2
002 11:31:11 -0400
helo localhost
250 localhost Hello localhost
mail from: <user@domainname>
400 4.4.0 Interactive routing subsystem is not enabled
quit
221 2.0.0 localhost Out
Connection closed by foreign host.
======== End ===

In this case it dies with error "400 4.4.0 Interactive routing
subsystem is not enabled".

localhost is mapped to <mailserver.domainname> in "localnames" file.

Is there a reason for this not to work when telent to localhost on
port 25?

Thanks,

Grace He			
Ryerson University - School of Computer Science	
Voice : (416) 979-5000, ext. 6697
Fax   : (416) 979-5064
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jun 13 12:18:05 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79417AbSFMJSC>; Thu, 13 Jun 2002 12:18:02 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S80457AbSFMJSC>;
	Thu, 13 Jun 2002 12:18:02 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:33973 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S79302AbSFMJSA>;
	Thu, 13 Jun 2002 12:18:00 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g5D9Kkh06700;
	Thu, 13 Jun 2002 11:20:46 +0200
Date:	Thu, 13 Jun 2002 11:20:46 +0200
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	Roy Bixler <rcb@ucp.uchicago.edu>, zmailer@nic.funet.fi
Subject: Re: Syntax question: smtp-policy.spam
Message-ID: <20020613112046.D6679@melkebalanse.gulbrandsen.priv.no>
References: <3CEC7DB1.5030BCAD@micralyne.com> <3D064FDF.996103A1@micralyne.com> <20020611225844.C22975@nic.funet.fi> <20020612170104.GA4640@ucp.uchicago.edu> <20020612201120.E22975@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020612201120.E22975@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti Aarnio <mea@nic.funet.fi>
>   If the program gives unexpected outputs (like some PERL syntax error),
>   the policy report is considered to be "-1 550 5.7.1 ...",  which
>   might not be quite wanted -- especially when the reason is a perl
>   goofup..

Shouldn't the smtpserver give a 4xx code and syslog an error if the
program behaves unexpectedly?

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jun 13 13:40:31 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81638AbSFMKk3>; Thu, 13 Jun 2002 13:40:29 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81637AbSFMKk2>;
	Thu, 13 Jun 2002 13:40:28 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S81635AbSFMKk0>;
	Thu, 13 Jun 2002 13:40:26 +0300
Date:	Thu, 13 Jun 2002 13:40:26 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Cc:	Roy Bixler <rcb@ucp.uchicago.edu>, zmailer@nic.funet.fi
Subject: Re: Syntax question: smtp-policy.spam
Message-ID: <20020613134026.I22975@nic.funet.fi>
References: <3CEC7DB1.5030BCAD@micralyne.com> <3D064FDF.996103A1@micralyne.com> <20020611225844.C22975@nic.funet.fi> <20020612170104.GA4640@ucp.uchicago.edu> <20020612201120.E22975@nic.funet.fi> <20020613112046.D6679@melkebalanse.gulbrandsen.priv.no>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020613112046.D6679@melkebalanse.gulbrandsen.priv.no>; from arnt@gulbrandsen.priv.no on Thu, Jun 13, 2002 at 11:20:46AM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, Jun 13, 2002 at 11:20:46AM +0200, Arnt Gulbrandsen wrote:
> Matti Aarnio <mea@nic.funet.fi>
> >   If the program gives unexpected outputs (like some PERL syntax error),
> >   the policy report is considered to be "-1 550 5.7.1 ...",  which
> >   might not be quite wanted -- especially when the reason is a perl
> >   goofup..
> 
> Shouldn't the smtpserver give a 4xx code and syslog an error if the
> program behaves unexpectedly?

  Like I said, it is "fragile".  I need to have a moment to
  re-engineer it to have sensible behaviour in absense of
  proper responses.  (Response lacking leading signed integer,
  or possibly to tighten the protocol to always demand the
  initial triplet, e.g.:  "-1 550 5.7.1 blabla...", and if
  that isn't gotten, then reply with "-1 450 4.7.1 blabla.."..)

  Of course, somebody else may also lend a helpfull hand, and
  make such re-engineering, and I will apply the patch. ( ;-) )

  Also, a collegue of mine said that "550" isn't proper response
  for the end of the DATA in all conditions.  That needs checking,
  and fixing.  It isn't proper to reply with bogus codes; while
  most UNIX systems look at the first character to classify the
  response, way too many M$ platform systems look into the entire
  code, and get mighty upset (and do unexpected) if they don't see
  codes what they expect per RFC 821..

> --Arnt

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jun 13 14:47:03 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S24798AbSFMLrA>; Thu, 13 Jun 2002 14:47:00 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S69274AbSFMLrA>;
	Thu, 13 Jun 2002 14:47:00 +0300
Received: from chronos.sovam.com ([194.67.22.190]:34154 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S20910AbSFMLq7>;
	Thu, 13 Jun 2002 14:46:59 +0300
Received: from ariel ([194.67.3.216]:48282 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764254AbSFMLq5>;
	Thu, 13 Jun 2002 15:46:57 +0400
Date:	Thu, 13 Jun 2002 15:46:57 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: Re[2]: Syntax question: smtp-policy.spam
To:	Matti Aarnio <mea@nic.funet.fi>, zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
References: <3CEC7DB1.5030BCAD@micralyne.com> <3D064FDF.996103A1@micralyne.com> <20020611225844.C22975@nic.funet.fi> <20020612170104.GA4640@ucp.uchicago.edu> <20020612201120.E22975@nic.funet.fi> <20020613112046.D6679@melkebalanse.gulbrandsen.priv.no>
 <20020613134026.I22975@nic.funet.fi>
In-Reply-To: <20020613134026.I22975@nic.funet.fi>
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020613114657Z1764254-389+11@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, 13 Jun 2002 13:40:26 +0300 Matti Aarnio <mea@nic.funet.fi> wrote:

> > >   If the program gives unexpected outputs (like some PERL syntax
> error),
> > >   the policy report is considered to be "-1 550 5.7.1 ...",  which
> > >   might not be quite wanted -- especially when the reason is a perl
> > >   goofup..
> > 
> > Shouldn't the smtpserver give a 4xx code and syslog an error if the
> > program behaves unexpectedly?
> 
>   Like I said, it is "fragile".  I need to have a moment to
>   re-engineer it to have sensible behaviour in absense of
>   proper responses.

With the recent exposion of spam and virus traffic, I became concerned
about content filtering.  But I am wandering if extra fork()/exec() for every
message is practical...  We currently process well over a million messages
per day.  Ideally, content filter might be built in smtpserver binary, with
filtering rules dynamically reloadable the same way as current policy database.

--
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jun 14 11:27:03 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S11523AbSFNI07>; Fri, 14 Jun 2002 11:26:59 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81988AbSFNI07>;
	Fri, 14 Jun 2002 11:26:59 +0300
Received: from chronos.sovam.com ([194.67.22.190]:35450 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S11523AbSFNI05>;
	Fri, 14 Jun 2002 11:26:57 +0300
Received: from ariel ([194.67.3.216]:48686 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764141AbSFNI04>;
	Fri, 14 Jun 2002 12:26:56 +0400
Date:	Fri, 14 Jun 2002 12:26:55 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: smtp client busylooping
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020614082656Z1764141-389+18@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

In transports/smtp/smtp.c, around line 3666.  When infd equals to -1 (dunno
why), select_sleep returns 0 (!) and errno=EBADF (naturally).  Because
err is not less than zero, smtpclose()/break is not executed, the the
program drops to "goto reread_line" (line 3684), and returns to
smtp_nbread() call at line 3651.  Naturally, here len=-1, errno=EBADF.

It seems that the problem is here:

transports/smtp/smtp.c:3395
        if (fd > 0)
          _Z_FD_SET(fd,rdmask);
        else {
          fd = -fd;
          _Z_FD_SET(fd,wrmask);
        }

select() is run on fd 1 and legitimately returns "it is possible to write
to stdout".  But then, smtp_nbread() is performed on fd=-1 and fails.

Apparently the source of the problem is that smtp_sync() is called on
and SS with already closed SS->smtpfd.  But then, smtp_sync() should have
been more loyal to such errors...

--
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jun 14 12:37:43 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81997AbSFNJhj>; Fri, 14 Jun 2002 12:37:39 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81977AbSFNJhj>;
	Fri, 14 Jun 2002 12:37:39 +0300
Received: from ex.onet.pl ([217.97.201.23]:3691 "EHLO foxtrot.onet.pl" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S72334AbSFNJhg>;
	Fri, 14 Jun 2002 12:37:36 +0300
Received: by ex.onet.pl with Internet Mail Service (5.5.2653.19)
	id <MMSH75V5>; Fri, 14 Jun 2002 11:37:34 +0200
Message-ID: <65019B082C49D511860D009027FE078CAB9BAA@ex.onet.pl>
From:	Marek Kowal <kowalm@onet.pl>
To:	zmailer@nic.funet.fi
Subject: RE: Re[2]: Syntax question: smtp-policy.spam
Date:	Fri, 14 Jun 2002 11:37:25 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

> With the recent exposion of spam and virus traffic, I became 
> concerned about content filtering.  But I am wandering if extra 
> fork()/exec() for every message is practical...  

Exactly. This opens the computer to DoS attack - just send many letters and
you've got fork-bomb. Even very good linuxes act slow above 50 forks()/sec.

> We currently process well over a million messages per day.  
> Ideally, content filter might be built in smtpserver binary, with 
> filtering rules dynamically reloadable the same way as current policy
database.

I doubt it should be in the binary - it will grow big and maintenance will
become real burden. The best way - I believe - is to create separate
program, which listens on the socket for incoming letters, parses them, and
then answers (in unerstandable way) - what should be done to the letter. it
might also return reprocessed letter (i.e. with viruses removed). once the
interface is well documented, anyone can write his/her own content filter,
the zmailer just contacts it.

In this way the program gets separated from smtpserver, you do not have
forks, and you can develop filter in any language (probably starting off
with perl, but ending up in pure C for sites requiring bigger efficiency). 

Also, there is question, where the filter should be installed - in the
smtp-server (better response to still-connected SMTP client, but bigger
openess to DoS attack (smtpserver works on-line!), or in router (off-line,
but in case of problems no way to contact SMTP client).

Cheers,
Marek.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jun 14 13:15:40 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81987AbSFNKPh>; Fri, 14 Jun 2002 13:15:37 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81988AbSFNKPh>;
	Fri, 14 Jun 2002 13:15:37 +0300
Received: from chronos.sovam.com ([194.67.22.190]:35509 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S81987AbSFNKPf>;
	Fri, 14 Jun 2002 13:15:35 +0300
Received: from ariel ([194.67.3.216]:48763 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764145AbSFNKPe>;
	Fri, 14 Jun 2002 14:15:34 +0400
Date:	Fri, 14 Jun 2002 14:15:34 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: Re[4]: Syntax question: smtp-policy.spam
To:	Marek Kowal <kowalm@onet.pl>, zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
References: <65019B082C49D511860D009027FE078CAB9BAA@ex.onet.pl>
In-Reply-To: <65019B082C49D511860D009027FE078CAB9BAA@ex.onet.pl>
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020614101534Z1764145-389+26@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, 14 Jun 2002 11:37:25 +0200 Marek Kowal <kowalm@onet.pl> wrote:

> > Ideally, content filter might be built in smtpserver binary, with 
> > filtering rules dynamically reloadable the same way as current policy database.
> 
> I doubt it should be in the binary - it will grow big and maintenance will
> become real burden. The best way - I believe - is to create separate
> program, which listens on the socket for incoming letters, parses them, and
> then answers (in unerstandable way) - what should be done to the letter. it
> might also return reprocessed letter (i.e. with viruses removed). once the
> interface is well documented, anyone can write his/her own content filter,
> the zmailer just contacts it.

This is not a viable option.  If the checker is one process, it may become
a bottleneck. If there are several, you'll have to schedule requests, which
is expensive and fragile.  Performing the check within the space of a
single process looks more practical.

--
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jun 14 13:27:17 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S82107AbSFNK1O>; Fri, 14 Jun 2002 13:27:14 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S82108AbSFNK1N>;
	Fri, 14 Jun 2002 13:27:13 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S82107AbSFNK1L>;
	Fri, 14 Jun 2002 13:27:11 +0300
Date:	Fri, 14 Jun 2002 13:27:11 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Marek Kowal <kowalm@onet.pl>
Cc:	zmailer@nic.funet.fi
Subject: Re: Re[2]: Syntax question: smtp-policy.spam
Message-ID: <20020614132711.K22975@nic.funet.fi>
References: <65019B082C49D511860D009027FE078CAB9BAA@ex.onet.pl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <65019B082C49D511860D009027FE078CAB9BAA@ex.onet.pl>; from kowalm@onet.pl on Fri, Jun 14, 2002 at 11:37:25AM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Jun 14, 2002 at 11:37:25AM +0200, Marek Kowal wrote:
> > With the recent exposion of spam and virus traffic, I became 
> > concerned about content filtering.  But I am wandering if extra 
> > fork()/exec() for every message is practical...  
> 
> Exactly. This opens the computer to DoS attack - just send many letters and
> you've got fork-bomb. Even very good linuxes act slow above 50 forks()/sec.

  If you look at how the contentfilter interface is written at ZMailer,
  non-forking is a big thing in it.   All this presuming that incoming
  messages are not coming in separate connections...

  A multithreaded smtp input engine in which single process instance
  handles lots of incoming sessions might alleviate some of the problems.
  If you look at the smtpserver code, it has quite a lot of things in
  "SS" state variable structure, and very little in scattered global
  state variables.   Adding multiplexed access to permanently running
  router server process(es), and content filter(s) (pools of resources
  if single instances are bottlenecks.)

  However things won't be "low technology approach", once threads step
  into the picture..

  (And once the smtpserver is threaded, scheduler will actually get more
   benefits from the same treatment.)

> > We currently process well over a million messages per day.  
> > Ideally, content filter might be built in smtpserver binary, with 
> > filtering rules dynamically reloadable the same way as current policy
> database.
> 
> I doubt it should be in the binary - it will grow big and maintenance will
> become real burden. The best way - I believe - is to create separate
> program, which listens on the socket for incoming letters, parses them, and
> then answers (in unerstandable way) - what should be done to the letter. it
> might also return reprocessed letter (i.e. with viruses removed). once the
> interface is well documented, anyone can write his/her own content filter,
> the zmailer just contacts it.

  Definitely a binary engine, which understands various things about
  the message -- like MIME structure, decodes BASE64 encoded parts
  in the analysis, etc.

  Having smart ways to define rules for downloading & internal compilation
  would be bonus.  (E.g. RE patterns downloaded, and on-demand optimized
  for re-interpretation, think of PERL RE's "o" option.)

> In this way the program gets separated from smtpserver, you do not have
> forks, and you can develop filter in any language (probably starting off
> with perl, but ending up in pure C for sites requiring bigger efficiency). 

  Quite so.  Bottleneck issues need to be handled, though.

> Also, there is question, where the filter should be installed - in the
> smtp-server (better response to still-connected SMTP client, but bigger
> openess to DoS attack (smtpserver works on-line!), or in router (off-line,
> but in case of problems no way to contact SMTP client).

  I begun to use the contentfilter myself to showe a middle finger on
  HTML email senders.  It does incidentially also cut down about 90+%
  of incoming spams and viruses...

  At one system I have a reply like:

  return "-1 550 5.7.1 The message contains HTML, therefore we consider".
         "it SPAM.  Send pure TEXT/PLAIN if you are not a spammer.";

> Cheers,
> Marek.
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jun 14 13:32:02 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S82110AbSFNKb7>; Fri, 14 Jun 2002 13:31:59 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S82111AbSFNKb7>;
	Fri, 14 Jun 2002 13:31:59 +0300
Received: from ex.onet.pl ([217.97.201.23]:1999 "EHLO foxtrot.onet.pl" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S82110AbSFNKb6>;
	Fri, 14 Jun 2002 13:31:58 +0300
Received: by ex.onet.pl with Internet Mail Service (5.5.2653.19)
	id <MMSH76CX>; Fri, 14 Jun 2002 12:31:57 +0200
Message-ID: <65019B082C49D511860D009027FE078CAB9BB0@ex.onet.pl>
From:	Marek Kowal <kowalm@onet.pl>
To:	zmailer@nic.funet.fi
Subject: RE: Re[4]: Syntax question: smtp-policy.spam
Date:	Fri, 14 Jun 2002 12:31:51 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
Content-Type: text/plain
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

> This is not a viable option.  If the checker is one process, it may become
a 
> bottleneck. If there are several, you'll have to schedule requests, which
is 
> expensive and fragile.  Performing the check within the space of a single 
> process looks more practical.

Oh c'mon, just listen and fork - every TCP server works that way - and the
kernel shedules requests. Not to mention, that The Good Solution would be to
write such a server as a stand-alone solution, distributed with zmailer. It
would in turn respawn separate checker processes, which just communicate
thru stdin/stdout. So in theory you write the program (standalone, which (in
loop!) reads letter from stdin and writes out dispositions to stdout. the
"checker-server" program listens on the socket, forks in as many
subprocesses as required and each of them runs your program. so more or less
sth like scheduler and TAs. In this way the development of filters would be
even easier, and the "scheduling problem" would be handled by team of
responsible programmeres of zmailer ;-)))

Cheers,
Marek.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Jun 15 01:17:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81698AbSFNWRf>; Sat, 15 Jun 2002 01:17:35 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81997AbSFNWRf>;
	Sat, 15 Jun 2002 01:17:35 +0300
Received: from charon.micralyne.com ([142.59.207.103]:39673 "EHLO
	iris.micralyne.com" ident: "user" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S60754AbSFNWRd>;
	Sat, 15 Jun 2002 01:17:33 +0300
Received: from [172.16.4.1] ([172.16.4.1]:11529 "EHLO micralyne.com")
	by iris.micralyne.com with ESMTP id <S4817070AbSFNWSM>;
	Fri, 14 Jun 2002 16:18:12 -0600
Message-ID: <3D0A6BFE.99A13856@micralyne.com>
Date:	Fri, 14 Jun 2002 16:19:42 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To: daryle@micralyne.com
Organization: Micralyne
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: rbl problems and questions
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I have subscribed to the MAPS rbl+ service and everything is working fine
from the DNS lookup standpoint.  However despite appearing to find an
ip from the MAPS DNS check the smtpserver is allowing the mail.  From
smtpserver log:

-------------------------------------------------------
NVmk02147#      connection from rrss.crynwr.com ipcnt 1 childs 1 ident:
NO-IDENT-SERVICE[2]
NVmk02147#      Looked up DNS A object: 70.178.203.192.rbl-plus.mail-abuse.org
-> 127.1.0.4
NVmk02147#      Looking up DNS A object: 70.178.203.192.bl.spamcop.net
NVmk02147w      220 iris.micralyne.com ZMailer Server 2.99.56-pre1 #1
ESMTP+IDENT ready at Fri, 14 Jun 2002 15:42:40 -0600
NVmk02147#      remote from [192.203.178.70]:14599
NVmk02147r      helo rrss.crynwr.com
NVmk02147w      250 iris.micralyne.com Hello rrss.crynwr.com
NVmk02147r      mail from:<>
NVmk02147w      250 2.1.0 Sender syntax Ok
NVmk02147r      rcpt to:<daryle@micralyne.com>
NVmk02147w      250 2.1.5 Recipient address syntax Ok;
rcpt=<daryle@micralyne.com>
NVmk02147r      data
NVmk02147w      354 Start mail input; end with <CRLF>.<CRLF>
NVmk02147w      250 2.6.0 S4817070AbSFNVml message accepted
NVmk02147#      S4817070AbSFNVml: 581 bytes
NVml02151r      helo dul.crynwr.com
NVml02151w      250 iris.micralyne.com Hello dul.crynwr.com
NVmk02147r      quit
NVmk02147w      221 2.0.0 iris.micralyne.com Out
-------------------------------------------------------

Note that a lookup resolves to 127.1.0.1, 127.1.0.2, or 127.1.0.4
depending on what list it matches.  Anyhow what ever the address it
returns the mail is accepted.  The salient parts of my smtp-policy.src
look like this:

--------------------------------------------------------
.                       relaycustomer - relaytarget - senderokwithdns + = _rbl1
[0.0.0.0]/0             relaycustomer - relaytarget - senderokwithdns + = _rbl0
--------------------------------------------------------
_rbl0          test-dns-rbl      rbl-plus.mail-abuse.org:bl.spamcop.net
_rbl1          # Nothing at late phase
--------------------------------------------------------

Am I doing/forgetting something stupid?

Also I am not sure I understand the difference between or intentions of:

_rbl0          test-dns-rbl		[lookup services]  vs
_rbl0          rcpt-dns-rbl		[lookup services]  vs
_rbl1          test-rcpt-dns-rbl	[lookup services]

Should I add or change something here?


-- 
Daryle A. Tilroe
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Jun 16 02:12:58 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S82853AbSFOXMw>; Sun, 16 Jun 2002 02:12:52 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S82854AbSFOXMw>;
	Sun, 16 Jun 2002 02:12:52 +0300
Received: from defout.telus.net ([199.185.220.240]:64565 "EHLO
	priv-edtnes16-hme0.telusplanet.net" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S82853AbSFOXMt>;
	Sun, 16 Jun 2002 02:12:49 +0300
Received: from micralyne.com ([205.206.18.247])
          by priv-edtnes16-hme0.telusplanet.net
          (InterMail vM.5.01.04.02 201-253-122-122-102-20011128) with ESMTP
          id <20020615231226.TJAV4439.priv-edtnes16-hme0.telusplanet.net@micralyne.com>
          for <zmailer@nic.funet.fi>; Sat, 15 Jun 2002 17:12:26 -0600
Message-ID: <3D0BC88F.67DC1B4@micralyne.com>
Date:	Sat, 15 Jun 2002 17:06:55 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To: daryle@micralyne.com
X-Mailer: Mozilla 4.76 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: Re: rbl problems and questions
References: <3D0A6BFE.99A13856@micralyne.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


Hello?  Anyone on the list this weekend :-).  Anyhow, after looking at my
logs, it appears that the spamcop block is working fine:

-------------------------------------------------------
NVQW27874#      connection from [202.101.191.226] ipcnt 1 childs 2 ident: NO-IDE
NT-SERVICE[2]
NVQW27874#      Looking up DNS A object: 226.191.101.202.rbl-plus.mail-abuse.org
NVQW27874#      Looked up DNS A object: 226.191.101.202.bl.spamcop.net -> 127.0.
0.2
NVQW27874w      550-Blocked - see http://spamcop.net/bl.shtml?202.101.191.226
NVQW27874w      550-If you feel we mistreat you, do contact us.
NVQW27874w      550 Ask HELP for our contact information.
NVQW27874#      remote from [202.101.191.226]:57055
NVQW27874#      -- policyresult=-1 initial policy msg: Blocked - see http://spam
cop.net/bl.shtml?202.101.191.226
-------------------------------------------------------

The spamcop lookup resolves to 127.0.0.2 (rather than the MAPS 127.1.0.1,
127.1.0.2, or 127.1.0.4).  Now I would have thought that any positive lookup
should result in a block but it appears that zmailer may be looking for
127.0.0.2 only/exactly.  I have had a quick peek in the source code
(policytest.c, mxverify.c, and smtpserver.c) but cannot immediately see
where this may be hardcoded or set dynamically.  Maaaattiiiiii!  Help
meeeeeeee! :-)

-- 
Daryle A. Tilroe
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Jun 16 04:12:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S82716AbSFPBME>; Sun, 16 Jun 2002 04:12:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S82467AbSFPBME>;
	Sun, 16 Jun 2002 04:12:04 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S82716AbSFPBL7>;
	Sun, 16 Jun 2002 04:11:59 +0300
Date:	Sun, 16 Jun 2002 04:11:59 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	"Daryle A. Tilroe" <daryle@micralyne.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: rbl problems and questions
Message-ID: <20020616041159.L22975@nic.funet.fi>
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <3D0BC88F.67DC1B4@micralyne.com>; from daryle@micralyne.com on Sat, Jun 15, 2002 at 05:06:55PM -0600
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Sat, Jun 15, 2002 at 05:06:55PM -0600, Daryle A. Tilroe wrote:
> Hello?  Anyone on the list this weekend :-).  Anyhow, after looking at my
> logs, it appears that the spamcop block is working fine:

  Besides of midnight oil (being up at 4 am..) I am burning a bit
  of CPU cycles at my home system to process few massive datasets.
  While waiting those to come through, I have a moment to look at this..

> -------------------------------------------------------
> NVQW27874#      connection from [202.101.191.226] ipcnt 1 childs 2 ident: NO-IDENT-SERVICE[2]
> NVQW27874#      Looking up DNS A object: 226.191.101.202.rbl-plus.mail-abuse.org
> NVQW27874#      Looked up DNS A object: 226.191.101.202.bl.spamcop.net -> 127.0.0.2
> NVQW27874w      550-Blocked - see http://spamcop.net/bl.shtml?202.101.191.226
> NVQW27874w      550-If you feel we mistreat you, do contact us.
> NVQW27874w      550 Ask HELP for our contact information.
> NVQW27874#      remote from [202.101.191.226]:57055
> NVQW27874#      -- policyresult=-1 initial policy msg: Blocked - see http://spamcop.net/bl.shtml?202.101.191.226
> -------------------------------------------------------
> 
> The spamcop lookup resolves to 127.0.0.2 (rather than the MAPS 127.1.0.1,
> 127.1.0.2, or 127.1.0.4).  Now I would have thought that any positive lookup
> should result in a block but it appears that zmailer may be looking for
> 127.0.0.2 only/exactly.  I have had a quick peek in the source code
> (policytest.c, mxverify.c, and smtpserver.c) but cannot immediately see
> where this may be hardcoded or set dynamically.  Maaaattiiiiii!  Help
> meeeeeeee! :-)

  The address data verification (at the last routine of  mxverify.c)
  does look (in text form!) that the data is of  "127.0.0."  and
  that it isn't  "127.0.0.4"

  What is that   127.1.0.*  thing ?

  I thought that MAPS RBL was the first who specified that the lookup
  produces valid rejection entry ONLY when it is 127.0.0.2
  It was possibly ORBS, that added ...3 and ...4, very least, into this
  repertoire of data variants.


> -- 
> Daryle A. Tilroe

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Jun 16 06:52:16 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S54114AbSFPDwN>; Sun, 16 Jun 2002 06:52:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81924AbSFPDwN>;
	Sun, 16 Jun 2002 06:52:13 +0300
Received: from defout.telus.net ([199.185.220.240]:44351 "EHLO
	priv-edtnes28.telusplanet.net" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S48498AbSFPDwL>;
	Sun, 16 Jun 2002 06:52:11 +0300
Received: from micralyne.com ([142.59.207.103])
          by priv-edtnes28.telusplanet.net
          (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP
          id <20020616035203.HQHU29265.priv-edtnes28.telusplanet.net@micralyne.com>;
          Sat, 15 Jun 2002 21:52:03 -0600
Message-ID: <3D0C0A0F.2AF7E1A7@micralyne.com>
Date:	Sat, 15 Jun 2002 21:46:23 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To: daryle@micralyne.com
X-Mailer: Mozilla 4.76 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
CC:	Matti Aarnio <mea@nic.funet.fi>
Subject: Re: rbl problems and questions
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com> <20020616041159.L22975@nic.funet.fi> <3D0BECE2.40709@wgops.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I don't know why I missed that the first time.  So is it as simple as
changing:

            if (strncmp("127.0.0.",abuf,8) != 0) {
              has_ok = 1;
              continue; /* Isn't  127.0.0.* */
            }

to?:

            if (strncmp("127.",abuf,4) != 0) {
              has_ok = 1;
              continue; /* Isn't  127.* */
            }

Are there any unforeseen repercussions with this change?

Also with orbs gone for a while now is there any use in this code
that ignores a 127.0.0.4 return; in other words is the 127.0.0.4
convention for untestable still being used?:

            if (strcmp("127.0.0.4",abuf) == 0) {
              /* ORBS NETBLOCK */
              if (has_ok) continue;
            }

-- 
Daryle A. Tilroe
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Jun 16 17:25:59 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S48531AbSFPOZy>; Sun, 16 Jun 2002 17:25:54 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S7190AbSFPOZx>;
	Sun, 16 Jun 2002 17:25:53 +0300
Received: from fepout3.telus.net ([199.185.220.238]:8993 "EHLO
	priv-edtnes11-hme0.telusplanet.net" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S25228AbSFPOZr>;
	Sun, 16 Jun 2002 17:25:47 +0300
Received: from micralyne.com ([205.206.18.247])
          by priv-edtnes11-hme0.telusplanet.net
          (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP
          id <20020616142539.ICHT3569.priv-edtnes11-hme0.telusplanet.net@micralyne.com>;
          Sun, 16 Jun 2002 08:25:39 -0600
Message-ID: <3D0C9E6B.18A23356@micralyne.com>
Date:	Sun, 16 Jun 2002 08:19:23 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To: daryle@micralyne.com
X-Mailer: Mozilla 4.76 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
CC:	Matti Aarnio <mea@nic.funet.fi>
Subject: Re: rbl problems and questions
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com> <20020616041159.L22975@nic.funet.fi> <3D0BECE2.40709@wgops.com> <3D0C0A0F.2AF7E1A7@micralyne.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

"Daryle A. Tilroe" wrote:

>             if (strncmp("127.0.0.",abuf,8) != 0) {
>               has_ok = 1;
>               continue; /* Isn't  127.0.0.* */
>             }
> 
> to?:
> 
>             if (strncmp("127.",abuf,4) != 0) {
>               has_ok = 1;
>               continue; /* Isn't  127.* */
>             }

Well I made the above, simple, change and so far so good.  The only
thing I notice is that MAPS does not appear to have any TXT records
for thier lookups so I think I may also change the default 550:

550-iris.micralyne.com - You are on our reject-IP-address -list, GO AWAY!

to something that points to MAPS.

-- 
Daryle A. Tilroe
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jun 17 03:31:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S45205AbSFQAbE>; Mon, 17 Jun 2002 03:31:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S83201AbSFQAbE>;
	Mon, 17 Jun 2002 03:31:04 +0300
Received: from garrincha.netbank.com.br ([200.203.199.88]:4047 "HELO
	garrincha.netbank.com.br" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S45205AbSFQAbC>;
	Mon, 17 Jun 2002 03:31:02 +0300
Received: (qmail 21281 invoked by uid 84); 17 Jun 2002 00:33:20 -0000
Received: from riel@imladris.surriel.com by garrincha.netbank.com.br with qmail-scanner-1.01 (. Clean. Processed in 0.252965 secs); 17 Jun 2002 00:33:20 -0000
Received: from 1-039.ctame701-1.telepar.net.br (qfguyr@200.181.137.39)
  by garrincha.netbank.com.br with SMTP; 17 Jun 2002 00:33:19 -0000
Received: (from localhost user: 'riel', uid#500) by imladris.surriel.com
	with ESMTP id <S80109AbSFQAa3>; Sun, 16 Jun 2002 21:30:29 -0300
Date:	Sun, 16 Jun 2002 21:30:28 -0300 (BRT)
From:	Rik van Riel <riel@conectiva.com.br>
X-X-Sender: riel@imladris.surriel.com
To:	Matti Aarnio <mea@nic.funet.fi>
cc:	Marek Kowal <kowalm@onet.pl>, <zmailer@nic.funet.fi>
Subject: Re: Re[2]: Syntax question: smtp-policy.spam
In-Reply-To: <20020614132711.K22975@nic.funet.fi>
Message-ID: <Pine.LNX.4.44L.0206162127480.25228-100000@imladris.surriel.com>
X-spambait: aardvark@kernelnewbies.org
X-spammeplease:	aardvark@nl.linux.org
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, 14 Jun 2002, Matti Aarnio wrote:

>   I begun to use the contentfilter myself to showe a middle finger on
>   HTML email senders.  It does incidentially also cut down about 90+%
>   of incoming spams and viruses...

Hmmm, guess I should finish my contentfilter script, which
I want to be able to use domain-based dnsbl systems.

In particular {postmaster,abuse,dsn}.rfc-ignorant.org would
be interesting.

regards,

Rik
-- 
Bravely reimplemented by the knights who say "NIH".

http://www.surriel.com/		http://distro.conectiva.com/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jun 20 16:31:00 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S51733AbSFTNa6>; Thu, 20 Jun 2002 16:30:58 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84999AbSFTNa5>;
	Thu, 20 Jun 2002 16:30:57 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S84986AbSFTNa4>;
	Thu, 20 Jun 2002 16:30:56 +0300
Date:	Thu, 20 Jun 2002 16:30:55 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	zmailer@nic.funet.fi
Subject: SleepyCat DB environment issues...
Message-ID: <20020620163055.Q22975@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

  Last couple days I have been working with two things for ZMailer.
One is integrating Cyrus SASL (v2) into smtp-server user authentication.
Another is integration of SleepyCat DB v3/v4 Concurrent Data Store
support.


While doing the latter, I was going over the SleepyCat DB documentation,
and it says that in some environments (some HP-UX) there can be only one
environment.

Initially I thought of (and did) adding a   -C   option to supply
generalized "there is a configuration file, go read it" mechanism
in the "relation" function.  The problem (as I see it) is in having
possible system-wide limit of one DB environment per process (the HP-UX
case per the manual; DBENV->open )

What could be suitably generalizable mechanism for sharing single
environment among multiple databases ?    Opening own environment
for each database (my initial approach) doesn't work in all cases :-(


I could, of course, declare that in case of problems like the HP-UX case,
environment support (e.g. CDS mode) is limited to one database...


There could be some way to share an environment, but I can't quite
think a way to do that without resorting to globally declared e.g.
"sleepyenv SLEEPYENVNAME /path/to/sleepyenv.conf"  file, which is
then used at the "relation -E SLEEPYENVNAME ..other.options.." ?

It doesn't look neat :-/

-- 
/Matti Aarnio	<mea@nic.funet.fi>

PS: These are work-related things, and part for a larger project
    where we can't use the normal "regenerate the flat file"
    approach.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jun 20 18:40:39 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S13618AbSFTPkg>; Thu, 20 Jun 2002 18:40:36 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84935AbSFTPkg>;
	Thu, 20 Jun 2002 18:40:36 +0300
Received: from web20903.mail.yahoo.com ([216.136.226.225]:30985 "HELO
	web20903.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S85014AbSFTPke>;
	Thu, 20 Jun 2002 18:40:34 +0300
Message-ID: <20020620154032.66722.qmail@web20903.mail.yahoo.com>
Received: from [80.248.64.1] by web20903.mail.yahoo.com via HTTP; Thu, 20 Jun 2002 16:40:32 BST
Date:	Thu, 20 Jun 2002 16:40:32 +0100 (BST)
From:	=?iso-8859-1?q?JOB=20SUNSON?= <jobsunson1@yahoo.co.uk>
Subject: FROM DR JOB 
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

            STRICTLY CONFIDENTIAL



OFFICE OF THE ACCOUNTANT
GENERAL CONTRACT AWARDING
COMMITTE ECOWAS HEADQUARTERS LOME,
REPUBLIC OF TOGO.
TELEPHONE 00228 903 7706.

ATTN:

I am DR.JOB SUNSON The Chairman, Contract Awardind
Committee of the ECONOMIC COMMUNITY OF WEST AFRICAN
STATES( ECOWAS)with Headquarters in Lome, Togo.I got
your information in a business directory from the
Togolaise Chamber of Commerce and Industries when I
was searching for a reliable,honest and trustworthy
person to entrust this business with.

I was simply inspired and motivated to pick your
contact from the many names and lists in the
directory. After discussing my view and your profile
with my colleagues,they were very much satisfied and
decided to contact you immediately for this mutual
business relationship.

We wish to transfer the sum of USD25,000,000.00
(twenty
five million united states Dollars only.)into your
personal or company`s bank account. This fund was a
residue of the over invoiced contract bills awarded by
us for the supply of ammunitions, hard/soft wares,
phamaceauticals /medical items,light and heavy duty
vehicles, apperals and other administrative logistics
etc for the ECOMOG in Sierra-Leone and Liberia during
the Peace Keeping Projects.

This DEAL was deliberately hatched out and carefully
protected with all the attendant lope holes sealed
off.As the Chairman of CAC,I have the cooperation and
mandate of the Financial Director and the Secretary of
the Organisation.We arranged and over invoiced the
contract funds supplied by different companies from
different countries during the crisis.

It was our consensus to seek the assistance of a
willing foreigner to provide us with the facilities to
transfer this money out of West Africa.This is borne
out of our beleif in the non-stable and sporous
political nature of this sub-region. The original
contractors have been duely paid by the Banque
Centrale Des Etats De L`Afrique De L`Ouest (Central
Bank of the West African States)through our
bankers-Societe Generale Banque.

This balance is suspended in the escrow accounts
awaiting claims by any foreign company of our
choice.We intend to pay out this fund NOW as the
organisation is winding up its activities since the
aim of returning PEACE to the countries and the coast
has been achieved.

Based on the laws and ethics of employment,we as civil
servants working under this organisation, are not
allowed to operate a foreign account.This is the more
reason why we needed your assistance to provide an
account that can sustain this fund for safe keeping
and our future investment with your comprehensive
advise, assistance and partnership in your country.

It is however agreed,as the account owner in this deal
to allow you 30% of the entire sum as compensation,
65% will be held on trust for us while 5% will be used
to defray any incidental charges and cost during the
course of the transaction. This transaction will be
successfully concluded within 14 days if you accord us
your unalloyed and due cooperation.You should provide
the followings;

YOUR FULL NAME OR COMPANY`S NAME WITH COMPLETE
ADDRESS,
TEL AND FAX NUMBERS.(if available)
THE NAME OF YOUR BANK,ITS ADDRESS WITH TEL,FAX AND
TELEX NUMBERS.THE ACCOUNT NUMBER THE COMPLETE MAILING
ADRRESS OF THE BENEFICIARY WITH TELEPHONE AND FAX
NUMBERS.


Upon the receipt of this informations,the documents
and
approval with the texts will be sent to you for
confirmaton and then forwarded to the organisation for
ratification and subsequent payment.

As with the case of all organised (sensitive)and
conspired DEALS,we solicit for your unreserved
confidentiality and utmost secret in this business. We
hope to retire peacefully and lead a honourable
business life after wards.There are no risks involved.

you can call me on this tel.number:(228)9037706 for
more intimate and detailed discussions you can also
reply with this E-Mail Addresse: he037706@yahoo.com

With regards.
DR.JOB SUNSON





__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Jun 22 07:58:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S61365AbSFVE6f>; Sat, 22 Jun 2002 07:58:35 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S85950AbSFVE6e>;
	Sat, 22 Jun 2002 07:58:34 +0300
Received: from yonge.cs.toronto.edu ([128.100.1.8]:41405 "HELO
	yonge.cs.toronto.edu" ident: "root" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S85949AbSFVE6c>;
	Sat, 22 Jun 2002 07:58:32 +0300
Received: from yonge.cs.toronto.edu ([193.110.2.169]) by yonge.cs.toronto.edu with SMTP id <15237-4020>; Sat, 22 Jun 2002 00:58:27 -0400
From:	"MR. YUSUF" <mr_yusuf1@mailcity.com>
Date:	Sat, 22 Jun 2002 02:05:10 -0400
To:	zmailer@cs.toronto.edu
Subject: REPLY BACK TO ME
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <02Jun22.005827edt.15237-4020@yonge.cs.toronto.edu>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

FROM : Mr Yusuf B.Ali
       Petroleum And Project Division
       Falomo, Lagos- Nigeria
Email: mr_yusuf1@mailcity.com



ATTENTION : THE PRESIDENT


This letter is not intended to cause any embarrassment in whatever form, rather is compelled to contact your esteemed self, following the knowledge of your high repute and trustworthiness. Firstly, I must solicit
your confidentiality, this is by the virtue of its nature as being utterly confidential and top secret though I know that a transaction of this magnitude will make anyone apprehensive and worried, but I am assuring you that all will be well at the end of the day. A bold step taken shall not be regretted I assure you.

I am Mr Yusuf B.Ali, and I head a seven man tender board in charge of contract awards and payment approvals, I came to know of you in search
of a reliable and reputable person to handle a very confidential business transaction which involves the transfer of a huge sum of money to foreign
account requiring maximum confidence. My colleagues and I are top officials of the NIGERIA NATIONAL PETROLEUM CORPORATION {NNPC}. OUR DUTIES INCLUDE
VETTING, EVALUATION AND FORESEEING THE MAINTENANCE OF THE REFINERIES IN ALL THE DESIGNATED OIL PIPELINES. We are therefore soliciting for your assistance to enable us transfer into your account the said funds.
Our country losses a lot of money everyday that is why the international community is very careful and warning their citizens to be careful but I tell you A TRIAL WILL CONVINCE YOU.

The source of the fund is as follows; during the last military regime here in Nigeria this committee awarded a contract of US$400million to a group of five construction companies on behalf of the NIGERIA 
NATIONAL PETROLEUM CORPORATION for the construction of the oil pipelines in Kaduna,Port-Harcourt, Warri refineries, during this process my colleagues and
I deliberately inflated the total contract sum to the tune US$450 million with the intention of sharing the inflated sum of US$50m. The government has since approved the sum of US$450m for us as the contract sum, but since the contract is only worth $400million, the remaining US$50million is what we intend to transfer to reliable and safe offshore account,
we are prohibited to operate foreign account in our names since we are still in government. Thus, making it impossible for us to acquire the money in our name right now, I have therefore been delegated as a 
matter of trust by my colleagues to look for an oversea partner into whose account we can transfer the sum of US$50million.

My colleagues and I have decided that if you/your company can be the beneficiary of this funds on our behalf, you or your company will retain
25% of the total sum US$50million while 70% will be for us the officials and remaining 5% will be used for offsetting all debts/expenses incurred during this transaction.

We have decided that this transaction can only proceed under the following conditions:

1.That you treat this transaction with utmost secrecy and confidentiality and conviction of your transparent honesty.

2.That upon the receipt of the funds you will release the funds as instructed by us after you have removed your share of 20%. Please acknowledge the receipt of this letter using the above email address.I will bring you into the nomenclature of this transaction when I have heard from you.

Your urgent responses through my email:mr_yusuf1@mailcity or mr_yusuf5o@yahoo.com will be highly appreciated as we are catching on the next payment schedule for the financial quarter. Please be assured that this transaction is 100% legal/risk free, only trust can make the reality of this 
transaction.

Best Regards, 


Mr.Yusuf B.Ali
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Jun 22 16:02:29 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S85941AbSFVNC0>; Sat, 22 Jun 2002 16:02:26 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S85858AbSFVNC0>;
	Sat, 22 Jun 2002 16:02:26 +0300
Received: from web13002.mail.yahoo.com ([216.136.174.12]:33662 "HELO
	web13002.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S85940AbSFVNCY>;
	Sat, 22 Jun 2002 16:02:24 +0300
Message-ID: <20020622130221.294.qmail@web13002.mail.yahoo.com>
Received: from [193.110.2.167] by web13002.mail.yahoo.com via HTTP; Sat, 22 Jun 2002 14:02:21 BST
Date:	Sat, 22 Jun 2002 14:02:21 +0100 (BST)
From:	=?iso-8859-1?q?joy=20lawal?= <joy_lawal2002@yahoo.co.uk>
Subject: Urgent Business Assistance
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Office  of  the  financial  controller.
Federal Ministry Agriculture,
Building 6/7 Falomo Lagos Nigeria.


Attn:president/ceo
                       
PLEASE STRICTLY CONFIDENTIAL REQUEST  FOR 
URGENT BUSINESS  TRANSACTION.

I  am  Dr.Joy Lawal,The  financial controller 
of  Federal Ministry Agriculture  (FMA)  Headquarters 
lagos.    I  am writing  on  behalf  of  my 
colleagues  in  the Ministry and  have  been  assigned
 to  seek  for  the assistance  of  a  reliable 
foreign  company  through which  we  can  transfer 
the  sum  of  THIRTY  MILLION U.S  DOLLARS  ONLY 
(US$30,000,000).  This money  is  deposited  in the 
FMA  Treasury  account with  the  Central  Bank  of
Nigeria.

ORIGIN OF THE FUND: This  sum  arose  from  the 
deliberated over-invoicing  of  contract awarded  by 
my ministry to  foreign  firm  in  the  twilight days 
of  the  last  military  regime.  This contract has 
been  completely  executed  and commissioned and  the 
contractor  that  handled this contract  has 
collected  his  full  and  final payment  thus 
leaving  behind  the  above  stated amount  which 
represent  the  over  invoiced  sum. We have  been 
safeguarding  this  money  for conducive time  for 
its transfer  out  of  the country  for  our 
personal  use.  However, the code of  employment  does
 not  allow  us  (civil servants) to  own  and 
operate  foreign  account  and  because  the  contract
 was  handled  by  aforeign  firm  and  the  payment 
made  in  dollars, we  now  need  a  foreign  partner 
that  will present  himself  as  the  sub-contractor 
so  that the  fund will  be  transfer into  your 
companys or  personal account.Your  address  was 
made  available  to  us by  a very  good  friend  who 
work  with  the Nigeria export  promotion  council 
and  he  assured us  of  your  companys  viability 
and  capability  in business   transaction.  This 
assurance  gave  us the courage  to  link  you  up  in
 this  particular transaction  and  I  hope  it  will 
be  of mutual benefit  to  all  of  us. Note  that 
the  nature  of  your  business  is  not  particularly
 relevant  to the  success  of  the  transaction.  All
 we  require is  your  willingness  to  present 
yourself  as  the  subcontractor  by  providing  your 
bank  information so  that  the  fund  will  be 
transferred  into  your account. 

SHARING  RATIO:For  your  assistance  in  this 
business  ,  your share  will  be  30% of  the  total 
fund.  I  and  my colleagues  will  take  60%  while 
we  set  aside 10%  for  any  expenses  that  may 
incurred  in  the course  of  this  transaction.  If 
you  are  willing to  assist  us  in  this
business.Forward the particulars of your bank account
and also your private phone and fax numbers.

This  information  will  enable  us  put  an
application  for  payment  approval  to the concerned
Ministries and  final  to  the  Central Bank  of
Nigeria  (C.B.N)  and  it  is  going  to last  for 
6-7  working  days  starting  from  the day  we
receive  the  above  information.  All modalities  for
the  take off  of  this  transaction have  been
worked  out  and  further  action  will commence 
immediately  we  hear  from  you. I  am waiting  for 
your  reply  via  my private email address.

Thanks, 

yours faithfully.  

Dr Joy Lawal.


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Jun 23 18:41:41 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S86441AbSFWPlj>; Sun, 23 Jun 2002 18:41:39 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S86440AbSFWPlj>;
	Sun, 23 Jun 2002 18:41:39 +0300
Received: from f232.law12.hotmail.com ([64.4.19.232]:1982 "EHLO hotmail.com"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S86150AbSFWPlh>;
	Sun, 23 Jun 2002 18:41:37 +0300
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Sun, 23 Jun 2002 08:41:26 -0700
Received: from 216.139.164.2 by lw12fd.law12.hotmail.msn.com with HTTP;
	Sun, 23 Jun 2002 15:41:26 GMT
X-Originating-IP: [216.139.164.2]
From:	"najeem aro" <nupeng22002@hotmail.com>
To:	zmailer@nic.funet.fi
Subject: RE: YOUR  ASSISTANCE  IS URGENTLY  NEEDED
Date:	Sun, 23 Jun 2002 16:41:26 +0100
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F232Vp8OLbmlADEwJ9M000166c8@hotmail.com>
X-OriginalArrivalTime: 23 Jun 2002 15:41:26.0296 (UTC) FILETIME=[6F500180:01C21ACC]
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


NIGERIAN LIQUIFIED NATURAL GAS.(N.L.N.G)
#127,SANUSI FAFUNWA STREET,VICTORIA-ISLAND,
LAGOS-NIGERIA.



Attn:

I Dr. Nojeem Aro, the Director of Finance Nigeria Liquefied Natural
Gas Limited (NLNG) here by solicit for your co-operation as follows: -
Nigeria L.N.G Ltd was incorporated on May 17, 1989 to harness Nigeria's vast 
Natural Gas Resources for domestic use and Export Market.

In 1995, a Final Investment Decision (FID) was signed by the Shareholders, 
Nigerian Natural Petroleum Corporation (NNPC), Shell Gas Bv, Cleag Limited 
(ELF)and AGIP international Bv to build an LNG plant in Bonny Islands of 
Rivers State in Nigeria.

In the fourth Quarter of 1995, a consortium of Engineering firms, Technip, 
Snamprogetti, M. W. Kellog and Japan Gas Corporation (TSKJ) was awarded a 
contract for the construction of the Gas Plant, The
Gas Transmission System and The Residential Quarters.Note, in the process of 
the negotiations and verification of the documents for the award of the 
contract, we provided an official clause which created
the existence of a sub-contractor category for the contract.

Furthermore, because of our interest in the faith of the unseen 
sub-contractor, we used our top-management positions to increase the total 
contract sum by US$58.4M. Meanwhile the project has been completed and
commissioned and the plant has commenced export of Natural liquefied gas to 
Spain, Italy, etc. While the contractors have been paid leaving an 
outstanding sum of US$58.4M unpaid to the sub contractor.

Now due to our resolve to transfer the outstanding sum to foreign account, 
we therefore feel obliged to contact you for assistance in achieving our 
objective.To transact this business with us you are to provide the 
following:
(a) Name of your company, address, private and official telephone and fax 
numbers.
(b) Your bank details, account number, account name,
swift code, etc.

Note, the fund will be shared in the below ratios: 60% to be released to us, 
35% to be retained by you while 5% is to cover all expenses incurred by both 
parties in the course of the transaction.

Finally, be rest assured that all necessary risk have been eliminated by us 
and the transaction is going to be carried on legally. Confidentiality is 
very important in this transaction. For now, all replies must be by email.

I expect your prompt response.

Best regards
Dr. Nojeem Aro
Director of Finance NLNG
TEL:234-1-7755591








_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jun 24 20:31:58 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S87111AbSFXRbz>; Mon, 24 Jun 2002 20:31:55 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S87107AbSFXRbz>;
	Mon, 24 Jun 2002 20:31:55 +0300
Received: from mail.funet.fi ([193.166.0.98]:4102 "EHLO mailbackup2.funet.fi"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S86971AbSFXRbx> convert rfc822-to-8bit;
	Mon, 24 Jun 2002 20:31:53 +0300
Received: from n2now2829.com ([216.139.164.4])
	by mailbackup2.funet.fi (8.9.3/8.9.3/FUNET) with SMTP id UAA12742
	for <zmailer@nic.funet.fi>; Mon, 24 Jun 2002 20:31:49 +0300
Message-Id: <200206241731.UAA12742@mailbackup2.funet.fi>
From:	"DR. OBI FRANCIS" <danniefortt@yahoo.com>
Reply-To: danniefortt@yahoo.com
To:	zmailer@nic.funet.fi
Date:	Thu, 30 May 2002 06:00:01 -0700
Subject: CONFIDENTIAL
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

TEL/FAX: 234-17-749050, 234-17-742381
TEL: 234-17-760932, 234-80-23004623
THE PRESIDENT/CEO 
DEAR SIR 
BUSINESS PROPOPSAL
I AM THE CHIEF ACCOUNTANT AND THE CHAIRMAN OF THETENDER BOARD COMMITTEE OF THE NIGERIAN NATIONAL PETROLEUM CORPORATION (N.N.P.C) LAGOS. HOWEVER, AFTER DUE CONSULTATINATURE OF CONTRACT: SUPPLY, INSTALLATION AND COMMISSIONING OF 250,000 MONAX AXIAL FLOW TURBINE AND 250,000 BPSD POLYPROPYLENE FOR PORT HARCOURT REFINERY. 
OBJECTIVES: IT SHOULD BE NOTED THAT THE ORIGINAL VALUEOF THESE CONTRACTS WERE PURPOSELY OVER-INVOICED BY US."THE TENDER BOARD COMMITTEE MEMBERS"WITH THE SUM OF THIRTY MILBENEFITS: WE HAVE THEREFORE AGREED TO GIVE YOU 30% OF THE AMOUNT, WHILE 10% WILL BE SET ASIDE TO OFFSET ANY EXPENSES INCURRED DURING THE TRANSACTION, AND 60%WILL BE FOR US TREQUIREMENTS: ALL MODALITIES HAVE EFFICIENTLY AND SECRETLY BEEN WORKED OUT WITH THE TOP OFFICIALS OF THE FEDERAL MINISTRY OF FINANCE AND APEX BANK OF NIGERIA TO FACILITATE THE RYOUR CONFIDENTIALITY IS HIGHLY NEEDED. THIS TRANSACTION IS 100% RISK FREE. YOU CAN ALWAYS REACH ME THROUGH THE ABOVE TELEPHONE AND FAX NUMBERS FOR CONFIDENTIAL REASONS. 
 AWAITING YOUR SWIFT ANDFAVOURABLE RESPONSE.
BEST REGARDS.
DR.OBI FRANCIS 



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jun 25 03:53:57 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S86861AbSFYAxy>; Tue, 25 Jun 2002 03:53:54 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S87061AbSFYAxx>;
	Tue, 25 Jun 2002 03:53:53 +0300
Received: from [209.191.29.24] ([209.191.29.24]:3195 "HELO hvwww8.hotvoice.com"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S86861AbSFYAxv>;
	Tue, 25 Jun 2002 03:53:51 +0300
Message-ID: <6472577.1024966424328.JavaMail.tester@hvwww8>
Date:	Mon, 24 Jun 2002 20:53:44 -0400 (EDT)
From:	JimRay Koffi <jimkof_bia@hotvoice.com>
To:	zmailer@nic.funet.fi
Subject: Private for - Director
Mime-Version: 1.0
Content-Type: multipart/mixed; 
	boundary="----=_Part_15223_6473149.1024966424328"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_Part_15223_6473149.1024966424328
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

FROM: MR JIM RAY
AUDITING AND ACCOUNTING UNIT.
FOREIGN REMITTANCE DEPT.
OCEANIC BANK OF LOME - TOGO.
 

             STRICTLY CONFIDENTIAL

I am MR JIM RAY the Director in-charge of auditing and accounting 
section of OCEANIC BANK OF LOME - TOGO.in West Africa with due 
respect and regards.I have decided to contact you on a business 
transaction that will be very beneficial to both of us at the 
end of the transaction.

During our investigation and audting in this bank, my department 
came across a very huge sum of money belonging to a deceased 
person who died on August 1997 in a plane crash and the fund 
has been dormant in his account with this bank without any claim 
of the fund in our custody either from his family or relation 
before our discovery to this development.

Although personally, I kept this information secret within myself 
and my partner to enable the whole plans and idea be pofitable 
and successful during the time of execution.The said amount 
was USD$25m (twenty five million United States Dollars).I am 
glad to say that
with the introduction of internet and website,I was opportuned 
and pleasured to have come across your contact through this 
satellite media.All the adverts and news media in your website 
is what interest me most to contact you on this very issue.
 
Meanwhile all the whole arrangement to put claim over this fund 
as the bonafide next of kin to the deceased, get the required 
approval and transfer this money to a foriegn account has been 
put in place and directives and needed information will be relayed 
to you as soon as you indicate your interest and willingness 
to assist us and also benefit your self to this great business 
opportunity.

In fact I could have done this deal alone but because of my 
position in this country as a civil servant, we are not allowed 
to operate a foriegn account and would eventually raise an eye 
brow on my side during the time of transfer because, I work 
in this bank. This is the actual reason why it will require 
a second party or fellow who will forward claims as the next 
of kin with affidavit of trust of Oath to this bank and also 
present a foriegn account where he will need the money to be 
retransfered into on his request as it may be after due verification 
and clarification by designation bank account.

I will not fail to inform you that this transaction is 100% 
risk free. On smooth conclusion of this transaction, you will 
be entitiled to 30% of the total sum as gratification, while 
10% will be set aside to
take care of expenses that may arise during the time of transfer 
both local and international like telephone bills,e-mail bills 
include the documents fees, while 60% will be for me and my partner.

Please,you have been adviced to keep top secret as we are still 
in service and intend to retire from service after we conclude 
this deal with you. I will be monitoring the whole situation 
here in this bank until you confirm the money in your account.And 
ask us 
to come down to your country for subsequent sharing of
the fund according to percentages previously indicated and further 
investment, either in your country or any country you advice 
us to invest in.

All other necessary information will be sent to you when I hear 
from you.I suggest you get back to me as soon as possible stating 
your wish in this deal.

However, you can call me on this number for more detailed informations 
- +228 902 98 69.

Yours faithfully,

MR JIM RAY





--------------------------------------------------------------------------
Global Internet phone calls, voicemail, fax, e-mail and instant messaging.
Sign-up today at http://www.hotvoice.com
------=_Part_15223_6473149.1024966424328--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jun 25 04:23:19 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S87310AbSFYBXQ>; Tue, 25 Jun 2002 04:23:16 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S87309AbSFYBXP>;
	Tue, 25 Jun 2002 04:23:15 +0300
Received: from dns1.maruman-net.co.jp ([210.141.114.98]:2569 "EHLO
	dns1.maruman-net.co.jp" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S87271AbSFYBXN>;
	Tue, 25 Jun 2002 04:23:13 +0300
Received: from abc4cars.be (66-90-209-85.grandecom.net [66.90.209.85])
          by dns1.maruman-net.co.jp (2.6 Build 9 (Berkeley 8.8.6)/8.8.4) with ESMTP
	  id KAA13348; Tue, 25 Jun 2002 10:20:43 +0900
Date:	Tue, 25 Jun 2002 10:20:43 +0900
Message-Id: <200206250120.KAA13348@dns1.maruman-net.co.jp>
From:	"Lin" <ndrhvigbw@abc4cars.be>
To:	"okobnjngh@iafrica.com" <okobnjngh@iafrica.com>
Subject: Are Your Mortgage Rates The Best They Can Be.
Content-Type: text/plain; charset="us-ascii";format=flowed
Content-Transfer-Encoding: 7bit
X-Mailer: The Bat! (v1.52f) Business
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Dear Homeowner, 

Interest Rates are at their lowest point in 40 years! We help you find the 
best rate for your situation by matching your needs with hundreds of 
lenders!

Home Improvement, Refinance, Second Mortgage, 
Home Equity Loans, and much, much more!
 
You're eligible even with less than perfect credit!
 
This service is 100% FREE to home owners and new home buyers 
without any obligation. 

Where others say NO, we say YES!!!
 
Take just 2 minutes to complete the following form.
There is no obligation, all information is kept strictly
confidential, and you must be at least 18 years of age.  
Service is available within the United States only.
This service is fast and free. 

http://just4unow.com/mtg
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

To op out:

http://just4unow.com/options
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From mboyo@galmail.co.za Tue Jun 25 11:32:43 2002
Received: from mailbackup1.funet.fi ([193.166.0.97]:4614 "EHLO
	mailbackup1.funet.fi" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S87320AbSFYIcn>;
	Tue, 25 Jun 2002 11:32:43 +0300
Received: from uw-iem7papn4zqs (a101205.upc-a.chello.nl [62.163.101.205])
	by mailbackup1.funet.fi (8.9.3/8.9.3/FUNET) with SMTP id LAA16590
	for <zmailer-log@nic.funet.fi>; Tue, 25 Jun 2002 11:32:42 +0300
Message-Id: <200206250832.LAA16590@mailbackup1.funet.fi>
From:	"Dr.Wilfred Mboyo" <mboyo@galmail.co.za>
To:	<zmailer-log@nic.funet.fi>
Subject: Urgent letter from Zimbabwe
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date:	Tue, 25 Jun 2002 10:32:34
Return-Path: <mboyo@galmail.co.za>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Sir, 
URGENT BUSINESS RELATIONSHIP Firstly, i have to introduce 
myself to you. My name is Dr.Wilfred Mboyo from Zimbabwe.I was 
the chairman of contract review panel in my country before the problem 
of the land reform program. Before the escalation of the situation in 
Zimbabwe i recovered $26.8million US dollars from over inflated 
contracts by some government officials. But i was a member of the 
oppositin party the MDC(Movement for Democratic Change).And the 
ruling party,(ZANU PF) has been against us.So i had to flee the 
country for a neighbouring African Country which i am currently 
residing. Before the escalation of the situation in Zimbabwe i had not 
reported the recovery of my findings to the panel .So this money was in 
my posession and i lodged it in a security company here in Africa and 
currently this money has been moved to thier security branch in 
Amsterdam, in the Netherlands. I have been trying to fly to Europe but 
it has been difficult for me get a visa from Africa.So i want you to help 
me make claims of this fund($26.8m) in the Netherlands as my 
beneficiary and transfer the money to your account or any account of 
your choice before i can get a visa to fly down.So that we can share 
this money. I have agreed to give you 10%,which would be ($2.6m 
dollars) of this money for your assistance, and 80% would be mine and 
the other 10% would be set aside for any expenses that may incurre 
during the course of this transaction. And my 80% would be invested in 
your country in any profitable business propossed by you. I know i 
have never met you, but i want to trust you and please do not let me 
down when this funds finally gets into your account. Please if you are 
intersted, get to me through the email address below to enable me feed 
you with more details and all neccessary documentations. Please treat 
this as confidential.

Regards,

Dr.Wilfred Mboyo
wilfredmboyo@yahoo.co.uk
 


From zmailer-owner@nic.funet.fi Thu Jun 27 10:41:17 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S88183AbSF0HlO>; Thu, 27 Jun 2002 10:41:14 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S87944AbSF0HlO>;
	Thu, 27 Jun 2002 10:41:14 +0300
Received: from mail.gawan.biz ([216.168.206.10]:2525 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S88229AbSF0HlM>;
	Thu, 27 Jun 2002 10:41:12 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Thu, 27 Jun 2002 00:44:18 -0700
Date:	Thu, 27 Jun 2002 00:44:18 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON2040204200206270044.AA4418088@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : cyrus_kadivar@hotmail.com
To        : zmailer@nic.funet.fi
Subject   : A  funny game
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
rock.exe                      I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jun 28 03:41:28 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S88460AbSF1AlZ>; Fri, 28 Jun 2002 03:41:25 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S88461AbSF1AlZ>;
	Fri, 28 Jun 2002 03:41:25 +0300
Received: from 2.sanyo-m.co.jp ([61.208.37.42]:1139 "HELO uibk.ac.at" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S88458AbSF1AlX>;
	Fri, 28 Jun 2002 03:41:23 +0300
Received: from unknown (188.207.143.150)
	by m10.grp.snv.yahui.com with esmtp; 28 Jun 0102 02:32:49 -0200
Reply-To: <afb2063l71@uibk.ac.at>
Message-ID: <028d17e54d4c$4626e0e6$1aa10dd3@tbtwbd>
From:	<afb2063l71@uibk.ac.at>
To:	<zmailer-update@nic.funet.fi>, <zmailer@nic.funet.fi>,
	<harper@nic.funet.fi>, <harri.salminen@nic.funet.fi>,
	<sfnet-tietoliikenne-log@nic.funet.fi>, <timaham@nic.funet.fi>,
	<52@nic.funet.fi>
Subject: How about being your own boss? 8019HKgi0-406eCfq0396KM-22
Date:	Fri, 28 Jun 0102 10:20:14 -1000
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Easy 30-50% Return?

Learn how you can receive a monthly check for 3, 4, or 5%
a month until your initial investment is paid off...then a
monthly check for over 4% a month for years to come...

We know it sounds impossible, but it's happening today.

For complete information on this 
multi-trillion dollar industry:

http://just4unow.com/pos
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
To Opt Out please go to our website and click on the 
link at the bottom of the page:

http://just4unow.com/options

5088OTii8-067HfjG7864qGtc8-909OTbq8809rvnR8-131lZDY9102bxEx8-824BnDl63




-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jun 28 20:50:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S69565AbSF1RuE>; Fri, 28 Jun 2002 20:50:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S88564AbSF1RuD>;
	Fri, 28 Jun 2002 20:50:03 +0300
Received: from nf1.universalsupport.com ([212.163.149.132]:24942 "EHLO
	nf1.universalsupport.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S69565AbSF1RuB>;
	Fri, 28 Jun 2002 20:50:01 +0300
Received: from rozio ([172.31.10.131]:11663 "EHLO rozio.sistemas.unsu")
	by nf1.universalsupport.com with ESMTP id <S64633AbSF1Qj1>;
	Fri, 28 Jun 2002 18:39:27 +0200
Content-Type: text/plain;
  charset="us-ascii"
From:	Rocio Alfonso Pita <rozio@universalsupport.com>
Organization: Universal Support
To:	zmailer@nic.funet.fi
Subject: Problems with field "from"
Date:	Fri, 28 Jun 2002 19:46:19 +0200
User-Agent: KMail/1.4.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Message-Id: <200206281946.19925.rozio@universalsupport.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello,

  I have a problem. I hope that you can help me. 

  I send mails perfectly from a pc with an account configure in Outlook 
connect to the network. If this pc with this account in outlook, out to 
internet throuput IDSN, zmailer deny message because change field "FROM" by 
the user of IDSN, and this cause a error.

  I attach the error for more information.

  regards and TIA,
     rozio

------ return message ------- 

 The following message arrived with illegal envelope data, typically a mangled 
address that doesn't obey the RFC822/976 protocol specification. If you do not 
recognize the source of the bad header, perhaps you should contact a 
Postmaster at your site and ask why your mail was rejected.

Your message is being returned unprocessed.

The following annotated envelope headers illustrate the error(s):

Error in "rcvdfrom" envelope address:

        essen
        ^-Extraneous program text

The entire original message file follows.

-----------------------------------------
external
rcvdfrom essen@essen-is ([xxx.xxx.xxx.xxx]:18229 "EHLO usuario") 
comment essen@essen-is [xxx.xxx.xxx.xxx]:18229 "EHLO usuario" smtp-
auth:  TLS-CIPHER:  TLS-PEER: ) with ESMTP identinfo 
TIMEDOUT from  todsn NOTIFY=FAILURE,DELAY 
ORCPT=rfc822;target@domain.com 
INRCPT=rfc822;target@domain.com INFROM=rfc822;gooduser@realdomain.com
to 
env-end
From: "Pacient User" 
To: =?iso-8859-1?Q?'other'?= 
Subject: RE: Prueba
Date: Tue, 18 Jun 2002 10:58:35 +0200
Message-ID: <akdjfdkjf0909fd90df9@usuario>
MIME-Version: 1.0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2627
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
In-Reply-To: <qweqwe1.123213@domain.com>

Prueba de correo


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul  3 11:20:52 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15863AbSGCIUt>; Wed, 3 Jul 2002 11:20:49 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S19764AbSGCIUt>;
	Wed, 3 Jul 2002 11:20:49 +0300
Received: from chronos.sovam.com ([194.67.22.190]:38817 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S13707AbSGCIUr>;
	Wed, 3 Jul 2002 11:20:47 +0300
Received: from ariel ([194.67.3.216]:32903 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764017AbSGCIUq>;
	Wed, 3 Jul 2002 12:20:46 +0400
Date:	Wed, 3 Jul 2002 12:20:45 +0400 (MSD)
From:	Eugene Crosser <crosser@rol.ru>
Subject: Re[2]: rbl problems and questions
To:	Matti Aarnio <mea@nic.funet.fi>
cc:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
Content-Disposition: INLINE
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com>
 <20020616041159.L22975@nic.funet.fi>
In-Reply-To: <20020616041159.L22975@nic.funet.fi>
X-Mailer: Mahogany 0.64 'Sparc', compiled for Linux 2.4.16 i686
Message-Id: <20020703082046Z1764017-383+28@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Sun, 16 Jun 2002 04:11:59 +0300 Matti Aarnio <mea@nic.funet.fi> wrote:

>   I thought that MAPS RBL was the first who specified that the lookup
>   produces valid rejection entry ONLY when it is 127.0.0.2
>   It was possibly ORBS, that added ...3 and ...4, very least, into this
>   repertoire of data variants.

I am under impression that if there is *any* result from the DNS lookup
than the address should be considered listed.  NXDOMAIN means that it isn't.

Eugene, responding that late because he's just returned from a leave spent
in Utah and Wyoming :)

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul  3 14:43:00 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S24181AbSGCLm5>; Wed, 3 Jul 2002 14:42:57 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S24114AbSGCLm4>;
	Wed, 3 Jul 2002 14:42:56 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:40297 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S15527AbSGCLmx>;
	Wed, 3 Jul 2002 14:42:53 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g63BkNR10025;
	Wed, 3 Jul 2002 13:46:23 +0200
Date:	Wed, 3 Jul 2002 13:46:23 +0200
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	zmailer@nic.funet.fi
Subject: Re: rbl problems and questions
Message-ID: <20020703134623.A9984@melkebalanse.gulbrandsen.priv.no>
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com> <20020616041159.L22975@nic.funet.fi> <20020703082046Z1764017-383+28@chronos.sovam.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020703082046Z1764017-383+28@chronos.sovam.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Eugene Crosser <crosser@rol.ru>
> I am under impression that if there is *any* result from the DNS lookup
> than the address should be considered listed.  NXDOMAIN means that it isn't.

ok.orbs.org contained 127.127/16. I presume "ok" means the hosts were OK.
No idea whether anyone uses 127.127/16 now that ORBS is dead. ISTR someone
using one particular 127.0.0.x for either "OK" or "untested", too.

A repulsive mess, rather.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jul  5 17:09:09 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S52929AbSGEOJF>; Fri, 5 Jul 2002 17:09:05 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S56709AbSGEOJE>;
	Fri, 5 Jul 2002 17:09:04 +0300
Received: from web21109.mail.yahoo.com ([216.136.227.111]:59843 "HELO
	web21109.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S19230AbSGEOJB>;
	Fri, 5 Jul 2002 17:09:01 +0300
Message-ID: <20020705140859.14413.qmail@web21109.mail.yahoo.com>
Received: from [217.146.11.134] by web21109.mail.yahoo.com via HTTP; Fri, 05 Jul 2002 15:08:59 BST
Date:	Fri, 5 Jul 2002 15:08:59 +0100 (BST)
From:	"=?iso-8859-1?q?Mrs.=20Victoria=20Victor=20Attah?=" 
	<vickyattah@yahoo.co.uk>
Subject: BUSINESS RELATIONSHIP.
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

          A REQUEST FOR BUSINESS RELATIONSHIP.

It is with great pleasure in writing you this letter
on behalf of my colleagues
and me.

I am writing to you, following an impressive
information received about you from a business
journal. I believed that you are capable and reliable
to champion this business opportunity.  I have deiced
to seek confidential cooperation with you in the
execution of the deal described here for the benefit
of all parties involved and hope that you will keep it
as top secret because of the nature of the business
and the personalities involved.

Within the ministry of petroleum resources where I
work, as director, project implementation  with the
cooperation of four other top officials. We have in
our possession as over-due payment bills totaling
US$275.450m  (Two Hundred And Seventy Five Million
Four Hundred And Fifty Thousand United States Dollars)
which we want to transfer abroad with the assistance
and cooperation Of trusted foreign firm or  individual
that will receive the said fund on our behalf into any
account provided to accommodate such fund. We public
servants are not allowed to operate offshore account,
hence your importance in the whole transaction.
The amount US$45m represented some percentage of the
total contract value executed on behalf of my ministry
by a foreign contracting firm, which we the  officials
over-invoiced deliberately. Though the actual contract
cost have been paid to the original contractor,
leaving the balance in the tune of the said amount
which we have gotten approval to remit by telegraphic
transfer (tt) to foreign bank account. You will be
filing in an application through my ministry for the 
ransfer of right and privileges of the former
contractor to you since the present new civilian
government of my country is determined to pay every
foreign contractor all debit owed, so as to maintain
good  relationship with foreign government and
non-government financial agencies. We have decided to
include our bill for approvals with the cooperation of
some officials from the government ministry, which
will be involved in the payment process.

We are seeking your assistance in providing a vital
account into which we can remit this money by acting
as our main partner and trustee or acting as the
original contractor. This, we can do by swapping of
account and changing of beneficiary and other form of
documentation upon application for claim to reflect
the payment and approvals to be secured on
behalf of you.

This transaction is being an understanding with the
principal trustee of the original contractor and with
the consent of the original  contractor.

I have the authority of my partners involved to
propose that, should you be willing to assist us in
the transaction. Your share of the fund will be 20% of
the total sum, 75% for us and 5% for taxation and
miscellaneous
expenses. This business is 100% safe on your part, but
you have to keep it confidential. Your area of
specialization is not a hindrance to the successful
execution of this transaction. I have reposed my
confidence in you and hope that
you will not disappoint me. Please for effective
Communication, contact me so to
enable us commence  business as to indicate your
willingness in assisting us so
that I will direct you what next to do. Please include
your direct Tel/fax
number for security reasons for effective
communication.

Thanks for your anticipated assistance.

Yours sincerely,

Engr.victoria Attah
Director: Project Nigerian National Implementation
Petroleum Corporation.

























__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Jul  6 07:05:28 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S35636AbSGFEFY>; Sat, 6 Jul 2002 07:05:24 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S62657AbSGFEFY>;
	Sat, 6 Jul 2002 07:05:24 +0300
Received: from garrincha.netbank.com.br ([200.203.199.88]:2608 "HELO
	garrincha.netbank.com.br" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S37835AbSGFEFW>;
	Sat, 6 Jul 2002 07:05:22 +0300
Received: (qmail 14247 invoked by uid 84); 6 Jul 2002 04:08:37 -0000
Received: from riel@imladris.surriel.com by garrincha.netbank.com.br with qmail-scanner-1.01 (. Clean. Processed in 1.998715 secs); 06 Jul 2002 04:08:37 -0000
Received: from 2-110.ctame701-1.telepar.net.br (fxspvz@200.193.160.110)
  by garrincha.netbank.com.br with SMTP; 6 Jul 2002 04:08:35 -0000
Received: (from localhost user: 'riel', uid#500) by imladris.surriel.com
	with ESMTP id <S81310AbSGFD5F>; Sat, 6 Jul 2002 00:57:05 -0300
Date:	Sat, 6 Jul 2002 00:57:04 -0300 (BRT)
From:	Rik van Riel <riel@conectiva.com.br>
X-X-Sender: riel@imladris.surriel.com
To:	Eugene Crosser <crosser@rol.ru>
cc:	Matti Aarnio <mea@nic.funet.fi>, <zmailer@nic.funet.fi>
Subject: Re[2]: rbl problems and questions
In-Reply-To: <20020703082046Z1764017-383+28@chronos.sovam.com>
Message-ID: <Pine.LNX.4.44L.0207060055430.8346-100000@imladris.surriel.com>
X-spambait: aardvark@kernelnewbies.org
X-spammeplease:	aardvark@nl.linux.org
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, 3 Jul 2002, Eugene Crosser wrote:
> On Sun, 16 Jun 2002 04:11:59 +0300 Matti Aarnio <mea@nic.funet.fi> wrote:
>
> >   I thought that MAPS RBL was the first who specified that the lookup
> >   produces valid rejection entry ONLY when it is 127.0.0.2
> >   It was possibly ORBS, that added ...3 and ...4, very least, into this
> >   repertoire of data variants.
>
> I am under impression that if there is *any* result from the DNS lookup
> than the address should be considered listed.  NXDOMAIN means that it isn't.

There are so many different meanings that you'd almost want
the flexibility to specify the interpretation of the result
in the config file ;)

Rik
-- 
Bravely reimplemented by the knights who say "NIH".

http://www.surriel.com/		http://distro.conectiva.com/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Jul  6 22:37:48 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S71170AbSGFThq>; Sat, 6 Jul 2002 22:37:46 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S71897AbSGFThp>;
	Sat, 6 Jul 2002 22:37:45 +0300
Received: from [218.5.185.14] ([218.5.185.14]:2643 "HELO utanet.at" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S56704AbSGFThl>;
	Sat, 6 Jul 2002 22:37:41 +0300
Received: from [171.244.80.124] by rly-xw01.otpalo.com with esmtp; 06 Jul 0102 10:31:22 +0900
Reply-To: <ar7564d17@utanet.at>
Message-ID: <017a24a54c6e$7365d8d3$8bb62da0@ygdibi>
From:	<ar7564d17@utanet.at>
To:	<cbm-adm@nic.funet.fi>, <timaham@nic.funet.fi>, <hkb@nic.funet.fi>,
	<csc-adm@nic.funet.fi>, <mailserv@nic.funet.fi>,
	<linux-adm@nic.funet.fi>, <adm@nic.funet.fi>,
	<zmailer@nic.funet.fi>, <cpan-adm@nic.funet.fi>
Subject: Special report! 9236blcp4-3-10
Date:	Sun, 07 Jul 0102 02:11:47 -0700
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2616
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Easy 30-50% Return?

Learn how you can receive a monthly check for 3, 4, or 5%
a month until your initial investment is paid off...then a
monthly check for over 4% a month for years to come...

We know it sounds impossible, but it's happening today.

For complete information on this 
multi-trillion dollar industry:

http://4.36.134.180/pos
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
To Opt Out please go to our website and click on the 
link at the bottom of the page:

http://4.36.134.180/options


5939qXYf1-319WOme3723ABCA3-337fcgE1154WYQv8-2l42




-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From beesold@excite.com Tue Jul  9 01:06:42 2002
Received: from sdn-ap-008neomahP0471.dialsprint.net ([63.189.9.217]:3035 "HELO
	193.166.3.1" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with SMTP id <S81908AbSGHWGl> convert rfc822-to-8bit;
	Tue, 9 Jul 2002 01:06:41 +0300
From:	"BeeSold" <beesold@excite.com>
To:	zmailer-log@nic.funet.fi
SUBJECT: BeeSold.com - Your Online Auction House
Date:	Mon, 08 Jul 2002 15:07:07 -8:0
MIME-Version: 1.0
X-Priority: 3
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8BIT
Message-Id: <20020708220642Z81908-12376+5058@nic.funet.fi>
Return-Path: <beesold@excite.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

BeeSold.com - Your Online Auction House

Tired of high prices on ebay.com ? Try the free auction listings at http://www.beesold.com
FREE $20 Sign up Credit! 10,000 Page Views a week! Dont wait! Register today!
http://www.beesold.com  

#This is not a mailing list - You will not be mailed again#



From zmailer-owner@nic.funet.fi Thu Jul 11 04:55:44 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S83639AbSGKBzl>; Thu, 11 Jul 2002 04:55:41 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S83660AbSGKBzl>;
	Thu, 11 Jul 2002 04:55:41 +0300
Received: from mail.dataframe.net ([216.168.206.10]:2675 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S83639AbSGKBzj>;
	Thu, 11 Jul 2002 04:55:39 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Wed, 10 Jul 2002 18:59:27 -0700
Date:	Wed, 10 Jul 2002 18:59:27 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON700070200207101859.AA5927083@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : amedi@earthlink.net
To        : zmailer@nic.funet.fi
Subject   : Hi,zmailer,welcome to my hometown
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
cf208721062.att               Exploit.IFrame.FileDownloadRemoved
The.pif                       I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 04:55:47 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81842AbSGKBzo>; Thu, 11 Jul 2002 04:55:44 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S58518AbSGKBzn>;
	Thu, 11 Jul 2002 04:55:43 +0300
Received: from mail.bsncorp.com ([216.168.206.10]:2674 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S83612AbSGKBzj>;
	Thu, 11 Jul 2002 04:55:39 +0300
Received: from Qbivt [172.147.76.69]
	by dataframe.net [216.168.206.10]
	with SMTP (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Wed, 10 Jul 2002 18:59:20 -0700
From:	amedi <amedi@earthlink.net>
To:	zmailer@nic.funet.fi
Subject: Hi,zmailer,welcome to my hometown
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=C866Z94z2K5f0Aq602jjs9T4Wodg0918
X-MDRemoteIP: 172.147.76.69
X-Return-Path: sneshat@sarbaz.org
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-Id: <20020711015540Z83612-12376+5489@nic.funet.fi>
Date:	Thu, 11 Jul 2002 04:55:39 +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--C866Z94z2K5f0Aq602jjs9T4Wodg0918
Content-Type: text/plain

****************************** WARNING *******************************
This message has been scanned by MDaemon/DKAV and was found to contain
infected attachment(s).  Please review the list below.

Attachment                    Virus name               Action taken
----------------------------------------------------------------------
cf208721062.att               Exploit.IFrame.FileDownloadRemoved
The.pif                       I-Worm.Klez.h            Removed


**********************************************************************


--C866Z94z2K5f0Aq602jjs9T4Wodg0918
Content-Type: application/octet-stream;
	name=s-6[1].jpg
Content-Transfer-Encoding: base64
Content-ID: <Qc863IbG3p>

/9j/4AAQSkZJRgABAQEAhQCFAAD/2wBDAAMCAgMCAgMDAwMEAwMEBQgFBQQEBQoHBwYIDAoM
DAsKCwsNDhIQDQ4RDgsLEBYQERMUFRUVDA8XGBYUGBIUFRT/2wBDAQMEBAUEBQkFBQkUDQsN
FBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBT/wgAR
CABMAMEDAREAAhEBAxEB/8QAHAAAAQUBAQEAAAAAAAAAAAAABQACAwQGAQcI/8QAGgEAAwEB
AQEAAAAAAAAAAAAAAAECAwQGBf/aAAwDAQACEAMQAAABxXxfZ6Fh7dIGhIxBUzGhYoqSAMnd
T0vXEjI0cG9pzOgkeYctOOzG7+iDb+Z+jMebP8zM6ocnRRRQMkYj0foUUmZyeaRtB6XriehA
gQcBAkecclBTsA9Hog2/mfS+Pmp4vTUYlFmwww/SLUXtFHLDZNIqw9N1xPQgQcBAgQYXjoDf
XmNfRht/M+w8nOQAxacDmIOg5qRjmVM3URleetPsqLV0LLOBxDQrJ5/M0HX1eQR6QNv5n6Nw
5kDEdY8JKIIOMAwZeH2Tdamc53eoKbSS0GIQIEziAuTr6dflz9GG38z79x8yoHw4GdtCUZ1A
yXcgMs0uiN0YXmo9otZ0zwaCRj2pKOhwM5HZ4/HpA2/mfbvn4YRoHaiov5t4F2H2arRXKEIJ
DxWDMgQobJZZZsuWrNnWTUBTr8dz9IG38z6n87DNNS0GqNGwo1ZsrQTUPZFIDDxfVSyW824N
bizSZSlCgBDJ0VdOvB7eiDb+Z9o4uczYkrFleDoT2U8yejoOYNh+dQBNVGwtk5ZGAdQQTooi
Abp1h+j0QbfzPvfFzWbHMqwdBwSUVYb2ujxsGdo1mLyWq1QFAq5vLNXpaauDSA19YTp9EG38
z//EACwQAAEEAQIFAgYDAQAAAAAAAAIAAQMEBRESEBMUITEGMhUgIiMzQRY0NUL/2gAIAQEA
AQUCytDkTY+NoxT8BdGicdzjtQF2tz8oI8m05D5i9m1lyQXJBbGb5Mp9OWzB61uE8LTx1pNH
5zAJZeuKLPVxR+ohU2bmlajamey31B7FlbDbKH9sfMPs+fJhuyGTk1LhY9RTSqvacTkm1gKK
QjHD2JHh9PEocNBGmrRxpm7EHaTHBKRUghAfdD7PnuREWRv0pmfgHp2IXbDVmQwRRCANq/l2
0TJ/A+FzB33ZeXVG93hvfRZznJKHIHIPWLrl1y69SZQgavfexdzf+NwZ9zJy1d5o42HyfCSe
OJpc/XiVrOWJ3xFhwt2m31+QIp9NlakBB04sunZdMy6Zl0zJ6gurOLbXJWObhuDS7SsAUiCB
oylsU4Q/kFWMbHqYnVjMW5kzkbhHqosTPMq2BEHtsMNWe1tWNhmmhj0jEpWZCTuuZomMX47d
Vno2bFcBLc2TsE5lrow7kwJoXMosJZnev6fjB69WGBEtVl5eXj6t8Bj+L7BbKg49YMhAeia1
IyGdiXUAy5sJIBNln3f4Twq22OtJG80vwyxMoPThqHEVY0IjHw1QuidO6zcbyYzkkL/cFATS
jHMUR18puGC2xPzW0lm0HVjkCflLJXjlo8IMVDThijAGBtU63L/p37M6F0bpldmDk3abMtrO
mleMo6w3E9coV5Ve66lJk/dy1Vh/t8CfuPhuzGT6/oPMns/TKQtGyOSnBUpClum3Z4Rku3KU
FauFGGKtYjHYQtvEW21vzwfllbvab7fD/8QAGxEAAQUBAQAAAAAAAAAAAAAABAABETNAEAL/
2gAIAQMBAT8BzCXNpEubSJc2CFChQoUKFHBLm0iXNpEubSJd50iXNpEubSJc3f/EACQRAAIB
BAICAgMBAAAAAAAAAAABEQIQEjEgIRNRA0EiMDJh/9oACAECAQE/AaliUcWdEQIrZLtTogxR
iiOFe2U7vUpEzKDNGZkyW7bRoqc3p1+iv+mUbu6m7T1eGYezFKzRgOiFNqdfor/opTvgYIxS
EuKtPZU+iRfIeU8h5DyHkPIeX/CZcn1fdmSkIdpSM/Rk2LplWr00SjAwMDAwPGVfHGimqVF5
gq70JEIygybNjsk2L4/ZUopNioF0ZCfoy9kq8DS4U8JFJAklertDUGTM2SSZsVRmiaX9in2P
V9dCYiGKlcFfXZkmfi+hrEgagkkbtMFNbbi7X2xJC5u1T6Kavon2Yzol0kzyo3ydkO7JkahW
T6Jga6nnRu//xAAyEAABAwIDBgQFBAMAAAAAAAABAAIRAyEQEjEgIjJRYXETQYGxBCMwQlIz
YpGhcpLw/9oACAEBAAY/Ag5o3XbcYyvD546LhC4QtNh56qmMS0os5WV9FxYbrCt3dQLpdOMJ
iH0andBvLGKbcgQLjrqirMJXBHdb7lpKs3GSi4C/0qkNlfEVnUy2mAIce4x3qjiuEnuVZgWg
28oMlPdErg/tcKaG0c89VLqWX1XAuBcC4P7VqM+qeXNyEnRVvT3GzEqC8TsS94b3KIZNQqGn
w29FvGc/NOCuoQcRfbzss4KuDZwiR6jYOR9svPzWdz2NPUrI/wCJB10W7nqei+XRA/yK/Uyj
k2yuSe+AinA5usg6pUk8mpx5L8neQCDqw8PuoBXEt1wcrt2a5jl7jGUQ1xHZXM4wAT2U5PDH
7182oXdG2W5TaOuNV3/aoEAeJ9yBOis4FZZurKNVdv8ACvKtVAKtUDx1VeRGnuMc/RGBKhtP
+UDUqBvQLhLz+4qGNDe21WA1t7rkVN1azuSBa4hwUPGU8xotZxly3XEeqqszSDHvjku7ut1o
GwEdkszDMfJZ2tzLcOQ8it4LdsVzVrFRU/2CF9cXbUYnYgOhMzGUVTp6B2sJvyW1I/NMqsbk
J8gpxa37TaE9vkMHY//EACgQAQACAgEEAQMFAQEAAAAAAAEAESExQRBRYXGBIJGxocHR8PEw
4f/aAAgBAQABPyHeFV6hPGIFZ4g5OpoXEZi5ukuMNlxBhczphsRfYin8Er/ihpA+JR1T4L+C
e9upw+pbG3AgwSRyjCCvxOVI0BCeFDqsrEyB4jEHPaO8bzn46LR9D9Hn9PwRu1+oKZuXLNqR
lMOypHW74JZ8DCKTPBK1bfMIKioTNlXUrDcHkCaJo/4NiCzXonCjiDg65sPgqBBCGSgajdL4
mXQFmHol4mYANl6nEBWPmLWWKtT3E+29/aCAt4zmP/qW/wBS3+oqTZ/p+pmA1ndTLr7JcmHp
qizi9StisbhuDiEpa4GB8YolUDcbzN+ilXMHjmvzLY0jpHOiCse+dhFeq+OGagDz4ZUrDp1q
vtzNWsHAy/iXU5tzvP7MGC6D7FOvVznB4pMN5i6P0tuGL0z3VxouzesRGQeE+8EV4H5ju6Vi
tSVutoBYnmbenmpnQe0dbE1LA6MD4B+jIC4eUszKd2IiNUPvewuYsd1V+kIKPYpB874W/eKN
Z3vAx8J7/azKiPuhhsOzC6UUp51N++c4he6huvyl+kXF0z7ENn7kUVrrszbh4RvYgwSHfCAP
BjcJFC/pUxZ+xqGDqaCWTLczT0jwwecweb+bmAKN93qaY6XmVNL9iYIT3mKk9lGh8+4WUEpd
uH061A2txw0O0u3wRYgLxqDcK28TFKWYSYEvtNMK1VyMLNvw0ph35I1fkVMDVCYVtm6jv+2S
GFVMhOYmVREqvt+erMv9ENNRmbESjFKgMrUS43LAx8Ee3ed+mD8UdWaW2gRkcN1/M56bTEcq
ZITAiBjc3uVspknOmBclHxdf/9oADAMBAAIAAwAAABDtP7O4lFtetjJQtbc006/9supJu6Ck
rLX99k2pDLnpt6hH8/q9IMhB5jxQrJTRJcwUnWUpGTf8tLV+Bbbu8ugiDpSiJs0c912dqZJT
0+0+zHC6wKJM0lkUEJQ4rjdL/8QAHhEAAwADAAMBAQAAAAAAAAAAAAERECCxITAxQaH/2gAI
AQMBAT8QXkejFmCWXileqOvjynBkJusv0L4dfHrNKW4pRO4foXw6+PNKVseWLMEvPqAPw7+P
aUYsQhJhZbKUpSlExP78eiLiE0pRPzijJia9/Ho92IgvGIQhCIhCPHdx5+6XVZh5F5xcQmU/
vx5+etDWKfd+vj9yx+n4L7v08ef/xAAfEQEBAAMBAQEBAQEBAAAAAAABABEhMRBBYVFxMCD/
2gAIAQIBAT8QysWjlubnwfCpxMLJYSzGGO+CH5fjfnAPlj/wlk+icNicRg3flZPDxehnWyPp
bmR4d/5A+nvSbGHU5QTEL8LPB+r4CDVowzmwUO/8DEFWISKe5cW/SBcgXk7ZMRPrHQt20sRy
/BDfl/i/zZ/yz/kqP+lHscM+LOpPjMN3Hj2Mk4npZANs7GJ5HkbAsLCwsZDJtNy76ZoPTWLD
tQgDA5gjGJ/JfpsDktxi/oiTECrI91YnBIPsj1m04hOeuUIyejmIuWHepcS3EEct+txCZcQ0
SOOFg7b9jDkDrML0ge3xYQPMiTonqKVYCX2W7dbuMHC4WZSy5l7WNP8AJMt8kJsvghHbD0Fw
2aHXub+kA0QzNm+y6hhlEeRIbNkc5JByrknJc7OJ94+u2ORyTy+XVxHiwQnhYlx4w2U9QJfW
TFnXht94+//EACcQAQACAgIBBAEFAQEAAAAAAAEAESExQVFhcYGRofAQscHR4SDx/9oACAEB
AAE/ELGAyQwpT4wox9wDyUJBMO5VZmCoy3hzFd5HEOxVi5ZzDUxdeEQg2FV1n+J9uEBOJvV6
kfynrBmA+2G/HUlXBKlQFaYxWuUP1HUdwqTZaTTBcg9Z6jBiC2UcRspjgM6gKiPC4g8Q83bC
fFTholwuPKPSEPrbGWYjxi7UwZTD1p9OW/8AbEdEhYu61+D+46juCRyS8xaE5e4zloKgeg7L
AQpBtVK4GOCL5yma3YxCBRCYrypiUHPMpxjSHbUWHzMvR/VlN5iV+qPrmgC9KAscT5Y6juUI
9sIRnFu8kEoCglxQgDLQiuowsZl8wsGX4SkV5FxYRIhZhw8XZV4E9dvxqUkQN/8AmMUV8iy8
ZTghhaPqLyfx9o2dfz1H8P8AqAMX/HiFVRmlkUJ0GBgG6L1GKOpnUdz/AHEdMyVCQJSOzlnr
ELNj3cXda2fJM3sICe7ip9Il8OQ/EGA2hzPqxN7MN5Y9AsgL2I96Q/Yg3gDrllZKcB48sKcy
rGomoEU0TwkX4IdaJBCMofXQ58MBerQrJmI6juWJy8DxL+Cs1UpRQ7sQ0JDFcVBcWNb1RuCA
xTtQw26eoiKIJRvV5ajdfzTH8FRCOuE+s/cerO0L7ilZVaA5jTs/McvtF+fYFD6sv1MRMgLd
4EI8QZVegJedqnrxjZ7x6SOcpjB97UWfQtFxR4/2aHvpwzocSrgXEshZjuGZOo7luXBmJJzk
UvPiVKkNswCq7YoBgNRmTxfX1Lw1Jc13s/UFLt/eG39oOqfkfdbNLfMLPniXtmlHOCNsIbAb
33sPSCagq+0ZjaUs3kBq/mBtu8MraR0bIcJP0PphQEOdQUNbh+6ZnhQSPczFHckbPWjqO4B0
WJ08kcjFgzDDVy9fuMWnLah1bicydGT4USu6BP7ZknzC7LqqGN7uKsFroIqjRDwSNdrrEM78
7Wl9ZTtu0nlDdcwdPIjxFdeM35K2QV4ISK4JTUFEzwI3S2xpAr1WhTsDiHDY+I6juHzt5dxV
bcgXqJb2XXmEJUCOdqtc2nbC6hMws/oHLZXBNx3ysBTSBRWkX6JdlM5k9XDlb0PHvC7x8D6j
AYNd9kzxYFJmGHhmhpHwzFkMUUn4bPiGYPaWe6ULB1uc+jeZblhy+EdR3Lgt0ARF/jUMGBHS
oXRDr7YlPAxBvaMCLbuVuEZLnGcdTFXxba5NwaT9QsUVRMurs+oHaaLznOQQU4sl9W37jv8A
OipozxLEJyqZZo8oUjk6fMG0TN2ZgKRTcCpx/IjqO5//2T==
--C866Z94z2K5f0Aq602jjs9T4Wodg0918--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 11:11:02 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S83955AbSGKIK7>; Thu, 11 Jul 2002 11:10:59 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84029AbSGKIK6>;
	Thu, 11 Jul 2002 11:10:58 +0300
Received: from chronos.sovam.com ([194.67.22.190]:34423 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S80734AbSGKIK5>;
	Thu, 11 Jul 2002 11:10:57 +0300
Received: from ariel ([194.67.3.216]:42505 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763797AbSGKIKz>;
	Thu, 11 Jul 2002 12:10:55 +0400
Subject: smtpserver PARAM BindAddress iface:...
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	11 Jul 2002 12:10:55 +0400
Message-Id: <1026375055.24310.5.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--- smtpserver/cfgread.c        2001/10/09 19:22:43     1.39
+++ smtpserver/cfgread.c        2002/07/11 07:57:11
@@ -238,17 +238,15 @@
 #if defined(AF_INET6) && defined(INET6)
            bindaddr.v6.sin6_family = AF_INET6;
            if (zgetifaddress(AF_INET6, param1+6,
-                             (struct sockaddr *)&bindaddr.v6.sin6_addr))
+                             (struct sockaddr *)&bindaddr.v6))
              /* Didn't get IPv6 interface address of given name.. */
 #endif
              {
                if (zgetifaddress(AF_INET, param1+6,
-                                 (struct sockaddr *)&bindaddr.v4.sin_addr)) {
+                                 (struct sockaddr *)&bindaddr.v4)) {
                  /* No recognized interface! */
                  bindaddr_set = 0;
-               } else
-                 /* Got IPv4 type interface address */
-                 bindaddr.v4.sin_family = AF_INET;
+               }
              }
          } else {
            /* XXX: TODO: Try to see if this is an interface name, and pick

otherwise sockaddr is written at wrong offset.
And BTW in the boilerplate smtpserver.conf example is wrong, it reads

	PARAM BindAddress eth0:2

but it should be

	PARAM BindAddress iface:eth0:2

Matti, will you apply the fix please?

-- 
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 13:19:26 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S84114AbSGKKTX>; Thu, 11 Jul 2002 13:19:23 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84119AbSGKKTW>;
	Thu, 11 Jul 2002 13:19:22 +0300
Received: from chronos.sovam.com ([194.67.22.190]:34612 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S84114AbSGKKTU>;
	Thu, 11 Jul 2002 13:19:20 +0300
Received: from ariel ([194.67.3.216]:42599 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763798AbSGKKTT>;
	Thu, 11 Jul 2002 14:19:19 +0400
Subject: truble: hardcoded zenvironment file name!
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	11 Jul 2002 14:19:19 +0400
Message-Id: <1026382759.24310.30.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I am planning to run two copies of Zmailer on each of my farm machines,
each copy having different policy, different routing, different IP
addresses for both incoming and outgoing connections.  So, ideally I
would like to different sets of config/postoffice/log directories
defined in two different zmailer.conf files.  Then I would be able to
start

. /path/to/zmailer.conf.1 $MAILBIN/zmailer
. /path/to/zmailer.conf.2 $MAILBIN/zmailer

but I found that in libc/getzenv.c, there is no way to read different
files.  The file name is defined on the ./configure stage and is
hardcoded in the resulting binaries.

So, is it OK if I change getzenv to first try to open(getenv("ZCONFIG"))
and then fallback to hardcoded path?  Possible problems?  Other advice?

-- 
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 13:51:14 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S70880AbSGKKvL>; Thu, 11 Jul 2002 13:51:11 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S83841AbSGKKvL>;
	Thu, 11 Jul 2002 13:51:11 +0300
Received: from web14408.mail.yahoo.com ([216.136.174.78]:2012 "HELO
	web14408.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S4828AbSGKKvJ>;
	Thu, 11 Jul 2002 13:51:09 +0300
Message-ID: <20020711105106.23055.qmail@web14408.mail.yahoo.com>
Received: from [196.2.45.69] by web14408.mail.yahoo.com via HTTP; Thu, 11 Jul 2002 03:51:06 PDT
Date:	Thu, 11 Jul 2002 03:51:06 -0700 (PDT)
From:	kola ekohana <kola_e2000@yahoo.com>
Subject: REQUEST  FOR  ASSISTANCE
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

30 VICTORIA STREET,
JOHANNESBURG,
SOUTH AFRICA.                                         
TEL: +27-73-233-8825
FAX: +27-83-612-9737              

                                                      
                                  
                                                      
                   HIGHLY CONFIDENTIAL. 

ATTENTION: 

Sir,You may be surprised to receive this message from
me since you don't know me in person, but for the
purpose of introduction, I am MR.KOLA EKOHANA, the
son of late MR.EKOHANA MASAM, who was murdered in a
land dispute in ZIMBABWE. 

I got your contact through the South African
International Exchange Network On-line here in
Johannesburg, South Africa as reliable and trustworthy
to deal with,then I decided to write you. My late
father was among the few black Zimbabwean rich farmers
murdered in cold blood by the agent of the ruling
government of President ROBERT MUGABE for his alleged
support and sympathy for Zimbabwean opposition party. 

Before the death of my father, he took me to South
Africa to deposit the sum of Eighteen Million Two
Hundred Hhousand US Dollars ($18.2m) with a security
and finance company, as if he knew the looming danger
in Zimbabwe. The money was deposited as a gem or
precious stone to avoid much demurrage from the
security firm. 

This money was earmarked for the purchase of new
machinery and chemicals for the farms and the
establishment of new farms in Lesotho and Swaziland. 

This land problem arose when President R. MUGABE
introduced a new land Act. which wholly affects the
White rich farmers and some few blacks vehemently
condemned the 'MODUS OPERANDI' adopted by the
government. This resulted to rampant killing and mob
actions. 

I and my family who are currently staying in South
Africa as a refugee or an asylum seeker have decided
to transfer this money to a foreign country where we
can invest it. I am faced with the dilemma of
investing this amount of money in South Africa for
fear of encountering the same experience in future
since both countries have the same political history.
Moreover, the South African monetary policy/law does
not allow such investment hence I am seeking for and
asylum or refugee. 

I must let you know that this business is 100% risk
free and the nature of your business does not
necessarily matter. So if you are willing to assist
us,
I and my family have agreed to give you 15% of the
total money, 40% will be for a joint business venture
I will be doing with you and another 40% will be for
me and my family which we shall also invest in your
country and the remaining 5% will be mapped out for
all expenses we may incurred during the transaction.

Therefore, if you are willing and interested to render
the needed assistance, endeavor to reply through my
email address or the above telephone number. I also
need your private phone and fax number for easy
communication. Remember that this is highly
confidential and the success of this business depends
on how secret it is kept. 

Expecting your reply soonest. 

Best Regard. 

MR.KOLA EKOHANA







__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 14:20:01 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S84016AbSGKLT5>; Thu, 11 Jul 2002 14:19:57 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S83474AbSGKLT5>;
	Thu, 11 Jul 2002 14:19:57 +0300
Received: from web13007.mail.yahoo.com ([216.136.174.17]:1684 "HELO
	web13007.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S84016AbSGKLTz>;
	Thu, 11 Jul 2002 14:19:55 +0300
Message-ID: <20020711111952.11944.qmail@web13007.mail.yahoo.com>
Received: from [196.2.33.11] by web13007.mail.yahoo.com via HTTP; Thu, 11 Jul 2002 12:19:52 BST
Date:	Thu, 11 Jul 2002 12:19:52 +0100 (BST)
From:	=?iso-8859-1?q?alex=20smith?= <alexsmith232001@yahoo.co.uk>
Subject: CONFIDENTIAL DOCUMENT
To:	alexsmith232001@yahoo.co.uk
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

FROM: MR ALEX SMITH
STRICTLY CONFINDENTIAL
27-83-998-7032
ATTN:PRESIDENT/C.E.O

CONFIDENTIAL DOCUMENT

Dear Sir/Madam,

I am ALEX SMITH,the Chief Auditor of African
Development Bank(ADB).i GOT YOUR CONTACT ADDRESS FROM
YOUR COUNTRY'S TRDE JOUNAL. Your impeessive and
managerial records made me to solicit for your
partnership in these regards.Your are the only person
that I have contacted in this business with the
believe that you will not let me down.

After going through some old files in the records
department,I discovered that there is an acount opened
in this bank in 1982 and since 1992, nobody has
operation on this account.The owner of this account is
late MR JEROME N. SNAGA, a foreigner and a miner at
the Anlo Gold Platinum Company in Mafikeng,as a
geologist by profession and he died since 1992.Up till
now,no other person knows about this account or
anything concerning it,the account has no other
beneficiary and my investigation proved to me as well
that this company does not know anything about this
account and the ammount involved is US$82 Million
(Eighty Two Million United States Dollars).I want to
transfer US$ 12 Million (Twelve Million United States
Dollars) from the money into safe foreign account
abroad before the rest,I've not gotten a trusted
foregner.

I am only contacting you as a foreigner because this
money cannot be approved to a local bank here,but can
be approved to any foreinn accont because the money is
in US dollars and the former owner of the account  Mr
Snaga was a foreigner and because of the need to
involve a foreigner account,I need your full
co-operation to make this work smoothly because the
management is ready to approve this payment to whoever
that has correct infomation to this account. Of which
I will give to you later if you are able to handle
such amount in strict confidence and trust according
to my instructions and advice for mutual benefits
because this opportunity will never come again in my
life.I need your strong assurance,trust and
reliability.

With my position now in the office,I can transfer this
money to any reliable account which you can provide
with assurance that this money will be intact pending
my physical arrival in your country for sharing. I
will destroy all documents of transaction immediately
we recieve this money,leaving no trace of any
place.You can also come to discuss with me face to
face then the remittance will be made in the presence
of both of us.Then we will fly to your country at
least two days ahead of the money going into the
account.I have the tendency to invest my own share of
the money in your country in expectation to sound
management and good capital returns according to your
advice.Be assured that you stand no risk of any kind
as the fund belongs to us now.

Therefore, after the eventual stage of the transfer of
this fund,I am offering you 35%of the total fund,60%
will be for me while 5% will be set aside for expenses
that might incur during the course of this transaction
OR you can call me to discuss on the percentage if
this did not go well with you.I strong believe that
associating with you to embark on this fund,other
business ventures will derive a huge success
thereafter.

I will use my position to influence to effect approval
for onward transfer of this money to your account with
appropriate clearance forms from the Ministries and
foreign exchange department.

I am counting on your sense of confidentiality, as it
is my desire to keep this.

Best regards,

ALEX SMITH.




__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 14:53:31 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S84125AbSGKLx2>; Thu, 11 Jul 2002 14:53:28 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84124AbSGKLx1>;
	Thu, 11 Jul 2002 14:53:27 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S84080AbSGKLxZ>;
	Thu, 11 Jul 2002 14:53:25 +0300
Date:	Thu, 11 Jul 2002 14:53:25 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: smtpserver PARAM BindAddress iface:...
Message-ID: <20020711145325.B10215@nic.funet.fi>
References: <1026375055.24310.5.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1026375055.24310.5.camel@ariel>; from crosser@rol.ru on Thu, Jul 11, 2002 at 12:10:55PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, Jul 11, 2002 at 12:10:55PM +0400, Eugene Crosser wrote:
.... 
> otherwise sockaddr is written at wrong offset.

  Eh, uh, right..
  I did rework how the system handles these address unions,
  thus your patch became a small part in the lattest commit.

> And BTW in the boilerplate smtpserver.conf example is wrong, it reads
> 	PARAM BindAddress eth0:2
> but it should be
> 	PARAM BindAddress iface:eth0:2
> 
> Matti, will you apply the fix please?

  Done both.

> -- 
> Eugene Crosser, head of Internet Applications section, +7 501 787 1000
> ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

  now what else you wrote..

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 15:24:48 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S83756AbSGKMYp>; Thu, 11 Jul 2002 15:24:45 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S74909AbSGKMYp>;
	Thu, 11 Jul 2002 15:24:45 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S84103AbSGKMYn>;
	Thu, 11 Jul 2002 15:24:43 +0300
Date:	Thu, 11 Jul 2002 15:24:43 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: truble: hardcoded zenvironment file name!
Message-ID: <20020711152443.C10215@nic.funet.fi>
References: <1026382759.24310.30.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1026382759.24310.30.camel@ariel>; from crosser@rol.ru on Thu, Jul 11, 2002 at 02:19:19PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, Jul 11, 2002 at 02:19:19PM +0400, Eugene Crosser wrote:
> 
> I am planning to run two copies of Zmailer on each of my farm machines,
> each copy having different policy, different routing, different IP
> addresses for both incoming and outgoing connections.  So, ideally I
> would like to different sets of config/postoffice/log directories
> defined in two different zmailer.conf files.  Then I would be able to
> start




> . /path/to/zmailer.conf.1 $MAILBIN/zmailer
> . /path/to/zmailer.conf.2 $MAILBIN/zmailer
> 
> but I found that in libc/getzenv.c, there is no way to read different
> files.  The file name is defined on the ./configure stage and is
> hardcoded in the resulting binaries.
> 
> So, is it OK if I change getzenv to first try to open(getenv("ZCONFIG"))
> and then fallback to hardcoded path?  Possible problems?  Other advice?
> 
> -- 
> Eugene Crosser, head of Internet Applications section, +7 501 787 1000
> ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/
> 
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi

-- 
/Matti Aarnio	<mea@nic.funet.fi>
FUNET:  Finnish Academic and Research Network
	Network Information/Software Archival Service
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 15:42:55 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S84021AbSGKMmw>; Thu, 11 Jul 2002 15:42:52 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S83682AbSGKMmw>;
	Thu, 11 Jul 2002 15:42:52 +0300
Received: from chronos.sovam.com ([194.67.22.190]:34810 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S83444AbSGKMmu>;
	Thu, 11 Jul 2002 15:42:50 +0300
Received: from ariel ([194.67.3.216]:42689 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763800AbSGKMmt>;
	Thu, 11 Jul 2002 16:42:49 +0400
Subject: getzenv() to use (unix) environment ZCONFIG
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	11 Jul 2002 16:42:49 +0400
Message-Id: <1026391369.24311.71.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti,
do you think the following change makes any sense?
(will also need to "export ZCONFIG" in "zmailer" script)

Index: libc/getzenv.c
===================================================================
RCS file: /cvsroot/zmailer/libc/getzenv.c,v
retrieving revision 1.5
diff -u -r1.5 getzenv.c
--- libc/getzenv.c      2001/01/15 15:12:04     1.5
+++ libc/getzenv.c      2002/07/11 12:29:01
@@ -28,12 +28,13 @@
 static int zenvlen = 0;
 
 int
-readzenv(file)
-       const char *file;
+readzenv(void)
 {
+       char *file;
        int fd;
        struct stat stbuf;
 
+       if (!(file=getenv("ZCONFIG"))) file=ZMAILER_ENV_FILE;
        fd = open(file, 0);
        if (fd < 0) {
          fprintf(stderr, "%s: open: %s: %s\n",
@@ -86,7 +87,7 @@
 
        len = zenvlen;
        if (len <= 0) {
-         if (!readzenv(ZMAILER_ENV_FILE))
+         if (!readzenv())
            return NULL;
          len = zenvlen;
          if (len <= 0)
Index: include/libc.h
===================================================================
RCS file: /cvsroot/zmailer/include/libc.h,v
retrieving revision 1.11
diff -u -r1.11 libc.h
--- include/libc.h      2002/02/11 15:12:10     1.11
+++ include/libc.h      2002/07/11 12:29:01
@@ -24,7 +24,7 @@
 extern int getdtablesize __((void));
 
 /* getzenv.c */
-extern int         readzenv __((const char *file));
+extern int         readzenv __((void));
 extern const char *getzenv  __((const char *variable));
 
 /* mail.c */
Index: include/mail.h.in
===================================================================
RCS file: /cvsroot/zmailer/include/mail.h.in,v
retrieving revision 1.11
diff -u -r1.11 mail.h.in
--- include/mail.h.in   2001/07/29 18:21:39     1.11
+++ include/mail.h.in   2002/07/11 12:29:01
@@ -87,7 +87,7 @@
 /* These following are declared in order they are in prespective files */
 
 /* getzenv.c */
-extern int         readzenv __((const char *file));
+extern int         readzenv __((void));
 extern const char *getzenv  __((const char *variable));
 
 /* mail.c */


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 15:59:21 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S84091AbSGKM7S>; Thu, 11 Jul 2002 15:59:18 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84069AbSGKM7S>;
	Thu, 11 Jul 2002 15:59:18 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S84041AbSGKM7Q>;
	Thu, 11 Jul 2002 15:59:16 +0300
Date:	Thu, 11 Jul 2002 15:59:16 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: getzenv() to use (unix) environment ZCONFIG
Message-ID: <20020711155916.D10215@nic.funet.fi>
References: <1026391369.24311.71.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1026391369.24311.71.camel@ariel>; from crosser@rol.ru on Thu, Jul 11, 2002 at 04:42:49PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, Jul 11, 2002 at 04:42:49PM +0400, Eugene Crosser wrote:
> Matti,
> do you think the following change makes any sense?
> (will also need to "export ZCONFIG" in "zmailer" script)

  It makes a lot of sense.  Without suid-programs this form of the routine
  should be sufficient, but I would still like to pass some sort of program
  global flag telling to be suspicuous, and possibly to verify things. 
  Mark it as a TODO item, if you don't implement it right now.

  Separate thing is, that the   readzenv()  is not called from anywhere
  else than within the  getzenv.c  file, thus it could be made into
  static, or very least prototyped only in the  getzenv.c  file.


  I am interested to see how you develop it, and what all changes you will
  eventually make.  I prefer to defer merging until the set of changes is
  complete, including documentation updates!  (Or very near complete,
  small refinements may creep up latter.)


-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 17:05:55 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S84058AbSGKOFs>; Thu, 11 Jul 2002 17:05:48 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84101AbSGKOFp>;
	Thu, 11 Jul 2002 17:05:45 +0300
Received: from chronos.sovam.com ([194.67.22.190]:35029 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S84050AbSGKOFj>;
	Thu, 11 Jul 2002 17:05:39 +0300
Received: from ariel ([194.67.3.216]:42749 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763800AbSGKOFh>;
	Thu, 11 Jul 2002 18:05:37 +0400
Subject: ZCONFIG patch
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	11 Jul 2002 18:05:37 +0400
Message-Id: <1026396337.24767.100.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Something like this?

Index: libc/getzenv.c
===================================================================
RCS file: /cvsroot/zmailer/libc/getzenv.c,v
retrieving revision 1.5
diff -u -r1.5 getzenv.c
--- libc/getzenv.c      2001/01/15 15:12:04     1.5
+++ libc/getzenv.c      2002/07/11 14:02:02
@@ -27,13 +27,35 @@
 static char *zenviron = NULL;
 static int zenvlen = 0;

-int
-readzenv(file)
-       const char *file;
+static int readzenv __((void));
+
+static int
+readzenv(void)
 {
+       char *file;
        int fd;
        struct stat stbuf;

+       if ((file=getenv("ZCONFIG"))) {
+         if (getuid() != geteuid()) {
+           if (access(file,W_OK) == 0) {
+             fprintf(stderr, "attempt to use config file %s that is "
+                               "writable by the invoker of setuid "
+                               "program prevented! (uid=%d, euid=%d)\n",
+               file,getuid(),geteuid());
+             file=ZMAILER_ENV_FILE;
+           }
+           if (access(file,R_OK) != 0) {
+             fprintf(stderr, "attempt to use config file %s that is "
+                               "not readable by the invoker of setuid "
+                               "program prevented! (uid=%d, euid=%d)\n",
+               file,getuid(),geteuid());
+             file=ZMAILER_ENV_FILE;
+           }
+         }
+       } else
+         file=ZMAILER_ENV_FILE;
+
        fd = open(file, 0);
        if (fd < 0) {
          fprintf(stderr, "%s: open: %s: %s\n",
@@ -86,7 +108,7 @@

        len = zenvlen;
        if (len <= 0) {
-         if (!readzenv(ZMAILER_ENV_FILE))
+         if (!readzenv())
            return NULL;
          len = zenvlen;
          if (len <= 0)
Index: include/libc.h
===================================================================
RCS file: /cvsroot/zmailer/include/libc.h,v
retrieving revision 1.11
diff -u -r1.11 libc.h
--- include/libc.h      2002/02/11 15:12:10     1.11
+++ include/libc.h      2002/07/11 14:02:02
@@ -24,7 +24,6 @@
 extern int getdtablesize __((void));

 /* getzenv.c */
-extern int         readzenv __((const char *file));
 extern const char *getzenv  __((const char *variable));

 /* mail.c */
Index: include/mail.h.in
===================================================================
RCS file: /cvsroot/zmailer/include/mail.h.in,v
retrieving revision 1.11
diff -u -r1.11 mail.h.in
--- include/mail.h.in   2001/07/29 18:21:39     1.11
+++ include/mail.h.in   2002/07/11 14:02:02
@@ -87,7 +87,6 @@
 /* These following are declared in order they are in prespective files */

 /* getzenv.c */
-extern int         readzenv __((const char *file));
 extern const char *getzenv  __((const char *variable));

 /* mail.c */
Index: proto/zmailer.sh.in
===================================================================
RCS file: /cvsroot/zmailer/proto/zmailer.sh.in,v
retrieving revision 1.18
diff -u -r1.18 zmailer.sh.in
--- proto/zmailer.sh.in 2001/10/16 20:29:23     1.18
+++ proto/zmailer.sh.in 2002/07/11 14:02:02
@@ -35,7 +35,8 @@
 fi
 FLAGS="defaults 50"

-ZCONFIG=@ZMAILERCFGFILE@
+ZCONFIG=${ZCONFIG:-@ZMAILERCFGFILE@}
+export ZCONFIG

 # Sense how the  echo  works, it is either, or..
 # There are POSIX echos, SysV echos, BSD echos...


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 17:50:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S84321AbSGKOue>; Thu, 11 Jul 2002 17:50:34 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84305AbSGKOud>;
	Thu, 11 Jul 2002 17:50:33 +0300
Received: from chronos.sovam.com ([194.67.22.190]:35135 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S82889AbSGKOu3>;
	Thu, 11 Jul 2002 17:50:29 +0300
Received: from ariel ([194.67.3.216]:42774 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763800AbSGKOu2>;
	Thu, 11 Jul 2002 18:50:28 +0400
Subject: Re: getzenv() to use (unix) environment ZCONFIG
From:	Eugene Crosser <crosser@rol.ru>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	zmailer@nic.funet.fi
In-Reply-To: <20020711171619.E10215@nic.funet.fi>
References: <1026391369.24311.71.camel@ariel>
	<20020711155916.D10215@nic.funet.fi> <1026394137.24310.91.camel@ariel> 
	<20020711171619.E10215@nic.funet.fi>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	11 Jul 2002 18:50:28 +0400
Message-Id: <1026399028.24310.120.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, 2002-07-11 at 18:16, Matti Aarnio wrote:

> > Do you already have a global flag saying "suid program, stay alert"?
> > Or is it OK to just check "if (getuid() != geteuid()) { be extra
> > causios; }" in the text?  What exactly check sould be performed?
> > Is simple "if (access(file,W_OK) == 0) { complain loudly and abort; }"
> > sufficient?
> 
>   In this regard I would be extremely paranoid, alike:
> 
>     if (getuid() != geteuid()) {
>       fprintf(stderr,"THIS SOFTWARE IS NOT VERIFIED TO BE SAFE FOR"
>                      " SUID-SOMETHING MODE!\n");
>       abort();
>     }

Look at my checks; and and if you don't feel confident you might replace
them with abort() :-)

[yes, I realized that at least W_OK check is insufficient: the attacker
may chmod his own file u-w and the check will succeed but the file is
still under the attacker's control.]

> > right, and anotehr thing, is it necessary to have redundant definition
> > of getzenv() in both libc.h and mail.h?
> 
>    include/mail.h.in  you mean ?
>    I think the  include/libc.h  should be sufficient.
> 
>    Remove the definition from  mail.h(.in), and then do:
> 	make clean; make
>    That will be most educative.

Looks OK (but I could have missed some compile warnings).

>    Recall also what I told you about  MAILSHARE  z-environment, and its
>    uses.  All MTA instances might share the MAILSHARE, but should not
>    share MAILVAR.  (e.g.  MAILSHARE/router.cf  isn't very good thing..)

I'll have different MAILSHARE to have different scheduler.conf and
smtpserver.conf (at least).

Maybe I'll also implement another feature: BINDADDRESS zenv variable
that would affect both smtpserver and smtp transport if no explicit
PARAM/command line option is specified...  Then there will be no need in
separate smtpserver.conf and scheduler.conf!

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 18:09:54 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S84109AbSGKPJt>; Thu, 11 Jul 2002 18:09:49 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84401AbSGKPJs>;
	Thu, 11 Jul 2002 18:09:48 +0300
Received: from charon.micralyne.com ([142.59.207.103]:35832 "EHLO
	iris.micralyne.com" ident: "user" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S7577AbSGKPJo>;
	Thu, 11 Jul 2002 18:09:44 +0300
Received: from [172.16.4.1] ([172.16.4.1]:42758 "EHLO micralyne.com")
	by iris.micralyne.com with ESMTP id <S4816991AbSGKPJc>;
	Thu, 11 Jul 2002 09:09:32 -0600
Message-ID: <3D2DA03E.938249D1@micralyne.com>
Date:	Thu, 11 Jul 2002 09:11:58 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To: daryle@micralyne.com
Organization: Micralyne
X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U)
X-Accept-Language: en
MIME-Version: 1.0
To:	Eugene Crosser <crosser@rol.ru>
CC:	zmailer@nic.funet.fi
Subject: Re: smtpserver PARAM BindAddress iface:...
References: <1026375055.24310.5.camel@ariel>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

So should a person apply the 'smtpserver/cfgread.c' fix if they are not using
'PARAM BindAddress' (running a CVS checkout of around April 12)?  I.E. is that
code used even if the 'PARAM BindAddress' is not specified and are there
security implications to the incorrect offset?

-- 
Daryle A. Tilroe, P.Eng, B.Sc.EE, B.Sc.Phys.
Facility/ICT Mgr. |----------------------------------|
Micralyne Inc.    |    Web: http://www.micralyne.com |
1911 - 94 St.     |   Work: (780) 431-4400           |
Edmonton, AB      | Direct: (780) 431-4424           |
Canada            |    Fax: (780) 431-4422           |
T6N 1E6           |----------------------------------|
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 11 18:12:29 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S84405AbSGKPMY>; Thu, 11 Jul 2002 18:12:24 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S84402AbSGKPMX>;
	Thu, 11 Jul 2002 18:12:23 +0300
Received: from chronos.sovam.com ([194.67.22.190]:35166 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S84339AbSGKPMU>;
	Thu, 11 Jul 2002 18:12:20 +0300
Received: from ariel ([194.67.3.216]:42785 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763802AbSGKPMT>;
	Thu, 11 Jul 2002 19:12:19 +0400
Subject: Re: smtpserver PARAM BindAddress iface:...
From:	Eugene Crosser <crosser@rol.ru>
To:	daryle@micralyne.com
Cc:	zmailer@nic.funet.fi
In-Reply-To: <3D2DA03E.938249D1@micralyne.com>
References: <1026375055.24310.5.camel@ariel> 
	<3D2DA03E.938249D1@micralyne.com>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	11 Jul 2002 19:12:19 +0400
Message-Id: <1026400339.24310.123.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, 2002-07-11 at 19:11, Daryle A. Tilroe wrote:
> So should a person apply the 'smtpserver/cfgread.c' fix if they are not using
> 'PARAM BindAddress' (running a CVS checkout of around April 12)?  I.E. is that
> code used even if the 'PARAM BindAddress' is not specified and are there
> security implications to the incorrect offset?

The patch is only needed if you use PARAM BindAddress in the third form
("iface:eth0:x").  If you don't, you can safely ignore it.

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jul 16 14:32:00 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S78003AbSGPLb5>; Tue, 16 Jul 2002 14:31:57 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S87683AbSGPLb5>;
	Tue, 16 Jul 2002 14:31:57 +0300
Received: from chronos.sovam.com ([194.67.22.190]:32896 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S70122AbSGPLby>;
	Tue, 16 Jul 2002 14:31:54 +0300
Received: from ariel ([194.67.3.216]:45607 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764168AbSGPLbw>;
	Tue, 16 Jul 2002 15:31:52 +0400
Subject: smtp busylooping
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	16 Jul 2002 15:31:52 +0400
Message-Id: <1026819112.32159.2.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Every now and then, I get a few smtp agents busylooping.  System is
Linux, source is couple months' old CVS:

_sfexcept (f=0x8086a40, type=2, io=-1, disc=0xbfff9c38)
    at /usr/local/src/zmailer/zmailer/sfio/src/lib/sfio/sfexcept.c:78
78                      return SF_ECONT;
(gdb) l
73
74              if(errno == EINTR)
75              {       /* if just an interrupt, we can continue */
76                      errno = 0;
77                      f->flags &= ~(SF_EOF|SF_ERROR);
78                      return SF_ECONT;
79              }
80
81      chk_stack:
82              if(local && f->push &&
(gdb) bt
#0  _sfexcept (f=0x8086a40, type=2, io=-1, disc=0xbfff9c38)
    at /usr/local/src/zmailer/zmailer/sfio/src/lib/sfio/sfexcept.c:78
#1  0x80668cb in sfwr (f=0x8086a40, buf=0x8099000, n=345,
disc=0xbfff9c38)
    at /usr/local/src/zmailer/zmailer/sfio/src/lib/sfio/sfwr.c:209
#2  0x805f21a in _sfflsbuf (f=0x8086a40, c=-1)
    at /usr/local/src/zmailer/zmailer/sfio/src/lib/sfio/sfflsbuf.c:72
#3  0x8061a5f in sfsync (f=0x8086a40)
    at /usr/local/src/zmailer/zmailer/sfio/src/lib/sfio/sfsync.c:100
#4  0x80526a6 in smtpwrite (SS=0xbfff93f8, saverpt=1, strbuf=0x806aa54
".",
    pipelining=0, syncrp=0x0)
    at /usr/local/src/zmailer/zmailer/transports/smtp/smtp.c:4157
#5  0x804e501 in deliver (SS=0xbfff93f8, dp=0x8082140,
startrp=0x8097c30,
    endrp=0x0) at
/usr/local/src/zmailer/zmailer/transports/smtp/smtp.c:1780
#6  0x804cc34 in process (SS=0xbfff93f8, dp=0x8082140, smtpstatus=0,
    host=0x8086ba0 "vesta.ru", noMX=0)
    at /usr/local/src/zmailer/zmailer/transports/smtp/smtp.c:957
#7  0x804c984 in main (argc=5, argv=0xbffffed4)
    at /usr/local/src/zmailer/zmailer/transports/smtp/smtp.c:860
#8  0x401bf2eb in __libc_start_main (main=0x804b80c <main>, argc=5,
    ubp_av=0xbffffed4, init=0x804a614 <_init>, fini=0x8069a9c <_fini>,
    rtld_fini=0x4000c130 <_dl_fini>, stack_end=0xbffffecc)
    at ../sysdeps/generic/libc-start.c:129



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jul 16 15:03:51 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S87574AbSGPMDs>; Tue, 16 Jul 2002 15:03:48 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S87386AbSGPMDr>;
	Tue, 16 Jul 2002 15:03:47 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S87477AbSGPMDq>;
	Tue, 16 Jul 2002 15:03:46 +0300
Date:	Tue, 16 Jul 2002 15:03:45 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: smtp busylooping
Message-ID: <20020716150345.J10215@nic.funet.fi>
References: <1026819112.32159.2.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1026819112.32159.2.camel@ariel>; from crosser@rol.ru on Tue, Jul 16, 2002 at 03:31:52PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, Jul 16, 2002 at 03:31:52PM +0400, Eugene Crosser wrote:
> Every now and then, I get a few smtp agents busylooping.  System is
> Linux, source is couple months' old CVS:

  This might be related:

2002-06-18  Matti Aarnio  <mea@zmailer.org>
	* transports/smtp/smtp.c:
	    Fix the call parameters to "select_sleep()" so that there
	    is explicite knowledge of when the select is for writing,
	    and when it is for reading.

  But   strace   run at a busy-looping SMTP-TA could reveal a bit more
  data for me.

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jul 16 15:11:44 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S87841AbSGPMLm>; Tue, 16 Jul 2002 15:11:42 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S87843AbSGPMLl>;
	Tue, 16 Jul 2002 15:11:41 +0300
Received: from chronos.sovam.com ([194.67.22.190]:32927 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S87841AbSGPMLk>;
	Tue, 16 Jul 2002 15:11:40 +0300
Received: from ariel ([194.67.3.216]:45652 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764168AbSGPMLi>;
	Tue, 16 Jul 2002 16:11:38 +0400
Subject: Re: smtp busylooping
From:	Eugene Crosser <crosser@rol.ru>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	zmailer@nic.funet.fi
In-Reply-To: <20020716150345.J10215@nic.funet.fi>
References: <1026819112.32159.2.camel@ariel> 
	<20020716150345.J10215@nic.funet.fi>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	16 Jul 2002 16:11:38 +0400
Message-Id: <1026821498.32159.6.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, 2002-07-16 at 16:03, Matti Aarnio wrote:

> > Every now and then, I get a few smtp agents busylooping.  System is
> > Linux, source is couple months' old CVS:
> 
>   This might be related:
> 
> 2002-06-18  Matti Aarnio  <mea@zmailer.org>
> 	* transports/smtp/smtp.c:
> 	    Fix the call parameters to "select_sleep()" so that there
> 	    is explicite knowledge of when the select is for writing,
> 	    and when it is for reading.

I'll check when I have an opportunity to upgrade the production system.

>   But   strace   run at a busy-looping SMTP-TA could reveal a bit more
>   data for me.

read(-1, 0xbfff610c, 512)               = -1 EBADF (Bad file descriptor)
time([1026821312])                      = 1026821312
select(2, [], [1], NULL, {0, 0})        = 1 (out [1], left {0, 0})
read(-1, 0xbfff610c, 512)               = -1 EBADF (Bad file descriptor)
time([1026821312])                      = 1026821312
select(2, [], [1], NULL, {0, 0})        = 1 (out [1], left {0, 0})
read(-1, 0xbfff610c, 512)               = -1 EBADF (Bad file descriptor)
time([1026821312])                      = 1026821312
select(2, [], [1], NULL, {0, 0})        = 1 (out [1], left {0, 0})
read(-1, 0xbfff610c, 512)               = -1 EBADF (Bad file descriptor)
...

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 17 00:37:12 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S87972AbSGPVhJ>; Wed, 17 Jul 2002 00:37:09 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S87975AbSGPVhJ>;
	Wed, 17 Jul 2002 00:37:09 +0300
Received: from web13108.mail.yahoo.com ([216.136.174.153]:3910 "HELO
	web13108.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S87791AbSGPVhH>;
	Wed, 17 Jul 2002 00:37:07 +0300
Message-ID: <20020716213705.65875.qmail@web13108.mail.yahoo.com>
Received: from [212.96.2.104] by web13108.mail.yahoo.com via HTTP; Tue, 16 Jul 2002 22:37:05 BST
Date:	Tue, 16 Jul 2002 22:37:05 +0100 (BST)
From:	=?iso-8859-1?q?ahmed=20usman?= <ahmedusman39@yahoo.co.uk>
Subject: GREETINGS
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

FROM THE DESK OF DR.AHMED USMAN.
TEL:234-8033196550

ATTN:THE PRESIDENT/CEO

I am pleased to send my greetings to you. I know this 
letter will definitely come to you as a surprise. 

I am extending this proposal to you in my capacity as 
chairman of the Contract Review/Audit Committee 
scrutinizing all record covering executed contract 
awarded by previous military government of Nigeria. 

My colleagues and I have uncovered a floating amount
of USD$25,500,00.00 (TWENTY FIVE MILLION, FIVE HUNDRED

THOUSAND U.S DOLLARS), without a clear beneficiary 
owing to a deliberate act of over invoicing and 
inflating of contract value by some government 
officials. 

This money (USD$25.5m), has already been approved for 
payment by the Ministry of Mines, Power and Steel and 
is secure under Contract No: MMP/FGN/V1233/ALSCON-2/9,

Job Completion Certificate No: 677000000242MMPS/C, of 
17th Oct 1997. As top civil servants we are not 
authorized to operate foreign bank account and this is
why we want to use your bank account to transfer this 
money out side Nigeria. We have accepted you as our 
foreign partner and will now regularize the approvals 
to you as the trust beneficiary of the contract sum. 

As soon we receive your acceptance, we shall inform 
you of the necessary requirement from you to 
facilitate transfer. 

Let us use this opportunity and export the benefit of 
this sum. We have resolved to give you 20% of the 
total sum as compensation for your assistance, 70% is 
for me and my partners here in Nigeria, 10% is set 
aside to cover every expenses made in the course of 
the transaction. 

Note that this should be confidential. 

Your urgent response strictly through the above 
E-mail or feel free to contact me on my
TEL:234-8033196550 

Yours Faithfully, 

DR.AHMED USMAN.











__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 17 18:44:51 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S88490AbSGQPor>; Wed, 17 Jul 2002 18:44:47 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S88029AbSGQPor>;
	Wed, 17 Jul 2002 18:44:47 +0300
Received: from chronos.sovam.com ([194.67.22.190]:34581 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S88490AbSGQPon>;
	Wed, 17 Jul 2002 18:44:43 +0300
Received: from ariel ([194.67.3.216]:33191 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764205AbSGQPom>;
	Wed, 17 Jul 2002 19:44:42 +0400
Subject: BINDADDR ZENV variable
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	17 Jul 2002 19:44:42 +0400
Message-Id: <1026920682.653.19.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti,

I seem to have BINDADDR zenvironment variable basically working, but I
need to do more testing before submitting a diff.  The thing affects
smtpserver, smtp agent and scheduler (mailq socket).  Ideally, this
should make possible to run second instance of the server by creating a
second copy of *only one* config file, zmailer.conf (and of course
second postoffice and second log directory will still be needed).

In the meanwhile, I found a problem in smtpserver: it contains a hack to
not use pid file/not kill previous instance if BindAddress/BindPort was
specified.  It makes regular restarting with 'zmailer' script
impossible.  Enabling regular use of pid files should not be a problem
when different instances use different POSTOFFICE (or if you derive the
pid file name from bindaddr/bindport if they are present).  What do you
think is the proper way to deal with this issue?

-- 
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 17 18:53:07 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S88042AbSGQPxD>; Wed, 17 Jul 2002 18:53:03 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S88019AbSGQPxC>;
	Wed, 17 Jul 2002 18:53:02 +0300
Received: from mail.bluecatnetworks.com ([209.167.177.42]:4986 "EHLO
	mail.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S88491AbSGQPw6>;
	Wed, 17 Jul 2002 18:52:58 +0300
Received: from bluecatmail.bluecatnetworks.com ([172.18.0.2]:1847 "EHLO
        COLOSSUS.dyadem.corp" ident: "NO-IDENT-SERVICE[2]") by mail
	with ESMTP id <S571769AbSGQGn1> convert rfc822-to-8bit; Wed, 17 Jul 2002 02:43:27 -0400
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 8BIT
Subject: Router Dying!
X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3
Date:	Wed, 17 Jul 2002 11:51:31 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C12A224@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Router Dying!
Thread-Index: AcItqPBYsn/WS4tWRMKfuUqR6UBFWwAAKqtw
From:	"Vince Puzzella" <vpuzzella@bluecatnetworks.com>
To:	<zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

	I am using zmailer version 2.99.55 on debian 2.2r4.  My problem
is that the
router dies every once in a while.  I realize this is a documented issue
in
version 2.99.25.  It always seem to occur when the router encounters a
bad
message (spammers I guess).  Is anyone having a similar problem?  The
following are a couple snippets from my router log:

[358] squirrel: 62895._badheader saved for inspection: message header
syntax
error!
[358] *** message header syntax error!
[358] <00005cc06ed2$00000c7e$000066a0@(illegal subdomain in domain,
probably
extra '.' at the end of the address).(illegal subdomain in domain,
probably
extra '.' at the end of the address).(illegal subdomain in domain,
probably
extra '.' at the end of the address).(illegal subdomain in domain,
probably
extra '.' at the end of the address) >: address:
Lots-for-Sale2442@eudoramail.com
[358] <00005cc06ed2$00000c7e$000066a0@(illegal subdomain in domain,
probably
extra '.' at the end of the address).(illegal subdomain in domain,
probably
extra '.' at the end of the address).(illegal subdoma: file: 54587-358
<Lots-for-Sale2442@eudoramail.com> =>  <me@mydomain.dom>
[358] <00005cc06ed2$00000c7e$000066a0@(illegal subdomain in domain,
probably
extra '.' at the end of the address).(illegal subdomain in domain,
probably
extra '.' at the end of the address).(illegal subdomain in domain,
probably
extra '.' at the end of the address).(illegal subdomain in domain,
probably
extra '.' at the end of the address) >: address: me@mydomain.dom
[358] <006b85d26dde$7462e3b6$5cd88cb1@rroauu>: address:
hs167857@caramail.com

and ....

[896] squirrel: 18407._badheader saved for inspection: message header
syntax
error!
[896] *** message header syntax error!
[896] (illegal start of message identification)
20020617160401.29041.10.61311@useqsvmail-005.fool.com(illegal end of
message
identification): address: fool@motleyfool.com
[896] (illegal start of message identification)
20020617160401.29041.10.61311@useqsvmail-005.fool.com(illegal end of
message
identification): file: 18407-896 <fool@motleyfool.com> =>
<me@mydomain.dom>
[896] (illegal start of message identification)
20020617160401.29041.10.61311@useqsvmail-005.fool.com(illegal end of
message
identification): address: me@mydomain.dom
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 18 11:18:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S88684AbSGRISm>; Thu, 18 Jul 2002 11:18:42 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S88642AbSGRISl>;
	Thu, 18 Jul 2002 11:18:41 +0300
Received: from mailbackup1.funet.fi ([193.166.0.97]:1824 "EHLO
	mailbackup1.funet.fi" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S6696AbSGRISk>;
	Thu, 18 Jul 2002 11:18:40 +0300
Received: from 194.74.238.113 (cm61-10-115-36.hkcable.com.hk [61.10.115.36])
	by mailbackup1.funet.fi (8.9.3/8.9.3/FUNET) with SMTP id LAA20766
	for <zmailer@nic.funet.fi>; Thu, 18 Jul 2002 11:18:36 +0300
Message-Id: <200207180818.LAA20766@mailbackup1.funet.fi>
Received: from ssymail.ssy.co.kr ([113.236.31.212]) by a231242.upc-a.chello.nl with local; Jul, 18 2002 4:15:29 AM -0700
Received: from unknown (HELO smtp4.cyberec.com) (24.156.151.193) by rly-xw05.mx.aol.com with esmtp; Jul, 18 2002 3:14:05 AM -0700
Received: from unknown (156.54.224.23) by a231242.upc-a.chello.nl with local; Jul, 18 2002 2:11:21 AM -0300
Received: from 14.17.76.127 ([14.17.76.127]) by rly-xl04.mx.aol.com with QMQP; Jul, 18 2002 1:22:32 AM +1200
From:	Montana <urors@woman-on-woman.com>
To:	zmailer@nic.funet.fi
Subject: Where have you been pivgi
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date:	Thu, 18 Jul 2002 04:34:37 -0400
X-Mailer: AOL 7.0 for Windows US sub 118
X-Priority: 1
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello zmailer@nic.funet.fi

I would like invite you to come create a couples or singles profile and join this online community. If you are into alternative lifestyle, or just looking for something kinky in your life come try it out. It now has Video IM working and you do not need a web cam to use it. Check it out you will find what you are looking for. 

You can see my profile and photos by going to 

www.geocities.com/bdsmkitty2000

and creating a profile it only takes 2 minutes to do this so you can look around.

Oh, it does not cost anything to get on to look. I would not pull one of those on you.. I hate it when someone does that to me.

You can find me under the user ID LATINABDSM and and see my profile and photos. I am a 34 year old bi Dom fem 34DD 120lb's

Kisses
LATINABDSM 



oovygmhujsbmcekgpyf
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 18 23:06:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S89393AbSGRUGU>; Thu, 18 Jul 2002 23:06:20 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S89395AbSGRUGT>;
	Thu, 18 Jul 2002 23:06:19 +0300
Received: from [61.177.70.118] ([61.177.70.118]:2309 "ehlo WJJZZS.COM" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S89393AbSGRUGS>;
	Thu, 18 Jul 2002 23:06:18 +0300
From:	"JERRY LEE" <WJJZZS@WJJZZS.COM>
Subject: lOOKING FOR AGENT OF BATHTUB SALING
To:	zmailer@nic.funet.fi
Content-Type: text/plain;charset="US-ASCII"
Reply-To: WJJZZS@WJJZZS.COM
Date:	Fri, 19 Jul 2002 04:07:16 +0800
X-Priority: 3
X-Mailer: FoxMail 3.11 Release [cn]
Message-Id: <20020718200618Z89393-12376+6914@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Note:If this eamil is not fit for you,please reply to webmaster@wjjzzs.com with "remove".You'd tell me the email address we've used.
We don't intend to send spam email to you.Thank you!

ATTN:zmailer@nic.funet.fi
Dear sirs or Madams,
We are one Arcyl bathtub manufacturer in China.

-----------------Profile-----------------------

Our factoryspecializes in manufacturing Ą°YEMAĄą brand acrylic composite bathtubs, we have more than 10 years experience of bathtub manufacturing and marketing. With 
our considerable experience we set out to blend the advantages of all the other of bathtubs offered in the market place into one range. After several years 
development we produced our current range and the YEMA brand bathtub was patented in 2001. We were even awarded the "Gold Medal" in the "Chinese Patent Technology 
Exhibition" and "The Ninth Chinese New Patent Technology and New Patent Product Exhibition" later that year. The YEMA bathtubs structural design is that of a normal 
acrylic bathtub but conglutinated into a composite material. It is ridged and is made more than twice as thick as a normal unit, making it more smooth, gentle and 
elegant. This manufacturing technique not only provides all the advantages of a normal acrylic bathtub (easily to clean, resistance to dirt, colorful,attractive etc) 
but also provides increased heat retention, and extends the products life span.

Besides our products on website, we now produce some new models for USA market. We also produce shower panels with finest quality.

-------------------bathtub Specifications---------------------
1,Wall thickness:10mm~20mm
2,Weight: 50~60KG

-------------------Cooperate--------------------------------

We would like to be your OEM/ODM manufacturer.

For detailed info, please browse our website http://www.wjjzzs.com

Best wishes and regards,

Export Manager
Jerry Lee
Mobile:13951228561
Phone:0086-519-5211973
Fax:  0086-519-5209776
Wujin Huangli Composited Sanitary Factory
Add:HUangli town,Wujin county
    Changzhou 213151
    Jiangsu province
    P.R.China
Websie:http://www.wjjzzs.com
Email:wjjzzs@wjjzzs.com

July 18, 2002
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Jul 20 12:58:48 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S89911AbSGTJ6q>; Sat, 20 Jul 2002 12:58:46 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S7439AbSGTJ6p>;
	Sat, 20 Jul 2002 12:58:45 +0300
Received: from mailbackup1.funet.fi ([193.166.0.97]:3839 "EHLO
	mailbackup1.funet.fi" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S89927AbSGTJ6o> convert rfc822-to-8bit;
	Sat, 20 Jul 2002 12:58:44 +0300
Received: from ab97c1639.com ([64.86.155.148])
	by mailbackup1.funet.fi (8.9.3/8.9.3/FUNET) with SMTP id MAA20115
	for <zmailer@nic.funet.fi>; Sat, 20 Jul 2002 12:58:26 +0300
Message-Id: <200207200958.MAA20115@mailbackup1.funet.fi>
From:	"BARRISTER USMAN Y USMAN" <barristerusman1@yahoo.com>
Reply-To: barristerusman@mailsurf.com
To:	zmailer@nic.funet.fi
Date:	Sat, 20 Jul 2002 11:01:50 -0700
Subject: CAN YOU ASSIST?
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

FROM.
USMAN.Y.USMAN.
BARRISTER AND SOLICITOR
NO 24 CANAL STREET IKOYI LAGOS
NIGERIA .

ATTENTION:

SIR,

BEFORE I START, I MUST FIRST APOLOGIZE FOR THIS
UNSOLICITED MAIL TO YOU. I AM AWARE THAT THIS IS
CERTAINLY AN UNCONVENTIONAL APPROACH TO STARTING A
RELATIONSHIP, BUT AS TIME GOES ON YOU WILL REALIZE THE
NEED FOR MY ACTION. MY NAME IS USMAN Y.USMAN, A SOLICITOR
AND THE PERSONAL ATTORNEY TO MR. JOHN RYERSON, A
CITIZEN  OF YOUR COUNTRY, WHO WORKED WITH AN OIL
COMPANY IN NIGERIA. HERE-IN-AFTER REFERRED TO AS MY
CLIENT.

ON THE 21ST OF APRIL 1999, MY CLIENT, HIS WIFE AND
THEIR THREE CHILDREN WERE INVOLVED IN A GHOSTLY MOTOR
ACCIDENT ALONG SAGAMU EXPRESS ROAD. MY CLIENT AND HIS
ENTIRE FAMILY UNFORTUNATELY LOST THEIR LIVES IN THE
ACCIDENT. SINCE THEN I HAVE MADE SEVERAL ENQUIRIES TO
YOUR EMBASSY TO LOCATE ANY OF MY CLIENTS EXTENDED
RELATIVES, WHICH HAS PROVED ABORTIVE AFTER THESE
SEVERAL UNSUCESSFUL ATTEMPTS,  THE NEED TO CONTACT YOU.

MY MAIN REASON FOR CONTACTING YOU IS TO ASSIST ME IN
REPATRIATING THE MONEY AND PROPERTY LEFT BEHIND BY MY
CLIENT BEFORE THEY ARE CONFISCATED OR DECLARED
UNSERVICEABLE BY THE BANK WHERE THEY ARE
DEPOSITED/LODGED. PARTICULARLY, THE UNION BANK PLC.
WHERE THE DECEASED HAS A FIXED SUM OF SEVEN MILLION
UNITED STATES DOLLARS. THE SAID BANK HAS ISSUED ME A
FINAL NOTICE TO PROVIDE THE NEXT OF KIN OF MY CLIENT
OR THEY WILL BE LEFT WITH NO OTHER CHOICE THAN TO
CONFISCATE HIS FUNDS, A COPY OF THE SAID NOTICE I WILL
FAX TO ON GETTING YOUR REPLY.

SINCE I HAVE BEEN UNSUCCESSFUL IN LOCATING MY CLIENTS
RELATIVES  FOR THE PAST 2 YEARS NOW I SEEK
YOUR CONSENT TO PRESENT YOU AS THE NEXT OF KIN OF MY
CLIENT GOING BY THE FACT THAT BOTH OF YOU HAS THE SAME
NATIONALITY , SO THAT THE SAID FUNDS AS STATED ABOVE I.E,
THE SUM OF SEVEN MILLION UNITED STATES DOLLARS CAN BE
PAID TO YOU INSTEAD OF LEAVING FOR UNION BANK PLC. WE
CAN TAKE PART OF IT AND LEAVE THE REST TO CHARITY. I
HAVE ALL NECESSARY LEGAL DOCUMENTS THAT CAN BE USED TO
BACK UP ANY CLAIM WE MAY MAKE ALL I REQUIRE IS YOUR
HONEST COOPERATION TO ENABLE US SEE THIS ARRANGEMENT
THROUGH.

I GUARANTEE THAT THIS WILL BE EXECUTED UNDER A
LEGITIMATE ARRANGEMENT THAT WILL PROTECT YOU FROM ANY
BREACH OF THE LAW. PLEASE REPLY ME VIA THIS E-MAIL
ADDRESS,barristerusman@mailsurf.com, FINALLY KINDLY GIVE
ME YOUR CONFIDENTAIL PHONE/FAX NUMBERS SO THAT I CAN
FAX TO YOU ALL THE CORRESPONDENCE BETWEEN THE BANK AND
ME.

BEST REGARDS,
USMAN .Y.USMAN [ESQ]





-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Jul 20 23:10:22 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S90164AbSGTUKT>; Sat, 20 Jul 2002 23:10:19 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S90162AbSGTUKT>;
	Sat, 20 Jul 2002 23:10:19 +0300
Received: from web12903.mail.yahoo.com ([216.136.174.70]:7275 "HELO
	web12903.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S90023AbSGTUKQ>;
	Sat, 20 Jul 2002 23:10:16 +0300
Message-ID: <20020720201014.32814.qmail@web12903.mail.yahoo.com>
Received: from [66.133.58.234] by web12903.mail.yahoo.com via HTTP; Sat, 20 Jul 2002 13:10:14 PDT
Date:	Sat, 20 Jul 2002 13:10:14 -0700 (PDT)
From:	f f <a_e_c_i@yahoo.com>
Subject: URGENT AND CONFIDENTIAL
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

                      From AUDITOR EMEN CHIKA IGWESI
                      3/5 RIDER HAGGARD
                      CLOSE, JO, BORG
                      SOUTH AFRICA.

                      Tel:874 - 762864167
                      Fax:874 - 762864168
                      
.......................................................

           (URGENT AND CONFIDENTIAL)
 
  (RE:  TRANSFER OF ($ 126,000.000.00 USD}
 ONE HUNDRED AND TWENTY SIX MILLION DOLLARS   
 
Dear sir,
 
We want to transfer to overseas account
($ 126,000.000.00 USD) One hundred and six two million
United States Dollars) from a Prime Bank in Africa, I
want to ask you to  quietly  look for a reliable and
honest person who will be capable  and fit to provide
either an existing bank account  or  to set up a new 
Bank a/c immediately to receive this money, even an
empty a/c can serve to receive this money, as long as
you will remain honest to me till the end for this
important business trusting in  you and believing  in
God that you  will never let me down either now or in
future.
 
I AUDITOR EMEN CHIKA IGWESI
, the Auditor General of one of the prime
banks here South Africa, during the course of our
auditing,I discovered a floating fund  in an account
opened in the bank in 1990 and since 1993 nobody has
operated on this account again, after going through
some old files in the records I discovered that the
owner of the account died without a [heir]  hence  the
money is floating and  if I do not remit this money
out urgently it will be forfeited for nothing. The
owner of this account is  Mr.  Allan P.Seaman, a
foreigner, and an industrialist, and  he died,  since
1993. and  no other person knows about this account or
any thing concerning it, the account has no other
beneficiary and my investigation proved to me as well
that Allan P. Seaman   until his death was the manager
 Diamond Safari  [pty]. SA.  
 
We will start the  first transfer with twenty six
million [$26,000.000] upon successful transaction
without any disappoint from your side, we shall
re-apply for the payment of the remaining  rest
amount to your account. 

The amount involved is (USD 126 M) One hundred and
twenty six million United States Dollars only. I want
to first transfer $26,000.000 [Twenty six million
United States Dollar] from this money into a safe
foreigners account abroad before the rest, but I
don't know any foreigner, I am only contacting you
as a foreigner because this money can not be approved
to a local person here, without valid international
foreign passport, but can only be approved to any
foreigner with valid international passport or
drivers license and foreign a/c  because the money is
in US dollars and the former owner of the  a/c  Mr.
Allan P. Seaman is a foreigner too,and the money can
only be approved into a foreign a/c. 
 
However, we will sign a binding agreement, to bind
us together. I got your contact address  from the
Girl who operates my computer,  I am revealing this to
you with believe in God that you will never let me
down
in this business,  you are the first and the only
person that I am contacting for this business, so
please reply urgently so that I will inform you the
next step to take urgently. Send also your private
telephone and fax number including the full details of
the account to be used for the deposit.
 
I want us to meet face to face to build confidence
and to sign a binding agreement that will  bind us
together  before transferring the money to any
account of  your choice where the fund will be safe.
Before we fly to your country for withdrawal, sharing
and investments.

I need your full co-operation to make this work
fine, Because the management is ready to approve
this payment to any foreigner who has correct
information of this account, which I will give to you,
upon your positive response and once I am convinced
that you are  capable  and will meet up with
instruction of  a key bank official who is deeply
involved with me in this business. I need your strong
assurance that you will never,  never let me down.

With my influence and the position of the bank
official we can transfer this money to any foreigner's
reliable account which you can provide with assurance
that this money will be intact pending our physical
arrival in your country for sharing. The bank official
will  destroy all documents of transaction immediately
we receive this money leaving no trace to any place
and to build confidence  you can  come immediately to
discuss with me face to face after which I will make
this remittance in your presence and three of us
will fly to your country at least two days ahead of
the
money going into the  account. I will apply for annual
leave to get visa immediately I hear from you that you
are ready to act and receive this fund in your
account. I will use my position and influence to
obtain all legal approvals for  onward transfer of
this money to your account with appropriate clearance
from  the relevant  ministries and foreign exchange
departments.

At the conclusion of this business, you will be given
35% of the total amount, 60% will be for me, while
5% will be for expenses both parties might have
incurred during the process of transferring.

I look forward to your earliest reply through my 
email address. 
Yours truly

AUDITOR EMEN CHIKA IGWESI



















__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jul 22 13:16:48 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S90908AbSGVKQo>; Mon, 22 Jul 2002 13:16:44 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S91051AbSGVKQo>;
	Mon, 22 Jul 2002 13:16:44 +0300
Received: from mail.bsncorp.com ([216.168.206.10]:3095 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S91221AbSGVKQl>;
	Mon, 22 Jul 2002 13:16:41 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Mon, 22 Jul 2002 03:20:03 -0700
Date:	Mon, 22 Jul 2002 03:20:03 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON8580858200207220320.AA2003089@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : times@iranian.com
To        : zmailer@nic.funet.fi
Subject   : Cbc, cbf
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
cf1334323058.att              Exploit.IFrame.FileDownloadRemoved
face.exe                      I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jul 22 13:17:10 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S90985AbSGVKRH>; Mon, 22 Jul 2002 13:17:07 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S38367AbSGVKRG>;
	Mon, 22 Jul 2002 13:17:06 +0300
Received: from mail.mwtradingcorp.com ([216.168.206.10]:3093 "EHLO
	dataframe.net" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S91052AbSGVKQu>;
	Mon, 22 Jul 2002 13:16:50 +0300
Received: from Yexum [172.145.206.127]
	by dataframe.net [216.168.206.10]
	with SMTP (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Mon, 22 Jul 2002 03:19:29 -0700
From:	times <times@iranian.com>
To:	zmailer@nic.funet.fi
Subject: Cbc, cbf
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=TZa9667iry5Sn
X-MDRemoteIP: 172.145.206.127
X-Return-Path: sneshat@sarbaz.org
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-Id: <20020722101650Z91052-12376+7550@nic.funet.fi>
Date:	Mon, 22 Jul 2002 13:16:50 +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--TZa9667iry5Sn
Content-Type: text/plain

****************************** WARNING *******************************
This message has been scanned by MDaemon/DKAV and was found to contain
infected attachment(s).  Please review the list below.

Attachment                    Virus name               Action taken
----------------------------------------------------------------------
cf1334323058.att              Exploit.IFrame.FileDownloadRemoved
face.exe                      I-Worm.Klez.h            Removed


**********************************************************************


--TZa9667iry5Sn
Content-Type: application/octet-stream;
	name=search[2].htm
Content-Transfer-Encoding: base64
Content-ID: <Po1n0cnPf>

PEhUTUw+PEhFQUQ+CjxUSVRMRT4gSXRlbXMgbWF0Y2hpbmcgKCBoZWFkbGlnaHQgKSA8L1RJ
VExFPgo8bWV0YSBodHRwLWVxdWl2PSJFeHBpcmVzIiBjb250ZW50PSJXZWQsIDMwIEphbiAy
MDAyIDA1OjMzOjA1IEdNVCI+PC9IRUFEPgo8YSBuYW1lPSJ0b3AiPiA8L2E+CjxzY3JpcHQg
bGFuZ3VhZ2U9IkphdmFTY3JpcHQiPgo8IS0tCnZhciBrZXl3b3JkID0gImhlYWRsaWdodCI7
CnZhciBjYXRlZ29yeV9sZXZlbDAgPSAiMCI7CnZhciBjYXRlZ29yeV9sZXZlbDEgPSAiMCI7
CnZhciBjYXRlZ29yeV9sZXZlbDIgPSAiMCI7CnZhciBjYXRlZ29yeV9sZXZlbDMgPSAiMCI7
CnZhciBjYXRlZ29yeV9sZXZlbDQgPSAiMCI7CnZhciBjYXRlZ29yeV9sZXZlbDUgPSAiMCI7
CnZhciBodCA9ICIxIjsKdmFyIHJlZ2lvbl9pZCA9ICIwIjsKLy8gLS0+Cjwvc2NyaXB0Pgo8
c2NyaXB0IGxhbmd1YWdlPSJKYXZhU2NyaXB0Ij4KPCEtLQp2YXIgcGFnZU5hbWUgPSAiUGFn
ZUl0ZW1TZWFyY2hSZXN1bHRzIjsKdmFyIHNlcnZlciA9ICJsb2NhdGlvbi5ob3N0bmFtZS50
b0xvd2VyQ2FzZSgpIjsKdmFyIGNoYW5uZWwgPSAiZUJheSI7Ci8vLS0+Cjwvc2NyaXB0Pgog
PCEtLSBoZWFkZXIgZm9yIHNlYXJjaDogZmluZCBpdGVtcyAtLT4NCjxCT0RZIEJHQ09MT1I9
IiNGRkZGRkYiPg0KPFNDUklQVCBTUkM9Imh0dHA6Ly9pbmNsdWRlLmViYXkuY29tL2F3L3Bp
Y3MvanMvY29icmFuZC9jb2JyYW5kLmpzIj48L1NDUklQVD4NCjxTQ1JJUFQgU1JDPSJodHRw
Oi8vaW5jbHVkZS5lYmF5LmNvbS9hdy9waWNzL2pzL2NvYnJhbmQvc2VhcmNoLmpzIj48L1ND
UklQVD4NCg0KPFNDUklQVCBMQU5HVUFHRT0iSmF2YVNjcmlwdCI+DQo8IS0tIA0KdmFyIGNi
YywgY2JmOw0KaWYgKGNiYyl7DQoJd3JpdGVIZWFkZXIoKTsNCn0NCi8vICAtLT4NCjwvU0NS
SVBUPg0KPHRhYmxlIGJvcmRlcj0iMCIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIw
IiB3aWR0aD0iNjAwIj4NCjx0cj4NCgk8dGQgd2lkdGg9IjE1MCI+DQoJPFNDUklQVCBMQU5H
VUFHRT0iSmF2YVNjcmlwdCI+DQoJPCEtLSANCgl2YXIgY2JjOw0KCWlmIChjYmMpew0KCQl3
cml0ZUJyb3coKTsNCgl9DQoJLy8gIC0tPg0KCTwvU0NSSVBUPg0KCTxhIGhyZWY9Imh0dHA6
Ly93d3cuZWJheS5jb20vIj48aW1nIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGlj
cy9uYXZiYXIvZWJheV9sb2dvX2hvbWUuZ2lmIiB3aWR0aD0iMTUwIiBoc3BhY2U9IjAiIHZz
cGFjZT0iMCIgaGVpZ2h0PSI3MCIgYWx0PSJlQmF5IGxvZ28iIGJvcmRlcj0iMCI+PC9hPg0K
CTwvdGQ+DQoJPHRkIHdpZHRoPSI0NTAiIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0b3AiPg0K
CTxtYXAgbmFtZT0iaG9tZV9teWViYXlfbWFwX2hhc0pTIj4NCgk8YXJlYSBzaGFwZT1yZWN0
IGNvb3Jkcz0iMjA5LDAsMjU2LDE1IiBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaW5k
ZXguaHRtbCIgYWx0PSJIb21lIj4NCgk8YXJlYSBzaGFwZT1yZWN0IGNvb3Jkcz0iMjU3LDAs
MzE4LDE1IiBocmVmPSJodHRwOi8vY2dpMS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRs
bD9NeUViYXlMb2dpbiIgYWx0PSJNeSBlQmF5Ij4NCgk8YXJlYSBzaGFwZT1yZWN0IGNvb3Jk
cz0iMzE5LDAsMzgzLDE1IiBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vc2l0ZW1hcC5o
dG1sIiBhbHQ9IlNpdGUgTWFwIj4NCgk8YXJlYSBzaGFwZT1yZWN0IGNvb3Jkcz0iMzg0LDAs
NDQ3LDE1IiBocmVmPSJodHRwOi8vY2dpMy5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRs
bD9TaWduSW4iIGFsdD0iU2lnbiBJbi9PdXQiPg0KCTwvbWFwPg0KCTxtYXAgbmFtZT0iaG9t
ZV9teWViYXlfbWFwX25vSlMiPg0KCTxhcmVhIHNoYXBlPXJlY3QgY29vcmRzPSIxOTgsMCwy
NDUsMTUiIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9pbmRleC5odG1sIiBhbHQ9Ikhv
bWUiPg0KCTxhcmVhIHNoYXBlPXJlY3QgY29vcmRzPSIyNDYsMCwzMDcsMTUiIGhyZWY9Imh0
dHA6Ly9jZ2kxLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP015RWJheUxvZ2luIiBh
bHQ9Ik15IGVCYXkiPg0KCTxhcmVhIHNoYXBlPXJlY3QgY29vcmRzPSIzMDgsMCwzNzIsMTUi
IGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9zaXRlbWFwLmh0bWwiIGFsdD0iU2l0ZSBN
YXAiPg0KCTxhcmVhIHNoYXBlPXJlY3QgY29vcmRzPSIzNzMsMCw0NDcsMTUiIGhyZWY9Imh0
dHA6Ly9jZ2kzLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1NpZ25JbiIgYWx0PSJT
aWduIEluL091dCI+DQoJPC9tYXA+DQoJPFNDUklQVCBUWVBFPSJ0ZXh0L2phdmFzY3JpcHQi
IExBTkdVQUdFPSJKYXZhU2NyaXB0MS4xIj4NCgl2YXIgY2JjOw0KCWlmIChjYmMpew0KCQlp
ZiAoKFJlYWRDb29raWUoImViYXlzaWduaW4iKSA9PSAiaW4iKXx8KFJlYWRDb29raWUoImtl
ZXBtZXNpZ25pbiIpID09ICJpbiIpKQ0KCQl7DQoJCSAgIGRvY3VtZW50LndyaXRlKCI8aW1n
IHNyYz1cImh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvaG9tZS9ob21lX215ZWJheV9t
YXBfb3V0LmdpZlwiIHdpZHRoPTQ1MCBoZWlnaHQ9MTUgYWx0PVwiSG9tZSwgTXkgZUJheSwg
U2l0ZSBNYXAsIFNpZ24gSW4vT3V0XCIgYm9yZGVyPTAgdXNlbWFwPVwiI2hvbWVfbXllYmF5
X21hcF9oYXNKU1wiIGFsaWduPVwicmlnaHRcIj48YnIgY2xlYXI9XCJhbGxcIj4iKTsNCgkJ
fQ0KCQllbHNlDQoJCXsNCgkJICAgZG9jdW1lbnQud3JpdGUoIjxpbWcgc3JjPVwiaHR0cDov
L3BpY3MuZWJheS5jb20vYXcvcGljcy9ob21lL2hvbWVfbXllYmF5X21hcF9pbi5naWZcIiB3
aWR0aD00NTAgaGVpZ2h0PTE1IGFsdD1cIkhvbWUsIE15IGVCYXksIFNpdGUgTWFwLCBTaWdu
IEluL091dFwiIGJvcmRlcj0wIHVzZW1hcD1cIiNob21lX215ZWJheV9tYXBfaGFzSlNcIiBh
bGlnbj1cInJpZ2h0XCI+PGJyIGNsZWFyPVwiYWxsXCI+Iik7DQoJCX0NCgl9DQoJPC9TQ1JJ
UFQ+DQoJPE5PU0NSSVBUPg0KCTxpbWcgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9w
aWNzL2hvbWUvaG9tZV9teWViYXlfbWFwX2lub3V0LmdpZiIgd2lkdGg9NDUwIGhlaWdodD0x
NSBhbHQ9IkhvbWUsIE15IGVCYXksIFNpdGUgTWFwLCBTaWduIEluL091dCIgYm9yZGVyPTAg
dXNlbWFwPSIjaG9tZV9teWViYXlfbWFwX25vSlMiIGFsaWduPSJyaWdodCI+PGJyIGNsZWFy
PSJhbGwiPg0KCTwvTk9TQ1JJUFQ+DQo8bWFwIG5hbWU9InRvcF9uYXYiPg0KPGFyZWEgc2hh
cGU9cmVjdCBjb29yZHM9IjEsMSw2NiwyNCIgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29t
L2J1eS9pbmRleC5odG1sIiBhbHQ9IkJyb3dzZSI+DQo8YXJlYSBzaGFwZT1yZWN0IGNvb3Jk
cz0iNzAsMSwxMjAsMjQiIGhyZWY9Imh0dHA6Ly9jZ2k1LmViYXkuY29tL2F3LWNnaS9lQmF5
SVNBUEkuZGxsP0xpc3RJdGVtRm9yU2FsZSIgYWx0PSJTZWxsIj4NCjxhcmVhIHNoYXBlPXJl
Y3QgY29vcmRzPSIxMjQsMSwxOTYsMjQiIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9z
ZXJ2aWNlcy9pbmRleC5odG1sIiBhbHQ9IlNlcnZpY2VzIj4NCjxhcmVhIHNoYXBlPXJlY3Qg
Y29vcmRzPSIyMDEsMSwyNjIsMjQiIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9zZWFy
Y2gvaXRlbXMvc2VhcmNoLmh0bWwiIGFsdD0iU2VhcmNoIj4NCjxhcmVhIHNoYXBlPXJlY3Qg
Y29vcmRzPSIyNjYsMSwzMTUsMjQiIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxw
L2luZGV4Lmh0bWwiIGFsdD0iSGVscCI+DQo8YXJlYSBzaGFwZT1yZWN0IGNvb3Jkcz0iMzE5
LDEsNDE0LDI0IiBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vY29tbXVuaXR5L2luZGV4
Lmh0bWwiIGFsdD0iQ29tbXVuaXR5Ij4NCjwvbWFwPg0KPGltZyBzcmM9Imh0dHA6Ly9waWNz
LmViYXkuY29tL2F3L3BpY3MvdG9wbmF2L3NlYXJjaC10b3AuZ2lmIiB3aWR0aD0iNDE1IiBo
ZWlnaHQ9IjI1IiBib3JkZXI9IjAiIGFsdD0idG8gQnJvd3NlLCBTZWxsLCBTZXJ2aWNlcywg
U2VhcmNoLCBIZWxwLCBhbmQgQ29tbXVuaXR5IiB1c2VtYXA9IiN0b3BfbmF2IiBhbGlnbj0i
cmlnaHQiPjxiciBjbGVhcj0iYWxsIj4NCg0KPE1BUCBOQU1FPSJzZWFyY2hfbWFwIj4NCjxB
UkVBIFNIQVBFPVJFQ1QgQ09PUkRTPSI2Miw1LDEyOCwyNyIgSFJFRj0iaHR0cDovL3BhZ2Vz
LmViYXkuY29tL3NlYXJjaC9pdGVtcy9zZWFyY2guaHRtbCIgYWx0PSJJdGVtcyI+DQo8QVJF
QSBTSEFQRT1SRUNUIENPT1JEUz0iMTMwLDUsMjEzLDI3IiBIUkVGPSJodHRwOi8vY2dpMy5l
YmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9NZW1iZXJTZWFyY2hTaG93IiBhbHQ9Ik1l
bWJlcnMiPg0KPEFSRUEgU0hBUEU9UkVDVCBDT09SRFM9IjIxMyw1LDMxNCwyNyIgSFJFRj0i
aHR0cDovL2NnaTEuZWJheS5jb20vYXctY2dpL2ViYXlJU0FQSS5kbGw/YWRkc2F2ZWRzZWFy
Y2gmbXlmYXZsb2dpbj0xIiBhbHQ9IkZhdm9yaXRlIFNlYXJjaGVzIj4NCjwvTUFQPg0KDQo8
aW1nIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9uYXZiYXIvc2VhcmNoSXRl
bXNfNDE1eDMwLmdpZiIgd2lkdGg9IjQxNSIgaGVpZ2h0PSIzMCIgYm9yZGVyPSIwIiBhbHQ9
InRvIEl0ZW1zLCBNZW1iZXJzIGFuZCBGYXZvcml0ZSBTZWFyY2hlcyIgdXNlbWFwPSIjc2Vh
cmNoX21hcCIgYWxpZ249InJpZ2h0Ij4NCjwvdGQ+DQo8L3RyPg0KPC90YWJsZT4NCjwhLS0t
IGVuZCBoZWFkZXIgdGFibGUgLS0tPg0KPHRhYmxlIGJvcmRlcj0iMCIgd2lkdGg9Ijc1MCIg
YWxpZ249ImNlbnRlciIgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIj4KPHRyPjx0
ZCBub3dyYXAgdmFsaWduPSJ0b3AiIGNvbHNwYW49IjIiIGFsaWduPSJjZW50ZXIiIHdpZHRo
PSI1MDAiPgo8U0NSSVBUIExBTkdVQUdFPSJKYXZhU2NyaXB0Ij4KPCEtLQp2YXIgYXRhZzsK
aWYgKGF0YWcpewphZF90YWcoInRvcCIpOwp9Ci8vIC0tPgo8L1NDUklQVD4KPC90ZD4KPHRk
IG5vd3JhcCB2YWxpZ249Im1pZGRsZSI+PGZvbnQgc2l6ZT0iMSIgZmFjZT0iVmVyZGFuYSwg
QXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+CiAgICA8U0NSSVBUIExBTkdVQUdFPSJK
YXZhU2NyaXB0Ij4KICAgIDwhLS0KICAgIHZhciBwcm9tb1RhZzsKICAgIGlmIChwcm9tb1Rh
ZykgewogICAgZHJhd19wcm9tb19saW5rMSgpOwogICAgfQogICAgLy8gIC0tPgogICAgPC9T
Q1JJUFQ+Cjxicj4KICAgIDxmb250IGZhY2UgPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNl
cmlmIiBzaXplPTE+CiAgICA8U0NSSVBUIExBTkdVQUdFPSJKYXZhU2NyaXB0Ij4KICAgIDwh
LS0KICAgIHZhciBwcm9tb1RhZzsKICAgIGlmIChwcm9tb1RhZykgewogICAgZHJhd19wcm9t
b19saW5rMigpOwogICAgfQogICAgLy8gIC0tPgogICAgPC9TQ1JJUFQ+CiAgICA8L2ZvbnQ+
CjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPSIw
IiBjZWxsc3BhY2luZz0iMCI+Cjx0ciBiZ2NvbG9yPSIjRkZDQzAwIj48dGQgbm93cmFwIHZh
bGlnbj0idG9wIiBjb2xzcGFuPSIzIiBoZWlnaHQ9IjEiPjxpbWcgc3JjPSJodHRwOi8vcGlj
cy5lYmF5LmNvbS9hdy9waWNzL2hvbWUvc3BhY2VyLmdpZiI+PC90ZD48L3RyPgo8dHI+PHRk
IG5vd3JhcCBoZWlnaHQ9IjI1IiB3aWR0aD0iOTAlIj48Zm9udCBmYWNlPSJBcmlhbCwgSGVs
dmV0aWNhLCBzYW5zLXNlcmlmIiBTSVpFPSIyIj4mbmJzcDs8Qj48YSBocmVmPSJodHRwOi8v
cGFnZXMuZWJheS5jb20vaW5kZXguaHRtbCI+SG9tZTwvYT48L0I+ID4gPEI+QWxsIENhdGVn
b3JpZXM8L0I+PC9mb250PjwvdGQ+Cjx0ZCBub3dyYXAgaGVpZ2h0PSIyNSIgd2lkdGg9IjEw
JSIgYWxpZ249InJpZ2h0Ij48Rk9OVCBGQUNFPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNl
cmlmIiBTSVpFPSIyIj48Qj48YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9i
YXNpY3MvZV9zZWFyY2guaHRtbCI+PGltZyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3
L3BpY3MvbGlzdGluZ3MvcXVlc3Rpb25NYXJrXzE0eDE0LmdpZiIgd2lkdGg9IjE0IiBoZWln
aHQ9IjE0IiBoc3BhY2U9IjQiIGJvcmRlcj0iMCIgYWxpZ249ImFic2JvdHRvbSI+UXVlc3Rp
b25zPC9iPjwvYT48L2ZvbnQ+PC90ZD48L3RyPgo8dHI+PHRkIG5vd3JhcCB2YWxpZ249InRv
cCIgY29sc3Bhbj0iMyIgaGVpZ2h0PSIxIiBiZ2NvbG9yPSIjRkZDQzAwIj48aW1nIHNyYz0i
aHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9ob21lL3NwYWNlci5naWYiPjwvdGQ+PC90
cj4KPHRyPjx0ZCBub3dyYXAgY29sc3Bhbj0iMyIgaGVpZ2h0PSI1IiB2YWxpZ249ImJvdHRv
bSI+PC90ZD48L3RyPgo8L3RhYmxlPgo8dGFibGUgYm9yZGVyPSIwIiB3aWR0aD0iMTAwJSIg
Y2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIj48dHI+PHRkIHZhbGlnbj0idG9wIiB3
aWR0aD0iMTAlIj4KPFRBQkxFIGNlbGxTcGFjaW5nPTAgY2VsbFBhZGRpbmc9MCB3aWR0aD0x
MDAlIGJvcmRlcj0wPjxUQk9EWT48VFI+PFREPjxUQUJMRSBDRUxMUEFERElORz0iMCIgQ0VM
TFNQQUNJTkc9IjAiIEJPUkRFUj0iMCIgV0lEVEg9IjEwMCUiPgo8VFI+CjxURCBCR0NPTE9S
PSIjRkZDQzAwIiBST1dTUEFOPSIyIiBXSURUSD0iMSUiPjxpbWcgc3JjPSJodHRwOi8vcGlj
cy5lYmF5LmNvbS9hdy9waWNzL2hvbWUvc3BhY2VyLmdpZiIgV0lEVEg9IjIiPjwvVEQ+CjxU
RCBIRUlHSFQ9IjIiIEJHQ09MT1I9IiNGRkNDMDAiIFZBTElHTj0idG9wIiBXSURUSD0iOTgl
Ij48aW1nIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9ob21lL3NwYWNlci5n
aWYiPjwvVEQ+CjxURCBCQUNLR1JPVU5EPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNz
L2xpc3RpbmdzL3NsaXZlcl8xeDIyLmdpZiIgUk9XU1BBTj0iMiIgVkFMSUdOPSJ0b3AiIEFM
SUdOPSJyaWdodCIgV0lEVEg9IjElIj48aW1nIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20v
YXcvcGljcy9saXN0aW5ncy95ZWxsQ3VydmVfMjJ4MjAuZ2lmIiB3aWR0aD0iMjIiIGhlaWdo
dD0iMjEiIEFMSUdOPSJ0b3AiPjwvVEQ+PC9UUj4KPFRSPgo8VEQgQkdDT0xPUj0iI0ZGRTY4
MCI+Cjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYi
PjxCPkJhc2ljIFNlYXJjaDwvQj48L0ZPTlQ+CjwvVEQ+PC9UUj4KPC9UUj4KPC9UQUJMRT4K
PFRBQkxFIENFTExQQURESU5HPSIwIiBDRUxMU1BBQ0lORz0iMCIgQk9SREVSPSIwIiBXSURU
SD0iMTAwJSI+CjxUUj4KPFREIEJHQ09MT1I9IiNGRkNDMDAiIFdJRFRIPSIxJSI+PGltZyBz
cmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvaG9tZS9zcGFjZXIuZ2lmIiBXSURU
SD0iMiI+PC9URD4KPFREIFdJRFRIPSIyIj4mbmJzcDs8L1REPgo8VEQgV0lEVEg9Ijk4JSI+
Cjxmb3JtIG5hbWU9J2Zvcm1pbnB1dCcgYWN0aW9uPSJzZWFyY2guZGxsIiBtZXRob2Q9Imdl
dCI+CjxUQUJMRSBDRUxMUEFERElORz0iMSIgQ0VMTFNQQUNJTkc9IjAiIEJPUkRFUj0iMCIg
V0lEVEg9IjEwMCUiPgo8VFI+PHRkIGNvbHNwYW49IjIiPjxpbnB1dCB0eXBlPSJoaWRkZW4i
IG5hbWU9Ik1mY0lTQVBJQ29tbWFuZCIgdmFsdWU9IkdldFJlc3VsdCI+CjxpbnB1dCB0eXBl
PSJ0ZXh0IiBzaXplPSIxNyIgbWF4bGVuZ3RoPSIxMDAiIG5hbWU9InF1ZXJ5IiB2YWx1ZT0i
aGVhZGxpZ2h0Ij48aW5wdXQgdHlwZT0iaGlkZGVuIiBuYW1lPSJodCIgdmFsdWU9IjEiPgo8
aW5wdXQgdHlwZT0iaGlkZGVuIiBuYW1lPSJzdCIgdmFsdWU9IjIiPgo8aW5wdXQgdHlwZT0i
aGlkZGVuIiBuYW1lPSJTb3J0UHJvcGVydHkiIHZhbHVlPSJNZXRhRW5kU29ydCI+CjwvVEQ+
PC9UUj4KPFRSPgo8VEQgVkFMSUdOPSJ0b3AiPgo8aW5wdXQgdHlwZT0iY2hlY2tib3giIG5h
bWU9InNyY2hkZXNjIiB2YWx1ZT0ieSI+PC9URD48VEQ+Cjxmb250IHNpemU9IjEiIGZhY2U9
IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPmluIHRpdGxlcyAmIGRl
c2NyaXB0aW9uczwvZm9udD48L1REPjwvVFI+CjxpbnB1dCB0eXBlPSJoaWRkZW4iIG5hbWU9
IkJhc2ljU2VhcmNoIj48dHI+PHRkIENPTFNQQU49IjIiPjxUQUJMRSBXSURUSD0iMTAwJSIg
Qk9SREVSPSIwIiBDRUxMUEFERElORz0iMCIgQ0VMTFNQQUNJTkc9IjAiPjxUUj48VEQ+PGlu
cHV0IHR5cGU9InN1Ym1pdCIgdmFsdWU9IlNlYXJjaCI+PC9URD4KPFREIEFMSUdOPSJjZW50
ZXIiPjxmb250IHNpemU9IjEiIGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNh
bnMtc2VyaWYiPjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9zZWFyY2gvaXRlbXMv
c2VhcmNoLmh0bWwiPkFkdmFuY2VkIFNlYXJjaDwvYT48L2ZvbnQ+PC9URD4KPC90cj48L3Rh
YmxlPgo8L3RkPjwvdHI+PFRSPjxURCBDT0xTUEFOPSIyIiBIRUlHSFQ9IjMiPjxpbWcgc3Jj
PSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2hvbWUvc3BhY2VyLmdpZiI+PC9URD48
L1RSPjwvRk9STT48L3RhYmxlPgo8L1REPgo8VEQgQkdDT0xPUj0iI0ZGQ0MwMCIgV0lEVEg9
IjElIj48aW1nIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9ob21lL3NwYWNl
ci5naWYiIFdJRFRIPSIyIj48L1REPgo8L1RSPgo8VFI+PFREIEJHQ09MT1I9IiNGRkNDMDAi
IENPTFNQQU49IjQiIEhFSUdIVD0iMiIgV0lEVEg9IjElIj48aW1nIHNyYz0iaHR0cDovL3Bp
Y3MuZWJheS5jb20vYXcvcGljcy9ob21lL3NwYWNlci5naWYiIFdJRFRIPSIyIj48L1REPjwv
VFI+PFRSPjxURCBDT0xTUEFOPSI0IiA+PElNRyBTUkM9Imh0dHA6Ly9waWNzLmViYXkuY29t
L2F3L3BpY3Mvc3BhY2VyLmdpZiIgV2lkdGg9IjEiIEhlaWdodD0iOCIgQm9yZGVyPSIwIj48
L1REPjwvVFI+PC9UQUJMRT48L1REPjwvVFI+PC9UQk9EWT48L1RBQkxFPgo8VEFCTEUgY2Vs
bFNwYWNpbmc9MCBjZWxsUGFkZGluZz0wIHdpZHRoPTEwMCUgYm9yZGVyPTA+PFRCT0RZPjxU
Uj48VEQ+PFRBQkxFIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgYm9yZGVyPSIw
IiB3aWR0aD0iMTAwJSIgQkdDT0xPUj0iI0ZGRTY4MCI+PHRyIHZhbGlnbj0idG9wIj4KPFRE
IEJHQ09MT1I9IiNGRkNDMDAiIFJPV1NQQU49IjIiIFdJRFRIPSIlMSI+PGltZyBzcmM9Imh0
dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvaG9tZS9zcGFjZXIuZ2lmIiBXSURUSD0iMiI+
PC9URD48VEQgV0lEVEg9Ijk4JSI+PFRBQkxFIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2lu
Zz0iMCIgYm9yZGVyPSIwIiB3aWR0aD0iMTAwJSI+PFRSPjxURCBiZ2NvbG9yPSIjRkZDQzAw
Ij48SU1HIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9zcGFjZXIuZ2lmIiB3
aWR0aD0iMiIgaGVpZ2h0PSIyIj48L1REPjwvVFI+PFRSPjxURCBCR0NPTE9SPSIjRkZFNjgw
Ij48Yj48Zm9udCBzaXplPSIyIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlm
Ij5NYXRjaGluZyBDYXRlZ29yaWVzPC9mb250PjwvYj48L3RkPjwvdHI+PC9UQUJMRT48L1RE
PjxURCB3aWR0aD0iMjIiIEJBQ0tHUk9VTkQ9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3Bp
Y3MvbGlzdGluZ3Mvc2xpdmVyXzF4MjIuZ2lmIj48QSBIUkVGPSJodHRwOi8vcGFnZXMuZWJh
eS5jb20vc2VhcmNoL2l0ZW1zL2NhdHNlYXJjaF9sZWFybi5odG1sIj48aW1nIHNyYz0iaHR0
cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy8vbGlzdGluZ3MveWVsbENydlF1ZXN0bl8yMngy
MC5naWYiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMSIgQUxJR049InRvcCIgQk9SREVSPSIwIj48
L0E+PC9URD48L1RSPjwvVEFCTEU+CjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFCTEU+PFRBQkxF
IENFTExQQURESU5HPSIwIiBDRUxMU1BBQ0lORz0iMCIgQk9SREVSPSIwIiBXSURUSD0iMTAw
JSI+PFRSPjxURCBCR0NPTE9SPSIjRkZDQzAwIiBXSURUSD0iMSUiPjxpbWcgc3JjPSJodHRw
Oi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2hvbWUvc3BhY2VyLmdpZiIgV0lEVEg9IjIiPjwv
VEQ+PFREIFdJRFRIPSI5OCUiPjxUQUJMRSBDRUxMUEFERElORz0iMSIgQ0VMTFNQQUNJTkc9
IjAiIEJPUkRFUj0iMCIgV0lEVEg9IjEwMCUiPjxUUj48dGQgYmdjb2xvcj0iI0ZGRkZDQyIg
Q09MU1BBTj0iMiIgaGVpZ2h0PSIyNSI+PEZPTlQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhl
bHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0xPkl0ZW1zIG1hdGNoaW5nIHlvdXIgc2VhcmNo
IHdlcmUgZm91bmQgaW46PC9mb250PjwvdGQ+PC90cj48VFI+PFREIGNvbHNwYW49IjIiIHZB
bGlnbj10b3Agd2lkdGg9MTQyPjxCPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIj48YSBo
cmVmPSJzZWFyY2guZGxsP3F1ZXJ5PWhlYWRsaWdodCZodD0xJnN0PTImY2F0ZWdvcnkwPTYw
MDAmVG9wMTAmU29ydFByb3BlcnR5PU1ldGFFbmRTb3J0Ij5lQmF5IE1vdG9yczwvYT48L2Zv
bnQ+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9Ii0yIj48L0I+ICgxOTQ5KTwvZm9udD48L3Rk
PjwvdHI+PFRSPjxURCBjb2xzcGFuPSIyIiB2QWxpZ249dG9wIHdpZHRoPTE0Mj48Qj48Zm9u
dCBmYWNlPSJBcmlhbCIgc2l6ZT0iMiI+PGEgaHJlZj0ic2VhcmNoLmRsbD9xdWVyeT1oZWFk
bGlnaHQmaHQ9MSZzdD0yJmNhdGVnb3J5MD0xJlRvcDEwJlNvcnRQcm9wZXJ0eT1NZXRhRW5k
U29ydCI+Q29sbGVjdGlibGVzPC9hPjwvZm9udD48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0i
LTIiPjwvQj4gKDc3KTwvZm9udD48L3RkPjwvdHI+PFRSPjxURCBXSURUSD0iMTEiIFZBTElH
Tj0idG9wIj48aW1nIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9saXN0aW5n
cy9ncmF5QnVsbGV0XzExeDExLmdpZiIgSEVJR0hUPSIxMSIgV0lEVEg9IjExIiBCT1JERVI9
IjAiIFZTUEFDRT0iMyI+PC9URD48VEQgdkFsaWduPXRvcCBXSURUSD0iMTQ2Ij48Zm9udCBm
YWNlPSJBcmlhbCIgc2l6ZT0iMiI+PGEgaHJlZj0ic2VhcmNoLmRsbD9xdWVyeT1oZWFkbGln
aHQmaHQ9MSZzdD0yJmNhdGVnb3J5MT00MTcmVG9wMTAmU29ydFByb3BlcnR5PU1ldGFFbmRT
b3J0Ij5UcmFuc3BvcnRhdGlvbjwvYT48L2ZvbnQ+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9
Ii0yIj4gKDUxKTwvZm9udD48L3RkPjwvdHI+PFRSPjxURCBXSURUSD0iMTEiIFZBTElHTj0i
dG9wIj48aW1nIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9saXN0aW5ncy9n
cmF5QnVsbGV0XzExeDExLmdpZiIgSEVJR0hUPSIxMSIgV0lEVEg9IjExIiBCT1JERVI9IjAi
IFZTUEFDRT0iMyI+PC9URD48VEQgdkFsaWduPXRvcCBXSURUSD0iMTQ2Ij48Zm9udCBmYWNl
PSJBcmlhbCIgc2l6ZT0iMiI+PGEgaHJlZj0ic2VhcmNoLmRsbD9xdWVyeT1oZWFkbGlnaHQm
aHQ9MSZzdD0yJmNhdGVnb3J5MT0zNCZUb3AxMCZTb3J0UHJvcGVydHk9TWV0YUVuZFNvcnQi
PkFkdmVydGlzaW5nPC9hPjwvZm9udD48Zm9udCBmYWNlPSJBcmlhbCIgc2l6ZT0iLTIiPiAo
OCk8L2ZvbnQ+PC90ZD48L3RyPjxUUj48VEQgV0lEVEg9IjExIiBWQUxJR049InRvcCI+PGlt
ZyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbGlzdGluZ3MvZ3JheUJ1bGxl
dF8xMXgxMS5naWYiIEhFSUdIVD0iMTEiIFdJRFRIPSIxMSIgQk9SREVSPSIwIiBWU1BBQ0U9
IjMiPjwvVEQ+PFREIHZBbGlnbj10b3AgV0lEVEg9IjE0NiI+PGZvbnQgZmFjZT0iQXJpYWwi
IHNpemU9IjIiPjxhIGhyZWY9InNlYXJjaC5kbGw/cXVlcnk9aGVhZGxpZ2h0Jmh0PTEmc3Q9
MiZjYXRlZ29yeTE9MTM4NDkmVG9wMTAmU29ydFByb3BlcnR5PU1ldGFFbmRTb3J0Ij5GdXJu
aXNoaW5ncywgS25pdmVzICYgVG9vbHM8L2E+PC9mb250Pjxmb250IGZhY2U9IkFyaWFsIiBz
aXplPSItMiI+ICg1KTwvZm9udD48L3RkPjwvdHI+PHRyPjxURCBXSURUSD0iMTEiIFZBTElH
Tj0idG9wIj4mbmJzcDs8L1REPjxURCB2QWxpZ249InRvcCIgV0lEVEg9IjE0NiI+PGEgaHJl
Zj0ic2VhcmNoLmRsbD9xdWVyeT1oZWFkbGlnaHQmaHQ9MSZzdD0yJm1vY2F0PTEmU29ydFBy
b3BlcnR5PU1ldGFFbmRTb3J0JmNhdGVnb3J5MD0xIj48Zm9udCBmYWNlPSJBcmlhbCIgc2l6
ZT0iMiI+PGk+bW9yZSAuLi48L2k+PC9mb250PjwvYT48L3RkPjwvdHI+PFRSPjxURCBjb2xz
cGFuPSIyIiB2QWxpZ249dG9wIHdpZHRoPTE0Mj48Qj48Zm9udCBmYWNlPSJBcmlhbCIgc2l6
ZT0iMiI+PGEgaHJlZj0ic2VhcmNoLmRsbD9xdWVyeT1oZWFkbGlnaHQmaHQ9MSZzdD0yJmNh
dGVnb3J5MD0yOTMmVG9wMTAmU29ydFByb3BlcnR5PU1ldGFFbmRTb3J0Ij5Db25zdW1lciBF
bGVjdHJvbmljczwvYT48L2ZvbnQ+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9Ii0yIj48L0I+
ICg1OCk8L2ZvbnQ+PC90ZD48L3RyPjxUUj48VEQgV0lEVEg9IjExIiBWQUxJR049InRvcCI+
PGltZyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbGlzdGluZ3MvZ3JheUJ1
bGxldF8xMXgxMS5naWYiIEhFSUdIVD0iMTEiIFdJRFRIPSIxMSIgQk9SREVSPSIwIiBWU1BB
Q0U9IjMiPjwvVEQ+PFREIHZBbGlnbj10b3AgV0lEVEg9IjE0NiI+PGZvbnQgZmFjZT0iQXJp
YWwiIHNpemU9IjIiPjxhIGhyZWY9InNlYXJjaC5kbGw/cXVlcnk9aGVhZGxpZ2h0Jmh0PTEm
c3Q9MiZjYXRlZ29yeTE9MzI3MCZUb3AxMCZTb3J0UHJvcGVydHk9TWV0YUVuZFNvcnQiPkNh
ciBBdWRpbyAmIEVsZWN0cm9uaWNzPC9hPjwvZm9udD48Zm9udCBmYWNlPSJBcmlhbCIgc2l6
ZT0iLTIiPiAoNDkpPC9mb250PjwvdGQ+PC90cj48VFI+PFREIFdJRFRIPSIxMSIgVkFMSUdO
PSJ0b3AiPjxpbWcgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xpc3Rpbmdz
L2dyYXlCdWxsZXRfMTF4MTEuZ2lmIiBIRUlHSFQ9IjExIiBXSURUSD0iMTEiIEJPUkRFUj0i
MCIgVlNQQUNFPSIzIj48L1REPjxURCB2QWxpZ249dG9wIFdJRFRIPSIxNDYiPjxmb250IGZh
Y2U9IkFyaWFsIiBzaXplPSIyIj48YSBocmVmPSJzZWFyY2guZGxsP3F1ZXJ5PWhlYWRsaWdo
dCZodD0xJnN0PTImY2F0ZWdvcnkxPTEyNDkmVG9wMTAmU29ydFByb3BlcnR5PU1ldGFFbmRT
b3J0Ij5WaWRlbyBHYW1lczwvYT48L2ZvbnQ+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9Ii0y
Ij4gKDcpPC9mb250PjwvdGQ+PC90cj48VFI+PFREIFdJRFRIPSIxMSIgVkFMSUdOPSJ0b3Ai
PjxpbWcgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xpc3RpbmdzL2dyYXlC
dWxsZXRfMTF4MTEuZ2lmIiBIRUlHSFQ9IjExIiBXSURUSD0iMTEiIEJPUkRFUj0iMCIgVlNQ
QUNFPSIzIj48L1REPjxURCB2QWxpZ249dG9wIFdJRFRIPSIxNDYiPjxmb250IGZhY2U9IkFy
aWFsIiBzaXplPSIyIj48YSBocmVmPSJzZWFyY2guZGxsP3F1ZXJ5PWhlYWRsaWdodCZodD0x
JnN0PTImY2F0ZWdvcnkxPTIxMTQ0JlRvcDEwJlNvcnRQcm9wZXJ0eT1NZXRhRW5kU29ydCI+
UHJvZmVzc2lvbmFsIEVxdWlwbWVudDwvYT48L2ZvbnQ+PGZvbnQgZmFjZT0iQXJpYWwiIHNp
emU9Ii0yIj4gKDIpPC9mb250PjwvdGQ+PC90cj48dHIgbm93cmFwPjxURCBjb2xzcGFuPSIy
IiB2QWxpZ249dG9wPjxhIGhyZWY9InNlYXJjaC5kbGw/cXVlcnk9aGVhZGxpZ2h0Jmh0PTEm
c3Q9MiZtb2NhdD0xJlNvcnRQcm9wZXJ0eT1NZXRhRW5kU29ydCI+PGZvbnQgZmFjZT0iQXJp
YWwiIHNpemU9IjIiPjxpPlNlZSBhbGwgY2F0ZWdvcmllcyAuLi48L2k+PC9mb250PjwvYT48
L3RkPjwvdHI+PC90YWJsZT48L3RkPjxURCBCR0NPTE9SPSIjRkZDQzAwIiBXSURUSD0iMSUi
PjxpbWcgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2hvbWUvc3BhY2VyLmdp
ZiIgV0lEVEg9IjIiPjwvVEQ+PC9UUj48VFI+PFREIEJHQ09MT1I9IiNGRkNDMDAiIENPTFNQ
QU49IjMiIEhFSUdIVD0iMiI+PGltZyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3Bp
Y3MvaG9tZS9zcGFjZXIuZ2lmIj48L1REPjwvVFI+PFRSPjxURCBDT0xTUEFOPSIzIj48SU1H
IFNSQz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9zcGFjZXIuZ2lmIiBXaWR0aD0i
MSIgSGVpZ2h0PSI4IiBCb3JkZXI9IjAiPjwvVEQ+PC90cj48L3RhYmxlPgo8VEFCTEUgY2Vs
bFNwYWNpbmc9MCBjZWxsUGFkZGluZz0wIHdpZHRoPTEwMCUgYm9yZGVyPTA+PFRCT0RZPjxU
Uj48VEQ+PFRBQkxFIGNlbGxwYWRkaW5nPSIwIiBjZWxsc3BhY2luZz0iMCIgYm9yZGVyPSIw
IiB3aWR0aD0iMTAwJSIgQkdDT0xPUj0iI0ZGRTY4MCI+PFRSIHZhbGlnbj0idG9wIj48VEQg
QkdDT0xPUj0iI0ZGQ0MwMCIgUk9XU1BBTj0iMiIgV0lEVEg9IjElIj48aW1nIHNyYz0iaHR0
cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9ob21lL3NwYWNlci5naWYiIFdJRFRIPSIyIj48
L1REPjxURCBXSURUSD0iOTglIj48VEFCTEUgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5n
PSIwIiBib3JkZXI9IjAiIHdpZHRoPSIxMDAlIj48VFI+PFREIGJnY29sb3I9IiNGRkNDMDAi
PjxJTUcgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL3NwYWNlci5naWYiIHdp
ZHRoPSIxIiBoZWlnaHQ9IjIiPjwvVEQ+PC9UUj48VFI+PFREIEJHQ09MT1I9IiNGRkU2ODAi
Pjxmb250IHNpemU9IjIiIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPjxC
PlNob3cgb25seTwvQj48L0ZPTlQ+PC9URD48L1RSPjwvVEFCTEU+PC9URD48VEQgd2lkdGg9
IjElIiBCQUNLR1JPVU5EPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xpc3Rpbmdz
L3NsaXZlcl8xeDIyLmdpZiI+PGltZyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3Bp
Y3MvbGlzdGluZ3MveWVsbEN1cnZlXzIyeDIwLmdpZiIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIx
IiBBTElHTj0idG9wIiBCT1JERVI9IjAiPjwvVEQ+PC9UUj48L1RBQkxFPgo8VEFCTEUgQ0VM
TFBBRERJTkc9IjAiIENFTExTUEFDSU5HPSIwIiBCT1JERVI9IjAiIFdJRFRIPSIxMDAlIj48
dHI+PFREIEJHQ09MT1I9IiNGRkNDMDAiIFdJRFRIPSIxJSI+PGltZyBzcmM9Imh0dHA6Ly9w
aWNzLmViYXkuY29tL2F3L3BpY3MvaG9tZS9zcGFjZXIuZ2lmIiBXSURUSD0iMiI+PC9URD48
VEQgV0lEVEg9Ijk4JSI+PFRBQkxFIENFTExQQURESU5HPSIxIiBDRUxMU1BBQ0lORz0iMCIg
Qk9SREVSPSIwIiBXSURUSD0iMTAwJSI+PHRyIG5vd3JhcD48VEQgdkFsaWduPXRvcCBXSURU
SD0iMTEiPjxpbWcgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xpc3Rpbmdz
L2dyYXlCdWxsZXRfMTF4MTEuZ2lmIiBIRUlHSFQ9IjExIiBXSURUSD0iMTEiIEJPUkRFUj0i
MCIgdnNwYWNlPSIzIj48L1REPjxURCB2QWxpZ249dG9wIFdJRFRIPSIxNDYiPjxhIGhyZWY9
Imh0dHA6Ly9zZWFyY2gtY29tcGxldGVkLmViYXkuY29tL3NlYXJjaC9zZWFyY2guZGxsP3F1
ZXJ5PWhlYWRsaWdodCZodD0xJmNvbWJpbmU9eSZTb3J0UHJvcGVydHk9TWV0YUVuZFNvcnQi
Pjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIj5Db21wbGV0ZWQgaXRlbXM8L2E+PC90ZD48
L3RyPgo8dHIgbm93cmFwPjxURCB2QWxpZ249dG9wIFdJRFRIPSIxMSI+PGltZyBzcmM9Imh0
dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbGlzdGluZ3MvZ3JheUJ1bGxldF8xMXgxMS5n
aWYiIEhFSUdIVD0iMTEiIFdJRFRIPSIxMSIgQk9SREVSPSIwIiB2c3BhY2U9IjMiPjwvVEQ+
PFREIHZBbGlnbj10b3AgV0lEVEg9IjE0NiI+PGZvbnQgZmFjZT0iQXJpYWwsIEhlbHZldGlj
YSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiI+PGEgaHJlZj0ic2VhcmNoLmRsbD9NZmNJU0FQSUNv
bW1hbmQ9U2VsZWN0UmVnaW9uJnF1ZXJ5PWhlYWRsaWdodCZodD0xJmNvbWJpbmU9eSZzdD0y
JlNvcnRQcm9wZXJ0eT1NZXRhRW5kU29ydCI+SXRlbXMgbmVhciBtZTwvYT48L2ZvbnQ+PC90
ZD48L3RyPgo8dHIgbm93cmFwPjxURCB2QWxpZ249dG9wIFdJRFRIPSIxMSI+PGltZyBzcmM9
Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbGlzdGluZ3MvZ3JheUJ1bGxldF8xMXgx
MS5naWYiIEhFSUdIVD0iMTEiIFdJRFRIPSIxMSIgQk9SREVSPSIwIiB2c3BhY2U9IjMiPjwv
VEQ+PFREIHZBbGlnbj10b3AgV0lEVEg9IjE0NiI+PGEgaHJlZj0ic2VhcmNoLmRsbD9NZmNJ
U0FQSUNvbW1hbmQ9R2V0UmVzdWx0JnF1ZXJ5PWhlYWRsaWdodCZodD0xJmNvbWJpbmU9eSZT
b3J0UHJvcGVydHk9TWV0YUVuZFNvcnQmcHQ9MSI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9
IjIiPkl0ZW1zIGFjY2VwdGluZzxCUj5lQmF5IFBheW1lbnRzPC9hPjwvdGQ+PC90cj4KPC90
YWJsZT48L1REPjxURCBCR0NPTE9SPSIjRkZDQzAwIiBXSURUSD0iMSUiPjxpbWcgc3JjPSJo
dHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2hvbWUvc3BhY2VyLmdpZiIgV0lEVEg9IjIi
PjwvVEQ+PC9UUj48VFI+PFREIEJHQ09MT1I9IiNGRkNDMDAiIENPTFNQQU49IjMiIEhFSUdI
VD0iMiI+PGltZyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvaG9tZS9zcGFj
ZXIuZ2lmIj48L1REPjwvVFI+PFRSPjxURCBDT0xTUEFOPSIzIj48SU1HIFNSQz0iaHR0cDov
L3BpY3MuZWJheS5jb20vYXcvcGljcy9zcGFjZXIuZ2lmIiBXaWR0aD0iMSIgSGVpZ2h0PSI4
IiBCb3JkZXI9IjAiPjwvVEQ+PC9UUj48L1RBQkxFPjwvVEQ+PC9UUj48L1RCT0RZPjwvVEFC
TEU+CjxUQUJMRSBjZWxsU3BhY2luZz0wIGNlbGxQYWRkaW5nPTAgd2lkdGg9MTAwJSBib3Jk
ZXI9MD48VEJPRFk+PFRSPjxURD48VEFCTEUgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5n
PSIwIiBib3JkZXI9IjAiIHdpZHRoPSIxMDAlIiBCR0NPTE9SPSIjRkZFNjgwIj48VFIgdmFs
aWduPSJ0b3AiPjxURCBCR0NPTE9SPSIjRkZDQzAwIiBST1dTUEFOPSIyIiBXSURUSD0iMSUi
PjxpbWcgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2hvbWUvc3BhY2VyLmdp
ZiIgV0lEVEg9IjIiPjwvVEQ+PFREIFdJRFRIPSI5OCUiPjxUQUJMRSBjZWxscGFkZGluZz0i
MCIgY2VsbHNwYWNpbmc9IjAiIGJvcmRlcj0iMCIgd2lkdGg9IjEwMCUiPjxUUj48VEQgYmdj
b2xvcj0iI0ZGQ0MwMCI+PElNRyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3Mv
c3BhY2VyLmdpZiIgd2lkdGg9IjEiIGhlaWdodD0iMiI+PC9URD48L1RSPjxUUj48VEQgQkdD
T0xPUj0iI0ZGRTY4MCI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwg
c2Fucy1zZXJpZiI+PEI+UmVsYXRlZCBTdG9yZXM8L0I+PC9GT05UPiZuYnNwOzxBIGhyZWY9
Imh0dHA6Ly93d3cuZWJheXN0b3Jlcy5jb20iPjxJTUcgYWxpZ249ImFic2JvdHRvbSIgYm9y
ZGVyPTAgYWx0PSJzdG9yZWljb24iIGhlaWdodD0xNCB3aWR0aD0zNiBzcmM9Imh0dHA6Ly9w
aWNzLmViYXkuY29tL2F3L3BpY3Mvc3RvcmVmcm9udHMvc3RvcmVJY29uXzM2eDE0LmdpZiI+
PC9BPjwvVEQ+PC9UUj48L1RBQkxFPjwvVEQ+PFREIHdpZHRoPSIxJSIgQkFDS0dST1VORD0i
aHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9saXN0aW5ncy9zbGl2ZXJfMXgyMi5naWYi
PjxpbWcgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xpc3RpbmdzL3llbGxD
dXJ2ZV8yMngyMC5naWYiIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMSIgQUxJR049InRvcCIgQk9S
REVSPSIwIj48L1REPjwvVFI+PC9UQUJMRT48VEFCTEUgQ0VMTFBBRERJTkc9IjAiIENFTExT
UEFDSU5HPSIwIiBCT1JERVI9IjAiIFdJRFRIPSIxMDAlIj48dHI+PFREIEJHQ09MT1I9IiNG
RkNDMDAiIFdJRFRIPSIxJSI+PGltZyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3Bp
Y3MvaG9tZS9zcGFjZXIuZ2lmIiBXSURUSD0iMiI+PC9URD48VEQgV0lEVEg9Ijk4JSI+PFRB
QkxFIENFTExQQURESU5HPSIxIiBDRUxMU1BBQ0lORz0iMCIgQk9SREVSPSIwIiBXSURUSD0i
MTAwJSI+PHRyPjxURCB2QWxpZ249dG9wIFdJRFRIPSIxMSI+PGltZyBzcmM9Imh0dHA6Ly9w
aWNzLmViYXkuY29tL2F3L3BpY3MvbGlzdGluZ3MvZ3JheUJ1bGxldF8xMXgxMS5naWYiIEhF
SUdIVD0iMTEiIFdJRFRIPSIxMSIgQk9SREVSPSIwIiB2c3BhY2U9IjMiPjwvVEQ+PFREIHZB
bGlnbj10b3AgV0lEVEg9IjE0NiI+PGZvbnQgZmFjZT0iQXJpYWwiIHNpemU9IjIiPjxhIGhy
ZWY9Imh0dHA6Ly93d3cuZWJheXN0b3Jlcy5jb20vZWV1cm9wYXJ0c2NvbSI+ZUV1cm9wYXJ0
cy5jb208L2E+PC90ZD48L3RyPgo8dHI+PFREIHZBbGlnbj10b3AgV0lEVEg9IjExIj48aW1n
IHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9saXN0aW5ncy9ncmF5QnVsbGV0
XzExeDExLmdpZiIgSEVJR0hUPSIxMSIgV0lEVEg9IjExIiBCT1JERVI9IjAiIHZzcGFjZT0i
MyI+PC9URD48VEQgdkFsaWduPXRvcCBXSURUSD0iMTQ2Ij48Zm9udCBmYWNlPSJBcmlhbCIg
c2l6ZT0iMiI+PGEgaHJlZj0iaHR0cDovL3d3dy5lYmF5c3RvcmVzLmNvbS9tb3RvcmN5Y2xl
cmVzb3VyY2UiPm1vdG9yY3ljbGVyZXNvdXJjZTwvYT48L3RkPjwvdHI+Cjx0cj48VEQgdkFs
aWduPXRvcCBXSURUSD0iMTEiPjxpbWcgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9w
aWNzL2xpc3RpbmdzL2dyYXlCdWxsZXRfMTF4MTEuZ2lmIiBIRUlHSFQ9IjExIiBXSURUSD0i
MTEiIEJPUkRFUj0iMCIgdnNwYWNlPSIzIj48L1REPjxURCB2QWxpZ249dG9wIFdJRFRIPSIx
NDYiPjxmb250IGZhY2U9IkFyaWFsIiBzaXplPSIyIj48YSBocmVmPSJodHRwOi8vd3d3LmVi
YXlzdG9yZXMuY29tL3d3d2VjbHV0Y2htYXN0ZXJjb20iPldXVy5lQ0xVVENITUFTVC4uLjwv
YT48L3RkPjwvdHI+Cjx0ZCBhbGlnbj0iY2VudGVyIiBjb2xTcGFuPTI+PGZvbnQgZmFjZT0i
QXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiIgc2l6ZT0iMiI+CjxhIGhyZWY9Imh0dHA6
Ly9wYWdlcy5lYmF5LmNvbS9zZWFyY2gvaXRlbXMvc2VhcmNoX3N0b3Jlcy5odG1sI3N0b3Jl
X25hbWUiPjxmb250IGZhY2U9IlZlcmRhbmEsIEFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2Vy
aWYiIHNpemU9IjEiPlNlYXJjaCBTdG9yZXM8L2ZvbnQ+PC9hPjwvZm9udD48L3RkPgo8L3Rh
YmxlPjwvVEQ+PFREIEJHQ09MT1I9IiNGRkNDMDAiIFdJRFRIPSIxJSI+PGltZyBzcmM9Imh0
dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvaG9tZS9zcGFjZXIuZ2lmIiBXSURUSD0iMiI+
PC9URD48L1RSPjxUUj48VEQgQkdDT0xPUj0iI0ZGQ0MwMCIgQ09MU1BBTj0iMyIgSEVJR0hU
PSIyIj48aW1nIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9ob21lL3NwYWNl
ci5naWYiPjwvVEQ+PC9UUj48VFI+PFREIENPTFNQQU49IjMiPjxJTUcgU1JDPSJodHRwOi8v
cGljcy5lYmF5LmNvbS9hdy9waWNzL3NwYWNlci5naWYiIFdpZHRoPSIxIiBIZWlnaHQ9Ijgi
IEJvcmRlcj0iMCI+PC9URD48L1RSPjwvVEFCTEU+PC9URD48L1RSPjwvVEJPRFk+PC9UQUJM
RT4KPGltZyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvaG9tZS9zcGFjZXIu
Z2lmIiB3aWR0aD0iMTYwIiBoZWlnaHQ9IjEiPjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0
aD0iMTAiPiZuYnNwOzwvdGQ+PHRkIHZhbGlnbj0idG9wIiBoZWlnaHQ9IjMwIj4KPHRhYmxl
IGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAiIHdpZHRoPSIxMDAlIj48dHI+PHRkIG5vV3Jh
cCB2YWxpZ249InRvcCI+PGZvbnQgZmFjZT0iVmVyZGFuYSwgQXJpYWwsIEhlbHZldGljYSwg
c2Fucy1zZXJpZiIgc2l6ZT0iNCI+PGI+QWxsIENhdGVnb3JpZXM8L2I+PC9mb250PjwvdGQ+
Cjx0ZCBhbGlnbj0icmlnaHQiIG5vV3JhcD48YSBocmVmPSJodHRwOi8vbGlzdGluZ3MuZWJh
eS5jb20vYXcvcGxpc3RpbmdzL2xpc3QvY2F0ZWdvcnkwL2luZGV4Lmh0bWwiPjxmb250IHNp
emU9Ii0xIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj5Ccm93c2UgYWxs
IGNhdGVnb3JpZXM8L2ZvbnQ+PC9hPiZuYnNwOzwvdGQ+PC90cj4KPHRyPjx0ZD48Zm9udCBz
aXplPSIyIiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj48Yj4yMjM5PC9i
PiBpdGVtcyBmb3VuZCBmb3IgPGI+PEZPTlQgY29sb3I9IzY2MDAwMD5oZWFkbGlnaHQ8L2Zv
bnQ+PC9iPiA8L2ZvbnQ+PC90ZD48dGQgYWxpZ249cmlnaHQ+PC90ZD48L3RyPjwvdGFibGU+
Cjx0YWJsZSBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0iMTAwJSI+PHRyPjx0
ZCAgaGVpZ2h0PSIyNSIgdmFsaWduPSJ0b3AiIGNvbHNwYW49IjIiPjxmb250IHNpemU9Ii0x
IiBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIj5Tb3J0IGJ5IGl0ZW1zOiZu
YnNwOzxiPmVuZGluZyBmaXJzdDwvYj4mbmJzcDt8Jm5ic3A7PGEgaHJlZj0ic2VhcmNoLmRs
bD9NZmNJU0FQSUNvbW1hbmQ9R2V0UmVzdWx0JlNvcnRQcm9wZXJ0eT1NZXRhTmV3U29ydCZx
dWVyeT1oZWFkbGlnaHQmaHQ9MSZjb21iaW5lPXkmc3Q9MiI+bmV3bHkgbGlzdGVkPC9hPiZu
YnNwO3wmbmJzcDs8YSBocmVmPSJzZWFyY2guZGxsP01mY0lTQVBJQ29tbWFuZD1HZXRSZXN1
bHQmU29ydFByb3BlcnR5PU1ldGFMb3dlc3RQcmljZVNvcnQmcXVlcnk9aGVhZGxpZ2h0Jmh0
PTEmY29tYmluZT15JnN0PTIiPmxvd2VzdCBwcmljZWQ8L2E+Jm5ic3A7fCZuYnNwOzxhIGhy
ZWY9InNlYXJjaC5kbGw/TWZjSVNBUElDb21tYW5kPUdldFJlc3VsdCZTb3J0UHJvcGVydHk9
TWV0YUhpZ2hlc3RQcmljZVNvcnQmcXVlcnk9aGVhZGxpZ2h0Jmh0PTEmY29tYmluZT15JnN0
PTIiPmhpZ2hlc3QgcHJpY2VkPC9hPjwvdGQ+PC90cj48L3RhYmxlPjx0YWJsZSBib3JkZXI9
IjAiIGNlbGxwYWRkaW5nPSIyIiBjZWxsc3BhY2luZz0iMCIgd2lkdGg9IjEwMCUiPjx0cj48
dGQgd2lkdGg9IjElIj4mbmJzcDs8L3RkPjx0ZCBub3dyYXAgYmdjb2xvcj0iI2ZmY2MwMCIg
d2lkdGg9IjMwJSIgYWxpZ249ImNlbnRlciI+PGZvbnQgZmFjZT1BcmlhbCBzaXplPS0xPjxi
PkFsbCBpdGVtcyA8L2I+PC90ZD48dGQgbm93cmFwIGJnY29sb3I9IiNGRkZGRkYiIHdpZHRo
PSIxJSI+PC90ZD48dGQgbm93cmFwIGJnY29sb3I9IiNmZmU2ODIiIHdpZHRoPSIzMCUiIGFs
aWduPSJjZW50ZXIiPjxmb250IGZhY2U9QXJpYWwgc2l6ZT0tMT48YSBocmVmPSJzZWFyY2gu
ZGxsP01mY0lTQVBJQ29tbWFuZD1HZXRSZXN1bHQmcXVlcnk9aGVhZGxpZ2h0Jmh0PTEmY29t
YmluZT15JlNvcnRQcm9wZXJ0eT1NZXRhRW5kU29ydCZzdD0xIj5HYWxsZXJ5IGl0ZW1zIG9u
bHk8L2E+PC90ZD48VEQgYWxpZ249cmlnaHQgdkFsaWduPWJvdHRvbSB3aWR0aD0iNDUlIj4m
bmJzcDs8Zm9udCBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5zLXNlcmlmIiBzaXplPTE+
PGEgaHJlZj0iaHR0cDovL2NnaTMuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/VGlt
ZVNob3ciPmVCYXkgb2ZmaWNpYWwgdGltZTwvYT4mbmJzcDsxODozMzowNSBQU1Q8L2ZvbnQ+
PC90ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSBib3JkZXI9IjAiIGNlbGxwYWRkaW5nPSIwIiBj
ZWxsc3BhY2luZz0iMCIgd2lkdGg9IjEwMCUiPjx0ciBiZ2NvbG9yPSIjZmZjYzAwIj48dGQ+
PGltZyBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvaG9tZS9zcGFjZXIuZ2lm
IiBoZWlnaHQ9IjUiIHdpZHRoPSIxMDAlIj48L3RkPjwvdHI+PC90YWJsZT4KCjwhLS0gZUJh
eUNhY2hlU3RhcnQgLS0+Cjx0YWJsZSBiZ0NvbG9yPSNmZmZmZmYgYm9yZGVyPTAgY2VsbHNw
YWNpbmc9MSB3aWR0aD0iMTAwJSIgY2VsbHBhZGRpbmc9MD48dHIgYmdjb2xvcj0iI0ZGRTY4
MCIgdkFsaWduPW1pZGRsZT4KPHRkIGFsaWduPW1pZGRsZSB2YWxpZ249InRvcCIgd2lkdGg9
IjEyJSI+PElNRyBib3JkZXI9MCBoZWlnaHQ9MSBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29t
L2F3L3BpY3MvaG9tZS9zcGFjZXIuZ2lmIiB3aWR0aD04MD48QlI+PGI+PGZvbnQgc2l6ZT0y
IGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPlBpY3R1cmU8L2ZvbnQ+PC9i
Pjxmb250IHNpemU9IjEiIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiPiA8
YSBocmVmPSJzZWFyY2guZGxsP3F1ZXJ5PWhlYWRsaWdodCZodD0xJmNvbWJpbmU9eSZzYz0x
JlNvcnRQcm9wZXJ0eT1NZXRhRW5kU29ydCZzdD0wIj5oaWRlPC9hPjwvZm9udD48YnI+PC90
ZD4KPHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNTAlIj48Yj48Zm9u
dCBzaXplPTIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+SXRlbSBUaXRs
ZTwvZm9udD48L2I+PGJyPjwvdGQ+Cjx0ZCBhbGlnbj0ibWlkZGxlIiB2YWxpZ249InRvcCIg
d2lkdGg9IjEyJSI+PGI+PGZvbnQgc2l6ZT0yIGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNh
bnMtc2VyaWYiPlByaWNlPC9mb250PjwvYj48YnI+PC90ZD4KPHRkIGFsaWduPSJtaWRkbGUi
IHZhbGlnbj0idG9wIiB3aWR0aD0iNyUiPjxiPjxmb250IHNpemU9MiBmYWNlPSJBcmlhbCwg
SGVsdmV0aWNhLCBzYW5zLXNlcmlmIj5CaWRzPC9mb250PjwvYj48YnI+PC90ZD4KPHRkIGFs
aWduPSJtaWRkbGUiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTklIj48Yj48Zm9udCBzaXplPTIg
ZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+RW5kcyBQU1Q8L2ZvbnQ+PC9i
Pjxicj48L3RkPjwvdHI+PC9mb250PjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2Vs
bHBhZGRpbmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9IiNFRkVGRUYiPgo8
dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIlIj48Zm9u
dCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9n
LXBpYy5odG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD02NCBib3JkZXI9MCBhbHQ9IltQaWN0
dXJlIV0iIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9sc3QvX3BfXzY0eDE1
LmdpZiI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUiPjxm
b250IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNB
UEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTI4MjY0Ij5ORVcgWUFNQUhBIEhFQURMSUdIVCBB
TkQgQlVDS0VULyBYVDY1MC9YUzItMTwvYT48L2ZvbnQ+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxp
Z249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQx
NS41MDwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFs
aWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjI8L2ZvbnQ+PC90ZD48dGQgYWxp
Z249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IGNvbG9yPSIjRkYw
MDAwIiBzaXplPTM+aW4gMCBtaW5zPC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUg
d2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2Nv
bG9yPSIjRkZGRkZGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIg
d2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5j
b20vaGVscC9iYXNpY3MvZy1waWMuaHRtbCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9NjQgYm9y
ZGVyPTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3Bp
Y3MvbHN0L19wX182NHgxNS5naWYiPjwvYT4KPC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9w
IiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNv
bS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMTA5NjM1NCI+TkVXIFIu
SEVBRExJR0hUIEFTU1kgU0FBQiA5MDAgODctOTAgRlJFRSBTSElQPC9hPjwvZm9udD4KPGEg
aHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRl
bSZpdGVtPTYwMTA5NjM1NCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9NTQgYm9yZGVyPTAgYWx0
PSJlQmF5IEJ1eSBJdCBOb3cgSXRlbSEiIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcv
cGljcy9wcm9tby9ob2xpZGF5L2J1eUl0Tm93XzE1eDU0LmdpZiI+PC9hPgo8L3RkPgo8dGQg
bm93cmFwIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxmb250IHNp
emU9Mz48Yj4kOTkuNTA8L2I+PC9mb250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWduPSJj
ZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUiPjxmb250IHNpemU9Mz4tPC9mb250Pjwv
dGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9udCBj
b2xvcj0iI0ZGMDAwMCIgc2l6ZT0zPmluIDAgbWluczwvZm9udD48L3RkPjwvdHI+PC90YWJs
ZT4KPHRhYmxlIHdpZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFj
aW5nPTAgYmdjb2xvcj0iI0VGRUZFRiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWdu
PSJtaWRkbGUiIHdpZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL3Bh
Z2VzLmViYXkuY29tL2hlbHAvYmFzaWNzL2ctcGljLmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdp
ZHRoPTY0IGJvcmRlcj0wIGFsdD0iW1BpY3R1cmUhXSIgc3JjPSJodHRwOi8vcGljcy5lYmF5
LmNvbS9hdy9waWNzL2xzdC9fcF9fNjR4MTUuZ2lmIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2
YWxpZ249InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9j
Z2kuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5MzAx
NzMiPkhvbmRhIDc1MCBDQjc1MCBoZWFkbGlnaHQgZWFycyBhbmQgdHJpbTwvYT48L2ZvbnQ+
CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjEx
JSI+PGZvbnQgc2l6ZT0zPjxiPiQyNi4wMDwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48
dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0z
PjQ8L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIx
OCUiPjxmb250IGNvbG9yPSIjRkYwMDAwIiBzaXplPTM+aW4gOSBtaW5zPC9mb250PjwvdGQ+
PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVy
PTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9yPSIjRkZGRkZGIj4KPHRyPjx0ZCBhbGlnbj0iY2Vu
dGVyIiB2YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVm
PSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1waWMuaHRtbCI+PGltZyBo
ZWlnaHQ9MTUgd2lkdGg9NjQgYm9yZGVyPTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9Imh0dHA6
Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbHN0L19wX182NHgxNS5naWYiPjwvYT4KPC9mb250
PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJl
Zj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZp
dGVtPTYwMTA5ODMwMyI+SDMgNTV3IEhJRCBYRU5PTiBIRUFETElHSFQgRk9HTElHSFQgQlVM
QlM8L2E+PC9mb250Pgo8L3RkPgo8dGQgbm93cmFwIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0
b3AiIHdpZHRoPSIxMSUiPjxmb250IHNpemU9Mz48Yj4kMTIuOTU8L2I+PC9mb250PjwvdGQ+
PC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUi
Pjxmb250IHNpemU9Mz4tPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0i
dG9wIiB3aWR0aD0iMTglIj48Zm9udCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0zPmluIDExIG1p
bnM8L2ZvbnQ+PC90ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBh
ZGRpbmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9IiNFRkVGRUYiPgo8dHI+
PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIlIj48Zm9udCBz
aXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLXBp
Yy5odG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD02NCBib3JkZXI9MCBhbHQ9IltQaWN0dXJl
IV0iIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9sc3QvX3BfXzY0eDE1Lmdp
ZiI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250
IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEku
ZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTMxMTIxIj45NyBNaXRzdWJpc2hpIGVjbGlwc2UgZHJp
dmVycyBoZWFkbGlnaHQgT0VNPC9hPjwvZm9udD4KPC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0i
cmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXplPTM+PGI+JDM2LjAw
PC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249
InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+MzwvZm9udD48L3RkPjx0ZCBhbGlnbj0i
Y2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgY29sb3I9IiNGRjAwMDAi
IHNpemU9Mz5pbiAxNiBtaW5zPC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lk
dGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9y
PSIjRkZGRkZGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lk
dGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20v
aGVscC9iYXNpY3MvZy1waWMuaHRtbCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9NjQgYm9yZGVy
PTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3Mv
bHN0L19wX182NHgxNS5naWYiPjwvYT4KPC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3
aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9h
dy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDkzMTE2OCI+SGFybGV5IFBh
bmhlYWQgSGVhZGxpZ2h0IE9FTSBNb3VudDwvYT48L2ZvbnQ+CjwvdGQ+Cjx0ZCBub3dyYXAg
YWxpZ249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxi
PiQzMS4wMDwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIg
dmFsaWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjc8L2ZvbnQ+PC90ZD48dGQg
YWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IGNvbG9yPSIj
RkYwMDAwIiBzaXplPTM+aW4gMTYgbWluczwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRh
YmxlIHdpZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAg
Ymdjb2xvcj0iI0VGRUZFRiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRk
bGUiIHdpZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmVi
YXkuY29tL2hlbHAvYmFzaWNzL2ctcGljLmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTY0
IGJvcmRlcj0wIGFsdD0iW1BpY3R1cmUhXSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9h
dy9waWNzL2xzdC9fcF9fNjR4MTUuZ2lmIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxpZ249
InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJh
eS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDEwOTkxMzgiPkhl
YWRsaWdodCBNb2R1bGF0b3Igd2l0aCBBdXRvT2ZmIGZvciBINCBvciBINzwvYT48L2ZvbnQ+
CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjEx
JSI+PGZvbnQgc2l6ZT0zPjxiPiQ0OS45NTwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48
dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0z
PjE8L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIx
OCUiPjxmb250IGNvbG9yPSIjRkYwMDAwIiBzaXplPTM+aW4gMTggbWluczwvZm9udD48L3Rk
PjwvdHI+PC90YWJsZT4KPHRhYmxlIHdpZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRl
cj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xvcj0iI0ZGRkZGRiI+Cjx0cj48dGQgYWxpZ249ImNl
bnRlciIgdmFsaWduPSJtaWRkbGUiIHdpZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJl
Zj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZp
dGVtPTYwMTA5OTYwNyNERVNDIj48aW1nIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgYm9yZGVy
PSIwIiBzcmM9Imh0dHA6Ly90aHVtYnMuZWJheS5jb20vcGljdC82MDEwOTk2MDcuanBnIj48
L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6
ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/
Vmlld0l0ZW0maXRlbT02MDEwOTk2MDciPlNVWlVLSSBTViA2NTAgSEVBRExJR0hUIEJVQ0tF
VCBBTkQgTEVOU0U8L2E+PC9mb250Pgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20v
aGVscC9iYXNpY3MvZy1nYWxsZXJ5Lmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTE2IGJv
cmRlcj0wIGFsdD0iR2FsbGVyeSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNz
L2xzdC9nYWwuZ2lmIj48L2E+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxp
Z249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQ1MC4wMDwvYj48L2ZvbnQ+
PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRo
PSI1JSI+PGZvbnQgc2l6ZT0zPjE8L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFs
aWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IGNvbG9yPSIjRkYwMDAwIiBzaXplPTM+aW4g
MjAgbWluczwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdpZHRoPSIxMDAlIiBj
ZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xvcj0iI0VGRUZFRiI+
Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIHdpZHRoPSIxMiUiPjxm
b250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFzaWNz
L2ctcGljLmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTY0IGJvcmRlcj0wIGFsdD0iW1Bp
Y3R1cmUhXSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9fcF9fNjR4
MTUuZ2lmIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjU0JSI+
PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJ
U0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5MzE4MDciPlBhcnRzNCBIYXJsZXkgQ2hyb21l
IDUgMy80IEluY2ggSGVhZGxpZ2h0IE5FVzwvYT48L2ZvbnQ+CjwvdGQ+Cjx0ZCBub3dyYXAg
YWxpZ249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxi
PiQ0OS45NTwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIg
dmFsaWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjI8L2ZvbnQ+PC90ZD48dGQg
YWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IGNvbG9yPSIj
RkYwMDAwIiBzaXplPTM+aW4gMjAgbWluczwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRh
YmxlIHdpZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAg
Ymdjb2xvcj0iI0ZGRkZGRiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRk
bGUiIHdpZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmVi
YXkuY29tL2hlbHAvYmFzaWNzL2ctcGljLmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTY0
IGJvcmRlcj0wIGFsdD0iW1BpY3R1cmUhXSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9h
dy9waWNzL2xzdC9fcF9fNjR4MTUuZ2lmIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxpZ249
InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJh
eS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5MzE4NjkiPk1P
UEFSIDcwIFJSIEdUWCBTQVRMSVRURSBIRUFETElHSFQgUklOR1M8L2E+PC9mb250Pgo8YSBo
cmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1iaWxscG9pbnQuaHRt
bCI+PGltZyBoZWlnaHQ9MTQgd2lkdGg9MTYgYm9yZGVyPTAgYWx0PSJlQmF5IE9ubGluZSBQ
YXltZW50cyBieSBCaWxscG9pbnQiIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGlj
cy9iaWxscG9pbnQvYnBfMTZ4MTUuZ2lmIj48L2E+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249
InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQxNS4w
MDwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWdu
PSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPi08L2ZvbnQ+PC90ZD48dGQgYWxpZ249
ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IGNvbG9yPSIjRkYwMDAw
IiBzaXplPTM+aW4gMjEgbWluczwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdp
ZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xv
cj0iI0VGRUZFRiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIHdp
ZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9h
dy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDkzMjM0MyNERVNDIj48aW1n
IHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgYm9yZGVyPSIwIiBzcmM9Imh0dHA6Ly90aHVtYnMu
ZWJheS5jb20vcGljdC82MDA5MzIzNDMuanBnIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxp
Z249InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2ku
ZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5MzIzNDMi
PkhJRCBYRU5PTiBTVVBFUiBXSElURSBIRUFETElHSFQgQlVMQiA5MDA2IERVVDwvYT48L2Zv
bnQ+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLWdhbGxl
cnkuaHRtbCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9MTYgYm9yZGVyPTAgYWx0PSJHYWxsZXJ5
IiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbHN0L2dhbC5naWYiPjwvYT4K
PC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0icmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTEl
Ij48Zm9udCBzaXplPTM+PGI+JDE0Ljk5PC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0
ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+
MTwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4
JSI+PGZvbnQgY29sb3I9IiNGRjAwMDAiIHNpemU9Mz5pbiAyNCBtaW5zPC9mb250PjwvdGQ+
PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVy
PTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9yPSIjRkZGRkZGIj4KPHRyPjx0ZCBhbGlnbj0iY2Vu
dGVyIiB2YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVm
PSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0
ZW09NjAwOTMyMzg1I0RFU0MiPjxpbWcgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiBib3JkZXI9
IjAiIHNyYz0iaHR0cDovL3RodW1icy5lYmF5LmNvbS9waWN0LzYwMDkzMjM4NS5qcGciPjwv
YT4KPC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXpl
PTM+PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9W
aWV3SXRlbSZpdGVtPTYwMDkzMjM4NSI+SElEIFhFTk9OIFNVUEVSIFdISVRFIEhFQURMSUdI
VCBCVUxCIDkwMDUgRFVUPC9hPjwvZm9udD4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXku
Y29tL2hlbHAvYmFzaWNzL2ctZ2FsbGVyeS5odG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD0x
NiBib3JkZXI9MCBhbHQ9IkdhbGxlcnkiIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcv
cGljcy9sc3QvZ2FsLmdpZiI+PC9hPgo8L3RkPgo8dGQgbm93cmFwIGFsaWduPSJyaWdodCIg
dmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxmb250IHNpemU9Mz48Yj4kMTQuOTk8L2I+PC9m
b250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3
aWR0aD0iNSUiPjxmb250IHNpemU9Mz4yPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIi
IHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9udCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0z
PmluIDI0IG1pbnM8L2ZvbnQ+PC90ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAw
JSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9IiNFRkVG
RUYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIl
Ij48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VC
YXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5MzI0NTcjREVTQyI+PGltZyB3aWR0aD0i
NjQiIGhlaWdodD0iNjQiIGJvcmRlcj0iMCIgc3JjPSJodHRwOi8vdGh1bWJzLmViYXkuY29t
L3BpY3QvNjAwOTMyNDU3LmpwZyI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWduPSJ0b3Ai
IHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29t
L2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTMyNDU3Ij5ISUQgWEVO
T04gU1VQRVIgV0hJVEUgSEVBRExJR0hUIEJVTEIgOTAwNCBEVVQ8L2E+PC9mb250Pgo8YSBo
cmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1nYWxsZXJ5Lmh0bWwi
PjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTE2IGJvcmRlcj0wIGFsdD0iR2FsbGVyeSIgc3JjPSJo
dHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9nYWwuZ2lmIj48L2E+CjwvdGQ+Cjx0
ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQg
c2l6ZT0zPjxiPiQxNC45OTwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249
ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjE8L2ZvbnQ+
PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250
IGNvbG9yPSIjRkYwMDAwIiBzaXplPTM+aW4gMjQgbWluczwvZm9udD48L3RkPjwvdHI+PC90
YWJsZT4KPHRhYmxlIHdpZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxz
cGFjaW5nPTAgYmdjb2xvcj0iI0ZGRkZGRiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFs
aWduPSJtaWRkbGUiIHdpZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDov
L2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTEwNjY5
NjM4NTMjREVTQyI+PGltZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIGJvcmRlcj0iMCIgc3Jj
PSJodHRwOi8vdGh1bWJzLmViYXkuY29tL3BpY3QvMTA2Njk2Mzg1My5qcGciPjwvYT4KPC9m
b250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEg
aHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRl
bSZpdGVtPTEwNjY5NjM4NTMiPk1HIENIUk9NRSBNRVNIIEhFQURMSUdIVCBHVUFSRFMsIFBB
SVI8L2E+PC9mb250Pgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNp
Y3MvZy1nYWxsZXJ5Lmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTE2IGJvcmRlcj0wIGFs
dD0iR2FsbGVyeSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9nYWwu
Z2lmIj48L2E+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9n
LWJpbGxwb2ludC5odG1sIj48aW1nIGhlaWdodD0xNCB3aWR0aD0xNiBib3JkZXI9MCBhbHQ9
ImVCYXkgT25saW5lIFBheW1lbnRzIGJ5IEJpbGxwb2ludCIgc3JjPSJodHRwOi8vcGljcy5l
YmF5LmNvbS9hdy9waWNzL2JpbGxwb2ludC9icF8xNngxNS5naWYiPjwvYT4KPGEgaHJlZj0i
aHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVt
PTEwNjY5NjM4NTMiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTU0IGJvcmRlcj0wIGFsdD0iZUJh
eSBCdXkgSXQgTm93IEl0ZW0hIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3Mv
cHJvbW8vaG9saWRheS9idXlJdE5vd18xNXg1NC5naWYiPjwvYT4KPC90ZD4KPHRkIG5vd3Jh
cCBhbGlnbj0icmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXplPTM+
PGI+JDE0Ljk1PC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVy
IiB2YWxpZ249InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+LTwvZm9udD48L3RkPjx0
ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgY29sb3I9
IiNGRjAwMDAiIHNpemU9Mz5pbiAyNSBtaW5zPC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8
dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNwYWNpbmc9
MCBiZ2NvbG9yPSIjRUZFRkVGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1p
ZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRwOi8vcGFnZXMu
ZWJheS5jb20vaGVscC9iYXNpY3MvZy1waWMuaHRtbCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9
NjQgYm9yZGVyPTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29t
L2F3L3BpY3MvbHN0L19wX182NHgxNS5naWYiPjwvYT4KPC9mb250PjwvdGQ+PHRkIHZhbGln
bj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0cDovL2NnaS5l
YmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDkzMjU5OSI+
R0wgMTUwMCBHb2xkIFdpbmcgSGVhZExpZ2h0IGFzc21ibHk8L2E+PC9mb250Pgo8L3RkPgo8
dGQgbm93cmFwIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxmb250
IHNpemU9Mz48Yj4kNTEuMDA8L2I+PC9mb250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWdu
PSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUiPjxmb250IHNpemU9Mz4zPC9mb250
PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9u
dCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0zPmluIDI3IG1pbnM8L2ZvbnQ+PC90ZD48L3RyPjwv
dGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBjZWxs
c3BhY2luZz0wIGJnY29sb3I9IiNGRkZGRkYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZh
bGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIlIj48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6
Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLXBpYy5odG1sIj48aW1nIGhlaWdodD0x
NSB3aWR0aD02NCBib3JkZXI9MCBhbHQ9IltQaWN0dXJlIV0iIHNyYz0iaHR0cDovL3BpY3Mu
ZWJheS5jb20vYXcvcGljcy9sc3QvX3BfXzY0eDE1LmdpZiI+PC9hPgo8L2ZvbnQ+PC90ZD48
dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRw
Oi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAw
OTMzNTA1Ij4xOTcyIEhvbmRhIENUNzAgVHJhaWwgSGVhZGxpZ2h0IFdhbnRhIFNlZTwvYT48
L2ZvbnQ+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lk
dGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQ2Ljk5PC9iPjwvZm9udD48L3RkPjwvZm9udD48
L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjUlIj48Zm9udCBz
aXplPTM+MTwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lk
dGg9IjE4JSI+PGZvbnQgY29sb3I9IiNGRjAwMDAiIHNpemU9Mz5pbiAzMiBtaW5zPC9mb250
PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQg
Ym9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9yPSIjRUZFRkVGIj4KPHRyPjx0ZCBhbGln
bj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8
YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1waWMuaHRtbCI+
PGltZyBoZWlnaHQ9MTUgd2lkdGg9NjQgYm9yZGVyPTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9
Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbHN0L19wX182NHgxNS5naWYiPjwvYT4K
PC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+
PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3
SXRlbSZpdGVtPTYwMDkzNDIzMSI+MTk2NC0xOTY3IENvcnZldHRlIGhlYWRsaWdodCBwYXJ0
czwvYT48L2ZvbnQ+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxpZ249InRv
cCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQxMTMuMDA8L2I+PC9mb250PjwvdGQ+
PC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUi
Pjxmb250IHNpemU9Mz4xNTwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249
InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgY29sb3I9IiNGRjAwMDAiIHNpemU9Mz5pbiAzNyBt
aW5zPC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxw
YWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9yPSIjRkZGRkZGIj4KPHRy
Pjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQg
c2l6ZT0zPgo8aW1nIGhlaWdodD0xNSB3aWR0aD02NCBib3JkZXI9MCBzcmM9Imh0dHA6Ly9w
aWNzLmViYXkuY29tL2F3L3BpY3MvbHN0L19fX182NHgxNS5naWYiPgo8L2ZvbnQ+PC90ZD48
dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRw
Oi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAw
OTM0NDEzIj4nNjkgQ0FNQVJPIFJTIE5PUyBIRUFETElHSFQgU1dJVENIPC9hPjwvZm9udD4K
PC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0icmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTEl
Ij48Zm9udCBzaXplPTM+PGI+JDUwLjAwPC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0
ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+
MTwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4
JSI+PGZvbnQgY29sb3I9IiNGRjAwMDAiIHNpemU9Mz5pbiAzOSBtaW5zPC9mb250PjwvdGQ+
PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVy
PTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9yPSIjRUZFRkVGIj4KPHRyPjx0ZCBhbGlnbj0iY2Vu
dGVyIiB2YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVm
PSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0
ZW09NjAwOTM0NzQzI0RFU0MiPjxpbWcgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiBib3JkZXI9
IjAiIHNyYz0iaHR0cDovL3RodW1icy5lYmF5LmNvbS9waWN0LzYwMDkzNDc0My5qcGciPjwv
YT4KPC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXpl
PTM+PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9W
aWV3SXRlbSZpdGVtPTYwMDkzNDc0MyI+SElEIFhFTk9OIFNVUEVSIFdISVRFIEhFQURMSUdI
VCBCVUxCIDkwMDcgRFVUPC9hPjwvZm9udD4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXku
Y29tL2hlbHAvYmFzaWNzL2ctZ2FsbGVyeS5odG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD0x
NiBib3JkZXI9MCBhbHQ9IkdhbGxlcnkiIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcv
cGljcy9sc3QvZ2FsLmdpZiI+PC9hPgo8L3RkPgo8dGQgbm93cmFwIGFsaWduPSJyaWdodCIg
dmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxmb250IHNpemU9Mz48Yj4kMTYuOTk8L2I+PC9m
b250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3
aWR0aD0iNSUiPjxmb250IHNpemU9Mz4xPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIi
IHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9udCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0z
PmluIDM5IG1pbnM8L2ZvbnQ+PC90ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAw
JSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9IiNGRkZG
RkYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIl
Ij48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jh
c2ljcy9nLXBpYy5odG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD02NCBib3JkZXI9MCBhbHQ9
IltQaWN0dXJlIV0iIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9sc3QvX3Bf
XzY0eDE1LmdpZiI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1
NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9l
QmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTM1ODI5Ij4wMSBtaXRzdWJpc2hpIGVj
bGlwc2UgT0VNIGhlYWRsaWdodDwvYT48L2ZvbnQ+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249
InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQzMC4w
MDwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWdu
PSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjE8L2ZvbnQ+PC90ZD48dGQgYWxpZ249
ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IGNvbG9yPSIjRkYwMDAw
IiBzaXplPTM+aW4gNDYgbWluczwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdp
ZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xv
cj0iI0VGRUZFRiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIHdp
ZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9h
dy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDkzNTg5NiNERVNDIj48aW1n
IHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgYm9yZGVyPSIwIiBzcmM9Imh0dHA6Ly90aHVtYnMu
ZWJheS5jb20vcGljdC82MDA5MzU4OTYuanBnIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxp
Z249InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2ku
ZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5MzU4OTYi
PkhFQURMSUdIVCBjb3ZlcnMgRk9SRCBXaW5kc3RhciA5NC05NzwvYT48L2ZvbnQ+CjxhIGhy
ZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLWdhbGxlcnkuaHRtbCI+
PGltZyBoZWlnaHQ9MTUgd2lkdGg9MTYgYm9yZGVyPTAgYWx0PSJHYWxsZXJ5IiBzcmM9Imh0
dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbHN0L2dhbC5naWYiPjwvYT4KPGEgaHJlZj0i
aHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFzaWNzL2ctYmlsbHBvaW50Lmh0bWwiPjxp
bWcgaGVpZ2h0PTE0IHdpZHRoPTE2IGJvcmRlcj0wIGFsdD0iZUJheSBPbmxpbmUgUGF5bWVu
dHMgYnkgQmlsbHBvaW50IiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvYmls
bHBvaW50L2JwXzE2eDE1LmdpZiI+PC9hPgo8L3RkPgo8dGQgbm93cmFwIGFsaWduPSJyaWdo
dCIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxmb250IHNpemU9Mz48Yj4kMTkuMDA8L2I+
PC9mb250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9w
IiB3aWR0aD0iNSUiPjxmb250IHNpemU9Mz4tPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50
ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9udCBjb2xvcj0iI0ZGMDAwMCIgc2l6
ZT0zPmluIDQ2IG1pbnM8L2ZvbnQ+PC90ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0i
MTAwJSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9IiNG
RkZGRkYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0i
MTIlIj48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dp
L2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5MzU5NTYjREVTQyI+PGltZyB3aWR0
aD0iNjQiIGhlaWdodD0iNjQiIGJvcmRlcj0iMCIgc3JjPSJodHRwOi8vdGh1bWJzLmViYXku
Y29tL3BpY3QvNjAwOTM1OTU2LmpwZyI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWduPSJ0
b3AiIHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmViYXku
Y29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTM1OTU2Ij5IRUFE
TElHSFQgY292ZXJzIEdNQyBGcyBQaWNrdXAgOTQtOTkgWXVrb24gQ0w8L2E+PC9mb250Pgo8
YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1nYWxsZXJ5Lmh0
bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTE2IGJvcmRlcj0wIGFsdD0iR2FsbGVyeSIgc3Jj
PSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9nYWwuZ2lmIj48L2E+CjxhIGhy
ZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLWJpbGxwb2ludC5odG1s
Ij48aW1nIGhlaWdodD0xNCB3aWR0aD0xNiBib3JkZXI9MCBhbHQ9ImVCYXkgT25saW5lIFBh
eW1lbnRzIGJ5IEJpbGxwb2ludCIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNz
L2JpbGxwb2ludC9icF8xNngxNS5naWYiPjwvYT4KPC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0i
cmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXplPTM+PGI+JDE5LjAw
PC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249
InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+MTwvZm9udD48L3RkPjx0ZCBhbGlnbj0i
Y2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgY29sb3I9IiNGRjAwMDAi
IHNpemU9Mz5pbiA0NyBtaW5zPC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lk
dGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9y
PSIjRUZFRkVGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lk
dGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3
LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTM2MDY2I0RFU0MiPjxpbWcg
d2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiBib3JkZXI9IjAiIHNyYz0iaHR0cDovL3RodW1icy5l
YmF5LmNvbS9waWN0LzYwMDkzNjA2Ni5qcGciPjwvYT4KPC9mb250PjwvdGQ+PHRkIHZhbGln
bj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0cDovL2NnaS5l
YmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDkzNjA2NiI+
SEVBRExJR0hUIGNvdmVycyBUT1lPVEEgQ2FtcnkgOTItOTQgQ0xFQVI8L2E+PC9mb250Pgo8
YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1nYWxsZXJ5Lmh0
bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTE2IGJvcmRlcj0wIGFsdD0iR2FsbGVyeSIgc3Jj
PSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9nYWwuZ2lmIj48L2E+CjxhIGhy
ZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLWJpbGxwb2ludC5odG1s
Ij48aW1nIGhlaWdodD0xNCB3aWR0aD0xNiBib3JkZXI9MCBhbHQ9ImVCYXkgT25saW5lIFBh
eW1lbnRzIGJ5IEJpbGxwb2ludCIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNz
L2JpbGxwb2ludC9icF8xNngxNS5naWYiPjwvYT4KPC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0i
cmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXplPTM+PGI+JDE5LjAw
PC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249
InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+LTwvZm9udD48L3RkPjx0ZCBhbGlnbj0i
Y2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgY29sb3I9IiNGRjAwMDAi
IHNpemU9Mz5pbiA0OCBtaW5zPC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lk
dGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9y
PSIjRkZGRkZGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lk
dGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20v
aGVscC9iYXNpY3MvZy1waWMuaHRtbCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9NjQgYm9yZGVy
PTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3Mv
bHN0L19wX182NHgxNS5naWYiPjwvYT4KPC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3
aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9h
dy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDkzNjE3NiI+OTYtMjAwMCBD
SFJZU0xFUiBTRUJSSU5HIENPTlYgUklHSFQgSEVBRExJR0hUPC9hPjwvZm9udD4KPC90ZD4K
PHRkIG5vd3JhcCBhbGlnbj0icmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9u
dCBzaXplPTM+PGI+JDEyNS4wMDwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxp
Z249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjEwPC9m
b250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48
Zm9udCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0zPmluIDQ5IG1pbnM8L2ZvbnQ+PC90ZD48L3Ry
PjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBj
ZWxsc3BhY2luZz0wIGJnY29sb3I9IiNFRkVGRUYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIi
IHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIlIj48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0
dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLXBpYy5odG1sIj48aW1nIGhlaWdo
dD0xNSB3aWR0aD02NCBib3JkZXI9MCBhbHQ9IltQaWN0dXJlIV0iIHNyYz0iaHR0cDovL3Bp
Y3MuZWJheS5jb20vYXcvcGljcy9sc3QvX3BfXzY0eDE1LmdpZiI+PC9hPgo8L2ZvbnQ+PC90
ZD48dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJo
dHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09
NjAwOTM2MzQ2Ij5Ib25kYSBDQlIgOTAwUlIgSGVhZGxpZ2h0PC9hPjwvZm9udD4KPGEgaHJl
Zj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFzaWNzL2ctYmlsbHBvaW50Lmh0bWwi
PjxpbWcgaGVpZ2h0PTE0IHdpZHRoPTE2IGJvcmRlcj0wIGFsdD0iZUJheSBPbmxpbmUgUGF5
bWVudHMgYnkgQmlsbHBvaW50IiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3Mv
YmlsbHBvaW50L2JwXzE2eDE1LmdpZiI+PC9hPgo8L3RkPgo8dGQgbm93cmFwIGFsaWduPSJy
aWdodCIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxmb250IHNpemU9Mz48Yj4kOTkuOTk8
L2I+PC9mb250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0i
dG9wIiB3aWR0aD0iNSUiPjxmb250IHNpemU9Mz4tPC9mb250PjwvdGQ+PHRkIGFsaWduPSJj
ZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9udCBjb2xvcj0iI0ZGMDAwMCIg
c2l6ZT0zPmluIDUwIG1pbnM8L2ZvbnQ+PC90ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSB3aWR0
aD0iMTAwJSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9
IiNGRkZGRkYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0
aD0iMTIlIj48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9o
ZWxwL2Jhc2ljcy9nLXBpYy5odG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD02NCBib3JkZXI9
MCBhbHQ9IltQaWN0dXJlIV0iIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9s
c3QvX3BfXzY0eDE1LmdpZiI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWduPSJ0b3AiIHdp
ZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3
LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTM2MzgxIj5IZWFkbGlnaHQg
Zm9yIGEgVmludGFnZSBGb3JkIHdpdGggU2NyaXB0IExlbnM8L2E+PC9mb250Pgo8L3RkPgo8
dGQgbm93cmFwIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxmb250
IHNpemU9Mz48Yj4kMTkuOTk8L2I+PC9mb250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWdu
PSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUiPjxmb250IHNpemU9Mz4xPC9mb250
PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9u
dCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0zPmluIDUxIG1pbnM8L2ZvbnQ+PC90ZD48L3RyPjwv
dGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBjZWxs
c3BhY2luZz0wIGJnY29sb3I9IiNFRkVGRUYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZh
bGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIlIj48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6
Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLXBpYy5odG1sIj48aW1nIGhlaWdodD0x
NSB3aWR0aD02NCBib3JkZXI9MCBhbHQ9IltQaWN0dXJlIV0iIHNyYz0iaHR0cDovL3BpY3Mu
ZWJheS5jb20vYXcvcGljcy9sc3QvX3BfXzY0eDE1LmdpZiI+PC9hPgo8L2ZvbnQ+PC90ZD48
dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRw
Oi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAx
MTA0NzIxIj5YRU5PTiBBREogSEVBRExJR0hUIFNUUk9CRVMgNSBDT0xPUiwgRzQsIEhPVCE8
L2E+PC9mb250Pgo8YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNB
UEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAxMTA0NzIxIj48aW1nIGhlaWdodD0xNSB3aWR0aD01
NCBib3JkZXI9MCBhbHQ9ImVCYXkgQnV5IEl0IE5vdyBJdGVtISIgc3JjPSJodHRwOi8vcGlj
cy5lYmF5LmNvbS9hdy9waWNzL3Byb21vL2hvbGlkYXkvYnV5SXROb3dfMTV4NTQuZ2lmIj48
L2E+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9
IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQxOS45NTwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90
ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6
ZT0zPi08L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRo
PSIxOCUiPjxmb250IGNvbG9yPSIjRkYwMDAwIiBzaXplPTM+aW4gNTIgbWluczwvZm9udD48
L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdpZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJv
cmRlcj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xvcj0iI0ZGRkZGRiI+Cjx0cj48dGQgYWxpZ249
ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIHdpZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEg
aHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFzaWNzL2ctcGljLmh0bWwiPjxp
bWcgaGVpZ2h0PTE1IHdpZHRoPTY0IGJvcmRlcj0wIGFsdD0iW1BpY3R1cmUhXSIgc3JjPSJo
dHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9fcF9fNjR4MTUuZ2lmIj48L2E+Cjwv
Zm9udD48L3RkPjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6ZT0zPjxh
IGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0
ZW0maXRlbT02MDA5MzY2NjQiPjk5IGhvbmRhIGFjY29yZCBoZWFkbGlnaHQgT0VNPC9hPjwv
Zm9udD4KPC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0icmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0
aD0iMTElIj48Zm9udCBzaXplPTM+PGI+JDQ2LjAwPC9iPjwvZm9udD48L3RkPjwvZm9udD48
L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjUlIj48Zm9udCBz
aXplPTM+NzwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lk
dGg9IjE4JSI+PGZvbnQgY29sb3I9IiNGRjAwMDAiIHNpemU9Mz5pbiA1MyBtaW5zPC9mb250
PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQg
Ym9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9yPSIjRUZFRkVGIj4KPHRyPjx0ZCBhbGln
bj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8
YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJ
dGVtJml0ZW09NjAwOTM3MjIyI0RFU0MiPjxpbWcgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiBi
b3JkZXI9IjAiIHNyYz0iaHR0cDovL3RodW1icy5lYmF5LmNvbS9waWN0LzYwMDkzNzIyMi5q
cGciPjwvYT4KPC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9u
dCBzaXplPTM+PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJ
LmRsbD9WaWV3SXRlbSZpdGVtPTYwMDkzNzIyMiI+TWVyY2VkZXMgQmVueiBIZWFkbGlnaHQg
QXNzZW1ibHkgKDEyNik8L2E+PC9mb250Pgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5j
b20vaGVscC9iYXNpY3MvZy1nYWxsZXJ5Lmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTE2
IGJvcmRlcj0wIGFsdD0iR2FsbGVyeSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9w
aWNzL2xzdC9nYWwuZ2lmIj48L2E+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2
YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQ4Mi4wMDwvYj48L2Zv
bnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdp
ZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjEzPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIi
IHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9udCBjb2xvcj0iI0ZGMDAwMCIgc2l6ZT0z
PmluIDU2IG1pbnM8L2ZvbnQ+PC90ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAw
JSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9IiNGRkZG
RkYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIl
Ij48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jh
c2ljcy9nLXBpYy5odG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD02NCBib3JkZXI9MCBhbHQ9
IltQaWN0dXJlIV0iIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9sc3QvX3Bf
XzY0eDE1LmdpZiI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1
NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9l
QmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTM3NDU4Ij5IWVVOREFJIEFDQ0VOVCA5
NS05NyBSaWdodCBIRUFETElHSFQgQXNzZW1ibHk8L2E+PC9mb250Pgo8YSBocmVmPSJodHRw
Oi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1iaWxscG9pbnQuaHRtbCI+PGltZyBo
ZWlnaHQ9MTQgd2lkdGg9MTYgYm9yZGVyPTAgYWx0PSJlQmF5IE9ubGluZSBQYXltZW50cyBi
eSBCaWxscG9pbnQiIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9iaWxscG9p
bnQvYnBfMTZ4MTUuZ2lmIj48L2E+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2
YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQyNC45NTwvYj48L2Zv
bnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdp
ZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjE8L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIg
dmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IGNvbG9yPSIjRkYwMDAwIiBzaXplPTM+
aW4gNTcgbWluczwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdpZHRoPSIxMDAl
IiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xvcj0iI0VGRUZF
RiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIHdpZHRoPSIxMiUi
Pjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFz
aWNzL2ctcGljLmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTY0IGJvcmRlcj0wIGFsdD0i
W1BpY3R1cmUhXSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9fcF9f
NjR4MTUuZ2lmIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjU0
JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VC
YXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5Mzc4NDQiPjk0IGNvdWdhciBkcml2ZXIg
c2lkZSBPRU0gaGVhZGxpZ2h0PC9hPjwvZm9udD4KPC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0i
cmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXplPTM+PGI+JDEyLjUw
PC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249
InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+MjwvZm9udD48L3RkPjx0ZCBhbGlnbj0i
Y2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgY29sb3I9IiNGRjAwMDAi
IHNpemU9Mz5pbiA1OSBtaW5zPC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lk
dGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9y
PSIjRkZGRkZGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lk
dGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20v
aGVscC9iYXNpY3MvZy1waWMuaHRtbCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9NjQgYm9yZGVy
PTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3Mv
bHN0L19wX182NHgxNS5naWYiPjwvYT4KPC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3
aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9h
dy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDkzODMzMyI+SFlVTkRBSSBB
Q0NFTlQgOTUtOTcgTGVmdCBIRUFETElHSFQgQXNzZW1ibHk8L2E+PC9mb250Pgo8YSBocmVm
PSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1iaWxscG9pbnQuaHRtbCI+
PGltZyBoZWlnaHQ9MTQgd2lkdGg9MTYgYm9yZGVyPTAgYWx0PSJlQmF5IE9ubGluZSBQYXlt
ZW50cyBieSBCaWxscG9pbnQiIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9i
aWxscG9pbnQvYnBfMTZ4MTUuZ2lmIj48L2E+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJp
Z2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQyNC45NTwv
Yj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0
b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjE8L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNl
bnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IHNpemU9Mz5KYW4tMjkgMTk6
MzU8L2ZvbnQ+PC90ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBh
ZGRpbmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9IiNFRkVGRUYiPgo8dHI+
PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIlIj48Zm9udCBz
aXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLXBp
Yy5odG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD02NCBib3JkZXI9MCBhbHQ9IltQaWN0dXJl
IV0iIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9sc3QvX3BfXzY0eDE1Lmdp
ZiI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250
IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEku
ZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTM4NzczIj4xOTY2IEhlYWRsaWdodCBEb29yOyBOT1M7
IEJpZyBTZXJpZXMhITwvYT48L2ZvbnQ+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0
IiB2YWxpZ249InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQxOS45OTwvYj48
L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3Ai
IHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPjE8L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRl
ciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IHNpemU9Mz5KYW4tMjkgMTk6Mzc8
L2ZvbnQ+PC90ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBhZGRp
bmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9IiNGRkZGRkYiPgo8dHI+PHRk
IGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIlIj48Zm9udCBzaXpl
PTM+CjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/
Vmlld0l0ZW0maXRlbT02MDExMDY4ODAjREVTQyI+PGltZyB3aWR0aD0iNjQiIGhlaWdodD0i
NjQiIGJvcmRlcj0iMCIgc3JjPSJodHRwOi8vdGh1bWJzLmViYXkuY29tL3BpY3QvNjAxMTA2
ODgwLmpwZyI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUi
Pjxmb250IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5
SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAxMTA2ODgwIj5TVVpVS0kgR1NYUiA5Ni05OSA2
MDAvNzUwIEhFQURMSUdIVDwvYT48L2ZvbnQ+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5lYmF5
LmNvbS9oZWxwL2Jhc2ljcy9nLWdhbGxlcnkuaHRtbCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9
MTYgYm9yZGVyPTAgYWx0PSJHYWxsZXJ5IiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3
L3BpY3MvbHN0L2dhbC5naWYiPjwvYT4KPC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0icmlnaHQi
IHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXplPTM+PGI+JDQxLjAwPC9iPjwv
Zm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIg
d2lkdGg9IjUlIj48Zm9udCBzaXplPTM+MzwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVy
IiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgc2l6ZT0zPkphbi0yOSAxOTozODwv
Zm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdpZHRoPSIxMDAlIiBjZWxscGFkZGlu
Zz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xvcj0iI0VGRUZFRiI+Cjx0cj48dGQg
YWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIHdpZHRoPSIxMiUiPjxmb250IHNpemU9
Mz4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFzaWNzL2ctcGljLmh0
bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTY0IGJvcmRlcj0wIGFsdD0iW1BpY3R1cmUhXSIg
c3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9fcF9fNjR4MTUuZ2lmIj48
L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6
ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/
Vmlld0l0ZW0maXRlbT02MDA5Mzg5NDAiPjk3LTAwIG1hbGlidSBoZWFkbGlnaHQgT0VNPC9h
PjwvZm9udD4KPC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0icmlnaHQiIHZhbGlnbj0idG9wIiB3
aWR0aD0iMTElIj48Zm9udCBzaXplPTM+PGI+JDEwLjAwPC9iPjwvZm9udD48L3RkPjwvZm9u
dD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjUlIj48Zm9u
dCBzaXplPTM+MTwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIg
d2lkdGg9IjE4JSI+PGZvbnQgc2l6ZT0zPkphbi0yOSAxOTozODwvZm9udD48L3RkPjwvdHI+
PC90YWJsZT4KPHRhYmxlIHdpZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNl
bGxzcGFjaW5nPTAgYmdjb2xvcj0iI0ZGRkZGRiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIg
dmFsaWduPSJtaWRkbGUiIHdpZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0
cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFzaWNzL2ctcGljLmh0bWwiPjxpbWcgaGVpZ2h0
PTE1IHdpZHRoPTY0IGJvcmRlcj0wIGFsdD0iW1BpY3R1cmUhXSIgc3JjPSJodHRwOi8vcGlj
cy5lYmF5LmNvbS9hdy9waWNzL2xzdC9fcF9fNjR4MTUuZ2lmIj48L2E+CjwvZm9udD48L3Rk
Pjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0
dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02
MDEyNTAzNTEiPkJJTExFVCBRVUFSVFogSEVBRExJR0hUIDQgSEFSTEVZIFVTRTwvYT48L2Zv
bnQ+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9
IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQxMTkuMDA8L2I+PC9mb250PjwvdGQ+PC9mb250Pjwv
dGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUiPjxmb250IHNp
emU9Mz4xPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0
aD0iMTglIj48Zm9udCBzaXplPTM+SmFuLTI5IDE5OjQwPC9mb250PjwvdGQ+PC90cj48L3Rh
YmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNw
YWNpbmc9MCBiZ2NvbG9yPSIjRUZFRkVGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxp
Z249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRwOi8v
cGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1waWMuaHRtbCI+PGltZyBoZWlnaHQ9MTUg
d2lkdGg9NjQgYm9yZGVyPTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9Imh0dHA6Ly9waWNzLmVi
YXkuY29tL2F3L3BpY3MvbHN0L19wX182NHgxNS5naWYiPjwvYT4KPC9mb250PjwvdGQ+PHRk
IHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0cDov
L2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDk0
MDE3MiI+U2FhYiA5MDAgUkggSGVhZGxpZ2h0IDE5ODctMTk5MDwvYT48L2ZvbnQ+CjxhIGhy
ZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0m
aXRlbT02MDA5NDAxNzIiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTU0IGJvcmRlcj0wIGFsdD0i
ZUJheSBCdXkgSXQgTm93IEl0ZW0hIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3Bp
Y3MvcHJvbW8vaG9saWRheS9idXlJdE5vd18xNXg1NC5naWYiPjwvYT4KPC90ZD4KPHRkIG5v
d3JhcCBhbGlnbj0icmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXpl
PTM+PGI+JDM0Ljk1PC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2Vu
dGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+LTwvZm9udD48L3Rk
Pjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgc2l6
ZT0zPkphbi0yOSAxOTo0NTwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdpZHRo
PSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xvcj0i
I0ZGRkZGRiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIHdpZHRo
PSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hl
bHAvYmFzaWNzL2ctcGljLmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTY0IGJvcmRlcj0w
IGFsdD0iW1BpY3R1cmUhXSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xz
dC9fcF9fNjR4MTUuZ2lmIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxpZ249InRvcCIgd2lk
dGg9IjU0JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXct
Y2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5NDA1MzYiPk1lcmN1cnkgU2Fi
bGUgUkggSGVhZGxpZ2h0IDE5ODktMTk5MSBDbGVhcjwvYT48L2ZvbnQ+CjxhIGhyZWY9Imh0
dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02
MDA5NDA1MzYiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTU0IGJvcmRlcj0wIGFsdD0iZUJheSBC
dXkgSXQgTm93IEl0ZW0hIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvcHJv
bW8vaG9saWRheS9idXlJdE5vd18xNXg1NC5naWYiPjwvYT4KPC90ZD4KPHRkIG5vd3JhcCBh
bGlnbj0icmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXplPTM+PGI+
JDM0Ljk1PC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2
YWxpZ249InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+LTwvZm9udD48L3RkPjx0ZCBh
bGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgc2l6ZT0zPkph
bi0yOSAxOTo0NzwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdpZHRoPSIxMDAl
IiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xvcj0iI0VGRUZF
RiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIHdpZHRoPSIxMiUi
Pjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFz
aWNzL2ctcGljLmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTY0IGJvcmRlcj0wIGFsdD0i
W1BpY3R1cmUhXSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9fcF9f
NjR4MTUuZ2lmIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjU0
JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VC
YXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5NDA3ODkiPkJyZWV6ZSBDaXJydXMgU3Ry
YXR1cyBMSCBIZWFkbGlnaHQgMTk5NS0xOTk2PC9hPjwvZm9udD4KPGEgaHJlZj0iaHR0cDov
L2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDk0
MDc4OSI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9NTQgYm9yZGVyPTAgYWx0PSJlQmF5IEJ1eSBJ
dCBOb3cgSXRlbSEiIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9wcm9tby9o
b2xpZGF5L2J1eUl0Tm93XzE1eDU0LmdpZiI+PC9hPgo8L3RkPgo8dGQgbm93cmFwIGFsaWdu
PSJyaWdodCIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxmb250IHNpemU9Mz48Yj4kNDQu
OTU8L2I+PC9mb250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGln
bj0idG9wIiB3aWR0aD0iNSUiPjxmb250IHNpemU9Mz4tPC9mb250PjwvdGQ+PHRkIGFsaWdu
PSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9udCBzaXplPTM+SmFuLTI5
IDE5OjQ4PC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNl
bGxwYWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9yPSIjRkZGRkZGIj4K
PHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZv
bnQgc2l6ZT0zPgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3Mv
Zy1waWMuaHRtbCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9NjQgYm9yZGVyPTAgYWx0PSJbUGlj
dHVyZSFdIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbHN0L19wX182NHgx
NS5naWYiPjwvYT4KPC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48
Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlT
QVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDk0MTAzNSI+Vm9sdm8gNzQwIDc2MCBMSCBIZWFk
bGlnaHQgMTk5MC0xOTk1PC9hPjwvZm9udD4KPGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNv
bS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDk0MTAzNSI+PGltZyBo
ZWlnaHQ9MTUgd2lkdGg9NTQgYm9yZGVyPTAgYWx0PSJlQmF5IEJ1eSBJdCBOb3cgSXRlbSEi
IHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9wcm9tby9ob2xpZGF5L2J1eUl0
Tm93XzE1eDU0LmdpZiI+PC9hPgo8L3RkPgo8dGQgbm93cmFwIGFsaWduPSJyaWdodCIgdmFs
aWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxmb250IHNpemU9Mz48Yj4kNDkuOTU8L2I+PC9mb250
PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0
aD0iNSUiPjxmb250IHNpemU9Mz4tPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZh
bGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9udCBzaXplPTM+SmFuLTI5IDE5OjUwPC9mb250
PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQg
Ym9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9yPSIjRUZFRkVGIj4KPHRyPjx0ZCBhbGln
bj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8
aW1nIGhlaWdodD0xNSB3aWR0aD02NCBib3JkZXI9MCBzcmM9Imh0dHA6Ly9waWNzLmViYXku
Y29tL2F3L3BpY3MvbHN0L19fX182NHgxNS5naWYiPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWdu
PSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmVi
YXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAxMTA4OTY2Ij4x
OTcwIDcwIE1vbnRlIENhcmxvIFJIIEhlYWRsaWdodCBCZXplbDwvYT48L2ZvbnQ+CjxhIGhy
ZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLWJpbGxwb2ludC5odG1s
Ij48aW1nIGhlaWdodD0xNCB3aWR0aD0xNiBib3JkZXI9MCBhbHQ9ImVCYXkgT25saW5lIFBh
eW1lbnRzIGJ5IEJpbGxwb2ludCIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNz
L2JpbGxwb2ludC9icF8xNngxNS5naWYiPjwvYT4KPC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0i
cmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXplPTM+PGI+JDcuMDA8
L2I+PC9mb250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0i
dG9wIiB3aWR0aD0iNSUiPjxmb250IHNpemU9Mz4xPC9mb250PjwvdGQ+PHRkIGFsaWduPSJj
ZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48Zm9udCBzaXplPTM+SmFuLTI5IDE5
OjUzPC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxw
YWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNwYWNpbmc9MCBiZ2NvbG9yPSIjRkZGRkZGIj4KPHRy
Pjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQg
c2l6ZT0zPgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1w
aWMuaHRtbCI+PGltZyBoZWlnaHQ9MTUgd2lkdGg9NjQgYm9yZGVyPTAgYWx0PSJbUGljdHVy
ZSFdIiBzcmM9Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvbHN0L19wX182NHgxNS5n
aWYiPjwvYT4KPC9mb250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9u
dCBzaXplPTM+PGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJ
LmRsbD9WaWV3SXRlbSZpdGVtPTYwMDk0MTg1NyI+MTk2NyBCRUxWRURFUkUgU0FURUxMSVRF
IEdUWCBIRUFETElHSFQgQkVaRUxTPC9hPjwvZm9udD4KPC90ZD4KPHRkIG5vd3JhcCBhbGln
bj0icmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTElIj48Zm9udCBzaXplPTM+PGI+JDQ5
LjAwPC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxp
Z249InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+OTwvZm9udD48L3RkPjx0ZCBhbGln
bj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+PGZvbnQgc2l6ZT0zPkphbi0y
OSAxOTo1NjwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdpZHRoPSIxMDAlIiBj
ZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAgYmdjb2xvcj0iI0VGRUZFRiI+
Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRkbGUiIHdpZHRoPSIxMiUiPjxm
b250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFzaWNz
L2ctcGljLmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTY0IGJvcmRlcj0wIGFsdD0iW1Bp
Y3R1cmUhXSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xzdC9fcF9fNjR4
MTUuZ2lmIj48L2E+CjwvZm9udD48L3RkPjx0ZCB2YWxpZ249InRvcCIgd2lkdGg9IjU0JSI+
PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJ
U0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5NDIzMDMiPkhBUkxFWS1EQVZJRFNPTiBIRUFE
TElHSFQgU0hST1VEPC9hPjwvZm9udD4KPGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29t
L2hlbHAvYmFzaWNzL2ctYmlsbHBvaW50Lmh0bWwiPjxpbWcgaGVpZ2h0PTE0IHdpZHRoPTE2
IGJvcmRlcj0wIGFsdD0iZUJheSBPbmxpbmUgUGF5bWVudHMgYnkgQmlsbHBvaW50IiBzcmM9
Imh0dHA6Ly9waWNzLmViYXkuY29tL2F3L3BpY3MvYmlsbHBvaW50L2JwXzE2eDE1LmdpZiI+
PC9hPgo8L3RkPgo8dGQgbm93cmFwIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0b3AiIHdpZHRo
PSIxMSUiPjxmb250IHNpemU9Mz48Yj4kMzUuMDA8L2I+PC9mb250PjwvdGQ+PC9mb250Pjwv
dGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUiPjxmb250IHNp
emU9Mz4tPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0
aD0iMTglIj48Zm9udCBzaXplPTM+SmFuLTI5IDIwOjAwPC9mb250PjwvdGQ+PC90cj48L3Rh
YmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2VsbHNw
YWNpbmc9MCBiZ2NvbG9yPSIjRkZGRkZGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxp
Z249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRwOi8v
cGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1waWMuaHRtbCI+PGltZyBoZWlnaHQ9MTUg
d2lkdGg9NjQgYm9yZGVyPTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9Imh0dHA6Ly9waWNzLmVi
YXkuY29tL2F3L3BpY3MvbHN0L19wX182NHgxNS5naWYiPjwvYT4KPC9mb250PjwvdGQ+PHRk
IHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0cDov
L2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDk0
MjUxNyI+SGVhZGxpZ2h0IENvdmVycyBmb3IgR2FsYW50IDIwMDAvMjAwMSBUSU5URUQ8L2E+
PC9mb250Pgo8L3RkPgo8dGQgbm93cmFwIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0b3AiIHdp
ZHRoPSIxMSUiPjxmb250IHNpemU9Mz48Yj4kNDAuMDA8L2I+PC9mb250PjwvdGQ+PC9mb250
PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUiPjxmb250
IHNpemU9Mz4xPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3
aWR0aD0iMTglIj48Zm9udCBzaXplPTM+SmFuLTI5IDIwOjAxPC9mb250PjwvdGQ+PC90cj48
L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2Vs
bHNwYWNpbmc9MCBiZ2NvbG9yPSIjRUZFRkVGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2
YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRw
Oi8vcGFnZXMuZWJheS5jb20vaGVscC9iYXNpY3MvZy1waWMuaHRtbCI+PGltZyBoZWlnaHQ9
MTUgd2lkdGg9NjQgYm9yZGVyPTAgYWx0PSJbUGljdHVyZSFdIiBzcmM9Imh0dHA6Ly9waWNz
LmViYXkuY29tL2F3L3BpY3MvbHN0L19wX182NHgxNS5naWYiPjwvYT4KPC9mb250PjwvdGQ+
PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEgaHJlZj0iaHR0
cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYw
MTI1MjUwNiI+Rk9SRCBGLTE1MCBCbGFjayBvdXQgQVZTIGhlYWRsaWdodCBjb3ZlcnM8L2E+
PC9mb250Pgo8L3RkPgo8dGQgbm93cmFwIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0b3AiIHdp
ZHRoPSIxMSUiPjxmb250IHNpemU9Mz48Yj4kMTUuNTA8L2I+PC9mb250PjwvdGQ+PC9mb250
PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUiPjxmb250
IHNpemU9Mz4zPC9mb250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3
aWR0aD0iMTglIj48Zm9udCBzaXplPTM+SmFuLTI5IDIwOjAzPC9mb250PjwvdGQ+PC90cj48
L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTQgYm9yZGVyPTAgY2Vs
bHNwYWNpbmc9MCBiZ2NvbG9yPSIjRkZGRkZGIj4KPHRyPjx0ZCBhbGlnbj0iY2VudGVyIiB2
YWxpZ249Im1pZGRsZSIgd2lkdGg9IjEyJSI+PGZvbnQgc2l6ZT0zPgo8YSBocmVmPSJodHRw
Oi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAw
OTQzMTE2I0RFU0MiPjxpbWcgd2lkdGg9IjY0IiBoZWlnaHQ9IjY0IiBib3JkZXI9IjAiIHNy
Yz0iaHR0cDovL3RodW1icy5lYmF5LmNvbS9waWN0LzYwMDk0MzExNi5qcGciPjwvYT4KPC9m
b250PjwvdGQ+PHRkIHZhbGlnbj0idG9wIiB3aWR0aD0iNTQlIj48Zm9udCBzaXplPTM+PGEg
aHJlZj0iaHR0cDovL2NnaS5lYmF5LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRl
bSZpdGVtPTYwMDk0MzExNiI+UG9yc2NoZSBQYXJ0cyBPRU0gNjkvNzMgOTExIEhlYWRsaWdo
dCBTd2l0Y2g8L2E+PC9mb250Pgo8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVs
cC9iYXNpY3MvZy1nYWxsZXJ5Lmh0bWwiPjxpbWcgaGVpZ2h0PTE1IHdpZHRoPTE2IGJvcmRl
cj0wIGFsdD0iR2FsbGVyeSIgc3JjPSJodHRwOi8vcGljcy5lYmF5LmNvbS9hdy9waWNzL2xz
dC9nYWwuZ2lmIj48L2E+CjwvdGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxpZ249
InRvcCIgd2lkdGg9IjExJSI+PGZvbnQgc2l6ZT0zPjxiPiQyNC45OTwvYj48L2ZvbnQ+PC90
ZD48L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSI1
JSI+PGZvbnQgc2l6ZT0zPi08L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWdu
PSJ0b3AiIHdpZHRoPSIxOCUiPjxmb250IHNpemU9Mz5KYW4tMjkgMjA6MDU8L2ZvbnQ+PC90
ZD48L3RyPjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBhZGRpbmc9NCBib3Jk
ZXI9MCBjZWxsc3BhY2luZz0wIGJnY29sb3I9IiNFRkVGRUYiPgo8dHI+PHRkIGFsaWduPSJj
ZW50ZXIiIHZhbGlnbj0ibWlkZGxlIiB3aWR0aD0iMTIlIj48Zm9udCBzaXplPTM+CjxhIGhy
ZWY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLXBpYy5odG1sIj48aW1n
IGhlaWdodD0xNSB3aWR0aD02NCBib3JkZXI9MCBhbHQ9IltQaWN0dXJlIV0iIHNyYz0iaHR0
cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9sc3QvX3BfXzY0eDE1LmdpZiI+PC9hPgo8L2Zv
bnQ+PC90ZD48dGQgdmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBo
cmVmPSJodHRwOi8vY2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVt
Jml0ZW09NjAwOTQzMTk5Ij5EdWNhdGkgNzQ4IDkxNiA5OTYgaGVhZGxpZ2h0PC9hPjwvZm9u
dD4KPC90ZD4KPHRkIG5vd3JhcCBhbGlnbj0icmlnaHQiIHZhbGlnbj0idG9wIiB3aWR0aD0i
MTElIj48Zm9udCBzaXplPTM+PGI+JDE1MC4wMDwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90
ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6
ZT0zPjk8L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRo
PSIxOCUiPjxmb250IHNpemU9Mz5KYW4tMjkgMjA6MDc8L2ZvbnQ+PC90ZD48L3RyPjwvdGFi
bGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBjZWxsc3Bh
Y2luZz0wIGJnY29sb3I9IiNGRkZGRkYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGln
bj0ibWlkZGxlIiB3aWR0aD0iMTIlIj48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9w
YWdlcy5lYmF5LmNvbS9oZWxwL2Jhc2ljcy9nLXBpYy5odG1sIj48aW1nIGhlaWdodD0xNSB3
aWR0aD02NCBib3JkZXI9MCBhbHQ9IltQaWN0dXJlIV0iIHNyYz0iaHR0cDovL3BpY3MuZWJh
eS5jb20vYXcvcGljcy9sc3QvX3BfXzY0eDE1LmdpZiI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQg
dmFsaWduPSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRwOi8v
Y2dpLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTQz
NTI4Ij5oZWFkbGlnaHQgQXNzZW1ibHkgU3V6dWtpIFRTMTg1IHVzZWQ8L2E+PC9mb250Pgo8
L3RkPgo8dGQgbm93cmFwIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUi
Pjxmb250IHNpemU9Mz48Yj4kNS41NzwvYj48L2ZvbnQ+PC90ZD48L2ZvbnQ+PC90ZD48dGQg
YWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSI1JSI+PGZvbnQgc2l6ZT0zPi08
L2ZvbnQ+PC90ZD48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxOCUi
Pjxmb250IHNpemU9Mz5KYW4tMjkgMjA6MDg8L2ZvbnQ+PC90ZD48L3RyPjwvdGFibGU+Cjx0
YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBhZGRpbmc9NCBib3JkZXI9MCBjZWxsc3BhY2luZz0w
IGJnY29sb3I9IiNFRkVGRUYiPgo8dHI+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0ibWlk
ZGxlIiB3aWR0aD0iMTIlIj48Zm9udCBzaXplPTM+CjxhIGhyZWY9Imh0dHA6Ly9wYWdlcy5l
YmF5LmNvbS9oZWxwL2Jhc2ljcy9nLXBpYy5odG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD02
NCBib3JkZXI9MCBhbHQ9IltQaWN0dXJlIV0iIHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20v
YXcvcGljcy9sc3QvX3BfXzY0eDE1LmdpZiI+PC9hPgo8L2ZvbnQ+PC90ZD48dGQgdmFsaWdu
PSJ0b3AiIHdpZHRoPSI1NCUiPjxmb250IHNpemU9Mz48YSBocmVmPSJodHRwOi8vY2dpLmVi
YXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP1ZpZXdJdGVtJml0ZW09NjAwOTQzNTI2Ij41
NiBGT1JEIEhFQURMSUdIVCBTV0lUQ0ggJiBLTk9CIEFORCBCRVpFTDwvYT48L2ZvbnQ+Cjwv
dGQ+Cjx0ZCBub3dyYXAgYWxpZ249InJpZ2h0IiB2YWxpZ249InRvcCIgd2lkdGg9IjExJSI+
PGZvbnQgc2l6ZT0zPjxiPiQ5Ljk5PC9iPjwvZm9udD48L3RkPjwvZm9udD48L3RkPjx0ZCBh
bGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjUlIj48Zm9udCBzaXplPTM+MTwv
Zm9udD48L3RkPjx0ZCBhbGlnbj0iY2VudGVyIiB2YWxpZ249InRvcCIgd2lkdGg9IjE4JSI+
PGZvbnQgc2l6ZT0zPkphbi0yOSAyMDowODwvZm9udD48L3RkPjwvdHI+PC90YWJsZT4KPHRh
YmxlIHdpZHRoPSIxMDAlIiBjZWxscGFkZGluZz00IGJvcmRlcj0wIGNlbGxzcGFjaW5nPTAg
Ymdjb2xvcj0iI0ZGRkZGRiI+Cjx0cj48dGQgYWxpZ249ImNlbnRlciIgdmFsaWduPSJtaWRk
bGUiIHdpZHRoPSIxMiUiPjxmb250IHNpemU9Mz4KPGEgaHJlZj0iaHR0cDovL2NnaS5lYmF5
LmNvbS9hdy1jZ2kvZUJheUlTQVBJLmRsbD9WaWV3SXRlbSZpdGVtPTYwMDk0MzU1NCNERVND
Ij48aW1nIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgYm9yZGVyPSIwIiBzcmM9Imh0dHA6Ly90
aHVtYnMuZWJheS5jb20vcGljdC82MDA5NDM1NTQuanBnIj48L2E+CjwvZm9udD48L3RkPjx0
ZCB2YWxpZ249InRvcCIgd2lkdGg9IjU0JSI+PGZvbnQgc2l6ZT0zPjxhIGhyZWY9Imh0dHA6
Ly9jZ2kuZWJheS5jb20vYXctY2dpL2VCYXlJU0FQSS5kbGw/Vmlld0l0ZW0maXRlbT02MDA5
NDM1NTQiPkhhcmxleSAyMDAyIEhlcml0YWdlIEhlYWRsaWdodCAtIE5SPC9hPjwvZm9udD4K
PGEgaHJlZj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvYmFzaWNzL2ctZ2FsbGVyeS5o
dG1sIj48aW1nIGhlaWdodD0xNSB3aWR0aD0xNiBib3JkZXI9MCBhbHQ9IkdhbGxlcnkiIHNy
Yz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9sc3QvZ2FsLmdpZiI+PC9hPgo8L3Rk
Pgo8dGQgbm93cmFwIGFsaWduPSJyaWdodCIgdmFsaWduPSJ0b3AiIHdpZHRoPSIxMSUiPjxm
b250IHNpemU9Mz48Yj4kMzYuMDM8L2I+PC9mb250PjwvdGQ+PC9mb250PjwvdGQ+PHRkIGFs
aWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iNSUiPjxmb250IHNpemU9Mz44PC9m
b250PjwvdGQ+PHRkIGFsaWduPSJjZW50ZXIiIHZhbGlnbj0idG9wIiB3aWR0aD0iMTglIj48
Zm9udCBzaXplPTM+SmFuLTI5IDIwOjA5PC9mb250PjwvdGQ+PC90cj48L3RhYmxlPgo8IS0t
IERpc3BsYXlJdGVtcyBlbmQgYmFyIGVuZCAtLT48dGFibGUgd2lkdGg9IjEwMCUiIGJvcmRl
cj0iMCIgY2VsbHNwYWNpbmc9IjAiIGNlbGxwYWRkaW5nPSIwIj4KPHRyPgo8dGQgYWxpZ249
InJpZ2h0IiBoZWlnaHQ9IjI1Ij48Zm9udCBmYWNlPSJBcmlhbCwgSGVsdmV0aWNhLCBzYW5z
LXNlcmlmIiBzaXplPSIyIj48YSBocmVmPSIjIj4KdG9wIG9mIHBhZ2U8L2E+PC9mb250Pjwv
dGQ+CjwvdHI+CjwvdGFibGU+Cjx0YWJsZSB3aWR0aD0iMTAwJSIgY2VsbHBhZGRpbmc9MCBi
b3JkZXI9MCBjZWxsc3BhY2luZz0xIGJnY29sb3I9IiNGRkZGRkYiPjx0ciB2YWxpZ249bWlk
ZGxlIGJnY29sb3I9IiNGRkZGRkYiPjx0ZCBhbGlnbj1jZW50ZXIgdmFsaWduPXRvcCB3aWR0
aD0iMTAwJSIgaGVpZ2h0PTEgYmdjb2xvcj0iI0ZGQ0MwMCI+PGltZyBzcmM9Imh0dHA6Ly9w
aWNzLmViYXkuY29tL2F3L3BpY3MvaG9tZS9zcGFjZXIuZ2lmIiB3aWR0aD04MCBoZWlnaHQ9
MyBhbHQ9IiAiIGJvcmRlcj0iMCI+PC90ZD48L3RyPjwvdGFibGU+CjwhLS0gZUJheUNhY2hl
RW5kIC0tPgo8dGFibGUgd2lkdGg9IjEwMCUiIGJvcmRlcj0iMCIgY2VsbHNwYWNpbmc9IjAi
IGNlbGxwYWRkaW5nPSIwIj48dHI+Cjx0ZCBoZWlnaHQ9IjUiPiA8L3RkPgo8L3RyPgo8dHI+
PHRkIGFsaWduPSJjZW50ZXIiIGNvbHNwYW49IjIiPjxmb250IGZhY2U9IkFyaWFsLCBIZWx2
ZXRpY2EsIHNhbnMtc2VyaWYiIHNpemU9IjIiPiZuYnNwOzxiPjE8L2I+IHwmbmJzcDs8YSBo
cmVmPSJzZWFyY2guZGxsP3F1ZXJ5PWhlYWRsaWdodCZodD0xJmNvbWJpbmU9eSZTb3J0UHJv
cGVydHk9TWV0YUVuZFNvcnQmc3Q9MiZza2lwPTUwJlN0b3JlQ2FjaGU9MjYwMjI1NDArMjU3
ODI1MTUrOTUwMjcxMCsxNDE5NjUwIj4yPC9hPiZuYnNwO3wmbmJzcDs8YSBocmVmPSJzZWFy
Y2guZGxsP3F1ZXJ5PWhlYWRsaWdodCZodD0xJmNvbWJpbmU9eSZTb3J0UHJvcGVydHk9TWV0
YUVuZFNvcnQmc3Q9MiZza2lwPTEwMCZTdG9yZUNhY2hlPTI2MDIyNTQwKzI1NzgyNTE1Kzk1
MDI3MTArMTQxOTY1MCI+MzwvYT4mbmJzcDt8Jm5ic3A7PGEgaHJlZj0ic2VhcmNoLmRsbD9x
dWVyeT1oZWFkbGlnaHQmaHQ9MSZjb21iaW5lPXkmU29ydFByb3BlcnR5PU1ldGFFbmRTb3J0
JnN0PTImc2tpcD0xNTAmU3RvcmVDYWNoZT0yNjAyMjU0MCsyNTc4MjUxNSs5NTAyNzEwKzE0
MTk2NTAiPjQ8L2E+Jm5ic3A7fCZuYnNwOzxhIGhyZWY9InNlYXJjaC5kbGw/cXVlcnk9aGVh
ZGxpZ2h0Jmh0PTEmY29tYmluZT15JlNvcnRQcm9wZXJ0eT1NZXRhRW5kU29ydCZzdD0yJnNr
aXA9MjAwJlN0b3JlQ2FjaGU9MjYwMjI1NDArMjU3ODI1MTUrOTUwMjcxMCsxNDE5NjUwIj41
PC9hPiZuYnNwO3wmbmJzcDs8YSBocmVmPSJzZWFyY2guZGxsP3F1ZXJ5PWhlYWRsaWdodCZo
dD0xJmNvbWJpbmU9eSZTb3J0UHJvcGVydHk9TWV0YUVuZFNvcnQmc3Q9MiZza2lwPTI1MCZT
dG9yZUNhY2hlPTI2MDIyNTQwKzI1NzgyNTE1Kzk1MDI3MTArMTQxOTY1MCI+NjwvYT4mbmJz
cDt8Jm5ic3A7PGEgaHJlZj0ic2VhcmNoLmRsbD9xdWVyeT1oZWFkbGlnaHQmaHQ9MSZjb21i
aW5lPXkmU29ydFByb3BlcnR5PU1ldGFFbmRTb3J0JnN0PTImc2tpcD0zMDAmU3RvcmVDYWNo
ZT0yNjAyMjU0MCsyNTc4MjUxNSs5NTAyNzEwKzE0MTk2NTAiPjc8L2E+Jm5ic3A7fCZuYnNw
OzxhIGhyZWY9InNlYXJjaC5kbGw/cXVlcnk9aGVhZGxpZ2h0Jmh0PTEmY29tYmluZT15JlNv
cnRQcm9wZXJ0eT1NZXRhRW5kU29ydCZzdD0yJnNraXA9MzUwJlN0b3JlQ2FjaGU9MjYwMjI1
NDArMjU3ODI1MTUrOTUwMjcxMCsxNDE5NjUwIj44PC9hPiZuYnNwO3wmbmJzcDs8YSBocmVm
PSJzZWFyY2guZGxsP3F1ZXJ5PWhlYWRsaWdodCZodD0xJmNvbWJpbmU9eSZTb3J0UHJvcGVy
dHk9TWV0YUVuZFNvcnQmc3Q9MiZza2lwPTQwMCZTdG9yZUNhY2hlPTI2MDIyNTQwKzI1Nzgy
NTE1Kzk1MDI3MTArMTQxOTY1MCI+OTwvYT4mbmJzcDt8Jm5ic3A7PGEgaHJlZj0ic2VhcmNo
LmRsbD9xdWVyeT1oZWFkbGlnaHQmaHQ9MSZjb21iaW5lPXkmU29ydFByb3BlcnR5PU1ldGFF
bmRTb3J0JnN0PTImc2tpcD00NTAmU3RvcmVDYWNoZT0yNjAyMjU0MCsyNTc4MjUxNSs5NTAy
NzEwKzE0MTk2NTAiPjEwPC9hPiZuYnNwOyZuYnNwOy4uLiZuYnNwOzxhIGhyZWY9InNlYXJj
aC5kbGw/cXVlcnk9aGVhZGxpZ2h0Jmh0PTEmY29tYmluZT15JlNvcnRQcm9wZXJ0eT1NZXRh
RW5kU29ydCZzdD0yJnNraXA9NTAmU3RvcmVDYWNoZT0yNjAyMjU0MCsyNTc4MjUxNSs5NTAy
NzEwKzE0MTk2NTAiPk5leHQgPjwvYT48L2ZvbnQ+PC90ZD48dHI+Cjx0ZCBub3dyYXAgYWxp
Z249ImNlbnRlciIgY29sc3Bhbj0iMiIgaGVpZ2h0PSIyMCI+Cjxmb250IGZhY2U9IkFyaWFs
LCBIZWx2ZXRpY2EsIHNhbnMtc2VyaWYiIHNpemU9IjIiPnBhZ2UgPGI+MTwvYj4gb2YgPGI+
NDU8L2I+PC9mb250PjwvdGQ+PC90cj4KPHRyPjx0ZCBoZWlnaHQ9IjUiPjwvdGQ+PC90cj48
L3RhYmxlPgo8dGFibGUgd2lkdGg9IjEwMCUiIGNlbGxwYWRkaW5nPTAgYm9yZGVyPTAgY2Vs
bHNwYWNpbmc9MSBiZ2NvbG9yPSIjRkZGRkZGIj48dHIgdmFsaWduPW1pZGRsZSBiZ2NvbG9y
PSIjRkZGRkZGIj4gPHRkIGFsaWduPWNlbnRlciB2YWxpZ249dG9wIHdpZHRoPSIxMDAlIiBo
ZWlnaHQ9MSBiZ2NvbG9yPSIjRkZDQzAwIj48aW1nIHNyYz0iaHR0cDovL3BpY3MuZWJheS5j
b20vYXcvcGljcy9ob21lL3NwYWNlci5naWYiIHdpZHRoPTgwIGhlaWdodD0yIGFsdD0iICIg
Ym9yZGVyPSIwIj48L3RkPgo8L3RyPjwvdGFibGU+Cjx0YWJsZSBiZ2NvbG9yPSM2NjY2NjYg
Ym9yZGVyPTAgY2VsbHBhZGRpbmc9MCBjZWxsc3BhY2luZz0wIHdpZHRoPSIxMDAlIj4KPHRy
IGFsaWduPSJyaWdodCI+IDx0ZCBoZWlnaHQ9MiBiZ2NvbG9yPSJmZmZmZmYiIGNvbHNwYW49
IjIiIGFsaWduPSJsZWZ0Ij4KPGZvbnQgc2l6ZT0iLTIiIGZhY2U9IkFyaWFsIj5Ob3RlOiBC
aWQgY291bnRzIGFuZCBhbW91bnRzIG1heSBiZSBzbGlnaHRseSBvdXQgb2YgZGF0ZS48L2Zv
bnQ+PC90ZD4KPHRkIGhlaWdodD0yIGJnY29sb3I9ImZmZmZmZiI+PGZvbnQgc2l6ZT0iLTIi
IGZhY2U9IkFyaWFsIj4gPC9mb250Pjxmb250IGZhY2U9IkFyaWFsLCBIZWx2ZXRpY2EsIHNh
bnMtc2VyaWYiIHNpemU9MT48YSBocmVmPSJodHRwOi8vY2dpMy5lYmF5LmNvbS9hdy1jZ2kv
ZUJheUlTQVBJLmRsbD9UaW1lU2hvdyI+ZUJheSBvZmZpY2lhbCB0aW1lPC9hPiZuYnNwOzE4
OjMzOjA1IFBTVDwvZm9udD48L3RkPjwvdHI+CjwvdGFibGU+Cjxicj4KPHRhYmxlIHdpZHRo
PSIxMDAlIiBib3JkZXI9IjEiIGNlbGxwYWRkaW5nPSIyIiBib3JkZXJjb2xvcj0iRkZDQzAw
IiBjZWxsc3BhY2luZz0iMCI+PHRyPjx0ZCBiZ2NvbG9yPSJGRkU2ODAiPjxhIGhyZWY9Imh0
dHA6Ly9jZ2kxLmViYXkuY29tL2F3LWNnaS9lQmF5SVNBUEkuZGxsP0FkZFNhdmVkU2VhcmNo
JnNhdmVkc2VhcmNoPWh0dHA6Ly9zZWFyY2guZWJheS5jb20vc2VhcmNoL3NlYXJjaC5kbGw/
TWZjSVNBUElDb21tYW5kJTNkR2V0UmVzdWx0JTI2cXVlcnklM0RoZWFkbGlnaHQlMjZodCUz
RDElMjZjb21iaW5lJTNEeSUyNnN0JTNkMiI+PGZvbnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWws
IEhlbHZldGljYSwgc2Fucy1zZXJpZiI+U2F2ZSB0aGlzIHNlYXJjaDwvYT48L2ZvbnQ+PGZv
bnQgc2l6ZT0iMiIgZmFjZT0iQXJpYWwsIEhlbHZldGljYSwgc2Fucy1zZXJpZiI+Jm5ic3A7
aW4gbXkgZUJheSEgUmVjZWl2ZSBlbWFpbCB3aGVuIG5ldyBpdGVtcyBhcHBlYXIgaW4gdGhp
cyBzZWFyY2gsIHRvby4mbmJzcDs8YSBocmVmPSJodHRwOi8vcGFnZXMuZWJheS5jb20vaGVs
cC9idXllcmd1aWRlL2Zhdm9yaXRlX3NlYXJjaGVzLmh0bWwiPkxlYXJuIG1vcmU8L2E+Ljwv
Zm9udD48L3RkPjwvdHI+PC90YWJsZT48L3RkPjwvdHI+PC90YWJsZT4KPHRhYmxlIHdpZHRo
PSIxMDAlIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+PHRy
Pjx0ZD48L3RkPjx0ZD48L3RkPjx0ZD48L3RkPjx0ZCAgaGVpZ2h0PSIxIiBiZ2NvbG9yPSIj
RkZGRkZGIj48L3RkPjwvdHI+PHRyPjx0ZCB3aWR0aD0iMzciIHZhbGlnbj0idG9wIj48aW1n
IHNyYz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy9ob21lL3NwYWNlci5naWYiIFdJ
RFRIPSIxNzAiIGhlaWdodD0iMSI+PC90ZD48dGQgd2lkdGg9IjIiPiZuYnNwOzwvdGQ+PHRk
IHdpZHRoPSIxIj4mbmJzcDs8L3RkPjx0ZCBhbGlnbj0iY2VudGVyIj48L3RkPjwvdHI+PC90
YWJsZT4KPHNjcmlwdCBsYW5ndWFnZT0iSmF2YVNjcmlwdCI+CjwhLS0KdmFyIHBhZ2VOYW1l
ID0gIlNlYXJjaCI7CnZhciBzZXJ2ZXIgPSAibG9jYXRpb24uaG9zdG5hbWUudG9Mb3dlckNh
c2UoKSI7CnZhciBjaGFubmVsID0gIiI7CnZhciB3cml0ZUxMID0gIjEiOwp2YXIgcmVnaW9u
ID0gICIiOwp2YXIgdGFiID0gImFsbHdpdGhnYWxsZXJ5IjsKdmFyIGNhdGVnb3J5MCAgPSAi
IjsKdmFyIGNhdGVnb3J5MSAgPSAiIjsKdmFyIGNhdGVnb3J5MiAgPSAiIjsKdmFyIGNhdGVn
b3J5MyAgPSAiIjsKdmFyIGNhdGVnb3J5NCAgPSAiIjsKdmFyIGNhdGVnb3J5NSAgPSAiIjsK
dmFyIHBhZ2VBYnNvbHV0ZSA9ICIxIjsKdmFyIHBhZ2VSZWxhdGl2ZSA9ICIxIjsKdmFyIHNl
YXJjaFJlc3VsdFRvdGFsID0gIjIyMzkiOwp2YXIgc2VhcmNoRmlsdGVyU29ydCA9ICJlbmRp
bmciOwp2YXIgc2VhcmNoRmlsdGVyUGF5bWVudCA9ICIwIjsKdmFyIHByb2R1Y3RGaW5kZXIg
PSAiMCI7Ci8vIC0tPgo8L3NjcmlwdD4KPGNlbnRlcj48U0NSSVBUIFNSQz0iaHR0cDovL2lu
Y2x1ZGUuZWJheS5jb20vYXcvcGljcy9qcy9zdGF0cy9zcy5qcyI+PC9TQ1JJUFQ+DQo8IS0t
IGZvb3RlciAtLT4NCjwhLS0gYmVnaW4gY29weXJpZ2h0IG5vdGljZSAtLT4NCjxUQUJMRSBC
T1JERVI9IjAiIENFTExQQURESU5HPSIwIiBDRUxMU1BBQ0lORz0iMCIgV0lEVEg9IjYwMCI+
DQo8VFI+DQo8VEQgQ09MU1BBTj0iMiI+DQo8QlI+PEhSIFdJRFRIPSI1MDAiIEFMSUdOPSJD
RU5URVIiPg0KPGJyPg0KPERJViBBTElHTj0iQ0VOVEVSIj48Zm9udCBzaXplPSIyIj48QSBI
UkVGPSJodHRwOi8vcGFnZXMuZWJheS5jb20vY29tbXVuaXR5L25ld3MvaW5kZXguaHRtbCI+
QW5ub3VuY2VtZW50czwvQT4mbmJzcDsmbmJzcDt8Jm5ic3A7Jm5ic3A7PEEgSFJFRj0iaHR0
cDovL3BhZ2VzLmViYXkuY29tL3NlcnZpY2VzL3JlZ2lzdHJhdGlvbi9yZWdpc3Rlci5odG1s
Ij5SZWdpc3RlcjwvQT4mbmJzcDsmbmJzcDt8Jm5ic3A7Jm5ic3A7PEEgSFJFRj0iaHR0cDov
L3BhZ2VzLmViYXkuY29tL2hlbHAvY29tbXVuaXR5L2luZGV4Lmh0bWwiPlNhZmVIYXJib3Ig
KFJ1bGVzICYgU2FmZXR5KTwvQT4mbmJzcDsmbmJzcDt8Jm5ic3A7Jm5ic3A7PEEgSFJFRj0i
aHR0cDovL3BhZ2VzLmViYXkuY29tL3NlcnZpY2VzL2ZvcnVtL2ZlZWRiYWNrLmh0bWwiPkZl
ZWRiYWNrIEZvcnVtPC9BPiZuYnNwOyZuYnNwO3wmbmJzcDsmbmJzcDs8QSBIUkVGPSJodHRw
Oi8vcGFnZXMuZWJheS5jb20vY29tbXVuaXR5L2Fib3V0ZWJheS9pbmRleC5odG1sIj5BYm91
dCBlQmF5PC9BPjwvRk9OVD48L0RJVj4NCjxicj4NCjwvVEQ+DQo8L1RSPg0KPFRSPg0KPFRE
IFdJRFRIPSI0NTAiIEhFSUdIVD0iMzEiIFZBTElHTj0idG9wIiBBTElHTj0ibGVmdCI+DQo8
Rk9OVCBTSVpFPSIyIj4NCkNvcHlyaWdodCAmY29weTsgMTk5NS0yMDAxIGVCYXkgSW5jLiBB
bGwgUmlnaHRzIFJlc2VydmVkLg0KPEJSPg0KRGVzaWduYXRlZCB0cmFkZW1hcmtzIGFuZCBi
cmFuZHMgYXJlIHRoZSBwcm9wZXJ0eSBvZiB0aGVpciByZXNwZWN0aXZlIG93bmVycy4NCjxC
Uj4NClVzZSBvZiB0aGlzIFdlYiBzaXRlIGNvbnN0aXR1dGVzIGFjY2VwdGFuY2Ugb2YgdGhl
IGVCYXkgPEEgSFJFRj0iaHR0cDovL3BhZ2VzLmViYXkuY29tL2hlbHAvY29tbXVuaXR5L3Bu
Zy11c2VyLmh0bWwiPlVzZXIgQWdyZWVtZW50PC9BPiBhbmQgPEEgSFJFRj0iaHR0cDovL3Bh
Z2VzLmViYXkuY29tL2hlbHAvY29tbXVuaXR5L3BuZy1wcml2Lmh0bWwiPlByaXZhY3kgUG9s
aWN5PC9BPi4NCjwvRk9OVD4NCjxCUj4NCjwvVEQ+DQo8VEQgV0lEVEg9IjE1MCIgSEVJR0hU
PSIzMSIgVkFMSUdOPSJ0b3AiIEFMSUdOPSJyaWdodCI+DQo8Rk9OVCBTSVpFPSIyIj4NCjxB
IEhSRUY9Imh0dHA6Ly9wYWdlcy5lYmF5LmNvbS9oZWxwL2NvbW11bml0eS9wbmctcHJpdi5o
dG1sIj48SU1HIFNSQz0iaHR0cDovL3BpY3MuZWJheS5jb20vYXcvcGljcy90cnVzdGVfYnV0
dG9uLmdpZiIgQUxJR049Im1pZGRsZSIgV0lEVEg9IjExNiIgSEVJR0hUPSIzMSIgQUxUPSJU
cnVzdEUiIEJPUkRFUj0iMCI+PC9BPg0KPC9GT05UPg0KPC9URD4NCjwvVFI+DQo8L1RBQkxF
Pg0KPCEtLSBlbmQgY29weXJpZ2h0IG5vdGljZSAtLT4NCjwhLS0gZm9vdGVyIC0tPg0KPFND
UklQVCBMQU5HVUFHRT0iSmF2YVNjcmlwdCI+DQo8IS0tIA0KdmFyIGNiYywgY2JmOw0KaWYg
KGNiYyl7DQoJd3JpdGVGb290ZXIoKTsNCglpZiAoY2JmKXsNCgkJZnVsbENCKCk7DQoJfQ0K
fQ0KLy8gIC0tPg0KPC9TQ1JJUFQ+DQo8U0NSSVBUIFNSQz0iaHR0cDovL2luY2x1ZGUuZWJh
eS5jb20vYXcvcGljcy9qcy9jb2JyYW5kL2Fkcy9sYXllci5qcyI+PC9TQ1JJUFQ+PGJyPjxi
cj48Zm9udCBzaXplPTI+TGFzdCB1cGRhdGVkOiBKYW4tMjkgMTY6NDM8L2ZvbnQ+CjwvY2Vu
dGVyPjwvYm9keT48L2h0bWw+Cj==
--TZa9667iry5Sn--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jul 22 14:50:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S90504AbSGVLuV>; Mon, 22 Jul 2002 14:50:21 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S11918AbSGVLuU>;
	Mon, 22 Jul 2002 14:50:20 +0300
Received: from chronos.sovam.com ([194.67.22.190]:35350 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S90646AbSGVLuH>;
	Mon, 22 Jul 2002 14:50:07 +0300
Received: from ariel ([194.67.3.216]:35991 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763987AbSGVLuF>;
	Mon, 22 Jul 2002 15:50:05 +0400
Subject: Patchset to ease setup of IP based virtual servers
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Cc:	mea@nic.funet.fi
Content-Type: multipart/mixed; boundary="=-NQBXKkRJKtVlb8So7/Xn"
X-Mailer: Ximian Evolution 1.0.7 
Date:	22 Jul 2002 15:50:04 +0400
Message-Id: <1027338605.25157.26.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


--=-NQBXKkRJKtVlb8So7/Xn
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Matti,

I have installed the version modified according to the attached diff in
production, it seems to work as expected so far.  Two major things in
this patch are:

1. if ZCONFIG unix environment is set, it is used as path to Zmailer
environment file.

2. If there is BINDADDR zenvironment variable, it is used do define
local address to bind to.  This has effect on smtpserver, smtp transport
and scheduler (with respect to mailq socket).

I have also included several minor diffs that I consider bugfixes.  You
are welcome to drop or reimplement any parts you think inappropriate (or
hint me how to redo them).  The minor fixes are:

1. "MANDIR" is "mandir" in autoconf.  You can set this path on
./configure stage like this: "--mandir=/usr/local/man".  This affects
SiteConfig.in and man/Makefile.in

2. error message missed carriage return in scheduler/mailq.c

3. smtpserver tried to report whoson information before it was obtained,
meaningless report removed in smtpserver/smtpserver.c

4. with USE_TRANSLATION, smtpserver tried to report error to the peer
before SS was sufficiently initialized.  This led to busylooping. 
Corresponding type()/typeflush() removed.

5. transports/smtp/smtp.c was reporting DNS misconfiguration with
LOG_ERR which I feel is pointless (this is something that *we* can *not*
fix), and on Solaris lead to flood of messages filling up serial console
(this cannot be switched off) and causing syslog problems because serial
console is only 9600 baud.  LOG_ERR changed to LOG_NOTICE.

Please consider applying all or parts of this.

Eugene

--=-NQBXKkRJKtVlb8So7/Xn
Content-Description: 
Content-Disposition: inline; filename=diff-bindaddr.2002-07-22
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain; charset=KOI8-R

Index: SiteConfig.in
=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
RCS file: /cvsroot/zmailer/SiteConfig.in,v
retrieving revision 1.13
diff -u -r1.13 SiteConfig.in
--- SiteConfig.in	2002/02/11 15:12:07	1.13
+++ SiteConfig.in	2002/07/22 11:17:35
@@ -63,7 +63,7 @@
=20
 # MANDIR is the top of the manual directory hierarchy where manual pages
 # for the ZMailer programs are installed.  Usually /usr/man or /local/man.
-MANDIR=3D		@MANDIR@
+MANDIR=3D		@mandir@
=20
 # LIBRARYDIR is the place for storing  libzmailer.a, which can be used to
 # create programs which use Zmailer's  zmailer(3) (aka: mail(3)) -library.
@@ -267,3 +267,12 @@
 # Some sites (well, one FUNET site), has LISTSERV, this is for
 # configuring that subpart of the  aliases.cf  scripts:
 #LISTSERV=3D/v/net/listserv.funet.fi
+
+# If defined, BINDADDR specifies to which local interface to bind
+# smtpserver, smtp transport agent and scheduler
+# Possible specification formats are:
+#    [0.0.0.0]
+#    [IPv6.0::0]
+#    iface:eth0:1
+#BINDADDR=3Diface:eth0:1
+BINDADDR=3D"@BINDADDR@"
Index: configure.in
=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
RCS file: /cvsroot/zmailer/configure.in,v
retrieving revision 1.112
diff -u -r1.112 configure.in
--- configure.in	2002/07/05 10:25:04	1.112
+++ configure.in	2002/07/22 11:17:36
@@ -432,6 +432,18 @@
 fi
 AC_MSG_RESULT([Using ZMailer SELFADDRESSES: $SELFADDRESSES])
=20
+oldBINDADDR=3D"$BINDADDR"
+AC_SUBST(BINDADDR)
+AC_ARG_WITH(bindaddr,   [  --with-bindaddr=3DSPEC    Bind to specific loca=
l interface
+                          possible format: [0.0.0.0], [IPv6.0::0], iface:e=
th0:1],
+        use_bindaddr=3D1)
+if test "x$use_bindaddr" !=3D "x" ; then
+    BINDADDR=3D"$withval"
+else
+    BINDADDR=3D"$oldBINDADDR"
+fi
+AC_MSG_RESULT([Using ZMailer BINDADDR: $BINDADDR])
+
 sleep 2  # Sleep a bit here too
=20
 AC_SUBST(LIBMALLOC)
Index: doc/guides/configure
=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
RCS file: /cvsroot/zmailer/doc/guides/configure,v
retrieving revision 1.5
diff -u -r1.5 configure
--- doc/guides/configure	2000/10/10 21:00:57	1.5
+++ doc/guides/configure	2002/07/22 11:17:37
@@ -41,6 +41,7 @@
 	SENDMAILPATH=3D
 	RMAILPATH=3D
 	SELFADDRESSES=3D
+	BINDADDR=3D
=20
 Options:
=20
@@ -228,3 +229,8 @@
 	--with-privatembox
 		Use "private/" in a part of mailbox program module
 		compilarions. (Specifically: sieve.c)
+
+	--with-bindaddr=3D"spec"
+		bind smtpserver, smtp tranport and scheduler (mailq
+		socket) to a specific address or interface as specified
+		by "spec".
Index: doc/manual/zinstall.sgml
=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
RCS file: /cvsroot/zmailer/doc/manual/zinstall.sgml,v
retrieving revision 1.24
diff -u -r1.24 zinstall.sgml
--- doc/manual/zinstall.sgml	2002/02/12 13:49:20	1.24
+++ doc/manual/zinstall.sgml	2002/07/22 11:17:37
@@ -1734,6 +1734,7 @@
   SENDMAILPATH=3D
   RMAILPATH=3D
   SELFADDRESSES=3D
+  BINDADDR=3D
 </SCREEN>
 </PARA>
=20
@@ -2688,6 +2689,23 @@
 # Some sites (well, one FUNET site), has LISTSERV, this is for
 # configuring that subpart of the  aliases.cf  scripts:
 #LISTSERV=3D/v/net/listserv.funet.fi
+
+</PARA></LISTITEM></VARLISTENTRY>
+
+
+<VARLISTENTRY>
+<TERM><VARNAME>BINDADDR</>=3D</TERM>
+<LISTITEM><PARA>
+
+# If defined, BINDADDR specifies to which local interface to bind
+# smtpserver, smtp transport agent and scheduler
+# Possible specification formats are:
+#    [0.0.0.0]
+#    [IPv6.0::0]
+#    iface:eth0:1
+#BINDADDR=3Diface:eth0:1
+BINDADDR=3D"@BINDADDR@"
+
=20
 </PARA></LISTITEM></VARLISTENTRY>
 </VARIABLELIST>
Index: include/libc.h
=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
RCS file: /cvsroot/zmailer/include/libc.h,v
retrieving revision 1.11
diff -u -r1.11 libc.h
--- include/libc.h	2002/02/11 15:12:10	1.11
+++ include/libc.h	2002/07/22 11:17:37
@@ -24,7 +24,6 @@
 extern int getdtablesize __((void));
=20
 /* getzenv.c */
-extern int         readzenv __((const char *file));
 extern const char *getzenv  __((const char *variable));
=20
 /* mail.c */
Index: include/libz.h
=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
RCS file: /cvsroot/zmailer/include/libz.h,v
retrieving revision 1.20
diff -u -r1.20 libz.h
--- include/libz.h	2002/07/11 11:42:00	1.20
+++ include/libz.h	2002/07/22 11:17:37
@@ -159,6 +159,9 @@
 /* zgetifaddress.c */
 extern int zgetifaddress __((int af, const char *ifname, Usockaddr *));
=20
+/* zgetbindaddr.c */
+extern int zgetbindaddr __((char *ifname, Usockaddr *));
+
 /* splay.c */
 /* .... much ... in  "splay.h" */
=20
Index: include/mail.h.in
=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
RCS file: /cvsroot/zmailer/include/mail.h.in,v
retrieving revision 1.11
diff -u -r1.11 mail.h.in
--- include/mail.h.in	2001/07/29 18:21:39	1.11
+++ include/mail.h.in	2002/07/22 11:17:37
@@ -86,10 +86,6 @@
=20
 /* These following are declared in order they are in prespective files */
=20
-/* getzenv.c */
-extern int         readzenv __((const char *file));
-extern const char *getzenv  __((const char *variable));
-
 /* mail.c */
 extern const char * postoffice;
 extern int    mail_priority;
Index: lib/Makefile.in
=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
RCS file: /cvsroot/zmailer/lib/Makefile.in,v
retrieving revision 1.12
diff -u -r1.12 Makefile.in
--- lib/Makefile.in	2002/06/18 10:22:30	1.12
+++ lib/Makefile.in	2002/07/22 11:17:37
@@ -27,7 +27,7 @@
 	strmatch.o nobody.o pwdgrp.o dottedquad.o hostent.o \
 	emalloc.o cfgets.o selfaddrs.o skip821address.o \
 	taspoolid.o strlower.o strupper.o pjwhash32.o crc32.o \
-	parseintv.o zgetifaddress.o sleepycatdb.o
+	parseintv.o zgetifaddress.o zgetbindaddr.o sleepycatdb.o
 SOURCE=3D	esyslib.c stringlib.c rfc822date.c detach.c \
 	killprev.c linebuffer.c loginit.c die.c \
 	ranny.c trusted.c allocate.c prversion.c \
@@ -35,7 +35,7 @@
 	strmatch.c nobody.c pwdgrp.c dottedquad.c hostent.c \
 	emalloc.c cfgets.c selfaddrs.c skip821address.c \
 	taspoolid.c strlower.c strupper.c pjwhash32.c crc32.c \
-	parseintv.c zgetifaddress.c sleepycatdb.c
+	parseintv.c zgetifaddress.c zgetbindaddr.c sleepycatdb.c
=20
 all $(LIBNAME).a: $(TOPDIR)/libs/$(LIBNAME).a
=20
Index: libc/getzenv.c
=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
RCS file: /cvsroot/zmailer/libc/getzenv.c,v
retrieving revision 1.5
diff -u -r1.5 getzenv.c
--- libc/getzenv.c	2001/01/15 15:12:04	1.5
+++ libc/getzenv.c	2002/07/22 11:17:37
@@ -27,13 +27,26 @@
 static char *zenviron =3D NULL;
 static int zenvlen =3D 0;
=20
-int
-readzenv(file)
-	const char *file;
+static int readzenv __((void));
+
+static int
+readzenv(void)
 {
+	char *file;
 	int fd;
 	struct stat stbuf;
=20
+	if ((file=3Dgetenv("ZCONFIG"))) {
+	  if ((getuid() !=3D geteuid()) && (access(file,R_OK) !=3D 0)) {
+	    fprintf(stderr, "attempt to use config file %s that is "
+				"not readable by the invoker of setuid "
+				"program prevented! (uid=3D%d, euid=3D%d)\n",
+		file,getuid(),geteuid());
+	    file=3DZMAILER_ENV_FILE;
+	  }
+	} else
+	  file=3DZMAILER_ENV_FILE;
+
 	fd =3D open(file, 0);
 	if (fd < 0) {
 	  fprintf(stderr, "%s: open: %s: %s\n",
@@ -86,7 +99,7 @@
=20
 	len =3D zenvlen;
 	if (len <=3D 0) {
-	  if (!readzenv(ZMAILER_ENV_FILE))
+	  if (!readzenv())
 	    return NULL;
 	  len =3D zenvlen;
 	  if (len <=3D 0)
Index: man/Makefile.in
=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
RCS file: /cvsroot/zmailer/man/Makefile.in,v
retrieving revision 1.22
diff -u -r1.22 Makefile.in
--- man/Makefile.in	2002/02/22 11:07:03	1.22
+++ man/Makefile.in	2002/07/22 11:17:37
@@ -6,8 +6,8 @@
 # VPATH =3D @srcdir@ ## NO VPATH HERE!
 @SET_MAKE@
=20
-#prefix=3D	@prefix@
-MANDIR=3D		${prefix}@mandir@
+prefix=3D		@prefix@
+MANDIR=3D		@mandir@
 TOPDIR=3D		..
 S=3D		$(srcdir)
 INSTALL=3D	@INSTALL@
Index: proto/zmailer.sh.in
=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
RCS file: /cvsroot/zmailer/proto/zmailer.sh.in,v
retrieving revision 1.18
diff -u -r1.18 zmailer.sh.in
--- proto/zmailer.sh.in	2001/10/16 20:29:23	1.18
+++ proto/zmailer.sh.in	2002/07/22 11:17:37
@@ -35,7 +35,8 @@
 fi
 FLAGS=3D"defaults 50"
=20
-ZCONFIG=3D@ZMAILERCFGFILE@
+ZCONFIG=3D${ZCONFIG:-@ZMAILERCFGFILE@}
+export ZCONFIG
=20
 # Sense how the  echo  works, it is either, or..
 # There are POSIX echos, SysV echos, BSD echos...
Index: scheduler/mailq.c
=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
RCS file: /cvsroot/zmailer/scheduler/mailq.c,v
retrieving revision 1.64
diff -u -r1.64 mailq.c
--- scheduler/mailq.c	2002/01/24 22:18:47	1.64
+++ scheduler/mailq.c	2002/07/22 11:17:37
@@ -446,7 +446,7 @@
 	    if (rc < 0) {
 	      eval =3D errno;
 	      close(fd);
-	      fprintf(stderr, "%s: connect failed to %s",
+	      fprintf(stderr, "%s: connect failed to %s\n",
 		      progname, ai->ai_canonname ? ai->ai_canonname : host);
 	      fd =3D -1;
 	      continue;
@@ -455,7 +455,7 @@
 	  if (fd >=3D 0)
 	    docat((char *)NULL, fd);
 	  else {
-	    fprintf(stderr, "%s: connect failed to %s",
+	    fprintf(stderr, "%s: connect failed to %s\n",
 		    progname, host);
 	  }
 	}
Index: scheduler/transport.c
=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
RCS file: /cvsroot/zmailer/scheduler/transport.c,v
retrieving revision 1.105
diff -u -r1.105 transport.c
--- scheduler/transport.c	2002/05/16 18:09:10	1.105
+++ scheduler/transport.c	2002/07/22 11:17:38
@@ -1498,9 +1498,10 @@
 	    if (modedata2)  modedata2[-1] =3D '@';
=20
 	    memset(&ua, 0, sizeof(ua));
+	    if (zgetbindaddr(NULL, &ua))
+		ua.v4.sin_addr.s_addr =3D htonl(INADDR_ANY);
 	    ua.v4.sin_port        =3D htons(port);
 	    ua.v4.sin_family      =3D AF_INET;
-	    ua.v4.sin_addr.s_addr =3D htonl(INADDR_ANY);
 	    querysocket =3D -1;
 #ifdef INET6
 	    querysocket =3D socket(PF_INET6, SOCK_STREAM, 0);
@@ -1510,6 +1511,8 @@
 #ifdef INET6
 	    else {
 	      memset(&ua, 0, sizeof(ua));
+	      if (zgetbindaddr(NULL, &ua))
+		  ua.v4.sin_addr.s_addr =3D htonl(INADDR_ANY);
 	      ua.v6.sin6_port   =3D htons(port);
 	      ua.v6.sin6_family =3D AF_INET6;
 	    }
Index: smtpserver/cfgread.c
=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
RCS file: /cvsroot/zmailer/smtpserver/cfgread.c,v
retrieving revision 1.40
diff -u -r1.40 cfgread.c
--- smtpserver/cfgread.c	2002/07/11 11:41:57	1.40
+++ smtpserver/cfgread.c	2002/07/22 11:17:38
@@ -17,6 +17,8 @@
 #define SKIPTEXT(Y)  while (*Y && *Y !=3D ' ' && *Y !=3D '\t') ++Y
 #define SKIPDIGIT(Y) while ('0' <=3D *Y && *Y <=3D '9') ++Y
=20
+static int called_getbindaddr =3D 0;
+
 static void dollarexpand __((unsigned char *s0, int space));
 static void dollarexpand(s0, space)
      unsigned char *s0;
@@ -208,50 +210,8 @@
       if (bindport !=3D 0 && bindport !=3D 0xFFFFU)
 	bindport_set =3D 1;
     } else if (cistrcmp(name, "BindAddress") =3D=3D 0 && param1) {
-      memset(&bindaddr, 0, sizeof(bindaddr));
-      bindaddr_set =3D 1;
-#if defined(AF_INET6) && defined(INET6)
-      if (cistrncmp(param1,"[ipv6 ",6) =3D=3D 0 ||
-	  cistrncmp(param1,"[ipv6:",6) =3D=3D 0 ||
-	  cistrncmp(param1,"[ipv6.",6) =3D=3D 0) {
-	char *s =3D strchr(param1,']');
-	if (s) *s =3D 0;
-	if (inet_pton(AF_INET6, param1+6, &bindaddr.v6.sin6_addr) < 1) {
-	  /* False IPv6 number literal */
-	  /* ... then we don't set the IP address... */
-	  bindaddr_set =3D 0;
-	}
-	bindaddr.v6.sin6_family =3D AF_INET6;
-      } else
-#endif
-	if (*param1 =3D=3D '[') {
-	  char *s =3D strchr(param1,']');
-	  if (s) *s =3D 0;
-	  if (inet_pton(AF_INET, param1+1, &bindaddr.v4.sin_addr) < 1) {
-	    /* False IP(v4) number literal */
-	    /* ... then we don't set the IP address... */
-	    bindaddr_set =3D 0;
-	  }
-	  bindaddr.v4.sin_family =3D AF_INET;
-	} else {
-	  if (CISTREQN(param1,"iface:",6)) {
-#if defined(AF_INET6) && defined(INET6)
-	    bindaddr.v6.sin6_family =3D AF_INET6;
-	    if (zgetifaddress(AF_INET6, param1+6, &bindaddr))
-	      /* Didn't get IPv6 interface address of given name.. */
-#endif
-	      {
-		if (zgetifaddress(AF_INET, param1+6, &bindaddr)) {
-		  /* No recognized interface! */
-		  bindaddr_set =3D 0;
-		}
-	      }
-	  } else {
-	    /* XXX: TODO: Try to see if this is an interface name, and pick
-	       IPv4 and/or IPv6 addresses for that interface. */
-	    bindaddr_set =3D 0;
-	  }
-	}
+	called_getbindaddr=3D1;
+	bindaddr_set =3D !zgetbindaddr(param1,&bindaddr);
     }
=20
     /* SMTP Protocol limit & policy tune options */
@@ -516,6 +476,8 @@
 	configuration_ok =3D 1; /* At least something! */
     }
     fclose(fp);
+    if (!called_getbindaddr)
+	bindaddr_set =3D !zgetbindaddr(NULL,&bindaddr);
     return head;
 }
=20
Index: smtpserver/smtpserver.c
=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
RCS file: /cvsroot/zmailer/smtpserver/smtpserver.c,v
retrieving revision 1.123
diff -u -r1.123 smtpserver.c
--- smtpserver/smtpserver.c	2002/05/28 11:18:13	1.123
+++ smtpserver/smtpserver.c	2002/07/22 11:17:39
@@ -757,25 +757,15 @@
 		" [port %d]", SS.rport);
=20
 	if (smtp_syslog && ident_flag) {
-#ifdef HAVE_WHOSON_H
-	    zsyslog((LOG_INFO, "connection from %s@%s (whoson: $s)\n",
-		     SS.ident_username, SS.rhostname, SS.whoson_data));
-#else
 	    zsyslog((LOG_INFO, "connection from %s@%s\n",
 		     SS.ident_username, SS.rhostname));
-#endif
 	}
=20
 	pid =3D getpid();
 	settrusteduser();	/* dig out the trusted user ID */
 	openlogfp(&SS, daemon_flg);
-#ifdef HAVE_WHOSON_H
-	type(NULL,0,NULL,"connection from %s:%d ident: %s whoson: %s",
-	     SS.rhostname, SS.rport, SS.ident_username, SS.whoson_data);
-#else
 	type(NULL,0,NULL,"connection from %s:%d ident: %s",
 	     SS.rhostname, SS.rport, SS.ident_username);
-#endif
=20
 #if 0
 	SIGNAL_HANDLE(SIGCHLD, SIG_DFL);
@@ -1919,8 +1909,11 @@
     }
     if (!(*lang) || (X_settrrc < 0)) {
 	/* we don't know our codetable, hush client away */
+	/* Oops!  With version 2.99.56-pre1 you cannot use type()
+	   before some initialization of SS is performed!
 	type(SS, 451, NULL, "Server could not setup translation.", NULL);
 	typeflush(SS);
+	*/
 	sleep(2);
 	exit(0);
 #endif				/* USE_TRANSLATION */
Index: transports/smtp/smtp.c
=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
RCS file: /cvsroot/zmailer/transports/smtp/smtp.c,v
retrieving revision 1.266
diff -u -r1.266 smtp.c
--- transports/smtp/smtp.c	2002/07/11 11:42:00	1.266
+++ transports/smtp/smtp.c	2002/07/22 11:17:39
@@ -2505,7 +2505,7 @@
 		  sprintf(SS->remotemsg,
 			  "smtp; 500 (nameserver data inconsistency. All MXes rejected [we are =
the best?], no address: '%.200s')", host);
 #if 1
-		  zsyslog((LOG_ERR, "%s", SS->remotemsg));
+		  zsyslog((LOG_NOTICE, "%s", SS->remotemsg));
 		  if (r !=3D EX_TEMPFAIL)
 		    r =3D EX_NOHOST;
 #endif
@@ -2513,7 +2513,7 @@
 		  sprintf(SS->remotemsg,
 			  "smtp; 500 (nameserver data inconsistency. No MX, no address: '%.200s=
' (%s))",
 			  host, gai_err =3D=3D EAI_NONAME ? "NONAME" : "NODATA");
-		  zsyslog((LOG_ERR, "%s r=3D%d", SS->remotemsg, r));
+		  zsyslog((LOG_NOTICE, "%s r=3D%d", SS->remotemsg, r));
 #if 0
 		  if (r !=3D EX_TEMPFAIL)
 		    r =3D EX_NOHOST; /* Can do instant reject */
@@ -2525,7 +2525,7 @@
 			  "smtp; 500 (nameserver data inconsistency. No MX, no address: '%.200s=
', errno=3D%s, gai_errno=3D'%s')",
 			  host, strerror(errno), gai_strerror(gai_err));
 #if 1
-		  zsyslog((LOG_ERR, "%s", SS->remotemsg));
+		  zsyslog((LOG_NOTICE, "%s", SS->remotemsg));
 		  r =3D EX_TEMPFAIL; /* This gives delayed rejection (after a timeout) *=
/
 #endif
 		}
@@ -2845,12 +2845,9 @@
 	int af, port;
 	volatile int addrsiz;
 	int sk;
-	struct sockaddr_in *sai =3D (struct sockaddr_in *)sa;
-	struct sockaddr_in sad;
-#if defined(AF_INET6) && defined(INET6)
-	struct sockaddr_in6 *sai6 =3D (struct sockaddr_in6 *)sa;
-	struct sockaddr_in6 sad6;
-#endif
+	Usockaddr *sai =3D (Usockaddr *)sa;
+	Usockaddr sad;
+	int wantbindaddr =3D 0;
 	Usockaddr upeername;
 	int upeernamelen =3D 0;
=20
@@ -2866,15 +2863,14 @@
 	af =3D sa->sa_family;
 #if defined(AF_INET6) && defined(INET6)
 	if (sa->sa_family =3D=3D AF_INET6) {
-	  addrsiz =3D sizeof(*sai6);
-	  memset(&sad6, 0, sizeof(sad6));
+	  addrsiz =3D sizeof(sad.v6);
 	}
 	else
 #endif
 	  {
-	    addrsiz =3D sizeof(*sai);
-	    memset(&sad, 0, sizeof(sad));
+	    addrsiz =3D sizeof(sad.v4);
 	  }
+	memset(&sad, 0, sizeof(sad));
=20
 	if (conndebug)
 	  fprintf(stderr, "Trying %.200s [%.200s] ... ",
@@ -2907,93 +2903,22 @@
 	  return EX_TEMPFAIL;
 	}
=20
-	if (localidentity !=3D NULL) {
-	  /* Uh... Somebody wants us to do special hoops...
-	     ... to bind some of our alternate IP addresses,
-	     for example.. */
-	  if (0)
-	    ;
-#if defined(AF_INET6) && defined(INET6)
-	  else if (af =3D=3D AF_INET6 &&
-		   CISTREQN(localidentity,"iface:",6)) {
-	    zgetifaddress(af, localidentity+6, (Usockaddr *)&sad6);
-	  }
-	  else if (CISTREQN(localidentity,"[ipv6 ",6)  ||
-		   CISTREQN(localidentity,"[ipv6:",6)  ||
-		   CISTREQN(localidentity,"[ipv6.",6) ) {
-	    char *s =3D strchr(localidentity,']');
-	    if (s) *s =3D 0;
-	    if (inet_pton(AF_INET6, localidentity+6, &sad6.sin6_addr) < 1) {
-	      /* False IPv6 number literal */
-	      /* ... then we don't set the IP address... */
-	    }
-	  }
-#endif /* AF_INET6 && INET6 */
-	  else if (af =3D=3D AF_INET &&
-		   CISTREQN(localidentity,"iface:",6)) {
-	    zgetifaddress(af, localidentity+6, (Usockaddr *)&sad);
-	  }
-	  else if (*localidentity =3D=3D '[') {
-	    char *s =3D strchr(localidentity,']');
-	    if (s) *s =3D 0;
-	    if (inet_pton(AF_INET, localidentity+1, &sad.sin_addr) < 1) {
-	      /* False IP(v4) number literal */
-	      /* ... then we don't set the IP address... */
-	    }
-	  } else {
-	    struct addrinfo req, *ai =3D NULL;
-	    int r2;
+	wantbindaddr =3D !zgetbindaddr(localidentity,&sad);=20
=20
-	    memset(&req, 0, sizeof(req));
-	    req.ai_socktype =3D SOCK_STREAM;
-	    req.ai_protocol =3D IPPROTO_TCP;
-	    req.ai_flags    =3D AI_CANONNAME;
-	    req.ai_family   =3D sa->sa_family; /* Same family, as our
-						destination address is */
-#ifdef HAVE_GETADDRINFO
-	    r2 =3D getaddrinfo(localidentity, "0", &req, &ai);
-#else
-	    r2 =3D _getaddrinfo_(localidentity, "0", &req, &ai, SS->verboselog);
-#endif
-	    if (SS->verboselog)
-	      fprintf(SS->verboselog,"getaddrinfo(%s,'%s') -> r=3D%d, ai=3D%p\n",
-		      sa->sa_family =3D=3D PF_INET ? "INET":"INET6",
-		      localidentity,r2,ai);
-	    if (r2 =3D=3D 0 && ai !=3D NULL) /* We try ONLY the first address. */=
 {
-	      if (ai->ai_family =3D=3D AF_INET) {
-		memcpy((void*)&sad.sin_addr,
-		       (void*)&((struct sockaddr_in*)ai->ai_addr)->sin_addr,
-		       4);
-	      }
-#if defined(AF_INET6) && defined(INET6)
-	      else {
-		memcpy((void*)&sad6.sin6_addr,
-		       (void*)&((struct sockaddr_in6*)ai->ai_addr)->sin6_addr,
-		       16);
-	      }
-#endif
-	    }
-	    if (ai !=3D NULL)
-	      freeaddrinfo(ai);
-	    /* If it didn't resolv, */
-	    /* ... then we don't set the IP address... */
-	  }
-	}
-
 	if (wantreserved && getuid() =3D=3D 0) {
 	  /* try grabbing a port */
 	  for (p =3D IPPORT_RESERVED-1; p >=3D (u_short)(IPPORT_RESERVED/2); --p)=
 {
 	    if (af =3D=3D AF_INET) {
-	      sad.sin_family =3D AF_INET;
-	      sad.sin_port   =3D htons(p);
-	      if (bind(sk, (struct sockaddr *)&sad, sizeof sad) >=3D 0)
+	      sad.v4.sin_family =3D AF_INET;
+	      sad.v4.sin_port   =3D htons(p);
+	      if (bind(sk, (struct sockaddr *)&sad, sizeof sad.v4) >=3D 0)
 		break;
 	    }
 #if defined(AF_INET6) && defined(INET6)
 	    else if (af =3D=3D AF_INET6) {
-	      sad6.sin6_family =3D AF_INET6;
-	      sad6.sin6_port   =3D htons(p);
-	      if (bind(sk, (struct sockaddr *)&sad6, sizeof sad6) >=3D 0)
+	      sad.v6.sin6_family =3D AF_INET6;
+	      sad.v6.sin6_port   =3D htons(p);
+	      if (bind(sk, (struct sockaddr *)&sad, sizeof sad.v6) >=3D 0)
 		break;
 	    }
 #endif
@@ -3026,15 +2951,15 @@
 	      fprintf(logfp,"%s#\t(Internal error, too many busy ports)\n", logta=
g());
 	    return EX_TEMPFAIL;
 	  }
-	} else if (localidentity !=3D NULL) {
+	} else if (wantbindaddr) {
 	  /* Ok, it wasn't a desire for any PRIVILEGED port, just
 	     binding on the specific IP will be accepted. */
 	  errno =3D 0;
 	  if (af =3D=3D AF_INET)
-	    bind(sk, (struct sockaddr *)&sad, sizeof sad);
+	    bind(sk, (struct sockaddr *)&sad, sizeof sad.v4);
 #if defined(AF_INET6) && defined(INET6)
 	  if (af =3D=3D AF_INET6)
-	    bind(sk, (struct sockaddr *)&sad6, sizeof sad6);
+	    bind(sk, (struct sockaddr *)&sad, sizeof sad.v6);
 #endif
 	  if (logfp)
 	    fprintf(logfp,"%s#\tlocalidentity=3D%s bind() errno =3D %d\n",
@@ -3046,17 +2971,17 @@
 	if (SS->literalport > 0)
 	  port =3D SS->literalport;
 	if (af =3D=3D AF_INET)
-	  sai->sin_port   =3D htons(port);
+	  sai->v4.sin_port   =3D htons(port);
 #if defined(AF_INET6) && defined(INET6)
 	if (af =3D=3D AF_INET6)
-	  sai6->sin6_port =3D htons(port);
+	  sai->v6.sin6_port =3D htons(port);
 #endif
 	/* setreuid(0,first_uid);
 	   if(SS->verboselog) fprintf(SS->verboselog,"setreuid: first_uid=3D%d, r=
uid=3D%d, euid=3D%d\n",first_uid,getuid(),geteuid()); */
=20
 	if (SS->verboselog)
 	  fprintf(SS->verboselog, "Connecting to %.200s [%.200s] port %d\n",
-		  hostname, SS->ipaddress, ntohs(sai->sin_port));
+		  hostname, SS->ipaddress, ntohs(sai->v4.sin_port));
=20
=20
 	gotalarm =3D 0;
@@ -3593,6 +3518,8 @@
 	char *status =3D NULL;
 	int statesave;
 	time_t when_timeout;
+
+	if (SS->smtpfd < 0) return rc;
=20
 	SS->smtp_outcount =3D 0;
 	SS->block_written =3D 0;
Index: utils/rotate-logs.sh.in
=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
RCS file: /cvsroot/zmailer/utils/rotate-logs.sh.in,v
retrieving revision 1.4
diff -u -r1.4 rotate-logs.sh.in
--- utils/rotate-logs.sh.in	2001/09/30 01:48:47	1.4
+++ utils/rotate-logs.sh.in	2002/07/22 11:17:39
@@ -7,7 +7,8 @@
 #  can be used weekly to monthly...
 #
=20
-ZCONFIG=3D@ZMAILERCFGFILE@
+ZCONFIG=3D${ZCONFIG:-@ZMAILERCFGFILE@}
+export ZCONFIG
 . $ZCONFIG
=20
 cd $LOGDIR
--- /dev/null	Thu Jul 18 17:15:00 2002
+++ lib/zgetbindaddr.c	Wed Jul 17 18:05:36 2002
@@ -0,0 +1,113 @@
+/*
+ * int zgetbindaddr(char *bindspec, Usockaddr *sap)
+ */
+
+/*
+    Parse first argument for the specification of IP v.4 or v.6
+    address or network interface.  If NULL or empty, fallback to
+    the value of 'BINDADDR' ZENV variable.  On success, return
+    zero, otherwise non-zero.  That is, if the caller gets zero
+    code, it should bind() to the address returned in *sap, else
+    bind to INADDR_ANY.
+
+    Possible specification formats are:
+	[0.0.0.0]
+	[IPv6.0::0]
+	iface:eth0:1
+
+    Original copyright by Matti Aarnio <mea@nic.funet.fi> 1997,2000,
+    modifications by Eugene Crosser <crosser@average.org> 2002
+*/
+
+#include "hostenv.h"
+#include <sys/types.h>
+#ifdef HAVE_SYS_SOCKET_H
+#include <sys/socket.h>
+#endif
+#include <sys/ioctl.h>
+#ifdef HAVE_STDLIB_H
+#include <stdlib.h>
+#endif
+#include <netinet/in.h>
+#ifdef HAVE_NETINET_IN6_H
+# include <netinet/in6.h>
+#endif
+#ifdef HAVE_NETINET6_IN6_H
+# include <netinet6/in6.h>
+#endif
+#ifdef HAVE_LINUX_IN6_H
+# include <linux/in6.h>
+#endif
+#include <arpa/inet.h>
+#include <string.h>
+#include <errno.h>
+
+#include "libc.h"
+#include "zmalloc.h"
+#include "libz.h"
+
+#include "hostenv.h"
+
+#include <arpa/inet.h>
+#include <net/if.h>
+
+int
+zgetbindaddr(bindspec, sap)
+	char *bindspec;
+	Usockaddr *sap;
+{
+	int result =3D 0;
+
+	if ((bindspec =3D=3D NULL) || (*bindspec =3D=3D '\0'))
+		bindspec=3Dgetzenv("BINDADDR");
+	if ((bindspec =3D=3D NULL) || (*bindspec =3D=3D '\0'))
+		return 1; /* not specified - bind to INADDR_ANY */
+
+#if defined(AF_INET6) && defined(INET6)
+	if (cistrncmp(bindspec, "[ipv6 ", 6) =3D=3D 0 ||
+	    cistrncmp(bindspec, "[ipv6:", 6) =3D=3D 0 ||
+	    cistrncmp(bindspec, "[ipv6.", 6) =3D=3D 0) {
+		char *s =3D strchr(bindspec, ']');
+		if (s) *s =3D 0;
+		if (inet_pton
+		    (AF_INET6, bindspec + 6, &sap->v6.sin6_addr) < 1) {
+			/* False IPv6 number literal */
+			/* ... then we don't set the IP address... */
+			result =3D 1;
+		}
+		sap->v6.sin6_family =3D AF_INET6;
+	} else
+#endif
+	if (*bindspec =3D=3D '[') {
+		char *s =3D strchr(bindspec, ']');
+		if (s) *s =3D 0;
+		if (inet_pton(AF_INET, bindspec + 1, &sap->v4.sin_addr)
+		    < 1) {
+			/* False IP(v4) number literal */
+			/* ... then we don't set the IP address... */
+			result =3D 1;
+		}
+		sap->v4.sin_family =3D AF_INET;
+	} else {
+		if (CISTREQN(bindspec, "iface:", 6)) {
+#if defined(AF_INET6) && defined(INET6)
+			sap->v6.sin6_family =3D AF_INET6;
+			if (zgetifaddress
+			    (AF_INET6, bindspec + 6, sap))
+				/* Didn't get IPv6 interface address of given name.. */
+#endif
+			{
+				if (zgetifaddress
+				    (AF_INET, bindspec + 6, sap)) {
+					/* No recognized interface! */
+					result =3D 1;
+				}
+			}
+		} else {
+			/* XXX: TODO: Try to see if this is an interface name, and pick
+			   IPv4 and/or IPv6 addresses for that interface. */
+			result =3D 1;
+		}
+	}
+	return result;
+}

--=-NQBXKkRJKtVlb8So7/Xn--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jul 22 15:07:03 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S71745AbSGVMG7>; Mon, 22 Jul 2002 15:06:59 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S90664AbSGVMG7>;
	Mon, 22 Jul 2002 15:06:59 +0300
Received: from [210.74.120.35] ([210.74.120.35]:5586 "HELO eboxmail.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S63319AbSGVMG5>;
	Mon, 22 Jul 2002 15:06:57 +0300
Received: from unknown (198.59.164.221)
	by hd.ressort.net with asmtp; 21 Jul 0102 11:21:16 +0700
Received: from rly-yk05.pesdets.com ([176.91.249.231])
	by a231242.upc-a.zhello.nl with asmtp; Sun, 21 Jul 0102 18:15:05 +0500
Received: from rly-yk05.pesdets.com ([30.58.38.85])
	by n9.groups.huyahoo.com with QMQP; 21 Jul 0102 23:08:54 +0400
Received: from unknown (HELO smtp-server1.cflrr.com) (85.224.240.242)
	by mx.loxsystems.net with QMQP; 22 Jul 0102 03:02:43 +0900
Reply-To: <denise_kifla7684q54@eboxmail.com>
Message-ID: <000b23e68b5b$7421d3d1$5de01ac5@dldpoc>
From:	<denise_kifla7684q54@eboxmail.com>
To:	<zmailer@nic.funet.fi>
Subject: domain names are now affordable....only $14.95 
Date:	Mon, 22 Jul 0102 05:17:44 +0700
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00C6_44C16A5E.D3176D64"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00C6_44C16A5E.D3176D64
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


ODc0NlFtSEY2LTYzOW53Y20xOTg2Yk5VdTUtODYyeGpGTTc4MzJ1dFBHMC0y
MTFVa2JMNzE0OXZOemcyLTE5N2V0Ylc5NTYwcWVpZDYtNDU5S2w3Nw0KDQpU
aGUgbmV3IGRvbWFpbiBuYW1lcyBhcmUgZmluYWxseSBhdmFpbGFibGUgdG8g
dGhlIGdlbmVyYWwgcHVibGljIGF0IA0KZGlzY291bnQgcHJpY2VzLiBOb3cg
eW91IGNhbiByZWdpc3RlciBvbmUgb2YgdGhlIGV4Y2l0aW5nIG5ldyAuQkla
IG9yIC5JTkZPIGRvbWFpbiBuYW1lcywgYXMgd2VsbCBhcyB0aGUgb3JpZ2lu
YWwgLkNPTSBhbmQgLk5FVCBuYW1lcyBmb3IganVzdCAkMTQuOTUuIA0KDQpU
aGVzZSBicmFuZCBuZXcgZG9tYWluIGV4dGVuc2lvbnMgd2VyZSByZWNlbnRs
eSBhcHByb3ZlZCBieSBJQ0FOTiBhbmQgaGF2ZSB0aGUgc2FtZSByaWdodHMg
YXMgdGhlIG9yaWdpbmFsIC5DT00gYW5kIC5ORVQgZG9tYWluIG5hbWVzLiBU
aGUgYmlnZ2VzdCBiZW5lZml0IGlzIG9mLWNvdXJzZSB0aGF0IHRoZSAuQkla
IGFuZCAuSU5GTyBkb21haW4gbmFtZXMgYXJlIGN1cnJlbnRseSBtb3JlIGF2
YWlsYWJsZS4gaS5lLiBpdCB3aWxsIGJlIG11Y2ggZWFzaWVyIHRvIHJlZ2lz
dGVyIGFuIGF0dHJhY3RpdmUgYW5kIGVhc3ktdG8tcmVtZW1iZXIgZG9tYWlu
IG5hbWUgZm9yIHRoZSBzYW1lIHByaWNlLiAgVmlzaXQ6IA0KaHR0cDovL3d3
dy5hZmZvcmRhYmxlLWRvbWFpbnMuY29tIHRvZGF5IGZvciBtb3JlIGluZm8u
IA0KDQpSZWdpc3RlciB5b3VyIGRvbWFpbiBuYW1lIHRvZGF5IGZvciBqdXN0
ICQxNC45NSBhdDogDQpodHRwOi8vd3d3LmFmZm9yZGFibGUtZG9tYWlucy5j
b20gICBSZWdpc3RyYXRpb24gZmVlcyANCmluY2x1ZGUgZnVsbCBhY2Nlc3Mg
dG8gYW4gZWFzeS10by11c2UgY29udHJvbCBwYW5lbCB0byBtYW5hZ2UgeW91
ciBkb21haW4gbmFtZSBpbiB0aGUgZnV0dXJlLiANCg0KU2luY2VyZWx5LCAN
Cg0KRG9tYWluIEFkbWluaXN0cmF0b3IgDQpBZmZvcmRhYmxlIERvbWFpbnMg
DQoNCg0KVG8gcmVtb3ZlIHlvdXIgZW1haWwgYWRkcmVzcyBmcm9tIGZ1cnRo
ZXIgcHJvbW90aW9uYWwgbWFpbGluZ3MgZnJvbSB0aGlzIA0KY29tcGFueSwg
Y2xpY2sgaGVyZTogDQpodHRwOi8vd3d3LmNlbnRyYWxyZW1vdmFsc2Vydmlj
ZS5jb20vY2dpLWJpbi9kb21haW4tcmVtb3ZlLmNnaSANCg0KNDM5N0F2U0s3
LTY3OWt3VWs5Njg0YkJBcTgtMDQ4Y0t1ZDhsMzM=
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jul 22 19:26:17 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S91281AbSGVQ0N>; Mon, 22 Jul 2002 19:26:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S91280AbSGVQ0N>;
	Mon, 22 Jul 2002 19:26:13 +0300
Received: from to-velocet.redhat.com ([216.138.202.10]:63968 "EHLO
	touchme.toronto.redhat.com" ident: "IDENT-NONSENSE" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S91124AbSGVQ0I>;
	Mon, 22 Jul 2002 19:26:08 +0300
Received: from toomuch.toronto.redhat.com (unknown [172.16.14.22])
	by touchme.toronto.redhat.com (Postfix) with ESMTP id C0A08B8049
	for <zmailer@nic.funet.fi>; Mon, 22 Jul 2002 12:26:05 -0400 (EDT)
Received: (from bcrl@localhost)
	by toomuch.toronto.redhat.com (8.11.6/8.11.6) id g6MGQ5j07104
	for zmailer@nic.funet.fi; Mon, 22 Jul 2002 12:26:05 -0400
Date:	Mon, 22 Jul 2002 12:26:05 -0400
From:	Benjamin LaHaise <bcrl@redhat.com>
To:	zmailer@nic.funet.fi
Subject: reject smtp connections if no valid reverse dns?
Message-ID: <20020722122605.A6428@redhat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hey folks,

In my attempts to deal with the massive increase in spam lately, I've 
noticed a number of messages arrive from mail servers that do not have 
correct reverse DNS mappings.  Any chance of getting a flag for this in 
smtpserver.conf, or am I just being blind and not finding it?

		-ben
-- 
"You will be reincarnated as a toad; and you will be much happier."
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jul 22 21:34:53 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S91541AbSGVSet>; Mon, 22 Jul 2002 21:34:49 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S91542AbSGVSes>;
	Mon, 22 Jul 2002 21:34:48 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S91541AbSGVSen>;
	Mon, 22 Jul 2002 21:34:43 +0300
Date:	Mon, 22 Jul 2002 21:34:43 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Benjamin LaHaise <bcrl@redhat.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: reject smtp connections if no valid reverse dns?
Message-ID: <20020722213443.N10215@nic.funet.fi>
References: <20020722122605.A6428@redhat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020722122605.A6428@redhat.com>; from bcrl@redhat.com on Mon, Jul 22, 2002 at 12:26:05PM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Mon, Jul 22, 2002 at 12:26:05PM -0400, Benjamin LaHaise wrote:
> Hey folks,
> 
> In my attempts to deal with the massive increase in spam lately, I've 
> noticed a number of messages arrive from mail servers that do not have 
> correct reverse DNS mappings.  Any chance of getting a flag for this in 
> smtpserver.conf, or am I just being blind and not finding it?

  I don't support the school of thinking that reverse DNS data is
  mandatory, but...  there are couple ways to achieve it.

  If you configure the compilation, and smtpserver.conf to use
  tcp-wrapper, then there is possibly a way with tcp-wrapper
  for doing it...   It is something obscure -- "UNKNOWN" ?
  I suggest that the response (rejection) given by the server
  is set into

  hosts.allow:
   smtp-receiver: ALL@KNOWN

  hosts.deny:
   smtp-receiver: ALL@UNKNOWN : echo "450 4.7.1 IP address reverse failure,
	connection unacceptable	presently."


  Or something of that effect -- possibly ALL@PARANOID to be allowed,
  and ALL@ALL to be denied, but I am not sure of which way those files
  are used -- deny first, or allow first ?


  Smarter approach would be one which allows delivery to POSTMASTER,
  but won't like it for anybody else..  Carefull separation of NOERROR
  without data and NXDOMAIN, versus timeouts, et.al. (400 vs. 500 series
  codes, and all that)  --  lack of which separation I consider biggest
  infrastructure lack of sendmail...

  However that needs some additional code, I think.



  What I do to combat spam is reception content filter.  It rejects
  all messages smelling of HTML, and is amazingly effective way.
  Extending it to cover spam-assassin would be even more effective,
  but my time has been quite taken up lately...

> 		-ben
-- 

/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jul 22 21:43:00 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S91373AbSGVSm6>; Mon, 22 Jul 2002 21:42:58 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S91372AbSGVSm5>;
	Mon, 22 Jul 2002 21:42:57 +0300
Received: from to-velocet.redhat.com ([216.138.202.10]:64138 "EHLO
	touchme.toronto.redhat.com" ident: "IDENT-NONSENSE" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S71636AbSGVSm4>;
	Mon, 22 Jul 2002 21:42:56 +0300
Received: from toomuch.toronto.redhat.com (unknown [172.16.14.22])
	by touchme.toronto.redhat.com (Postfix) with ESMTP
	id 0A520B8049; Mon, 22 Jul 2002 14:42:54 -0400 (EDT)
Received: (from bcrl@localhost)
	by toomuch.toronto.redhat.com (8.11.6/8.11.6) id g6MIgr507916;
	Mon, 22 Jul 2002 14:42:53 -0400
Date:	Mon, 22 Jul 2002 14:42:53 -0400
From:	Benjamin LaHaise <bcrl@redhat.com>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	zmailer@nic.funet.fi
Subject: Re: reject smtp connections if no valid reverse dns?
Message-ID: <20020722144253.C6428@redhat.com>
References: <20020722122605.A6428@redhat.com> <20020722213443.N10215@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
In-Reply-To: <20020722213443.N10215@nic.funet.fi>; from mea@nic.funet.fi on Mon, Jul 22, 2002 at 09:34:43PM +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Mon, Jul 22, 2002 at 09:34:43PM +0300, Matti Aarnio wrote:
>   What I do to combat spam is reception content filter.  It rejects
>   all messages smelling of HTML, and is amazingly effective way.
>   Extending it to cover spam-assassin would be even more effective,
>   but my time has been quite taken up lately...

Filtering html was effective for quite a while, but they seem to have 
adapted.  Most of the spam that isn't being caught now is text only 
with reasonable headers (with valid, even forged From:).  Lately the 
regexps I use don't even catch the similar-but-different variations 
on the common scam mails.  Such a pain....

		-ben
-- 
"You will be reincarnated as a toad; and you will be much happier."
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Jul 22 22:24:46 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S91230AbSGVTYo>; Mon, 22 Jul 2002 22:24:44 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S91000AbSGVTYn>;
	Mon, 22 Jul 2002 22:24:43 +0300
Received: from host101-38.pool21758.interbusiness.it ([217.58.38.101]:3347
	"HELO unet.univie.ac.at" ident: "squid" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with SMTP id <S38939AbSGVTYk>;
	Mon, 22 Jul 2002 22:24:40 +0300
Received: from 33.107.79.7 ([33.107.79.7]) by symail.kustanai.co.kr with NNFMP; Mon, 22 Jul 0102 20:35:23 -0100
Reply-To: <alexb0603r42@unet.univie.ac.at>
Message-ID: <016b85b04d5b$4627b2c6$1cd23ea7@ijowpm>
From:	<alexb0603r42@unet.univie.ac.at>
To:	<problems@nic.funet.fi>, <zmailer@nic.funet.fi>,
	<arikorho@nic.funet.fi>, <arimakel@nic.funet.fi>,
	<nevs@nic.funet.fi>, <gers@nic.funet.fi>, <wellu@nic.funet.fi>,
	<sci-adm@nic.funet.fi>, <jaskari@nic.funet.fi>
Subject: Would you like to double your money in 30 days? 0554aHZT8-104TuTK6287kiU-23
Date:	Mon, 22 Jul 0102 19:26:06 -0000
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: AOL 7.0 for Windows US sub 118
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On January 1st 2002, the European countries began
using the new Euro.  Never before have so
many countries with such powerful economies united
to use a single currency.  Get your piece of history
now!  We would like to send you a FREE Euro
and a FREE report on world currency.  Just visit
our site to request your Euro and Euro report:
 
http://www282.wiildaccess.com
 
In addition to our currency report, you can receive
our FREE INVESTMENT PACKAGE:
 
*Learn how $10,000 in options will leverage $1,000,000 in
Euro Currency. This means even a small movement in the market
has huge profit potential.
 
If you are over age 18 and have some risk capital, it's
important that you find out how the Euro will
change the economic world and how you can profit!
 
$10,000 minimum investment
 
Please carefully evaluate your financial position before
trading.  Only risk capital should be used.

http://www282.wiildaccess.com
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
To "Opt-Out":

http://www282.wiildaccess.com/optout.html

0401ISty2-632NOwQ3843wARK9-787ibgK5699DdFk2-937VqNE5170FXTj7-633jNBl63
 


0537FRcU2-462UMlp0395Trgv5-066BnbP7919PLyb6-5l42
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jul 23 13:42:03 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S91753AbSGWKl7>; Tue, 23 Jul 2002 13:41:59 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S91830AbSGWKl7>;
	Tue, 23 Jul 2002 13:41:59 +0300
Received: from chronos.sovam.com ([194.67.22.190]:33036 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S39460AbSGWKl4>;
	Tue, 23 Jul 2002 13:41:56 +0300
Received: from ariel ([194.67.3.216]:37852 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764075AbSGWKly>;
	Tue, 23 Jul 2002 14:41:54 +0400
Subject: smtp transport busylooping
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	23 Jul 2002 14:41:54 +0400
Message-Id: <1027420914.26909.12.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I get this with the latest CVS version.  Smtp process eats all CPU it is
given.

0x8066798 in sfvprintf (f=0x8088f88,
    form=0x808d000
"iBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAi\r\nPjx0ZCBoZWlnaHQ9IjQiPjxzcGFjZXIgdHlwZT0iYmxvY2siIGhlaWdodD0iNCI+PC90ZD48\r\nL3RhYmxlPg0KJiM4MjI2OyZuYnNwOyZuYnNwOzxhIGNsYXNzPSJibGsiIGhyZWY9Imh0dHA6\r\nLy9jbm4"...,
    args=0x2ab4)
    at /usr/local/src/zmailer/zmailer/sfio/src/lib/sfio/sfvprintf.c:914
914                             SFwrite(f,sp,n);
(gdb) bt
#0  0x8066798 in sfvprintf (f=0x8088f88,
    form=0x808d000
"iBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAi\r\nPjx0ZCBoZWlnaHQ9IjQiPjxzcGFjZXIgdHlwZT0iYmxvY2siIGhlaWdodD0iNCI+PC90ZD48\r\nL3RhYmxlPg0KJiM4MjI2OyZuYnNwOyZuYnNwOzxhIGNsYXNzPSJibGsiIGhyZWY9Imh0dHA6\r\nLy9jbm4"...,
    args=0x2ab4)
    at /usr/local/src/zmailer/zmailer/sfio/src/lib/sfio/sfvprintf.c:914
#1  0x8088f88 in ?? ()
#2  0x805f21a in sfclose (f=0x8088f88)
    at /usr/local/src/zmailer/zmailer/sfio/src/lib/sfio/sfclose.c:67
#3  0x8061a5f in sfsetbuf (f=0x8088f88, buf=0x809d008, size=0)
    at /usr/local/src/zmailer/zmailer/sfio/src/lib/sfio/sfsetbuf.c:135
#4  0x805112c in vcsetup (SS=0xbfff93f8, sa=0x1, fdp=0x0,
    hostname=0x80887f0 "\020\210\b\b \210\b\b")
    at /usr/local/src/zmailer/zmailer/transports/smtp/smtp.c:3147
#5  0x804e4cb in deliver (SS=0xbfff93f8, dp=0x8082140,
startrp=0x80886d0,
    endrp=0x0) at
/usr/local/src/zmailer/zmailer/transports/smtp/smtp.c:1739
#6  0x804cc34 in process (SS=0xbfff93f8, dp=0x8082140, smtpstatus=0,
    host=0x80879c8 "upcyberdown.org", noMX=0)
    at /usr/local/src/zmailer/zmailer/transports/smtp/smtp.c:930
#7  0x804c984 in main (argc=5, argv=0xbffffed4)
    at /usr/local/src/zmailer/zmailer/transports/smtp/smtp.c:824
#8  0x401bf2eb in ?? ()


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Jul 25 16:59:21 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S5510AbSGYN7S>; Thu, 25 Jul 2002 16:59:18 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S3940AbSGYN7S>;
	Thu, 25 Jul 2002 16:59:18 +0300
Received: from mail.onet.pl ([213.180.128.16]:56303 "EHLO marlin.onet.pl"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S5510AbSGYN7P>;
	Thu, 25 Jul 2002 16:59:15 +0300
Received: from green.it.onet ([192.168.2.141]:2996 "HELO green" smtp-auth:
	<none> TLS-CIPHER: <none> TLS-PEER: <none>) by mail.onet.pl with SMTP
	id <S587124AbSGYN7H>; Thu, 25 Jul 2002 15:59:07 +0200
Message-ID: <012e01c233e3$44428c80$8d02a8c0@it.onet>
From:	"Bartosz Klimek" <bartoszk@onet.pl>
To:	<zmailer@nic.funet.fi>
Subject: smtp-ta trying to talk with itself
Date:	Thu, 25 Jul 2002 15:57:51 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-2"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

 Hello,

 Due to some funny configuration problems, involving private TAs and so on,
 we have come to the solution, where we should reroute the mail again into
 the input queue. Since we have found no other solution, the system just
 tries to deliver the mail to the smtp/$(hostname) channel. Unfortunately,
 that means, that the smtp-ta tries to contact the smtpserver on the same
 machine and exits with the error:

 Jul 25 15:11:10 t4 smtp[21314]: S336882AbSGYNK5: to=<xxxx@test.onet>,
 delay=00:00:13, xdelay=00:00:00, mailer=smtp,
 <http://relay=t4.test.onet.pl/> relay=t4.test.onet.pl ([192.168.3.26|25]),
 stat=error2 Trying to talk with myself! cvt=UNKNOWN

 Please, let me know what should we do:

 1. comment out the apropriate code in transports/smtp/smtp.c? That does not
 seem realiable solution
 2. is there some channel in router, where putting the mail would reroute it
 again? That is, the mail will be processed again by the router, this time
 with the new "to=<>" address, returned by the "router address@domain"
 command in the router?

--
Bartosz Klimek, Onet.pl S.A.


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jul 26 06:06:18 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S7055AbSGZDGN>; Fri, 26 Jul 2002 06:06:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S7051AbSGZDGM>;
	Fri, 26 Jul 2002 06:06:12 +0300
Received: from ada.dhs.org ([216.126.65.228]:4872 "EHLO ada.dhs.org" ident:
	"root" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with ESMTP id <S7055AbSGZDGJ>; Fri, 26 Jul 2002 06:06:09 +0300
Received: from localhost (user: 'acli', uid#852) by ada.dhs.org id <131175-879>; Thu, 25 Jul 2002 23:05:55 -0400
From:	acli@ada.dhs.org
To:	zmailer@nic.funet.fi
Subject: Re: reject smtp connections if no valid reverse dns?
Newsgroups: local.mailgate.zmailer
In-Reply-To: <20020722144253.C6428@redhat.com>
References: <20020722122605.A6428@redhat.com>
    <20020722213443.N10215@nic.funet.fi> <20020722213443.N10215@nic.funet.fi>
Organization: somewhere in Scarborough, Canada running C News CR.G and some assorted hacks for NNTP (including a hacked nntpxmit derived from NNTP 1.5.12)
Message-Id: <20020726030600Z131175-879+23@ada.dhs.org>
Date:	Thu, 25 Jul 2002 23:05:55 -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

In article <20020722144253.C6428@redhat.com> you write:

>On Mon, Jul 22, 2002 at 09:34:43PM +0300, Matti Aarnio wrote:
>
>>   What I do to combat spam is reception content filter.  It rejects
>>   all messages smelling of HTML, and is amazingly effective way.
>>   Extending it to cover spam-assassin would be even more effective,
>>   but my time has been quite taken up lately...
>
>Filtering html was effective for quite a while, but they seem to have
>adapted.  Most of the spam that isn't being caught now is text only
>with reasonable headers (with valid, even forged From:).  Lately the
>regexps I use don't even catch the similar-but-different variations
>on the common scam mails.  Such a pain....

My thinking is that neither filtering against "correct reverse
DNS data" nor filtering HTML are valid ways to combat spam. A lot
of servers have wrong reverse DNS data (forward != reverse DNS,
especially if you consider some servers are .eu.org/.dhs.org hosts
with no possibility of getting correct or even existing reverse DNS).
And some HotMail users (and perhaps other) configure their accounts to
always send HTML.

(I am also using content-based filtering, and yes, I also notice that
my filters are failing a lot more recently.)


-- 
Ambrose Li  <a.c.li@ieee.org>   http://trends.ca/~acli/
                                              http://www.cccgt.org/
A good style should show no sign of effort;
  what is written should seem a happy accident. - Somerset Maugham
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jul 26 10:09:28 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S7668AbSGZHJZ>; Fri, 26 Jul 2002 10:09:25 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S7137AbSGZHJZ>;
	Fri, 26 Jul 2002 10:09:25 +0300
Received: from mail.gawan.biz ([216.168.206.10]:2791 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S5870AbSGZHJX>;
	Fri, 26 Jul 2002 10:09:23 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Fri, 26 Jul 2002 00:13:01 -0700
Date:	Fri, 26 Jul 2002 00:13:01 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON16781678200207260013.AA1301002@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : iran_pahlavi@yahoo.com
To        : zmailer@nic.funet.fi
Subject   : Re:zmailer,eager to see you
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
cf250005537.att               Exploit.IFrame.FileDownloadRemoved
border.exe                    I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Jul 26 10:09:32 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S5657AbSGZHJ3>; Fri, 26 Jul 2002 10:09:29 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S7137AbSGZHJ0>;
	Fri, 26 Jul 2002 10:09:26 +0300
Received: from mail.mwtradingcorp.com ([216.168.206.10]:2789 "EHLO
	dataframe.net" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S5901AbSGZHJY>;
	Fri, 26 Jul 2002 10:09:24 +0300
Received: from Raf [172.167.82.81]
	by dataframe.net [216.168.206.10]
	with SMTP (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Fri, 26 Jul 2002 00:12:49 -0700
From:	iran_pahlavi <iran_pahlavi@yahoo.com>
To:	zmailer@nic.funet.fi
Subject: Re:zmailer,eager to see you
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=VZY8t3285rjq79e279U4696939p69ql8Q7183
X-MDRemoteIP: 172.167.82.81
X-Return-Path: sneshat@sarbaz.org
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-Id: <20020726070924Z5901-12376+8333@nic.funet.fi>
Date:	Fri, 26 Jul 2002 10:09:24 +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--VZY8t3285rjq79e279U4696939p69ql8Q7183
Content-Type: text/plain

****************************** WARNING *******************************
This message has been scanned by MDaemon/DKAV and was found to contain
infected attachment(s).  Please review the list below.

Attachment                    Virus name               Action taken
----------------------------------------------------------------------
cf250005537.att               Exploit.IFrame.FileDownloadRemoved
border.exe                    I-Worm.Klez.h            Removed


**********************************************************************


--VZY8t3285rjq79e279U4696939p69ql8Q7183
Content-Type: application/octet-stream;
	name=Job_3842_Popunder1_010802[1].htm
Content-Transfer-Encoding: base64
Content-ID: <PZ6UM7f2I0rDE6706>

PGh0bWw+PGhlYWQ+PHNjcmlwdD4KdmFyIFRBUkdFVFVSTD0naHR0cDovL3d3dy5qb2IuY29t
L3Ivbnpwb3AnOwp2YXIgU0lETEFVTkNIRUQ9JzEyNjM5Myc7Ly8gPEVOVEVSIEFUVEVNUFRF
RCBTVEVQIElEIEhFUkU+Ci8vIENhbXBhaWduIGNvb2tpZSBuYW1lIGFuZCBtaW51dGVzIHRv
IGV4cGlyZQp2YXIgQ0NOQU1FPSdqb2IwMTAyJzsKdmFyIGNjbWludXRlcz0wOwp2YXIgV0lO
TkFNRT0nam9iMDEwMic7CnZhciBXSU5QUk9QUz0nd2lkdGg9NjAwLGhlaWdodD0zMzYsbGVm
dD03NSx0b3A9MTIwLHN0YXR1cz1ubyxyZXNpemFibGU9eWVzLHNjcm9sbGJhcnM9eWVzLHRv
b2xiYXI9bm8sbWVudWJhcj1ubyc7Ci8vIFNhbGVzIGNvb2tpZSBuYW1lIGFuZCBtaW51dGVz
IHRvIGV4cGlyZQp2YXIgU0NOQU1FPSdwb3BTYWxlcyc7CnZhciBzY21pbnV0ZXM9NTsKZnVu
Y3Rpb24gZG9Qb3AoKXsKIGlmICgoZ2V0Q1ZhbChTQ05BTUUpID09IG51bGwpICYmIChnZXRD
VmFsKENDTkFNRSkgPT0gbnVsbCkpIHsKICB2YXIgc2NkYXRlPW5ldyBEYXRlKCk7IHNjZGF0
ZS5zZXRUaW1lKHNjZGF0ZS5nZXRUaW1lKCkrc2NtaW51dGVzKjYwMDAwKTsKICB2YXIgY2Nk
YXRlPW5ldyBEYXRlKCk7IGNjZGF0ZS5zZXRUaW1lKGNjZGF0ZS5nZXRUaW1lKCkrY2NtaW51
dGVzKjYwMDAwKTsKICBkb2N1bWVudC5jb29raWU9U0NOQU1FKyc9dHJ1ZTtwYXRoPS87ZXhw
aXJlcz0nK3NjZGF0ZTsKICBkb2N1bWVudC5jb29raWU9Q0NOQU1FKyc9dHJ1ZTtwYXRoPS87
ZXhwaXJlcz0nK2NjZGF0ZTsKICBDaGlsZCA9IG9wZW4oImh0dHA6Ly9teS5uZXR6ZXJvLm5l
dC9zL2xjP3M9IitTSURMQVVOQ0hFRCsiJnU9IitUQVJHRVRVUkwsV0lOTkFNRSxXSU5QUk9Q
Uyk7CiAgQ2hpbGQuYmx1cigpOwogfQp9CmZ1bmN0aW9uIGdldENWYWwoY29va2llTmFtZSl7
dmFyIGFsbENvb2tpZXM9ZG9jdW1lbnQuY29va2llO3ZhciBwb3M9YWxsQ29va2llcy5pbmRl
eE9mKGNvb2tpZU5hbWUpO2lmKHBvcz09LTEpIHJldHVybiBudWxsO3ZhciBzdGFydD1wb3Mr
Y29va2llTmFtZS5sZW5ndGg7dmFyIGVuZD1hbGxDb29raWVzLmluZGV4T2YoIjsiLHN0YXJ0
KTtpZihlbmQ9PS0xKSBlbmQ9YWxsQ29va2llcy5sZW5ndGg7dmFyIHZhbHVlPWFsbENvb2tp
ZXMuc3Vic3RyaW5nKHN0YXJ0LGVuZCk7aWYodmFsdWUuY2hhckF0KDApPT0nPScpIHZhbHVl
PXZhbHVlLnN1YnN0cmluZygxLHZhbHVlLmxlbmd0aCk7cmV0dXJuIHZhbHVlO30KPC9zY3Jp
cHQ+CjwvaGVhZD48Ym9keSBvbkxvYWQ9ZG9Qb3AoKTs+CjxhIGhyZWY9aHR0cDovL215Lm5l
dHplcm8ubmV0L256cGxhdC9wdHBhZ2UuaHRtbD48aW1nIHNyYz1odHRwOi8vbnp0di5uZXR6
ZXJvLm5ldC93ZWJhZHMvcGxhdGludW0tb2N0b2JlcjIwMDEvUGxhdGludW1fRGVjZW1iZXJf
MjAwMV9CYW5uZXIuZ2lmIGJvcmRlcj0wPjwvYT4KPC9ib2R5PjwvaHRtbD4K
--VZY8t3285rjq79e279U4696939p69ql8Q7183--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From mohammedabacha01@yahoo.com Fri Jul 26 11:36:44 2002
Received: from web13002.mail.yahoo.com ([216.136.174.12]:9421 "HELO
	web13002.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S7893AbSGZIgo>;
	Fri, 26 Jul 2002 11:36:44 +0300
Message-ID: <20020726083641.37869.qmail@web13002.mail.yahoo.com>
Received: from [216.139.170.171] by web13002.mail.yahoo.com via HTTP; Fri, 26 Jul 2002 01:36:41 PDT
Date:	Fri, 26 Jul 2002 01:36:41 -0700 (PDT)
From:	mohammed abacha <mohammedabacha01@yahoo.com>
Subject: Confidential Letter
To:	mohammedabacha01@yahoo.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-Path: <mohammedabacha01@yahoo.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN:THE PRESIDENT/C.E.O

Dear Sir,

I am sending you this confidential email after reading
through your profile to make a passionate appeal to
you for assistance. because  of my confidence in your
ability and business expertise.
Many stories might be emanating from my country
Nigeria that will cast some aspersions of doubt in
your mind regarding this assistance I require from
you.

In the light of this, I am Mr. Mohammed  Abacha, son
of the late 
General Sanni  Abacha the former military head of
state of Nigeria.
I have been in detention in the last four years
following the death of my father for charges  of  
State  organized  murder and corrupt practices. I have
just  been  released  by  the  Supreme  Court  a
fourth night ago after the president brokered a deal
with my family regarding my freedom.

Having made my self  known, I wish to emphasize that I
need your assistance in the  investment of some  $40
Million USD of my family fund that have been held in a
security company in the United States of America.
Because of the tragic death of my father culminating
to my prolonged detention, my mother was too
devastated to take charge of all the family estate.

Now that I have regained my freedom and because of the
September 11th incident in New York. I am soliciting
for your assistance in the receipt of the fund from
the security  company  in America for investment in
viable areas of business interest under your prudent
management.

I will be willing to negotiate terms of agreement with
you regarding your benefits and sign a memorandum of
working understanding for a
non-circumvent and non-disclosure with you for this
noble assistance.

Further details will be communicated to you as soon as
I receive your response.
Please treat this with strict confidentiality .
 
Yours faithfully,

Mohammed Abacha.



__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

From zmailer-owner@nic.funet.fi Sun Jul 28 04:27:40 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S9760AbSG1B1h>; Sun, 28 Jul 2002 04:27:37 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S9755AbSG1B1g>;
	Sun, 28 Jul 2002 04:27:36 +0300
Received: from web13004.mail.yahoo.com ([216.136.174.14]:34370 "HELO
	web13004.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S9168AbSG1B1f>;
	Sun, 28 Jul 2002 04:27:35 +0300
Message-ID: <20020728012733.88119.qmail@web13004.mail.yahoo.com>
Received: from [216.139.169.130] by web13004.mail.yahoo.com via HTTP; Sat, 27 Jul 2002 18:27:33 PDT
Date:	Sat, 27 Jul 2002 18:27:33 -0700 (PDT)
From:	joseph savimbi <josivmbi@yahoo.com>
Subject: urgent reply
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN SIR.

I am MR. JOSEPH SAVIMBI, the son of the late ANGOLA
UNITER MOVEMENT REBEL LEADER, JONATHAIN SAVIMBI of
blessed memory who was killed by Government trope in
the war front. I got your contact from the research
that I made at the Nigeria Chamber of Commerce and
Industries (NCCI) here in nigeria where I am presently
residing.I write to ask for your assistance. Before
the death of my father, he has a vault in his room
where he kept vital documents and foreign currency,
mostly American dollars. My mother being his long time
mistress got to know about the combination of the
vault and was with him the previous day before his
death.My mother on getting to know about the death of
my father quickly open the vault, since she knew that
she
is not the legitimate wife and her survival depends on
what she can lay hands on at that moment, then she
took this box from the vault which contains US$30M
(Thirty Million United States Dollars) and handed it
over to me. She instructed me to leave for Nigeria
immediately before the broadcast of my fathers
death.I am now in Nigeria and finally succeeded in
depositing this box with a security company in NIGERIA
for safekeeping as precious metal.I will need you to
represent as the bonafide
beneficiary and next of kin to this money in favor of
my family since this money was deposited in the
security company as precious stones and family
treasure since the security company does not know the
content of the box.Additionally, I have accepted to
offer you 20% of the total sum for your assistance and
I have equally set aside 5% for any expenses to be
incurred during the process of this transaction and
75% for my family and I.Assuring you a 100% risk free
transfer of funds for
legtimization.Kindly contact me through my private
email address jospsivmbi@yahoo.ca I will be grateful
if you can treat this with utmost secrecy and
confidentiality.

Kind regards,

JOSEPH SAVIMBI Please reply ASAP
For the family.

 


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Jul 28 21:33:16 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S10230AbSG1SdN>; Sun, 28 Jul 2002 21:33:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S10200AbSG1SdN>;
	Sun, 28 Jul 2002 21:33:13 +0300
Received: from sdn-ap-006neomahP0463.dialsprint.net ([63.186.49.209]:1318 "HELO
	hotmail.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with SMTP id <S9848AbSG1SdM>;
	Sun, 28 Jul 2002 21:33:12 +0300
From:	"Online Auction House" <beesolds3542@hotmail.com>
To:	<zmailer@nic.funet.fi>
Subject: BeeSold Online Auctions - FREE 20 Dollars
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Date:	Sun, 28 Jul 2002 13:32:54 -0500
Reply-To: "Online Auction House" <beesold87264@hotmail.com>
Message-Id: <20020728183312Z9848-12376+8804@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

BeeSold.com - Your Online Auction House

Tired of high prices on ebay.com? Try the free auction listings at
http://www.beesold.com
FREE $20 sign up Credit! 10,000 Page Views a week! Don't wait! Sign up
now! Bidding and Selling
cost absolutely NOTHING! No hidden charges, no credit card needed!

Don't forget! Refer a friend and gain $5 Credit on each sign up!

http://www.beesold.com


**This email address has opted to receive emails from one of our partners**
**To remove your address from this list please email
beesold87264@hotmail.com with the Subject REMOVE (then your email address)**
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From slielse@hotmail.com Mon Jul 29 07:04:24 2002
Received: from sdn-ap-020neomahP0428.dialsprint.net ([63.191.105.174]:1025
	"HELO hotmail.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S10294AbSG2EEY>;
	Mon, 29 Jul 2002 07:04:24 +0300
From:	"BeeSold" <slielse@hotmail.com>
To:	<zmailer-log@nic.funet.fi>
Subject: BeeSold Auction House - Free 20 Dollars
Sender:	"BeeSold" <slielse@hotmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Date:	Sun, 28 Jul 2002 23:04:36 -0500
Reply-To: "BeeSold" <sdlkw@hotmail.com>
Message-Id: <20020729040424Z10294-12376+8900@nic.funet.fi>
Return-Path: <slielse@hotmail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

BeeSold.com - Your Online Auction House

Tired of high prices on ebay.com? Try the free auction listings at
http://www.beesold.com
FREE $20 sign up Credit! 10,000 Page Views a Week! Bidding and Selling
cost absolutely NOTHING! No hidden charges, 
no credit card needed!

Don't forget! Refer a friend and gain $5 credit on each sign up!

http://www.beesold.com

**This email has opted to receive emails from one of our partners**
**To remove your address from this list please email
beesold83764@hotmail.com with the subject REMOVE (then your 
email address)

From zmailer-owner@nic.funet.fi Mon Jul 29 07:18:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S11526AbSG2ESW>; Mon, 29 Jul 2002 07:18:22 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S10985AbSG2ESV>;
	Mon, 29 Jul 2002 07:18:21 +0300
Received: from mailbackup1.funet.fi ([193.166.0.97]:3466 "EHLO
	mailbackup1.funet.fi" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S11664AbSG2ESU>;
	Mon, 29 Jul 2002 07:18:20 +0300
Received: from hotmail.com (sdn-ap-020neomahP0428.dialsprint.net [63.191.105.174])
	by mailbackup1.funet.fi (8.9.3/8.9.3/FUNET) with SMTP id HAA08802
	for <zmailer@nic.funet.fi>; Mon, 29 Jul 2002 07:17:57 +0300
Message-Id: <200207290417.HAA08802@mailbackup1.funet.fi>
From:	"Online Auction House" <beesolds3542@hotmail.com>
To:	<zmailer@nic.funet.fi>
Subject: BeeSold Online Auctions - FREE 20 Dollars
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Date:	Sun, 28 Jul 2002 23:17:50 -0500
Reply-To: "Online Auction House" <beesold87264@hotmail.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

BeeSold.com - Your Online Auction House

Tired of high prices on ebay.com? Try the free auction listings at
http://www.beesold.com
FREE $20 sign up Credit! 10,000 Page Views a week! Don't wait! Sign up
now! Bidding and Selling
cost absolutely NOTHING! No hidden charges, no credit card needed!

Don't forget! Refer a friend and gain $5 Credit on each sign up!

http://www.beesold.com


**This email address has opted to receive emails from one of our partners**
**To remove your address from this list please email
beesold87264@hotmail.com with the Subject REMOVE (then your 
email address)**
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From mohammedabacha02@yahoo.com Mon Jul 29 12:59:17 2002
Received: from web13005.mail.yahoo.com ([216.136.174.15]:2013 "HELO
	web13005.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S11950AbSG2J7Q>;
	Mon, 29 Jul 2002 12:59:16 +0300
Message-ID: <20020729095914.13094.qmail@web13005.mail.yahoo.com>
Received: from [216.139.170.171] by web13005.mail.yahoo.com via HTTP; Mon, 29 Jul 2002 02:59:14 PDT
Date:	Mon, 29 Jul 2002 02:59:14 -0700 (PDT)
From:	mohammed abacha <mohammedabacha02@yahoo.com>
Subject: Confidential Letter
To:	mohammedabacha02@yahoo.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-Path: <mohammedabacha02@yahoo.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN:THE PRESIDENT/C.E.O

Dear Sir,

I am sending you this confidential email after reading
through your profile to make a passionate appeal to
you for assistance. because  of my confidence in your
ability and business expertise.
Many stories might be emanating from my country
Nigeria that will cast some aspersions of doubt in
your mind regarding this assistance I require from
you.

In the light of this, I am Mr. Mohammed  Abacha, son
of the late 
General Sanni  Abacha the former military head of
state of Nigeria.
I have been in detention in the last four years
following the death of my father for charges  of  
State  organized  murder and corrupt practices. I have
just  been  released  by  the  Supreme  Court  a
fourth night ago after the president brokered a deal
with my family regarding my freedom.

Having made my self  known, I wish to emphasize that I
need your assistance in the  investment of some  $40
Million USD of my family fund that have been held in a
security company in the United States of America.
Because of the tragic death of my father culminating
to my prolonged detention, my mother was too
devastated to take charge of all the family estate.

Now that I have regained my freedom and because of the
September 11th incident in New York. I am soliciting
for your assistance in the receipt of the fund from
the security  company  in America for investment in
viable areas of business interest under your prudent
management.

I will be willing to negotiate terms of agreement with
you regarding your benefits and sign a memorandum of
working understanding for a
non-circumvent and non-disclosure with you for this
noble assistance.

Further details will be communicated to you as soon as
I receive your response.
Please treat this with strict confidentiality .
 
Yours faithfully,

Mohammed Abacha.



__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

From zmailer-owner@nic.funet.fi Tue Jul 30 12:38:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S14446AbSG3Jin>; Tue, 30 Jul 2002 12:38:43 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14409AbSG3Jim>;
	Tue, 30 Jul 2002 12:38:42 +0300
Received: from ns2.sztaki.hu ([193.225.86.1]:42577 "EHLO lutra.sztaki.hu"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S14443AbSG3Jil> convert rfc822-to-8bit;
	Tue, 30 Jul 2002 12:38:41 +0300
Received: from CONVERSION-DAEMON.sztaki.hu by sztaki.hu (PMDF V6.1-1 #30524)
 id <0H0200E012SCS9@sztaki.hu> for zmailer@nic.funet.fi; Tue,
 30 Jul 2002 11:38:36 +0200 (MEST)
Received: from localhost by sztaki.hu (PMDF V6.1-1 #30524)
 with ESMTP id <0H0200E012SCS8@sztaki.hu> for zmailer@nic.funet.fi; Tue,
 30 Jul 2002 11:38:36 +0200 (MEST)
Date:	Tue, 30 Jul 2002 11:38:36 +0200 (MEST)
From:	micsik@sztaki.hu
Subject: Zmailer accepts mail from <> (empty address)
To:	zmailer@nic.funet.fi
Message-id: <Pine.GS4.4.33.0207301132390.14221-100000@lutra.sztaki.hu>
MIME-version: 1.0
Content-type: TEXT/PLAIN; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


My standard zmailer configuration to my great surprise accepts a mail with

3J1O28648r      MAIL From:<> SIZE=2495
3J1O28648w      250 2.1.0 Sender syntax Ok

How can I disable this?

Another question: zmailer also accepts messages for non-existent mail
recipients in my local domain:

3J1O28648r      RCPT To:<2345678@my.domain.com>
3J1O28648w      250 2.1.5 Ok; can accomodate 2495 byte message for
<2345678@my.domain.com>

How can I prevent this, without 'enable-router' and interactive processing
of RCPT TO which is warned to be a possible intrusion door?

And if anyone has a sample content-filter written in Perl, would be very
fine to get hold of it...

(Spammers get very nifty nowadays)

Thanks,

	Andras Micsik


-- 
 Micsik András          micsik@sztaki.hu
 MTA SZTAKI             http://www.sztaki.hu/~micsik

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jul 30 13:11:03 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S14418AbSG3KLA>; Tue, 30 Jul 2002 13:11:00 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14393AbSG3KLA>;
	Tue, 30 Jul 2002 13:11:00 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S14398AbSG3KK6>;
	Tue, 30 Jul 2002 13:10:58 +0300
Date:	Tue, 30 Jul 2002 13:10:58 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	micsik@sztaki.hu
Cc:	zmailer@nic.funet.fi
Subject: Re: Zmailer accepts mail from <> (empty address)
Message-ID: <20020730131058.A10215@nic.funet.fi>
References: <Pine.GS4.4.33.0207301132390.14221-100000@lutra.sztaki.hu>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
In-Reply-To: <Pine.GS4.4.33.0207301132390.14221-100000@lutra.sztaki.hu>; from micsik@sztaki.hu on Tue, Jul 30, 2002 at 11:38:36AM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, Jul 30, 2002 at 11:38:36AM +0200, micsik@sztaki.hu wrote:
> My standard zmailer configuration to my great surprise accepts a mail with
> 
> 3J1O28648r      MAIL From:<> SIZE=2495
> 3J1O28648w      250 2.1.0 Sender syntax Ok
> 
> How can I disable this?

  You can't.   That is a must for RFC 821/2821 conformance.
  Error deliveries, and delivery reports are sent in that style,
  and anybody who disables reception of "the box" will never
  receive any of those.

> Another question: zmailer also accepts messages for non-existent mail
> recipients in my local domain:
> 
> 3J1O28648r      RCPT To:<2345678@my.domain.com>
> 3J1O28648w      250 2.1.5 Ok; can accomodate 2495 byte message for <2345678@my.domain.com>
> 
> How can I prevent this, without 'enable-router' and interactive processing
> of RCPT TO which is warned to be a possible intrusion door?

  Aside of the "enable-router" there is no way.
  Indeed I do run several of my systems in interactive router enabled
  style (remember to add also 'f', and 't' characters in the style
  patterns...),  however  a) it loads the system a lot more than
  blind reception does, b) it is slower..

  Presently the likelyhood of configuration screwup becoming security
  threat (the routers do run as root, after all..) is fairly small,
  because the original SH-like string expansion rules were changes
  couple years ago so that careless presence of backticks, or whatever
  in the parameter string values would never be evaluated by the script
  processor.  Nevertheless other threat models can be envisioned, thus
  I won't say yet that it would be danger free...

  In all versions of   router.cf  prototypes there is:

	for method in $(elements $protocols)
	do
		. p-${method}.cf
	done

  .. to illustriate this point.  (The "protocols" is a list defined
  few lines above that, so it isn't user input, but still..)

  My current scripts _should_ be safe, but when you poke them, there
  may open up some ugly hole..

  "Better safe than sorry", and all that..


> And if anyone has a sample content-filter written in Perl, would be very
> fine to get hold of it...
> 
> (Spammers get very nifty nowadays)

  They do, so sad..

  I did inject my FUNET filter into cvs (utils/smtp-contentfilter.mea@funet),
  have a look there.

  It is _NOT_ perfect, indeed perhaps I should rewrite it again to use
  spam-assassin to analyze the message headers/body, also to do message
  header syntax verification..

  All in all, the framework should probably be written in C instead of
  the present PERL.

  Furthermore, I _THINK_ I will change the interaction protocol from
  its current one (worker is silent, master speaks, worker reports, and
  the cycle repeats)  into scheduler-ta -like (worker reports readiness,
  master speaks, worker reports results, and the cycle repeats..)

  When I get to that, (and what other patches I have in queue to merge),
  I plan to mention it at least in the  README.UPGRADING file,  maybe
  also to the list.

> Thanks,
> 	Andras Micsik
> -- 
>  Micsik András          micsik@sztaki.hu
>  MTA SZTAKI             http://www.sztaki.hu/~micsik

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jul 30 13:39:07 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S13959AbSG3KjE>; Tue, 30 Jul 2002 13:39:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S13503AbSG3KjE>;
	Tue, 30 Jul 2002 13:39:04 +0300
Received: from cpr.sovintel.ru ([213.221.51.82]:2506 "HELO cpr.sovintel.ru"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14340AbSG3KjD>;
	Tue, 30 Jul 2002 13:39:03 +0300
Received: from office.cpr.spb.ru (office.cpr.spb.ru [213.221.61.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by cpr.sovintel.ru (Postfix) with ESMTP id 8A44EF4D9
	for <zmailer@nic.funet.fi>; Tue, 30 Jul 2002 14:39:01 +0400 (MSD)
Received: by office.cpr.spb.ru (Postfix, from userid 1000)
	id AE76D5D802; Tue, 30 Jul 2002 14:38:57 +0400 (MSD)
From:	Alexey.Lobanov@cpr.spb.ru (Alexey Lobanov)
Organization: CPR
To:	zmailer@nic.funet.fi
Date:	Tue, 30 Jul 2002 14:38:50 +0400
MIME-Version: 1.0
Subject: Re: Zmailer accepts mail from <> (empty address)
Message-ID: <3D46A4FA.11677.23C3D6B7@localhost>
In-reply-to: <Pine.GS4.4.33.0207301132390.14221-100000@lutra.sztaki.hu>
X-mailer: Pegasus Mail for Windows (v4.01)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello.

On 30 Jul 2002 at 11:38, micsik@sztaki.hu wrote:

Date sent:      	Tue, 30 Jul 2002 11:38:36 +0200 (MEST)
From:           	micsik@sztaki.hu
Subject:        	Zmailer accepts mail from <> (empty address)
To:             	zmailer@nic.funet.fi

> My standard zmailer configuration to my great surprise accepts a mail with
> 
> 3J1O28648r      MAIL From:<> SIZE=2495
> 3J1O28648w      250 2.1.0 Sender syntax Ok
> 
> How can I disable this?

Unfortunately, you may not. See http://www.rfc-ignorant.org/policy-dsn.html for full 
explanations.

Alexey

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Jul 30 23:28:43 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S14932AbSG3U2k>; Tue, 30 Jul 2002 23:28:40 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14971AbSG3U2k>;
	Tue, 30 Jul 2002 23:28:40 +0300
Received: from 37-moc-2.acn.waw.pl ([212.76.41.37]:4898 "HELO
	raptor.triger.com.pl" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S15190AbSG3U2j>;
	Tue, 30 Jul 2002 23:28:39 +0300
Received: (qmail 11020 invoked from network); 30 Jul 2002 20:28:38 -0000
Received: from city.triger.com.pl (HELO city) (172.16.3.10)
  by raptor.triger.com.pl with SMTP; 30 Jul 2002 20:28:38 -0000
Date:	Tue, 30 Jul 2002 22:27:34 +0200
From:	Tomasz Nowak <tnowak@triger.com.pl>
X-Mailer: The Bat! (v1.60q/Post3) Personal
Organization: TRIGER - Systemy Komputerowe
X-Priority: 3 (Normal)
Message-ID: <14153571611.20020730222734@triger.com.pl>
To:	zmailer@nic.funet.fi
Subject: router.cf ?
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-2
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,

  I would like to make something like that:

  smtpserver puts mails into directory dir1.
  router gets mails from directory dir2.
  dir1 is not equal dir2.

  The standard configuration is dir1 = dir2 = $POSTOFFICE/router

Best regards
--
Tomasz Nowak     TRIGER - Systemy Komputerowe   http://www.triger.com.pl
 Oferujemy m.in.  H@NDEL - Twój krok w nową erę sprzedaŋy w Internecie,
  usģugi WebDesign, bezpieczne konta WWW, Email. Sprawdž nas juŋ dziķ.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 05:24:34 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15625AbSGaCY2>; Wed, 31 Jul 2002 05:24:28 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15750AbSGaCYY>;
	Wed, 31 Jul 2002 05:24:24 +0300
Received: from ADijon-101-1-6-136.abo.wanadoo.fr ([80.15.77.136]:4846 "HELO
	127.0.0.1" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15747AbSGaCYU>;
	Wed, 31 Jul 2002 05:24:20 +0300
From:	euro.web@caramail.com
To:	zmailer@nic.funet.fi
Date:	Wed, 31 Jul 2002 02:44:19 PDT
Subject: la chance vous sourit!
X-GCMulti: 1
Message-Id: <20020731022422Z15747-12376+9346@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

bonjours, je me presente christophe, si je m'adresse a vous aujourdhui c'est completement par hasard.Si pour vous l'opurtunité de faire de l'argent facilement vous parait grotesque alors nous n'avons rien a nous dire.Par contre si vous decider de croire que cela est possible, j'aurais le grand plaisir de contribuer au commencement de votre nouvelle vie.
amicalement
      ___________________________________
Si vous ne désirez plus recevoir de courriers de cette liste :
To remove your email address from this list :
http://www.intellitec.net/remove/
      ___________________________________
    votre adresse email a été trouvée par l'expéditeur de ce message avec le logiciel MailCast :
     your email address was found by the sender of this message using MailCast :
http://www.intellitec.net/Commercial/MailCast/default.htm
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 08:55:01 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S13591AbSGaFy4>; Wed, 31 Jul 2002 08:54:56 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15908AbSGaFy4>;
	Wed, 31 Jul 2002 08:54:56 +0300
Received: from mail.ha-vel.cz ([195.39.64.7]:57537 "HELO mail.ha-vel.cz" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15046AbSGaFyy>;
	Wed, 31 Jul 2002 08:54:54 +0300
Received: (qmail 9455 invoked by uid 1004); 31 Jul 2002 05:54:52 -0000
Received: from zmailer@pizi.cz by mail with qmail-scanner-1.01 (. Clean. Processed in 0.085512 secs); 31 Jul 2002 05:54:52 -0000
Received: from mail.zto.cz (195.39.65.50)
  by mail.ha-vel.cz with SMTP; 31 Jul 2002 05:54:51 -0000
Received: from 192.168.85.22 ([192.168.85.22]) by mail.zto.cz (WinRoute Pro 4.1.30) with SMTP; Wed, 31 Jul 2002 07:53:29 +0200
Date:	Wed, 31 Jul 2002 07:54:52 +0200
From:	zmailer@pizi.cz
X-Mailer: The Bat! (v1.45) Personal
Reply-To: zmailer@pizi.cz
Organization: ZTO, a.s.
X-Priority: 3 (Normal)
Message-ID: <361096436.20020731075452@zto.cz>
To:	zmailer@nic.funet.fi
Subject: How to remove mails?
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I have 2072 mails generated by wrong script. I want remove all mails
to atlas.cz. How I can do this?


snail:~# mailq -Q
smtp/*/0
    smtp/optinllc.com/0         R=1  A=39 W=1124s QA=1d21h
    smtp/sms.eurotel.cz/0       R=6  A=47 W=90s QA=2d21h
    smtp/atlas.cz/0             R=2072 A=36 P=17991 HA=1s FA=39s OF=93 QA=20h53m54s
        Threads:    3 Msgs:  2079 Procs:   3 Idle:   2 Plim:  20 Flim: 150
local/file*/0
        Threads:    0 Msgs:     0 Procs:   1 Idle:   1 Plim:   5 Flim: 150
Kids: 4  Idle:  3  Msgs: 2170  Thrds:   3  Rcpnts: 2079  Uptime: 9h50m51s



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 09:03:44 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S16013AbSGaGDl>; Wed, 31 Jul 2002 09:03:41 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S16003AbSGaGDl>;
	Wed, 31 Jul 2002 09:03:41 +0300
Received: from mail.bsncorp.com ([216.168.206.10]:4944 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S16013AbSGaGDj>;
	Wed, 31 Jul 2002 09:03:39 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Tue, 30 Jul 2002 23:08:22 -0700
Date:	Tue, 30 Jul 2002 23:08:22 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON25822582200207302308.AA0822011@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : email@iranmehr.org
To        : zmailer@nic.funet.fi
Subject   : A  humour game
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
demo.exe                      I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 11:31:51 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S16090AbSGaIbt>; Wed, 31 Jul 2002 11:31:49 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S16089AbSGaIbs>;
	Wed, 31 Jul 2002 11:31:48 +0300
Received: from dialup-del-203.94.242.69.bol.net.in ([203.94.242.69]:45526 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S14117AbSGaIbr>;
	Wed, 31 Jul 2002 11:31:47 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g6V8V1E24686;
	Wed, 31 Jul 2002 14:01:01 +0530
Date:	Wed, 31 Jul 2002 14:01:01 +0530
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	zmailer@pizi.cz
Cc:	zmailer@nic.funet.fi
Subject: Re: How to remove mails?
Message-ID: <20020731140101.B24432@melkebalanse.gulbrandsen.priv.no>
References: <361096436.20020731075452@zto.cz>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <361096436.20020731075452@zto.cz>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

zmailer@pizi.cz
> I have 2072 mails generated by wrong script. I want remove all mails
> to atlas.cz. How I can do this?

Stop the scheduler. grep for "^r	 smtp atlaz.cz " in the
postoffice/.transports directory. Files by that name need to be deleted
both in transport and name (e.g. if O/229880-30353 contains the string,
delete transport/O/229880-30353 and queue/O/229880-30353).

Be careful.

Restart the scheduler.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 12:05:13 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S16231AbSGaJFK>; Wed, 31 Jul 2002 12:05:10 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S16229AbSGaJFK>;
	Wed, 31 Jul 2002 12:05:10 +0300
Received: from mail.ha-vel.cz ([195.39.64.7]:60058 "HELO mail.ha-vel.cz" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S16158AbSGaJFI>;
	Wed, 31 Jul 2002 12:05:08 +0300
Received: (qmail 3326 invoked by uid 1004); 31 Jul 2002 09:05:06 -0000
Received: from zmailer@pizi.cz by mail with qmail-scanner-1.01 (. Clean. Processed in 0.091082 secs); 31 Jul 2002 09:05:06 -0000
Received: from mail.zto.cz (195.39.65.50)
  by mail.ha-vel.cz with SMTP; 31 Jul 2002 09:05:06 -0000
Received: from 192.168.85.22 ([192.168.85.22]) by mail.zto.cz (WinRoute Pro 4.1.30) with SMTP; Wed, 31 Jul 2002 11:03:41 +0200
Date:	Wed, 31 Jul 2002 11:05:04 +0200
From:	zmailer@pizi.cz
X-Mailer: The Bat! (v1.45) Personal
Reply-To: zmailer@pizi.cz
Organization: ZTO, a.s.
X-Priority: 3 (Normal)
Message-ID: <1379041831.20020731110504@zto.cz>
To:	zmailer@nic.funet.fi
Subject: bitbucket
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

scheduler: no pattern matched bitbucket/- address

What is it?



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 13:42:55 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15012AbSGaKmw>; Wed, 31 Jul 2002 13:42:52 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14693AbSGaKmv>;
	Wed, 31 Jul 2002 13:42:51 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S16163AbSGaKmu>;
	Wed, 31 Jul 2002 13:42:50 +0300
Date:	Wed, 31 Jul 2002 13:42:50 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Cc:	zmailer@pizi.cz, zmailer@nic.funet.fi
Subject: Re: How to remove mails?
Message-ID: <20020731134250.C10215@nic.funet.fi>
References: <361096436.20020731075452@zto.cz> <20020731140101.B24432@melkebalanse.gulbrandsen.priv.no>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020731140101.B24432@melkebalanse.gulbrandsen.priv.no>; from arnt@gulbrandsen.priv.no on Wed, Jul 31, 2002 at 02:01:01PM +0530
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, Jul 31, 2002 at 02:01:01PM +0530, Arnt Gulbrandsen wrote:
> zmailer@pizi.cz
> > I have 2072 mails generated by wrong script. I want remove all mails
> > to atlas.cz. How I can do this?
> 
> Stop the scheduler. grep for "^r	 smtp atlaz.cz " in the
> postoffice/.transports directory. Files by that name need to be deleted
> both in transport and name (e.g. if O/229880-30353 contains the string,
> delete transport/O/229880-30353 and queue/O/229880-30353).

  Because that is jolly tedious method, I have a tool:

    $MAILBIN/manual-expirer -s -c smtp -h atlas.cz 

  Everything on channel   smtp   to host  atlas.cz   will be cancelled.
  The '-s' option is "silent".

> Be careful.
> Restart the scheduler.

  With this tool, there is no need to restart.
  (Or indeed shut down..)

> --Arnt

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 13:47:12 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S16268AbSGaKrK>; Wed, 31 Jul 2002 13:47:10 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S16267AbSGaKrJ>;
	Wed, 31 Jul 2002 13:47:09 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S16220AbSGaKrI>;
	Wed, 31 Jul 2002 13:47:08 +0300
Date:	Wed, 31 Jul 2002 13:47:08 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	zmailer@pizi.cz
Cc:	zmailer@nic.funet.fi
Subject: Re: bitbucket
Message-ID: <20020731134708.D10215@nic.funet.fi>
References: <1379041831.20020731110504@zto.cz>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1379041831.20020731110504@zto.cz>; from zmailer@pizi.cz on Wed, Jul 31, 2002 at 11:05:04AM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, Jul 31, 2002 at 11:05:04AM +0200, zmailer@pizi.cz wrote:
> scheduler: no pattern matched bitbucket/- address
> 
> What is it?

  It is a result from loop-break codes of the router scripts.


  A missing entry in   scheduler.conf   file:

# BitBucket channel
bitbucket/*
		maxchannel=1
		command="sm -c $channel bitbucket"


  In turn it wants a line in  sm.conf  file:

bitbucket -	@MAILBIN@/ta/bitbucket	bitbucket

  (that one is from the   proto/sm.conf.in  file, substitute there
   the value of your $MAILBIN )


-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 14:03:05 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S16062AbSGaLDC>; Wed, 31 Jul 2002 14:03:02 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S16201AbSGaLDB>;
	Wed, 31 Jul 2002 14:03:01 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S16062AbSGaLDA>;
	Wed, 31 Jul 2002 14:03:00 +0300
Date:	Wed, 31 Jul 2002 14:02:59 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Tomasz Nowak <tnowak@triger.com.pl>
Cc:	zmailer@nic.funet.fi
Subject: Re: router.cf ?
Message-ID: <20020731140259.E10215@nic.funet.fi>
References: <14153571611.20020730222734@triger.com.pl>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
In-Reply-To: <14153571611.20020730222734@triger.com.pl>; from tnowak@triger.com.pl on Tue, Jul 30, 2002 at 10:27:34PM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, Jul 30, 2002 at 10:27:34PM +0200, Tomasz Nowak wrote:
> Hi,
> 
>   I would like to make something like that:
> 
>   smtpserver puts mails into directory dir1.
>   router gets mails from directory dir2.
>   dir1 is not equal dir2.

  Presuming you want _only_ the smtpserver input to be placed into separate
  queue directory, you could modify   smtpserver/smtpdata.c  at places,
  where  _mail_close_()  are called.  What you want is to replace that
  with mail_close_alternate() feeding the messages into separate directory.
  You will notice that the API of the calls are different..

  Anyway, I _think_ you are trying to run some scanner on every
  message before it becomes routed ?

  You can run arbitrary program from router for each message, see
  router script   proto/cf/process.cf:

	case "$file" in
#	[0-9]*.x400)	x400 "$file" ;;
#	[0-9]*.uucp)	uucpfilter "$file" > /tmp/X.$$
#			cat /tmp/X.$$ > "$file"
#			rfc822 "$file" ;;
	[0-9]*)		rfc822 "$file" ;;
	core*)		/bin/mv "$file" ../$file.router.$$
			return
			;;
	*)		/bin/mv "$file" ../postman/rtr."$file".$$
			return
			;;
	esac


  Normally we run builtin 'rfc822' function ( router/sequencer.c ),
  which does all the work, but see how files with ".uucp" suffix
  could be handled...

>   The standard configuration is dir1 = dir2 = $POSTOFFICE/router
> 
> Best regards
> --
> Tomasz Nowak     TRIGER - Systemy Komputerowe   http://www.triger.com.pl
>  Oferujemy m.in.  H@NDEL - Twój krok w now? er? sprzeda?y w Internecie,
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 14:06:42 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S16335AbSGaLGj>; Wed, 31 Jul 2002 14:06:39 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S16331AbSGaLGj>;
	Wed, 31 Jul 2002 14:06:39 +0300
Received: from mail.ha-vel.cz ([195.39.64.7]:33837 "HELO mail.ha-vel.cz" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S16327AbSGaLGi>;
	Wed, 31 Jul 2002 14:06:38 +0300
Received: (qmail 8389 invoked by uid 1004); 31 Jul 2002 11:06:32 -0000
Received: from zmailer@pizi.cz by mail with qmail-scanner-1.01 (. Clean. Processed in 0.253576 secs); 31 Jul 2002 11:06:32 -0000
Received: from mail.zto.cz (195.39.65.50)
  by mail.ha-vel.cz with SMTP; 31 Jul 2002 11:06:31 -0000
Received: from 192.168.85.22 ([192.168.85.22]) by mail.zto.cz (WinRoute Pro 4.1.30) with SMTP; Wed, 31 Jul 2002 13:05:08 +0200
Date:	Wed, 31 Jul 2002 13:06:29 +0200
From:	zmailer@pizi.cz
X-Mailer: The Bat! (v1.45) Personal
Reply-To: zmailer@pizi.cz
Organization: ZTO, a.s.
X-Priority: 3 (Normal)
Message-ID: <14016326776.20020731130629@zto.cz>
To:	zmailer@nic.funet.fi
Subject: Re[2]: How to remove mails?
In-reply-To: <20020731134250.C10215@nic.funet.fi>
References: <361096436.20020731075452@zto.cz>
 <20020731140101.B24432@melkebalanse.gulbrandsen.priv.no>
 <20020731134250.C10215@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

MA>     $MAILBIN/manual-expirer -s -c smtp -h atlas.cz 

Thak you. But something is wrong:

/usr/lib/zmailer/ta/expirer: unknown option -
/usr/lib/zmailer/ta/expirer: unknown option --
Usage: /usr/lib/zmailer/ta/expirer [-s] [-V] [-l logfile] [-c channel] [-h host] [-m msgstr]
/usr/lib/zmailer/manual-expirer: line 14: 18724 Broken pipe             find * -name "[1-9]*" -type f -print
     18725 Done(64)                | $MAILBIN/ta/expirer "$*"



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 14:38:10 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S12827AbSGaLiH>; Wed, 31 Jul 2002 14:38:07 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S9685AbSGaLiG>;
	Wed, 31 Jul 2002 14:38:06 +0300
Received: from chronos.sovam.com ([194.67.22.190]:33299 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S16240AbSGaLiF>;
	Wed, 31 Jul 2002 14:38:05 +0300
Received: from ariel ([194.67.3.216]:49530 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764016AbSGaLiD>;
	Wed, 31 Jul 2002 15:38:03 +0400
Subject: Re: router.cf ?
From:	Eugene Crosser <crosser@rol.ru>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	zmailer@nic.funet.fi
In-Reply-To: <20020731140259.E10215@nic.funet.fi>
References: <14153571611.20020730222734@triger.com.pl> 
	<20020731140259.E10215@nic.funet.fi>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	31 Jul 2002 15:38:02 +0400
Message-Id: <1028115482.30783.28.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, 2002-07-31 at 15:02, Matti Aarnio wrote:

> >   smtpserver puts mails into directory dir1.
> >   router gets mails from directory dir2.
> >   dir1 is not equal dir2.
> 
>   Presuming you want _only_ the smtpserver input to be placed into separate
>   queue directory, you could modify   smtpserver/smtpdata.c  at places,
>   where  _mail_close_()  are called.  What you want is to replace that
>   with mail_close_alternate() feeding the messages into separate directory.
>   You will notice that the API of the calls are different..

I think the same can be accomplished by creating a separate $POSTOFFICE
(which will need only "public" and "router" subdirectories) and running
smtpserver with "-P <postoffice>" option...

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 22:23:04 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S17270AbSGaTXB>; Wed, 31 Jul 2002 22:23:01 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S17340AbSGaTXA>;
	Wed, 31 Jul 2002 22:23:00 +0300
Received: from mail.dataframe.net ([216.168.206.10]:2592 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S17270AbSGaTW7>;
	Wed, 31 Jul 2002 22:22:59 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Wed, 31 Jul 2002 12:27:08 -0700
Date:	Wed, 31 Jul 2002 12:27:08 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON26852685200207311227.AA2708024@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : CyrusSaify@aol.com
To        : zmailer@nic.funet.fi
Subject   : WINPROPS
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
cf8672382.att                 Exploit.IFrame.FileDownloadRemoved
STEP ID.exe                   I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Jul 31 22:23:09 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S16503AbSGaTXG>; Wed, 31 Jul 2002 22:23:06 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15096AbSGaTXC>;
	Wed, 31 Jul 2002 22:23:02 +0300
Received: from mail.mwtradingcorp.com ([216.168.206.10]:2591 "EHLO
	dataframe.net" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S17287AbSGaTXA>;
	Wed, 31 Jul 2002 22:23:00 +0300
Received: from Azd [172.162.185.183]
	by dataframe.net [216.168.206.10]
	with SMTP (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Wed, 31 Jul 2002 12:26:56 -0700
From:	CyrusSaify <CyrusSaify@aol.com>
To:	zmailer@nic.funet.fi
Subject: WINPROPS
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=ShmKVWcf7iZ8
X-MDRemoteIP: 172.162.185.183
X-Return-Path: sneshat@sarbaz.org
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-Id: <20020731192300Z17287-12376+9503@nic.funet.fi>
Date:	Wed, 31 Jul 2002 22:23:00 +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--ShmKVWcf7iZ8
Content-Type: text/plain

****************************** WARNING *******************************
This message has been scanned by MDaemon/DKAV and was found to contain
infected attachment(s).  Please review the list below.

Attachment                    Virus name               Action taken
----------------------------------------------------------------------
cf8672382.att                 Exploit.IFrame.FileDownloadRemoved
STEP ID.exe                   I-Worm.Klez.h            Removed


**********************************************************************


--ShmKVWcf7iZ8
Content-Type: application/octet-stream;
	name=Job_3842_Popunder1_010802[1].htm
Content-Transfer-Encoding: base64
Content-ID: <Gj73K42Dw796S20>

PGh0bWw+PGhlYWQ+PHNjcmlwdD4KdmFyIFRBUkdFVFVSTD0naHR0cDovL3d3dy5qb2IuY29t
L3Ivbnpwb3AnOwp2YXIgU0lETEFVTkNIRUQ9JzEyNjM5Myc7Ly8gPEVOVEVSIEFUVEVNUFRF
RCBTVEVQIElEIEhFUkU+Ci8vIENhbXBhaWduIGNvb2tpZSBuYW1lIGFuZCBtaW51dGVzIHRv
IGV4cGlyZQp2YXIgQ0NOQU1FPSdqb2IwMTAyJzsKdmFyIGNjbWludXRlcz0wOwp2YXIgV0lO
TkFNRT0nam9iMDEwMic7CnZhciBXSU5QUk9QUz0nd2lkdGg9NjAwLGhlaWdodD0zMzYsbGVm
dD03NSx0b3A9MTIwLHN0YXR1cz1ubyxyZXNpemFibGU9eWVzLHNjcm9sbGJhcnM9eWVzLHRv
b2xiYXI9bm8sbWVudWJhcj1ubyc7Ci8vIFNhbGVzIGNvb2tpZSBuYW1lIGFuZCBtaW51dGVz
IHRvIGV4cGlyZQp2YXIgU0NOQU1FPSdwb3BTYWxlcyc7CnZhciBzY21pbnV0ZXM9NTsKZnVu
Y3Rpb24gZG9Qb3AoKXsKIGlmICgoZ2V0Q1ZhbChTQ05BTUUpID09IG51bGwpICYmIChnZXRD
VmFsKENDTkFNRSkgPT0gbnVsbCkpIHsKICB2YXIgc2NkYXRlPW5ldyBEYXRlKCk7IHNjZGF0
ZS5zZXRUaW1lKHNjZGF0ZS5nZXRUaW1lKCkrc2NtaW51dGVzKjYwMDAwKTsKICB2YXIgY2Nk
YXRlPW5ldyBEYXRlKCk7IGNjZGF0ZS5zZXRUaW1lKGNjZGF0ZS5nZXRUaW1lKCkrY2NtaW51
dGVzKjYwMDAwKTsKICBkb2N1bWVudC5jb29raWU9U0NOQU1FKyc9dHJ1ZTtwYXRoPS87ZXhw
aXJlcz0nK3NjZGF0ZTsKICBkb2N1bWVudC5jb29raWU9Q0NOQU1FKyc9dHJ1ZTtwYXRoPS87
ZXhwaXJlcz0nK2NjZGF0ZTsKICBDaGlsZCA9IG9wZW4oImh0dHA6Ly9teS5uZXR6ZXJvLm5l
dC9zL2xjP3M9IitTSURMQVVOQ0hFRCsiJnU9IitUQVJHRVRVUkwsV0lOTkFNRSxXSU5QUk9Q
Uyk7CiAgQ2hpbGQuYmx1cigpOwogfQp9CmZ1bmN0aW9uIGdldENWYWwoY29va2llTmFtZSl7
dmFyIGFsbENvb2tpZXM9ZG9jdW1lbnQuY29va2llO3ZhciBwb3M9YWxsQ29va2llcy5pbmRl
eE9mKGNvb2tpZU5hbWUpO2lmKHBvcz09LTEpIHJldHVybiBudWxsO3ZhciBzdGFydD1wb3Mr
Y29va2llTmFtZS5sZW5ndGg7dmFyIGVuZD1hbGxDb29raWVzLmluZGV4T2YoIjsiLHN0YXJ0
KTtpZihlbmQ9PS0xKSBlbmQ9YWxsQ29va2llcy5sZW5ndGg7dmFyIHZhbHVlPWFsbENvb2tp
ZXMuc3Vic3RyaW5nKHN0YXJ0LGVuZCk7aWYodmFsdWUuY2hhckF0KDApPT0nPScpIHZhbHVl
PXZhbHVlLnN1YnN0cmluZygxLHZhbHVlLmxlbmd0aCk7cmV0dXJuIHZhbHVlO30KPC9zY3Jp
cHQ+CjwvaGVhZD48Ym9keSBvbkxvYWQ9ZG9Qb3AoKTs+CjxhIGhyZWY9aHR0cDovL215Lm5l
dHplcm8ubmV0L256cGxhdC9wdHBhZ2UuaHRtbD48aW1nIHNyYz1odHRwOi8vbnp0di5uZXR6
ZXJvLm5ldC93ZWJhZHMvcGxhdGludW0tb2N0b2JlcjIwMDEvUGxhdGludW1fRGVjZW1iZXJf
MjAwMV9CYW5uZXIuZ2lmIGJvcmRlcj0wPjwvYT4KPC9ib2R5PjwvaHRtbD4K
--ShmKVWcf7iZ8--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Aug  1 07:37:07 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S17311AbSHAEhD>; Thu, 1 Aug 2002 07:37:03 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S17420AbSHAEhD>;
	Thu, 1 Aug 2002 07:37:03 +0300
Received: from mail.funet.fi ([193.166.0.98]:2957 "EHLO mailbackup2.funet.fi"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S4986AbSHAEhC>;
	Thu, 1 Aug 2002 07:37:02 +0300
Received: from 64.8.211.76 (daemon@choicelondon-2.dsl.easynet.co.uk [217.206.115.58])
	by mailbackup2.funet.fi (8.9.3/8.9.3/FUNET) with SMTP id HAA32753
	for <zmailer@nic.funet.fi>; Thu, 1 Aug 2002 07:36:47 +0300
Message-Id: <200208010436.HAA32753@mailbackup2.funet.fi>
Received: from mta6.snfc21.pbi.net ([39.26.127.61]) by ssymail.ssy.co.kr with esmtp; Aug, 01 2002 05:33:20 -0000
Received: from 51.110.169.187 ([51.110.169.187]) by rly-xl04.mx.aol.com with SMTP; Aug, 01 2002 04:07:45 +1200
Received: from [176.244.234.14] by smtp-server6.tampabay.rr.com with local; Aug, 01 2002 03:24:43 -0300
Received: from [118.189.136.119] by smtp-server1.cfl.rr.com with NNFMP; Aug, 01 2002 02:33:41 +0400
From:	Bulk Email Lists <flrtsdfghjdfg7j@yahoo.com>
To:	Marketing@mailbackup2.funet.fi
Subject: Verified email lists $16.99 for 500,000 addresses
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date:	Thu, 1 Aug 2002 05:36:48 +0100
X-Mailer: Microsoft Outlook IMO Build 9.0.2416 (9.0.2910.0)
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

We are offering you quality marketing lists which have been verified giving you a 90% delivery rate for your marketing campaign.

The lists are downloadable along with free sending software. We are currently adding 500,000 new addresses for download each week.

Please Call [USA] 303 889 5732 (24hr Recorded Information)
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug  2 16:29:26 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S19795AbSHBN3X>; Fri, 2 Aug 2002 16:29:23 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S19862AbSHBN3W>;
	Fri, 2 Aug 2002 16:29:22 +0300
Received: from chronos.sovam.com ([194.67.22.190]:33169 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S20075AbSHBN3V>;
	Fri, 2 Aug 2002 16:29:21 +0300
Received: from ariel ([194.67.3.216]:52170 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763782AbSHBN13>;
	Fri, 2 Aug 2002 17:27:29 +0400
Subject: sleepycat.c compilation error if no sleepycat on system
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	02 Aug 2002 17:27:28 +0400
Message-Id: <1028294849.2225.34.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

If there is no db[104].h and no db.h, there is a compilation error on
sleepycat.c.  Can be circumvented by the following diff:

Index: lib/sleepycatdb.c
===================================================================
RCS file: /cvsroot/zmailer/lib/sleepycatdb.c,v
retrieving revision 1.4
diff -u -r1.4 sleepycatdb.c
--- lib/sleepycatdb.c   2002/07/05 10:10:13     1.4
+++ lib/sleepycatdb.c   2002/07/31 17:47:39
@@ -25,6 +25,7 @@
 #include "zmalloc.h"
 #include "libz.h"
 
+#ifdef HAVE_SLEEPYCAT_DB
 
 ZSleepyEnvSet *ZSleepyEnvSetRoot = NULL;
 
@@ -306,3 +307,5 @@
 
        return err;
 }
+
+#endif /* HAVE_SLEEPYCAT_DB */
Index: include/sleepycatdb.h
===================================================================
RCS file: /cvsroot/zmailer/include/sleepycatdb.h,v
retrieving revision 1.4
diff -u -r1.4 sleepycatdb.h
--- include/sleepycatdb.h       2002/07/05 10:10:15     1.4
+++ include/sleepycatdb.h       2002/07/31 17:47:39
@@ -9,7 +9,7 @@
     defined(HAVE_DB2_DB_H) || defined(HAVE_DB3_DB_H) || \
     defined(HAVE_DB4_DB_H)
 
-
+#define HAVE_SLEEPYCAT_DB
 
 #if defined(HAVE_DB_185_H) && !defined(HAVE_DB_OPEN2) && \
     !defined(HAVE_DB_CREATE)

-- 
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug  3 23:32:29 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S22348AbSHCUc0>; Sat, 3 Aug 2002 23:32:26 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S21686AbSHCUc0>;
	Sat, 3 Aug 2002 23:32:26 +0300
Received: from [196.31.136.11] ([196.31.136.11]:1725 "EHLO
	cptmail03.capetown.fwslash.net" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S22348AbSHCUcZ>;
	Sat, 3 Aug 2002 23:32:25 +0300
Received: from luckynugget.com (cptdb4.capetown.fwslash.net [196.31.136.149]) by cptmail03.capetown.fwslash.net with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
	id QG2K8NXH; Sat, 3 Aug 2002 22:33:18 +0200
Date:	Sat, 03 Aug 2002 20:33:18 GMT
From:	techdesk@luckynugget.com
Subject: Your password [LNS2002080300003519]
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
Message-Id: <20020803203225Z22348-12376+10113@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi there

Thank you for your query. This is an automated response
to let you know that we will reply as soon as possible.

Lucky Nugget not only offers you FREE cash, but also:

* 69 RED HOT casino games including 11 Progressive Games
* Absolute safety and security
* BIG cash back promotions
* 24/7-support service
* You can play in Dollars or Pound Sterling
* Vegas Odds or Better
* 8 Different Payment Options
* You can also choose one of the following ways to receive
  your cashin checks: USD (US Dollar), EUR (Euro), GBP (UK
  Sterling), HKD (Hong Kong Dollar), YEN (Japanese Yen)

For more information, go to:
http://www.luckynugget.com


Enjoy your day!

Lucky Nugget Support Team
--------------------------------------------------------------
Lucky Nugget Casino
Strike Gold at the Lucky Nugget!
www.luckynugget.com

24-hour toll-free:

USA:        1-888-677-8180
Canada:     1-888-900-3129
UK:         0-800-328-0843

Other countries: +44-800-328-0843
Please note that this is not a toll-free number

E-mail Support:
casinoinfo@luckynugget.com
--------------------------------------------------------------




-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Aug  4 05:12:00 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S23107AbSHDCL4>; Sun, 4 Aug 2002 05:11:56 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S23104AbSHDCL4>;
	Sun, 4 Aug 2002 05:11:56 +0300
Received: from mail.dataframe.net ([216.168.206.10]:1520 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S21864AbSHDCLz>;
	Sun, 4 Aug 2002 05:11:55 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Sat, 03 Aug 2002 19:16:44 -0700
Date:	Sat, 03 Aug 2002 19:16:44 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Notification -- Attachment Removed
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON32733273200208031916.AA1644056@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message contained restricted attachment(s) which have been removed:

>From      : cyrus_kadivar@hotmail.com
To        : zmailer@nic.funet.fi
Subject   : Please try again
Message-ID: 

Attachment(s) removed:
-----------------------------------------
width.scr



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Aug  4 05:12:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S23118AbSHDCME>; Sun, 4 Aug 2002 05:12:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S23108AbSHDCL5>;
	Sun, 4 Aug 2002 05:11:57 +0300
Received: from mail.kuanchuan.biz ([216.168.206.10]:1521 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S23082AbSHDCL4>;
	Sun, 4 Aug 2002 05:11:56 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Sat, 03 Aug 2002 19:16:44 -0700
Date:	Sat, 03 Aug 2002 19:16:44 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON32743274200208031916.AA1644071@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : cyrus_kadivar@hotmail.com
To        : zmailer@nic.funet.fi
Subject   : Please try again
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
cf180013000.att               Exploit.IFrame.FileDownloadRemoved
width.scr                     I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Aug  4 05:12:17 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S23071AbSHDCMN>; Sun, 4 Aug 2002 05:12:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S23113AbSHDCMN>;
	Sun, 4 Aug 2002 05:12:13 +0300
Received: from mail.gawan.biz ([216.168.206.10]:1519 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S23084AbSHDCMA>;
	Sun, 4 Aug 2002 05:12:00 +0300
Received: from Jqy [172.149.113.173]
	by dataframe.net [216.168.206.10]
	with SMTP (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Sat, 03 Aug 2002 19:16:26 -0700
From:	cyrus_kadivar <cyrus_kadivar@hotmail.com>
To:	zmailer@nic.funet.fi
Subject: Please try again
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=Ss1DArzXpV48pQ03
X-MDRemoteIP: 172.149.113.173
X-Return-Path: sneshat@sarbaz.org
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-Id: <20020804021200Z23084-12376+10183@nic.funet.fi>
Date:	Sun, 4 Aug 2002 05:12:00 +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--Ss1DArzXpV48pQ03
Content-Type: text/plain

****************************** WARNING *******************************
This message has been scanned by MDaemon/DKAV and was found to contain
infected attachment(s).  Please review the list below.

Attachment                    Virus name               Action taken
----------------------------------------------------------------------
cf180013000.att               Exploit.IFrame.FileDownloadRemoved
width.scr                     I-Worm.Klez.h            Removed


**********************************************************************


--Ss1DArzXpV48pQ03
Content-Type: application/octet-stream;
	name=i-1[2].jpg
Content-Transfer-Encoding: base64
Content-ID: <LZyv13NF03Q31>

/9j/4AAQSkZJRgABAQEASABIAAD/4gxYSUNDX1BST0ZJTEUAAQEAAAxITGlubwIQAABtbnRy
UkdCIFhZWiAHzgACAAkABgAxAABhY3NwTVNGVAAAAABJRUMgc1JHQgAAAAAAAAAAAAAAAAAA
9tYAAQAAAADTLUhQICAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAABFjcHJ0AAABUAAAADNkZXNjAAABhAAAAGx3dHB0AAAB8AAAABRia3B0AAACBAAA
ABRyWFlaAAACGAAAABRnWFlaAAACLAAAABRiWFlaAAACQAAAABRkbW5kAAACVAAAAHBkbWRk
AAACxAAAAIh2dWVkAAADTAAAAIZ2aWV3AAAD1AAAACRsdW1pAAAD+AAAABRtZWFzAAAEDAAA
ACR0ZWNoAAAEMAAAAAxyVFJDAAAEPAAACAxnVFJDAAAEPAAACAxiVFJDAAAEPAAACAx0ZXh0
AAAAAENvcHlyaWdodCAoYykgMTk5OCBIZXdsZXR0LVBhY2thcmQgQ29tcGFueQAAZGVzYwAA
AAAAAAASc1JHQiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAA
AAAAAPNRAAEAAAABFsxYWVogAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAABvogAAOPUAAAOQ
WFlaIAAAAAAAAGKZAAC3hQAAGNpYWVogAAAAAAAAJKAAAA+EAAC2z2Rlc2MAAAAAAAAAFklF
QyBodHRwOi8vd3d3LmllYy5jaAAAAAAAAAAAAAAAFklFQyBodHRwOi8vd3d3LmllYy5jaAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAA
AC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAAAAAA
AAAAAC5JRUMgNjE5NjYtMi4xIERlZmF1bHQgUkdCIGNvbG91ciBzcGFjZSAtIHNSR0IAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAZGVzYwAAAAAAAAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0
aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAAAAAALFJlZmVyZW5jZSBWaWV3aW5nIENvbmRp
dGlvbiBpbiBJRUM2MTk2Ni0yLjEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHZpZXcAAAAA
ABOk/gAUXy4AEM8UAAPtzAAEEwsAA1yeAAAAAVhZWiAAAAAAAEwJVgBQAAAAVx/nbWVhcwAA
AAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAo8AAAACc2lnIAAAAABDUlQgY3VydgAAAAAAAAQA
AAAABQAKAA8AFAAZAB4AIwAoAC0AMgA3ADsAQABFAEoATwBUAFkAXgBjAGgAbQByAHcAfACB
AIYAiwCQAJUAmgCfAKQAqQCuALIAtwC8AMEAxgDLANAA1QDbAOAA5QDrAPAA9gD7AQEBBwEN
ARMBGQEfASUBKwEyATgBPgFFAUwBUgFZAWABZwFuAXUBfAGDAYsBkgGaAaEBqQGxAbkBwQHJ
AdEB2QHhAekB8gH6AgMCDAIUAh0CJgIvAjgCQQJLAlQCXQJnAnECegKEAo4CmAKiAqwCtgLB
AssC1QLgAusC9QMAAwsDFgMhAy0DOANDA08DWgNmA3IDfgOKA5YDogOuA7oDxwPTA+AD7AP5
BAYEEwQgBC0EOwRIBFUEYwRxBH4EjASaBKgEtgTEBNME4QTwBP4FDQUcBSsFOgVJBVgFZwV3
BYYFlgWmBbUFxQXVBeUF9gYGBhYGJwY3BkgGWQZqBnsGjAadBq8GwAbRBuMG9QcHBxkHKwc9
B08HYQd0B4YHmQesB78H0gflB/gICwgfCDIIRghaCG4IggiWCKoIvgjSCOcI+wkQCSUJOglP
CWQJeQmPCaQJugnPCeUJ+woRCicKPQpUCmoKgQqYCq4KxQrcCvMLCwsiCzkLUQtpC4ALmAuw
C8gL4Qv5DBIMKgxDDFwMdQyODKcMwAzZDPMNDQ0mDUANWg10DY4NqQ3DDd4N+A4TDi4OSQ5k
Dn8Omw62DtIO7g8JDyUPQQ9eD3oPlg+zD88P7BAJECYQQxBhEH4QmxC5ENcQ9RETETERTxFt
EYwRqhHJEegSBxImEkUSZBKEEqMSwxLjEwMTIxNDE2MTgxOkE8UT5RQGFCcUSRRqFIsUrRTO
FPAVEhU0FVYVeBWbFb0V4BYDFiYWSRZsFo8WshbWFvoXHRdBF2UXiReuF9IX9xgbGEAYZRiK
GK8Y1Rj6GSAZRRlrGZEZtxndGgQaKhpRGncanhrFGuwbFBs7G2MbihuyG9ocAhwqHFIcexyj
HMwc9R0eHUcdcB2ZHcMd7B4WHkAeah6UHr4e6R8THz4faR+UH78f6iAVIEEgbCCYIMQg8CEc
IUghdSGhIc4h+yInIlUigiKvIt0jCiM4I2YjlCPCI/AkHyRNJHwkqyTaJQklOCVoJZclxyX3
JicmVyaHJrcm6CcYJ0kneierJ9woDSg/KHEooijUKQYpOClrKZ0p0CoCKjUqaCqbKs8rAis2
K2krnSvRLAUsOSxuLKIs1y0MLUEtdi2rLeEuFi5MLoIuty7uLyQvWi+RL8cv/jA1MGwwpDDb
MRIxSjGCMbox8jIqMmMymzLUMw0zRjN/M7gz8TQrNGU0njTYNRM1TTWHNcI1/TY3NnI2rjbp
NyQ3YDecN9c4FDhQOIw4yDkFOUI5fzm8Ofk6Njp0OrI67zstO2s7qjvoPCc8ZTykPOM9Ij1h
PaE94D4gPmA+oD7gPyE/YT+iP+JAI0BkQKZA50EpQWpBrEHuQjBCckK1QvdDOkN9Q8BEA0RH
RIpEzkUSRVVFmkXeRiJGZ0arRvBHNUd7R8BIBUhLSJFI10kdSWNJqUnwSjdKfUrESwxLU0ua
S+JMKkxyTLpNAk1KTZNN3E4lTm5Ot08AT0lPk0/dUCdQcVC7UQZRUFGbUeZSMVJ8UsdTE1Nf
U6pT9lRCVI9U21UoVXVVwlYPVlxWqVb3V0RXklfgWC9YfVjLWRpZaVm4WgdaVlqmWvVbRVuV
W+VcNVyGXNZdJ114XcleGl5sXr1fD19hX7NgBWBXYKpg/GFPYaJh9WJJYpxi8GNDY5dj62RA
ZJRk6WU9ZZJl52Y9ZpJm6Gc9Z5Nn6Wg/aJZo7GlDaZpp8WpIap9q92tPa6dr/2xXbK9tCG1g
bbluEm5rbsRvHm94b9FwK3CGcOBxOnGVcfByS3KmcwFzXXO4dBR0cHTMdSh1hXXhdj52m3b4
d1Z3s3gReG54zHkqeYl553pGeqV7BHtje8J8IXyBfOF9QX2hfgF+Yn7CfyN/hH/lgEeAqIEK
gWuBzYIwgpKC9INXg7qEHYSAhOOFR4Wrhg6GcobXhzuHn4gEiGmIzokziZmJ/opkisqLMIuW
i/yMY4zKjTGNmI3/jmaOzo82j56QBpBukNaRP5GokhGSepLjk02TtpQglIqU9JVflcmWNJaf
lwqXdZfgmEyYuJkkmZCZ/JpomtWbQpuvnByciZz3nWSd0p5Anq6fHZ+Ln/qgaaDYoUehtqIm
opajBqN2o+akVqTHpTilqaYapoum/adup+CoUqjEqTepqaocqo+rAqt1q+msXKzQrUStuK4t
rqGvFq+LsACwdbDqsWCx1rJLssKzOLOutCW0nLUTtYq2AbZ5tvC3aLfguFm40blKucK6O7q1
uy67p7whvJu9Fb2Pvgq+hL7/v3q/9cBwwOzBZ8Hjwl/C28NYw9TEUcTOxUvFyMZGxsPHQce/
yD3IvMk6ybnKOMq3yzbLtsw1zLXNNc21zjbOts83z7jQOdC60TzRvtI/0sHTRNPG1EnUy9VO
1dHWVdbY11zX4Nhk2OjZbNnx2nba+9uA3AXcit0Q3ZbeHN6i3ynfr+A24L3hROHM4lPi2+Nj
4+vkc+T85YTmDeaW5x/nqegy6LzpRunQ6lvq5etw6/vshu0R7ZzuKO6070DvzPBY8OXxcvH/
8ozzGfOn9DT0wvVQ9d72bfb794r4Gfio+Tj5x/pX+uf7d/wH/Jj9Kf26/kv+3P9t////7QSW
UGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEAAQBIAAAAAQABOEJJTQQNAAAAAAAE
AAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAABAAA4QklNJxAAAAAAAAoAAQAA
AAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9mZgABAKGZmgAGAAAAAAAB
ADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4AAAAAABwAAD/////
////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP//
//////////////////////////8D6AAAAAD/////////////////////////////A+gAADhC
SU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklNBBQAAAAAAAQAAAABOEJJTQQMAAAAAAMG
AAAAAQAAAHAAAABUAAABUAAAbkAAAALqABgAAf/Y/+AAEEpGSUYAAQIBAEgASAAA/+4ADkFk
b2JlAGSAAAAAAf/bAIQADAgICAkIDAkJDBELCgsRFQ8MDA8VGBMTFRMTGBEMDAwMDAwRDAwM
DAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAENCwsNDg0QDg4QFA4ODhQUDg4ODhQRDAwMDAwR
EQwMDAwMDBEMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwM/8AAEQgAVABwAwEiAAIRAQMR
Af/dAAQAB//EAT8AAAEFAQEBAQEBAAAAAAAAAAMAAQIEBQYHCAkKCwEAAQUBAQEBAQEAAAAA
AAAAAQACAwQFBgcICQoLEAABBAEDAgQCBQcGCAUDDDMBAAIRAwQhEjEFQVFhEyJxgTIGFJGh
sUIjJBVSwWIzNHKC0UMHJZJT8OHxY3M1FqKygyZEk1RkRcKjdDYX0lXiZfKzhMPTdePzRieU
pIW0lcTU5PSltcXV5fVWZnaGlqa2xtbm9jdHV2d3h5ent8fX5/cRAAICAQIEBAMEBQYHBwYF
NQEAAhEDITESBEFRYXEiEwUygZEUobFCI8FS0fAzJGLhcoKSQ1MVY3M08SUGFqKygwcmNcLS
RJNUoxdkRVU2dGXi8rOEw9N14/NGlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vYnN0dXZ3eH
l6e3x//aAAwDAQACEQMRAD8A9VSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//Q9VSS
SSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//R9VSSSSUpJJJJSkkkklKSSSSUpJJJJSkk
kklKSSSSU//S9VSSSSUpJJJJSkkkklKSSSSUpJJJJSkkkklKSSSSU//T9VSSSSUpJJJJSkkk
klKSSSSUpJJJJSkkkklKSSSSU//U9VSXyqkkp+qkl8qpJKfqpJfKqSSn6qSXyqkkp+qkl8qp
JKfqpJfKqSSn6qSXyqkkp//ZOEJJTQQGAAAAAAAHAAgAAAABAQD/2wBDAAgGBgcGBQgHBwcJ
CQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/
2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIy
MjIyMjIyMjIyMjIyMjL/wAARCAEsAZADASIAAhEBAxEB/8QAGwAAAgMBAQEAAAAAAAAAAAAA
AgMAAQQFBgf/xABEEAEAAgAFAgIIBAUDAwIFBAMCAxIAAQQiMhNCUmIFERRygpKi8CEjssIG
MdLi8iQzQRVRYTRDFlNxkbEHY4GhNUTD/8QAGAEBAQEBAQAAAAAAAAAAAAAAAAIBAwT/xAAh
EQEAAgIBBQEBAQAAAAAAAAAAAQIREjETISIyQQNRQv/aAAwDAQACEQMRAD8A8Aa9EO+07d3c
sMyAuxuK5GxwRiKqBL73lriFFELJF1W5I1tjzvUjRACyqUVVP5f7sEHWK2cR3GwPmxZFrDMF
nPcdq8PLBCpcV+jc/f7cEi2KsuZsq1VVxNl+3F1iSSzirfu/acVLEElFGF0rVsF+nDQTtHs+
+KtSVx3bcALEvROfSloFU8bLd5cN2hI5W8Nkdq8Pu8sSM/nVyLVhvVuPdi0axM1VMt1uK5Hu
+LAVkOruES6UW47ueNBQMpWatfadi/Dd3G2AFgDN0mnJt7VTw4jKV4pnLXxFbUe792AXmNji
9pdwTZV428ONNypS8klEdqKFrKvH92EWqjLmpUgqVJ5HlauHA9K5cpSfCv6sUF0ViZESXtqT
x93DWBXq5VJCVmTZW24mScoS61aLdtr8OLzYTN2AX4T3LuWCQxADfJL1S+2nJLE6qe4IKUJb
Wtp5YaQyIoY0V4VY2FsMrazsK7bkm1uXdigvrxBdWopKdzvXdxr9+bDFp8gt/PsPGuBJQNZA
BBmlWvK3bhoNSlmIlLXbu4GtUvexIUrMSqova1SuGCQHWG4iHvtyR7fmwdRT8sxCJFG1rJWX
HEyNmoWciWq73uXHca4AZIojtnR6RttC3Jbtv34sVusXlDZZJFb6/e3Aux/NyitKdtePu4Lo
I2WZNmTey3bsUYXGCVXLd291bHtXl5YlkYjQIG+yy5beJr5v3YIEuunqmTuTruXl82BySihK
zsPVtr8Nf24A5ZaSl59Wg7bd1t3xYT0EWxmkk+FVwwe4aioTKfFq237tiVRlUWduqxulPLy1
7cSJEZSF6nZ2rZAlVVlgqxEFjUKI57ZeKtytt8y7sXbqxJtEM7Wkdx28sNFUT6mDE+RrZLzF
du62KEKiCrJmOlnwNeSO636sJdDKjeFs7qo7kcXlELWzMSqqhHbX4cXV0SfSU+Sp7xt27vew
StkAA0hL/wDeSVsKfRlYAJokdw8Xh2/Dg80oFYQiyqnbu3LBUKsGh0eJZ8X3+3BRWYb2VCAX
IopV2297EhstOGYpWqg0T5ccE7Fm48NF4jgaZGk2YlW7bu+H+rBKamIRTVyLVttTa3HlhQAV
oc5X+NVbdxqcNBPVv1X+HhXH7OI0CjFlLMnYoriT8OCigW3bq0iiKKXcv7u3FCjAmveLM1o+
3diwyid2dcqpohW5eL4sSbcLbECrEo1wCnaoizYK5HbZFeb6cEEknlkhKzW+6vHxYbUlmLOa
G3aiT+PafqwKEpZAo5mjYl/zrgE0l1G3KKJBWtW1iq/TgugmVFJEelmlXdywZg/9m4QdkkbH
dbxd3HEliEt9PkPyhuLNvvxbsBnAm6rXSlVSa+H75LFsEyqakv4mvhWJnVB5suIxVNQrG23C
pSbuXPLUb6nwn+3+3AEAGOlI9RZHcirV+L75YCUtVi3gi1WjtVT4sNrFX2dzJJmoNkafFjNQ
yxCLOWbdtNitx+LBQkg7PJMxBVqTt97zdywnNxJCXMw0XHbxXu4ckVZRyqhSt9R8OFCUGVSx
mJDNHl4rYJZ9QjEPZ7WY4F/e7E6VkLsCbalWv4YfmiWbyhJLZ7vbjLkphMHkYlLfanx8vvfF
gJsJD6st7btuG5vq6jpKp8NTXEpXZIr9XcLdpwKKNfVWxW58sc1GidMo58+KXbXdiCWJKjIo
uNjy+HuwdjKqyUUS8Xdt24DcCVUJZHbXdUn/ACwB0TBNKy2qavaeOD6CSsNqR3rkcEZYnvhJ
rJvbVbWxQIMJFGiVx7V4cULzgIFmXbLad3LjgmkWHnFayPmJt5cHsJKyius9pqtp8W3ARVUy
FU4sqq/G/i/dgk2lpnFlcREpJbSny44EIS2myMwZdDbt28fvzYPaSZay1y2g+X92Cqi0b8+K
7it25YCwWkwG/wAdyduK97FagMRfhLsCqq7kliGrNcrlxolJbr4bNUILNS1ttP7sBYMsVX7R
te03NvvlhQZUqivWVbdp+rDYi4rEMqXnZDccE6lJ5O1OS8W7jgAFFv2mLOt1+3EPWaKaDLOw
cTu4nBiLiZFEYnsJR5f1YlZYnaheoBsbHhu24oTLfFUOK/IlGyrh1ugy2SgSbpqtsLzKPSQ6
LMRqrnuPLd72NA7jQA12q1jgETVMyUns6ilRoTt3VwXs/VP4jdkt28mvy8eWIrmIFgKWLcDW
u6204t7WJgFv+Hb8WAKSIhn1xSn1kmWvbiKAg0yCMTS3W71gFAN0WR2pJWtW3xYPOoiPWuCN
q7vX24ABF1YiswkYkVFXu97Bymn5u9EmoHca+LBEkoS56dpWrsruOIZZRKh1bes8CeJW3b+r
4cEoySpRkVvtV9vLdu+9uJHvNYZUZSkkh83d7uLyblhUWcztkrIsYrqxWi3Ek8jx8337uMUl
7i+6i2pIqywPVEUts2ugztKHFfLiurEpk81FXLdXzbvLgfbwzWaYKtqWrx8KwYahm7bQpkdt
fe8PzYQQg7Bhz8kTY12+K3urAZ63TkJ2Cnz2pJW/dg/+pQ7jGSRIt/irg0yvSlYFOlkastWS
5ccVnBWIxZRVFqklW3bV2+VYAarTm5FSM3Y7Ph8WKDiZJzNSKo1XFeU4A6GVs5wooVW1WVd3
hw3MgTF1ut1iluO3lhTcKR1GYQlJrW273cG1C0FaVJ1FrlVPb7tcGFM+znox3tLtPcf1YZDQ
lRG4Z3J8rEnA6mgB09lbulravdtXzYIK5Zz6pQW65JLPdjWKyrLpy4WCIiS0iil4sAIj0r2i
UTVikT9P1YqSAyszNhRE1Xdu21/b8uDrvtmgiQlEit1vv9WNCiGgVmogDuKta31eJHCgkgvX
DdtVqttLeLd92w/MuU2kUReS2FqtvN7tq4uYIGzi/NQ7dx+9uMUT0i5aZQmnGU2sjXEz0YZE
VFXzKtbbuXy4PpELaNsys2Vai/u3Yns5nShzEwrZ2Njbzf2+bBIJbJGUadGliRyPLlX4uWMY
My1SeYaVa13Ku3l9P1Y2BNNS74kCjTxe78uIPyhArSocTyRC8v33YDPkqZ/nuvVVijyKPh+L
AuylMOSfXK2pnl5sNRNTeaK0zsCjWvh/b8OBSXs79coU547uRrt7feOCmQy1lKEoKrusdy2/
3Ya7XtkR0lXaia8e3BgoRIZU5K6rX3cCwHN+BDhp223LBJK6twc1pzVWCt2/aPy4z5ad23AZ
znaav9WHDTxS9kRJJVklu8OGZAuZLIEqJEg23JW3bq1WCmPcoj62H234onGgERLpZGIl9teZ
rgKrqqpBt2VXbxtg4ynpwsukmFWt61Nvvb5cc1GZBRRF0iKy27q1OJQdZURUT3JHjiDT1mQc
VQu5biuO3BiD8orIZH1cCK25f5YBeUCiicWUKyARRt3HDXEOtfMSlcd62nb/AE92KSLURyKM
sxrYnkV5sHUCJQzhghc13nFJCNBFRRQhrqbr9tuVcF19h9RYMe2vdhyTJMuQl41WKoLuLKxf
dbd4q4ZEBtu6uZ6taI7ScQX6SWcq2rdt94/Fyw2MxOI0mZMKt5n5fKcG4rSxetopLbQ2K44A
KoIS5S1GaKArxw6M1Li6qu9xR7T3beP+WAqYE/zb7rV7cuPbgcjKJYntVNqSWApylE/mpHIl
XXm5H6q40RBVK6pel7e239VtuAV7cCU7E+FeHDEelCL6dKXia9v3bAwDOBSt/wC0nY1FbW+1
gxKbnogr1bZUV5v7sEpf9l5EI8mwt3w/VgREk5wAkMvEqn5cUJ0lE1lmSYqpInibfF92wzpL
dLlp953E4FWNTnpqvLtK+r9WIHfVB51ieRqnytgwWaQFwEpUq2Pcq/axaau4cgqM1ud1eWCj
0rRbjsovHapXxLBeziKvW1NB4Yha36Tg1l1PSlvFmnstVW3fLjO9QbWF2s9yPixp9o0IdeiW
ktqlVvpNf3Y6Po30X6Q9KdWbSxCHTxc5akkfFyxndlsQ5Y9un2waaZtbkeVcFD6F9O6sdWDS
ajpZespgLMZer+dkfDj1sXs+iTEMAmVf/Uas9VW8pW0/Fb4cZ9Vr9TOTFNq5nENpCez5eJxW
qerH8eam9EanavbiVxqAkj81cAPQgas5preYn+rHd5bQLW+nDTAij2r3cTqb2cUfw9FWubfx
L+3Cpv4V06B3Sq3n/qOPSEGv4Sn3UNuGjTt2uRU/fbjdIV1Jh4aX0HpIESxqdq5XK/biz6J0
SP4Kavvn+nHrtXASfxP8vCsc+kTX4gr3jidIb1buRF6I03HJzW98/wBOL/6aYh/uy+7Q/wBW
Oo9Ea2CUSwqOVxPpSHze9itIZ1LMQiSKXtaHmYVT8tsKzimBtlqdNqD4rV/XXHptP6O0XpLZ
mlp0u4f0rHI9I+i5vRuq6UxyR7GeKxM1wut4lgY1Jiu9DKSe8bj9OMh9LzRS1e81rVnljL6V
1sun1AEbo7dqqsZV6X9ICsvtHVFqkTky2+a2JiLfGzNPruf9WMtRUkd1fFjXEtPKlFmSgOG6
tvh7ccT/AKpotQQtX6MMRz5S6R1r8Ct+o4U5TBMVptSpRytuNcJm0cmK39XpMypYetnCS8tw
KdV24XbcS5WvXUMKypxt4cBChqjFqMhuKs618W5bsOidStRntS28a8e4nFueuJLenWi2ZGsr
3X7T5rWxa08UunUWUzFKsqtreY+9ipSdPDRqW0hsNu0+HFzrUpHT9VXyruPce3GsBm7C2SYQ
VVa3GvL6sSVFGGXLUhxNV2nkjiRozy2yIqNzL7TgYlV2jcUwW7dt+XGhNIVV8DSpI7Pvjg21
OEWQ5RtJtuR934sFWWUImEPuBLVV5T8WIopZdP1Xp6yrYFF8v9WMUz5Xih6uWm6re1btvL6s
HUb4nD+VuKoq142+o8sFRBqXPTtW3M+Hu44zOJEqGOXazZILaa8jgkvLSnorTuFHuKse3/LC
6e0KKKFKoX+1Xju/qxoaHVMMbl8NrccBDAJdQVG0UOPakrL4sFMriRRUZCTO6y3e7hogBKGc
SNV29yP+OCJili6PS2Hj4sHMDEzKwb5Iih41xzBNXhicgLa7SePL+k4blEwpoulYtJJnbX3c
IhNk4oU75ncmtv3xw8ldI/my1iHJd1fLgFMsaV9M8DtNdyR+rGpxEsvK5bNTa3FbuOLzUocS
uSXtB5eb9OBDcRXTRvya5bd235TgCFmHvfVNuR7kvD4fNgnLEIg7kC1UkFiyhKjMWEcjXdt4
/wB2GRWG38q3EEnkf8cUFhdBI5PmDU17e3FRk+ziK9pa1XhPxYtGUG9xU7Vvsa4ey5VKgSYv
EcAAP+qB20yNUtpK/b3HDDBKOqnTcSYTyXd/TihAuhLFSKx47vlxomHSXV9nSnrXktpry/Us
Uln6UyiiRiLmy7kka7t2GuolFCrNFJM224MREyyxZxJFEqxRO7t3YHpCUT3CCyVCSq/KsGkm
LpWikLJNUKLlY4R6S140GiOrAmc96RBKxXbjU55TTUSXBCrQq1t3djlaIf8AUfTuo12aS0ul
aAL7n3YmW17uh6F9FykmKRLrahdWWVK1f7Tjv6/Qab0dFbQlJ12ueqt+0/e7HPlbGwBXlNlX
kT2n9y+HGibUHWP2Id57vq/bi6V/rne/yHmNT6balvlxRW61q15bsdd6V6wV6qrXxcseL9K1
0vpCXTbogdtT2/TjHpvaFX81gHtKxtqlb4fSP4U/hSLX+mJYpm7ipFuJK5LHuv4rg0f8P6TQ
+j9JkcvUU34s/MseN/g/0mv4f9Bj0vGutLNM4VlX/aRJRKXmKS+HGTX+ltR6S1q1GrlTSZt7
tsK1wm9tnVhScRWZr5cDtS47fqw+FF+FYPIkSv18sYFENL8Npw1CgtluXu4FT1NYz8XiwmZ7
PXm93hrgDylNqyI28Pbhol3UyBXxY4Wo1pMqeRSBtavlx09JOe/ca9uA2amAqBepLabVXdjk
dtstx7u1HHaGoXRRrYZ8Su3GPWadE9Xaj4isFMQRRrmtq7sF7L1duf8AxxwNt1tpXiONkBse
3ADoktPKXmUiceh/i30cX6JDsUZorxV5HbxxxWKnttX5scn0t6Wm0c2o0kj4NDlYleX77sby
jOLPn+s5n1lJl92KCKrFuquS8OGTlJpebbh0Oj1OoVNLppZeJrEElb4e7HGZ1eqIyT+KmMUe
0Hlj0cnoGHS+iIlM0fSExvRdo7T71d3vLC/QugMV9bqYUhFuq9qSPE/u+HDteZp4tLrZ0V7R
ZirKVSkfh+LF67Vcd9bdmX0bBNFqlFJYmIq58Jx2WQkJoZbBb+NflXd24V6Nglbc0lmcwTEu
5W8WHMGKhbIANdu63zeZHEUzw7X8vIrr2tpsyEwtvVFfMt1cVMUpQoxEH5vD82HJzGLsc/I1
Py2xU1oKS5AJLazxskjux1ci078Ko1N0SaJL3bbv7cU9PRiKsSHNIK2CEEQtFlp3V7k/Kfew
qhRWmYdWaXR7uW1YAQAiL3JCrXbuRXhwOTi6pYKhQVluW7dht+uSR1goVY0NT9P6sTaSZtqP
ddL3bdviwGKsNnLJ1a5JWqVt82Cq9P1fzU1UoKvbZf0/VjXUtJdWKnEkI7t39WE5FGW3rDdd
u6tfKsBnJJMoyZvme49u3twO6kRHR8Nlururg8tPKpbZotbQyl2/twBGcQtlEbNKtUrGvitj
FFEDqxPpK1t1VxsT/dhsUH5qILJyNvq7cDkUIUYCwc96dfLgorSiKUSuIbS+1P3sSoFdhXVR
NqWryONB61keqVfadi+b3cCHFauYEXgPb3YMJ2XrlCeRq9vDl/TglVZVF0hKGouVT9+bB5Km
QdyQiT5j7uByld2skVDntarX75Yb0Jf9rjXcCl5l9/FgKjiptmJVUkKnluSw1W6RYIlWS3ra
qry4tW2PIoNqpJ+/NgswTKxlEDE6lO1rebATJETdKhqzz8X3twOQTDhkiREK2HtRXl97BCJg
NU6qFTbxbrW++3B5uIozMq9dvdTbZf1YpKWJI1AhtLWu3tPm24KOCJNJmVtWtbj+rzYElbzZ
C26x7DXDZUCCBNKUHv2rd28rYkBGyxXJyxIcuv3fVbBzz1lM2Ur6Ue0mu1W/T/bhq1BZEuUt
IGalIq2Au0mc6Jo7ShVWXL3uOKHL9Pa2bQadiNpzal0hHeV5ca/QujiiMGizFhCLTI9y5Ld5
l+3HFM51XpqXUsknR7QT3NGtvhx6f0UhBovxr1dRvW7cT2n4uWJ5lXrVpaS3WNlu3bscPX63
2WUiNlPP4uWOxqCUdjoq8j5ceV9I3aQtZ27e7Hoed1fS0Gm1unMWYiJiKR27yluSt3du1Wx5
JaXpNi4Pq82PXaDWafUeiogtWImbdbP2e72k8Utu42NbHzdqx570xERrZZcwjfeDXke3ExEt
nDR6JdYdRp3qGeqSie2x/du+pY7Gi0r1EW9E27ljzYaiYlGPbei4rQ/gviWMs10tOHFF+POv
xYkyqSRyz3Ymonoj6xb9OMs2qipXKXd4R24kEmieS5fVgJtlvX4bH+nCM/SK9oh6ESvkrGqs
vpwckvpDW3e5GqNqE2rgpytNpWtOrm17JL3sdD0cl7LEWqo2Kx0YQYNLakTaqLI+LGN6eYah
iP8ANB33IRO23i3YwbBKrL1Ieau3DcpalJ7wuWOM7mUtwoeFcb7eW7DxqAIiswovexo3ZiJc
NwxohgEBvGferjJpZYpZulnKTY2t5sbIm9PMopjZYBEu5qpWPNektF/rZd5Nnaq7cewMSJE0
auQiqr5qrHE9OafUa9nUwRA3aTANSUlxJ+I4TbBWuXizo1P6Q6Nu7asen9jl0fo8sRSiLLjL
Xu97HO0GniPpqETzCE2qpZeBZ7Uu0qtbdtsb9fo4tLqtRqAt8u1AqwW76q4nX62bfE1+or6K
J2myNq+7jys2oaqAqmu7Hf1Gn1et06McVjGbIpEr6scL2LUgl5xJevw9uLlkVdj0J6WlHoee
IC70zKJXGit+79Rxr02oetCMlk8kUCdpJ5fLtxwvRQm0/pfpZlE6gKJHxW4/USsdrT6fUaD0
gdNqokHnUoW3HuP9PxY5z2l2pHbDe4omlMCrtVQ5I/T3cviwrKBl9VxSuvhVqm304dyfWh2r
OtYkfl24qJkFN6lhLcKlbbeLzYtDNKaoxBoNGpaqq/F98sMyV4ulm2dQTxtyXu+GvlwveEop
Pze6KJV3dv6cPpL0k9mU9eVbe6cGE5tpAhnzp7l97lik37QjlSWLarV2n/LDM7gFCJKXUbbj
bVeW2ESk29kzKhGe1Irkt3LATUJSzUkhKirTekbeHCdzi/Pi3jcK92GyRAjoyJMxEtbtq7cL
2KUlh6cwGyVrFbcYFFmwmy07vwRa7fNXCWjAhLmmVIuC3bfD5cOaV3NlqVU8T2pcf3YuA31U
Ms035WbIC5ceX6ljRlUrMQbdT4jusbYdDVFCbMtW227V9/uwFEYlEAbZK1Utv9uG2Rq/Z/8A
UZiy4nHJ0NDsiD0kybJeHAxch0xWBckuPu4rP2frdLMs7f8A7ntxZMKhUWV6R8SuVsEiALU/
5JCyVgRwW3BzEUDzhXV3Gw7DbuxI1ElYJdVdq21wcIAL02mlZZ3XZqT97fqxQL8qJGLJS3Rt
bda32sSJRdEJXFPCfLtti1dISuUKlrIqtvuuHhV1D3GiiSPdXBJHVDmMolZizKrYqv3uw1E2
cUj7lbbWnhWJFa0o6oUua4LbU+7hsySlqEF6rFsmvmr5sUFBSvTgxs7CbWKqsEXVXrpzETvt
U2+1gqHUJhgmB8l3f5YvLSxezznOLOl0xbksBUIQBiYisbba+L4vNjP6Y1j0Gh1EryizmoqG
1WV2/txpmnaY1GcNu3lxPu+7bHC/iFCf0rovR0ZK9e+VV5E+L5cG1Z/Rvo+WU6XRU6WomzvM
vClyS90/px6KVHqlQbRm6nxE8T9JOEeiIv8AT6rUSC0rSB+LkvlKPxHG3KB8sKH6W+M2pbaK
C3brVxwJWYpg921WSXdjvuwKNd2eMs3o06jSnYrFY6ONXDAEU3Vhboe1HbjbB6OevEs02r04
MddjlJSPlS29vHku3AanQajS0Ugqc1U436H0aZRbVlqLajEeT97w4mLKmrnw6V6hFRxBnLu2
1x7KDqiGLTwRFS0Kfy2VcEw5dV/qeKRsASSUvd97w4kzmqYcojS1bHaq8luxjT/YozmHPnnM
FY5m34WNdpRVu7dxrt5YRDpyOrF7Oc3GLpctvHt/d4sDZy1NUOnZFHu3f3fThwlLnMshzhO6
u7lx+E8cGlPqqi9mINtpPInkt3xfVhcrqlLmtQN1HVcPsn6sbhAdQFKCbsLemekT4lbdgptF
FaJPUIKXcorVrt4/FtrxwawZn2crZ1hLVWa4JLjhsIpL7PZ/gVXtTXmXhNf1YMKKCWUZJtZt
FKy27dpt8Xhw/qzEo5Mie1LGu0ntPzYwZIWSVp8momalWNeSt9+7hcvs+oio5RK8ubrWn3Vf
NjfCpTpSclp5q7as9p8O34cY9QFAIogoj66l9IlffLGjMdPE3eGaGqNSEuP9OB9q1GlRUiKi
7Fyt7uNExKXs4CAz3WFvi2/CcAIrbMhsySrZLj8WA6Wj1XVitAbnuCxoMQRTAsVtlKO7+1Ht
Xm+bh36RGp0yUTFbUqrL3fDjqaD0j11bMo6jPmbV3eXBLX6eH8KxabKXQxe0TH+adsl6/d8X
vHHkmVqpTF2nc/Lj0Wp0+n1CSnid+VittvexiGjhiKMf/PJLAYhASNhssSSBO3rB2+XG11tX
LjjPk0XcL5sFMq0YZDyNfV4cav4nrb0f6Qj/APchKt5jh1R0rZ7fd44V6bl6/oTSHM26MzB2
8ijY/uxF+Ffn7kgJTJzbtLy2knb72IKStJgKL/2rrkfhwJZn0uiOZ5xciuKNj+39WKkBYIoi
oqm23afL4sbVlu1g01A1HVniruJKB3eY1Xw4HmVNlEy1Zc+W6vH4ThoY1CTsyweLttXhxMne
X2iNkji7mpXw+VLFMZwIjp7BqsisyRZeFHElgQXs92rrZa1j5rYfFEi3NeKr4q5JPu4XlOiE
ZtQGst4SVbYBWogi6JiepHV2ux+UnC+qlshYXqFndWXhw2KKV0ckUJe6l0R7v1YG3SYeUIbV
rA8uKVUq4DK4JTMFkw9K+W33v7cNy099REeiCCj5e7dt8W3A5QfmnT+z5oeVmptau74cAjE0
4cpUVmrFH9P+OAz1tqnKwjfmv7fFtweRS06GVQB3I9p/xxMmDFQXAHJI4eCera5YyNaeJeKx
xCgpbYk2x6l3cUq+XB5/kTVzlqs+ArWuCy6pJTcT3bRXzccEHYFivVtufdgJl1qKlSgkl5tv
92HA3ZqoqcUvNglQM+zVYe1Pdt3I4FiKcOHpVOW2tlu7sEjAKsVEUM61J5JYqbrOG0YFtv5S
RtX7tgFYgqqrxPaj8J7cMBh6y6kMt5Txsdq+bFB5CMUUrhrdWaFSku7CBFE0hZ0z5WVfq/tx
AUYnDlMrg327qrjXbt8WCCS09xL/AC5Svcd2AOpIXqlsMu1HlgHQKLUZuoW2q7u3b9Xlxovd
BNCu2q2my8J+LCgE7hgMlW3VP3uwAVUUSPWV63O1Gp/uJx5rRpLXa/WzLq3Xs4RXKtbL9OO7
6V1q0vozUTBadMlbVusuPi8v1Y4vofSlQ6CKRK/Nn3lay++3Eyqj1WjYWkAzKNNy+Kv7a/Vj
Qpbfzt8PhxkUtrPIEX3UPb5cGGq8ca525N6BunY527q4JM8s1bEme3l24x5ptkAvNd1e3FB8
v+oZMYLY3Hy27q40QViFcok29vVW2vixcMEWnLIlu62e1Ht4lfFx8uIJZS2MpTbzL3d3HzYC
ii7abI/Mttrf3HAz0VRkUCPFuXzYppElRsJRGqtVWXbhkUrnr60fZyUWeSXl8OAC0UvSeWzp
raieSX+WNhiXVEsjR05NFdKvzI/dcKo1rSHRQWqUtpPh3Y0ZRX6y6JIqtzsbbt247e7BR3t7
4ySknPtXi8P9vHCTKlpSKlXRpVE13eFHd2nBVlWks4Sab31Tbttt8KVThCnLLlziYpu3Mk+Z
H4sYHxyoly5xFLIqxAsT2qpttw6N0fV6SvYFBS2tVVXmxz1RRHXZiaJbbWRJR7q+au7ljVDK
quWfUJl25WVydv7e2uAZlp0tUBpoqqZba23JW2peE1OM2q0/s8riziZvtCK223brW5csbtNO
4pbvUGKWZdyW0r+79ONkU+onddQVNqi7FKqK5KyttPJeH6saPMmIN9ESoHaSibWNvewpiKU9
K+osEdx213cV4u3Hq5/RMs56WkURlMrKFjdG1jY+E7j8OObrNFLp5QcxaZG6aqkjxt9X04wc
sChD61KxEuxsieXw9uKm/wBar5SxUzVomeXvW24d7OjL0c4tjJtQVK81fN+7CqflQwzae0HE
pI149v1Y0aofSIJMOritLkf98In1n3u7B6iImIrN7HxZO34vNjmxGGe8MenRRVQyq7vF5sM0
mscX5UhN1tZ8WCWuIFK2VfiX9uAcSiVbD5UVi5oDKDLAUTl3csNhaiFXVnzcf7cYExRWVqHz
YctKZ/QnpSKp2kTHy1VV9KWHjpPeHR1rVd3ur+rGj0ds1xicQtIUFXu224/DjLNr2s8hAZQe
jaizVhurZbbH6cas0lTpsl27d3xY6OugOnhctNwl7TuxizUsVtQBZo7ilur5tuFeG35A0VRQ
TXJW9VK+n5sJtqQ7ZkMJKwtutXw8cNl6IlSB/wBzYidvi8R+LCmwGdNm7FhC5Vju8Xl2/Tig
KiOobizPSFe39PlxAkf9wN1NTYbjZcf04M1MPRyaK2mxNVXlZeHElT1DLEtFE9xSqj4sBlaG
zUQpfhXaju28tuGQxZdJTZVHr3Ly1/x+rA32hRuICtd1VU2wmWKYOsKicCW6m7xW/T4sAvqg
oyyNUzsSSeK/xxWnKDETdn1ShKttTt7fhxplLllSnhBCttXKu39v6cJVnWWSFXHBbia/5H6s
YAhSnaOcJQTqV4lgctO5TXMmVFmp47TihZdJ9JE5LaEeXHtxogBEtL7nuNd3+OJUOIOKcS5R
Ercbe9iOh/JMSDfd4j3V/TiZRbOl1rIbkl5jxwZZER3GttzW6xtgFAxSldOV1CrY9q/dh6R6
0GoeoJ5VRO5rtwOniMSTkYodxJ+HBLTpQ2kiBn5Eo7T73324pKzWKaWF6htym1eX7cFWVlKO
WJvdf78W7w4kN/aol0ipuLa7fdX3xwaiYaNKwuxStuWANmsRl6VrqqouS7tuKz05XVBiiMC3
V7vd3YgBZrmZelFuqPEfDg5KaoDUx2iruRrW3vYCiolDbPT39SNT3HFWKI1eQZaVdh47e7tw
y5EoUcq3m1VuKXb+7DoWXC4k4jyVz2W/dgPL/wAVBdGDTZgW1cxNjXif8rY26LRxHVT6nPlk
EUfDbbX4ccr03r1P6b08Wcv/AKaJPlYlJVOO7oKrTKXJZo5y1+Ind+vE/XT/AA0Zbv57cWnZ
EDaT9WIEAyuXlwt29a3YtxW5XYn6cdDTaX2Uo5TQuV1RJ7jXcUfe2+8cZNBBe80xaA4V22Xh
tjamARqH+U0iaV3G2AULezhqEJvYfLysrd2HyyoqKbKImZf/ACrbVytZLxfpxY9nDUubSL3V
qdv7sMKhP5I1Nkty2W7ePdxOAz16uq9nj09A9yRXKu74uWLjBF4gXEsifzSto213fLh5TYih
CLlJtuS8trfNhUimPS3gvcUUttuPH4vpwGcxQuJgKqb223WxuhKcN8kotKXURCHalbceXmPy
4VNck0sro+Hd2mteWOppNFKfSEUI0NTEqS7Skttjttysa/axiga9Rao6QtuGCI1JSZK3bvFV
YxpspzZo9JcVtRquJ3fDjVrNLKtWoZohFBk6Cu23lPiXLj4cBQz9WLKtIzyW3du27v3Y0N0N
RNaQ6ZALageC8RXb72M7iTNK29RVbbbWrY8tu3DBLDqprZpgxHbRW5bV9+XBekYtJAYNRm0l
tKJiNc/FtsvFjAgSy1QkMrliaskbU3Hlu28lu8ywD1qpEAbm11yK48an4lxwEk9pTqLAQtVU
RdarzG30+7yxniY0sycitYlAtOtUuPHGhsOtUWYWU1QyVSxVqnwr3sdjR+lOlEtJJk0nvKfL
JHaTt8Vq+XxY4/SlUCujbsBR+aq+HFwlwRFZxdV5LYUfFWqNd3JfScYOtP6NiisNK7arN/8A
p6Io23Wt/jjmuKkNIZjErVNti7uX1d2NembF1IBLKhWq212qtT8v04160RAhSFQzlbiLWXHb
byrd8WNS4UwaMtGFFWt0ju3HjhWsKVJgLeY9xx0NTBp4JWM4mIs33IpV7Sj7qS5YzHSjTzCI
ytqZcFu8O36cAGjnSKGYSOf0402d6Zq5y8XbjmbtHqiMv+d581u3HThlahtmmT4zgM8z6EqO
aRL4vtWNXon0jLqPS2kh1O45S1L7qrbjOw2PxNit1Txz8xxn0aMHpDSPJ2pMfe5YDq+lTX2o
utMmf1Y4ye5OaZMNbSiiR5q49D6ZoZdWa8lateW7HAzicrIz0/5BO1WRtiarkGY6TZtESjsS
sly82JEUwoZ0eqK1Jrt8WFwqXbLIKHJbbS8l4flxao5ur0ZQcje191e23HuxSFmdoCXo9VhW
W6ttvH6cJmlcBtNpw0Rv5FM+H/HBhAh6mS11U7fET2n5cSIRCs0lzdWNolWv3twURdaeVxCH
Znz3bbeL78OEzG5EKNYrcttUku7GhmsLOUqNzYW2/twGcTooc5rEHaVU7rf44BTen1FoqqXy
kk7fFbw4sv2oCGFugsX3FeYrjhoilJSzcSlFrPzVVSvLuwT9oiltmcpWtrJFf0+XdgMCOoYs
2b5GxZ3YqI6jpBMhLabKpNfdxCi9Rp0DqL03V4nDYjp23FkLvO3unbiFGhuJr1km1i0TuW3w
4WKThQ5RIGPdTjY28Piw2NhmwVDF3IbkfLgopQshqLVPJndu935vpxSVx1oZZoukYePcjWvz
YYA4tQVISr8am3zeH+3C8zVhSS1stoiPH724bkpqEhCWXKqKv2/dcSKA/KcWbfVsd3cfv92G
RAKFdN7xyslU4veaqpfrW5Hlu28e7A9WJS9HKKofPbW3u1/qxQvMSmYnJUiNi9335cNiJlnf
rNzluirVW+zhcBi1ES2sk1W/bt3YuGrPVadXt42r8J97xeHANSmJLcVData7tvHbiMynTuXI
FN8vh7q4IEhPpolZ+IpWXi8vdhg6qtDlqPza17rcT3Yyo+d6wnUfxH6SeSX4VCqtu5cfpx6n
0ZYeitJDmSSLvj3Jo/sOPLaZtar0hLfrN6hWXKxNv6serhP+hh9XcCvm3fuxkeyrdqHJqyVi
sDJU6dLuWCEWz1vafewcJMutgGRtXdxti3Fv0i9lhiGWoA4nbWzVt3b97cNzvp7XlCSfmW5H
jgdssX5hZA21PKvaSsBkyZRNNKyqk8TY+XdtwU0GDUrTyxMxOleLqUvD4qnxYIFwGJ+zlTVp
ZHivvxYGsQXW371xoVa27+njgfZZdLEznNdy2IKfbx+HdXAVWgby095czY8tviPzYvJwxaqg
Fb1W5Wrt/wAcFpqiKaKOVqVKxdV8p++7A/mksZu7e6207lyxgfdUih6M1ZSkkFtNjx83E2w7
0WjqNQjnC6RE2IFn3ebdyPHxLjjNm9R0hLkoU8qhAkort7e62OjodPqBpLs9Uvau2viXLl5u
PlWNFSq5UMMwAsin0qk+8rW417sXLqDo9OfUrJOj3ckVuVl+3C9Vp4olEekyc7pzksV+/qri
4SImfUNOgArJbkttSu7dY22+I4M2bI3q4JfaelEoqnd1QkfhrxxyHPLeW6PSBTVQbE2J4+9j
oelVpZ/VpIZZlTJWlzkOaztVbuO3tPKuOZKYdRNSFLZtVj8q7TxODWYE6jbmCQq05WFuO3DU
04mJjSlSSSrcf8cV7RcS9HUEwA8aqyJ5bl5vDiZEz6iWWFkjq7zZfNbACnabq5RK4tUF2T3b
v1E297EqbOWROwNEq1rtW3BdWXfFnqRTKtqqu7byXzYF2UvVyRl9QJqK1PHcq/F3YB4cUTMs
jlPV7Vap+H75Y6EIPWaEwKqot6p6rHkfd2/VjlgKiLipFbuskj+39OGaZmXUJ9JiKLaE5bLu
Pu93bgl0YotRLDEZkd+6xrZBW923E7f3Y580WoIPWAaqiUTZblt8Nu75cdJSjURRa3IoOJ35
FV28q8eRtjn6+IS/6ly19VhTkRu8u7w/VgpzdYZToheIlRLtO6q8Sxo0a1A04UEtll4lyK7a
4azpopZdRbqxako7O21q7f1LGT0ewbep19RKwGvMyjdvot6r/wALuxlkqtUJe7JFbe7djo6x
safqh7GeP3xxy5pS5ojSqVfdW44DqenJUdXqhcnyn7245KiEsVA2ad1ao/F98sdf0+P9V6QO
VSrKo22W7xY5Wpi1EEVY6lNFPZy8qriarkIAlQUEqFFus+XwrDMzqHqCxLFTI7gq/e3AuoNp
DvaVkNq29q82FEHTxE5B1zS41rbxVxTDZrzsRZEdAHft5bu7AwmW7LJUS3Fo2Pu4UySlp4Uo
r1rssq7u7D+lp54ULIqLnuqly8WCWcKLUS0mFUNpJK8O3CAqW1E0W8dv7t37sNcRlQ/1EQqf
H22r28v7sVMw0FptpVSj4jY4KZmYpSdQC0s1t212+JHFQ1Or6oTAlRNmVXl9PHGrrtOwJ6OW
1GtqqvH92EFXmX5P5HV5ca/Nu8OAVEf9JQTWPclbxfVgkk2XkhXi14vF7vHBCI9ZDPcH4e7l
trgfZdz03SyIy5W24wNFlLVkdKu0rdg4gTFL1IhfL/2q8sBeFQh5BeU25beWNAi6Uw1EyJll
JqMADloOrMFflU+Hw4vNHq1pKfWbXXbu4r77cSzcrGWoq8uVTwwUbrD6s5hcrdfkiu7bgDyM
UsThjTVFb4TbBRkUiXtH5WWzilgwZUa5EuJLcluR8tfmwdLFesKIn/a6u29cAA6xZmDRGZrY
mvbtVv24ECVkmRBIorftWIQekpXCaRf7R7TiOWILrSRJevat9SfixqRJOIFyEt22kbqnElUp
fVjBcrPauJt3eLjiUB3hUM1apcSancfmwO8QzQxzC1kuK3eLAeF9BwSzuYQlV6r492PWiJGI
DbtiB2+4f6ccH+FJzovR80uaUt5WK9tvFbtx6qa45irzr+nEU9nT9LeJWl3LpZ1se7y43xaf
TxTe0aZoHilt3bdx+bHLqV/PHQ9Gv2gUY4Ktt3lxbi0XSnLseg9hNqkrafuuGR9Uly5gPkoi
V3fdsZgDLDKqGIRV57eXd4jx+nBRMzwnVUlIhXA7aL3u7bgo0pJyudWaKYRVUl/VhGpMsunT
giPVW07fLuW7zd2LRhVNW7buK7Vu415eLDOuIkVnLslVekRtXcbebAATLYTT9JIFViO1bu7B
ZjT6WbqyCVHO1TFuVl2/twJEqv6nUoWO+vzW+W2NAn1LDvqTZkmhqieR3H5sBWngRmR9nq5k
aImy2qqr+r4cdbUVER0+cqeqRtbpK0XhVu7xY52j0twJdSBLSu5Aqhsdy8u7HR1EUVH64h7V
nyAqSTbatvbx7Vt+okErQF82Zp0kulaqSPLkqrtr7uKDIliNogzZWUtS1x+HksDNX8roC0zW
1FJMu1u7kjb9ODE59Gxe15ahjq2couLHxWqeXxLj7uAxek59Q3fKkqjVSjZV27a91f6u3tz5
wOKsUNEM0Sj3Lb3dvxYHKIafVkZu9tysdyS7fhX7sBCYQVCHkTaxaNLL3l3eXAPTqPZukmEt
pK2ld37cIaNlp46gW5FpV8X7cPm/2ZRI2ltRqqmx8q4njheUCcJAQUpW5Kq225L4a4KUDEpV
Ds2m1rFW8O7lbdhWSiScNJlt2V4vjyr+nDs24k3UPusjt7vNbAXqYLwtPM7rW49v7fmwBMuc
2y1CO7bWXtrWv6dvhxthaniKgY6RSsblF28Nvd5Yy5giUjTDbJzd7EW/t/ThunRiC0ghdGK0
KO23lwS1/wC1LZymI6YcmjU140824+HCtTE55urMIZiwd9rK+7u8W02xUZLI0jNZxtMVOTrX
l223bcHqIoX/AKII2BNkAjevmtXu+nAZf9/bMIukdxJKrbdjm6bpCZXKJsjtt8uNuoSnMIjb
heXJJIWrau7GTRlRM3Raylfdb3cBq1M8RAMKNTy3W29uMejWU/pCKLMfmmUlLtRSxpi/NBcc
VV3d3H+3F+iouv8AxHoBnykmNq9u440l6L06K6L0g8qpZsm1d3M8l98ceYdEXNOrKXjEjWx+
+7HrvT1v+k6qWQEpykm3/JLx5Ml6iF6fMTGnHftPlrXy4iFzwFn2dKXNm77rKo8ywH+osxcp
PiKn6q4K8UrMTEpobbUfqPhwjoaTWPq58gykifvwrFsFaaLTysRRF2qajs8teX92DojD1coQ
mt0tdvi+buwUdGusF0oOSK3VWFLomV6lyjOAtLu3L73YwBnQG3RlBXJBHt44XMiJvZsokC1y
27jxPLicairSg5y3D3EWr4V8WFXlQS1SvFnt3bd3hXu2wUDOLTxadgPc6ndyxl3JEe0oM1tY
2t+q262Ng6r0krkhNRYnb2mvLC4UmpUzRx7TtW07ary4DDC7acqGbZt3eHGmqLvYkGK334sZ
tOLCdSREiLmkq4iYcRW6uSqbrkrf3YwacjKIUwR3I7bLM4YqnTiWbT/m99ezw4QZRE72b3VJ
8RWG5ExCUjUJahvgtpKqv8sBHYsKY3qVttxP3XD9O4RKjkbtJL3uXy4rSdZ5FDmVdX7j2+7y
OGMuWazVCO4rcz9nAKhoTWNrZtW7afKfvxY1ziHY8/yqriN234sBcCb1gFFG1+R90197AxIz
w9aTTmIZLjayXmr24M2E1qLn1u0FbGxqvlwY/wB1BuxtxTKSPm/uxnIicKlzMqQ2IJrbuO7G
hI7dTnY32nbbl+nuwaoRJFPOIt22heXB6txQadZuFqVDcgKm1d274sZ/9qaUZSy3W4341+1h
wg/KlHVu61SfHy+7jUvG/wAM6Pq+hWhu/wBQijxSO3jj22pF4vxVmKrd5if6vpx5b+B23odR
ppEVTVJJffu49ZN0jrXDmVxBt4dhxNVXcpmq82WHaD/085zlQPV3HxWr3YLUxdJYb6MROoen
zKVzbaq8cU5wdunlK9tqfCFZLt7u3l82DDSztNUgbTtO5V42r2rdX3cV/uh6YbATufda2792
AzIQRjK2Ioo25bqpfuRwUNBmb8wAacvYSf0ndbu+HF5SjpUyhsX51Zbe34SfqxJF19JeF9I5
biAa7u79XLBZnUe2/wC7vFSqsnjytXb4vDt+HAAwWIJZ7xU27ka+b92AlWnKOozCfq22rXbY
4YbGYHMH2dBFWJXl+L3sPETeu6Ux3CyMtNp5ft/twS6WjiGlS1Gcvs4YFuQR8xXHt+nE1Eqg
lftINbWitY35cvCt27zYCNOUyxZ6fT2hSUVzRLw7jjLnqItUG84QnluvdnbuXulbVtWCjYnq
pQuo6W4nq1Qt73H+3C9TKiZiaKjNSvzUtpPh+/LjRD0tRbV5OVHT7lvNj4tq3bfvy5Nai5TN
uLySIaXavETglnhK6Q9cQ9oG9JmyR27vLUrE6qAgmzihSTJpu21raq82Bi05eoep9oBhrZGX
aV5ar4cENP0ZpZbUCiJSquSVe73uXL3cFCtCInNkDTPtKtU+E7vpwq2milvkpV1BUk/q2ryr
Bg6nhJKC35jZW/ywJLaEzsjkrAkbTX/LBJoC08RWaaUm4lCtVuJr8WM7iOldurVc0ntVj2+7
ZcvLh+nltp5kxRhFxJhW4+JeHdtww2UxmkCSJpa24o1rtsq8uSWNCYhKi9PlKW0TXxW7q2J7
ca9IZYtP0sy289ylTPH3fm+a2NIizWl9rAT22rcGp3Wt71v04FnTxN6mSZmwUQqdq2nuPvfT
jALiZ05lsLiVLaU6rt48SfN4cZm3FSUaf82u7ke6qX9uKcsKcUtrBAktBG33b4rYZp9OmbT6
gCLIrwmp+LdXuxqitezp2D0pQ8ybm3d4txt8OOfo+kSVnuvuXu7uX040y/kKVuUTPla+4o7i
arw4yaY70n2mrK8OMS0dU2Jhe07tv6cP/hsSy/xBDKxVC7svCSsZdSYqRLNUV+NeX3bHa/gi
BLX+kE1X8qmVf+LI/tKxqW/+KUT6NhEDWTctuXJVS5Y8tqImgj1twW6+7HoP4tXs8un043UC
Sorblt/qx5+UxRG+Vi2dxKuT4sZV1sNpKKkAUtVV1rtt+nGdGWJdWFbabrHw/f04eTFBNN61
W5W6tcZWyENPe6l2nltrbu+nBhsoIVJor3PPpVJ3YQbJez5KsSNTu/q+92GsOKGX1TW9TsLr
cisDKdQyzkqvImqrt5fqwAai2olML3PLcVtRrX+rCoUdVeFlflmt+7D4RL7OUKKZcth2n5vD
gZQthheXXyJSKG0r+nAKkRnP+mldRyNkSvuxwGdLhQo1HPd4e36cN1CEEBYiTbq1tqsl4cIS
6UpEcTpNa65VtWuDbFsm4U01BVW3VttwavVesmu2h5Ly2xlHSWkTenR9Sr7uHgQhHUSN5XO3
tVfuuIadppaXbFnapqdvhO392BZlI6zNnbcSa2X2sSKsUqeSQTO2y7cFEpRaJysy5bttrfdc
UGlaSpiorZ9x2od2JCYpQ4czdWt4a+L+nEDlQEWdU5P91tWsuWDlRWrBzi2sK6Brby/pwAGs
rBhm/KiNeNeP+ONDLc3Vh1BJzJ7bE+ZYyRAWWnjCItZWNbJK2GaZdUU1J/KHBFLlXAaYi+qs
5mCq7T4ttjbEDRCvEksiSSfDiJRdEanO7ZVSie7l+7AxhWLcqrepLNdviwB5/mwhiLlUodxP
y+X6sGBDFMHkUnmVaytt+1ywCQ6tr/71tqttrXkTgphav5sS9da0PHxG3y41Lyf8HynR+kvS
mimNF1iiT7yx6HX6gH0kvWtyJ4/L+3HmdPfS/wAZekuo1dgsrxLb+myx0JP9VpdFqBuTTD8y
tb92JjnDpaua5ehS9ohSzV1lywgLpauKbNV7Uq4D0Imkzn/6fi0u0rux0NZ6NlIZy3eGuK1c
UmnmRMMYsORddo82AzSUzAAEWQ2lWKtu7tuBh6S0jIdZ6lVvu5cfvxYbIJSQPayVluSukl4l
5bYCurpKLTZQ0BKO08a1rVeLE0Q0+oIOQSOSKJtut9ndgZTLEKR880letjZLd+k7sNR1BVo6
lOzNuQPh8ytgFKIsGjRUaqtyJO7jb4caNNBZj1p1EXMWVfi7fiwrrjrrTAAlbuKJP3bw40RS
hpabIhWtsUqqVX+04DTK11RRxIqtUmitytuPb4duFRyyjWgiY7uQDJ3dxW2vbiNxK+kazFDc
ouwrt4olcj7uFQmWWKLSZS1SJVHF7vhwHQhWrnlXUs4q8VRXPbXcvv3scrUKVa1AQ2gzaqKV
aVuNq+9txom094ZtOLEE3qjxXhe3jt8pwqYszRezTASpWYvbzGq/V+rAKDFKZafjahTsSeNf
qwQZ1n5TLqZbLutu44mWqmERW+L1LcVWy3f44kilTFMvUa8/7fhwGpPQ6oS72EN1RFxNttrV
8Pau3DdTFp9bKDpE4TRWLCq+Vlt29v8ATurjnOUDWnT5QxIs7+lLVd1a7dvL9WGqdiVQxrq+
uiTG0n3kuK3HAdBwRRM6jN6clbXFLKuNrbrHb4dxtuK8uNJcOo1UTjrLFsRBXLz1NeX6ccib
Wzf+kh05cTL28t1fEvdxviWk166PV6Ld2onESLbalLuJqjy7jgOi59X0kpzTSXsGALJcty+I
/VjilyuVLUkOG1oijVLcf6cbZ9B6Og0phhmizWTNp4luVuW3w228j3e9jO76esWmliCzaJ38
CuW1f09uAUYtTOxD7OelnwqbVJSO6v6vLitQtOajISpm3KtETtqcXqZU4UoWto3Eo93b+r5c
Z9UpbmLISm5srE7a4DDKxOFYb0ieJseK/qw3IV1Eqt/M1ra1fhxPyg5dQKgL8rju8SxMiYoW
s6gqqsvqxozTCrN5d/IC3dj2H8CRM6LXzVbdxxtY8v6sePzERiJhNj7tcfR/4M0i0/8ADeUh
DK1MyeSD+E5+r/t6jgPL/wAThz+nl+cEYqhWXKxtu+Y/LjjiVjdM6RcijttbjbxbfL/VjXr9
R7f6V15zmW/ULibWrx93HP8AZ4ZwYY9gysUfCfNt93j4sZVdhdeZTMyRRVO4EheKtcLMo6Sc
0SVDY2fLcq/DhtJpamPUA1W/avF83+OKmKUrUfSTzrc7bVtX4cawgSqU3mDDj3eK23w4GRAn
2nIXr2+Ld82GzvUahp5FA2qVKrEnb/d82KfWilUThFeIlJ3WtbjgFRQQ/wDrbFblaxW3zfVi
L2eKYzNWidq2W3dx97B5m0ph2KHlZJH4TgJCjN7JJF0oNtd9SkUe6vLccYC09lEy9RttaI7T
8RxFFvMT1CzvUlpbd3bihEEYtDWZUrap2/f9WF5vT6xIZxJerakzyO3dgpih07gc6asUUjtw
bs4bT6a6vtJPm7cBqEpyZuq+lyIJ2vjg2kJbWZO4kLlby4wFaIE6h1/HaT4Pu2Dt0pT6k95I
ueRPi+o4dEJlKjmbLLbEStp+nCYlKIgWU2uxHu97AXDpYbrTxy7+5EWVsMjitFSCY3tXb2+I
4O6Bt+F5ubNjXdXliFQxPo0KltVG1bW7rfEcA0pOIEMVKorbuO3B0mMqTVzXgeNq2rhWn6Wo
icQe6tTU8d3bhsFPZFCpkiCt1eOAmQTa9YVMqo/Lx/V8uAzEPS/M04Mp27vvzYbmRY6gSoQW
qTuqty+/mwzTbdVeRFRZWZ3bVgFyOkJ1LFacUV739KxNOhEPXNL/ADuQK2rt8Xbi4urKKyEk
ZrZQWJwoPq6SvSCXlSPL92CXmvTGjOn/AIw0soR6WriQr5it2NEIUGlQsUdIxKbKtjxX1VxX
8WtDQ6D0gwonBqDXdbbusfL2nHZ0eg08o1XqNjqBYy8bWO0/NX5cT9dI9C/QnpFaPXDUCx9b
siSVbHt/4h9Gy6f0fFq4Zl7PNT2cblUo/Tj5YpZgb51PrXIria8sd/0X/F+n/wCiPQ+kdbN1
RNaK1ma1rXy/LjtxLjjMNxrp9S1MaNiqRrtX92GMmLVEgMpmu4mpK8tfu2OQvS+kbOWWouq7
amtTjqBNaczO0rFVVHbuW1WPvV+XE2ghIQwUGmnMdyJ3E+XxHDgty9cpLz3C9r2+XcvLg5jR
uaAb6WZPYvDav3twAP8A/sZmrkNT0haz7tvxduMUKkunUpEpeqz4h1QXwr3saI3LS8b07myl
sqcLfLt44QDDBrUpL9V9rPbtt5sBYFMKFFuu1cQj3fSre7gH6g/k12zPM0Votw48e7/HFpCJ
vpu3WCN1ayNj/SflOBkJif46gq4J4LZ7q7lbbhhag0/5bc2nbqD1dq5dvL4fLjUhUC0Q/Msl
L/8ANVjtXKp+Lt42wlvSAuJ0vnVWiBbXm8vL6sTUpOEF6YRPkdvIk1tt48t2FOfoRfii6Ipv
iktyqduMAaWjl9nyKIdleltx/dXE6QgiWmqjOTawXl/qNsWJbac6jpfmx7aW3ca/Kq/5YEMw
By5vdIt1FbxW+m23AMQXSIh1DBCtc1rt4ry8l8Rxai1KiYm1CllkR28rWO5Jd3hxUqTY1A6q
L4vavEUv07fexIbaebqt7SrEooFbdyr92wDZFqOqJY+kZdpIJtbd9PzYV7UoAFPKEyvdvu22
rgwYYKy5PuIJRruVq/qOJpzNLLXqmudjWxRNbFfu+bGjr+1av0d6H0jyLDlPMzV2rjt+I4wP
UE7s1N1ZkWq1Xmrv+Ld5cb5xqFpSdTaJClABWxsktq224/245ULKhrJpCWVYtBbt3vfVjAqW
foJTRuUX22O4r5V7xwM0UUR6N2pa7L9pt7uHyOVhrVDcDsVfm8vI/VhcelbftHSrdcVuwAdJ
CERA3K3WO04bqSFXT5ooQmu7uXdjRfSaW1kU923xLHMlSlss1uwC20No3d239OProhH8P/wj
kc2/9HovVYf85k/z8NrY+bfwxos9b/Emg0yNj1erml4R+Of/AOCfix7/APjrXnSehfZ88sra
l1+E7l/+CfixXwjl8xmbgNs9Oks+aW1G32vlwWUoUJfRFzWwifaf3bcWN2oL6twrKtu34vdx
UU+1hzAX2ix3Ky5ebGNyBf6f+YZLaKY3buWFgjSiUZRSvqKraPdZfF9WNIcqiJkyqcrf+1ay
+HAw9WUNPT7z5d1rWtjGs/QECBkldGlS47ke04MnRRWh9p/NS2VK27eX0+XB7J0/adMioTUl
LcUu0291YVaKdWjUtxU9qr3eLzY0U4JYDXqtevcUltXdx++OLUX/ALSmiMoV6pHbZ+bw1xRQ
SWoswQO3ailVWXw/qwhqJaszB7pCaonl5cA9vUSwD1Q3VSk9u6222FMLSyluIJx7UOJPw4ma
MUvWym5y1YZQJ/p7vlwEURl1Vs9TMorpJW4mu2qXy/FjFMFZaGWoSiJIKONTcShilmX5/KpP
H3cZ4GTqCM5rWVgTx5YMxJl9RdXpKw3beP6uP1YwNhMWnZl6sqPae62BjLs3kqzvsXi8NcCm
jziJWW2yw+GWESmVxFKRGy7jt3fDgDCThW+iVbJe6eJw3PqkpZc8gTurXzYSZwtRLE7C52qL
u28v1Yu5MXs9kRbf4tq3bsA+r06CjBq9r2dywHXieoUUIisqlVFSvL5fewsErTsQyq/dt8tv
3Y0GKWBH1G0VyZd5SKK3bsAuKAyw9KYrabWSJVa+HB5uJ6WJ5uoirvry4297E1BSaioRETZc
bNe8Tx3YblFaH2eepBqoi7bidqKrgLk3sS9awL3ba/FiFOWVnL1s7uSrWvGtsA/Z5dOvVEyD
4VU+Lb8uJm4tRF1XKwY9hNrJf27call9I6OX0j6M1UWpJMTisD3FVKNsc7+GvSMs3obQ9RPI
xFDad2TK4r4cduU52DyZMOaNShXuOOB6PtF/FHpjQ5fle0j2iEcfXbkfvw4mV1ZfT2iXo7Vz
mBNwsmWLu2rdW30/DjjtKWFHI1eS3Y9vqdOn6P061w/N0+xXrUnl+pL5seT1Rhi1T9lJrmu/
j8uOnMI4nDNBLKGHmDUnvPw93Llj2nomf0jYy6mJGLkUzX9XLHN0/pIaPQ6TSaKbU3NlLKlQ
pLlWq+6+ap602jR1DimmUrKqkGUV5jXGJb4faJVvlJJ2pFJI2/btxo03VRllkCSi3Ao2t7v9
OMmmiVSckixwS7cOyE0rrcBUR2qp94+bGB7RcXVziDZPZYo/1f3YR7QHFaep9S4k1R41+r92
NrMsVQB1VY7Erbu63zHj4sAPaEiMwyD2olpf1YBQYa0upj6tuPM7q/flwWUQnmMrbDz3Incd
vmPLd4fDgIZZYk4pIkYrI0MStY15eXzYP8kzKJxJoKqNrVqu34lgA1ahUq1E019qJ27aeXxY
ECsxec3ViD21NkT737bYHS11GnQGnlTNa1dV5q/VgGtPqEhmXs4knjXjY+LzYAV7SNU1mbev
cKr3jX78OADU83RziJ9S+Ll+ry4ZYzxFx1XLkbG1D+ndg89K2YunKK5H/wCdu3HcbLlxscBL
SuWUyFMwraSTavctv6sCGnqE5CDRHda1vvb9WCcTaJ00q6IO4mXtsTUrl4cSQ6gzUERNWitp
S+rwn9WNEllOqKicTCFkSeVV3bvixp0Gn9olE0MtSClxRtt3f3HE6WoZR2q261bd3HbuW7tx
qesh9GljI2iZRUQaJ+X+o/NgE+k9Rpta0tIDTJUFijavdu4923GOZTGVGNgnIlKqVTVWJ8uA
k1QiNczLd2qSlxt4cUBKity6B5XrZLzYDRpIItZM9RkZUBxFlVq3KvbgZ9Y2kTx42tgtHqKa
RE02rcV4cLm6MtmComOW7b8uMGZJWpluWHGAbTbChKBa9jbbatsN9i1BlioeqZFWJjcWlx++
3urgPcfwB6NWT1XpFZeoev2eI/U8/wDz2n4c8Yv449Jxan0x7CV/sRVS7SluVvhJx7H0dpY/
4f8A4djEzNNNFeV5fyzz/mlj5XrJnK5dSwc5ZJU8yt3rSXi++ONkhidNUPZPaJYqbUiPD5vl
xFpYZRWNcO0dvw+9bD5iIt+Q3zFVCRdSuKt8uFFGDpLIfmmwS8XH5u35cBMovaGBHMNtnYJW
SJ7sDaVAKFMrI76uqRr3fL9WA6og/B6hIS+Gpr97sOEsWlXRk6pMyO6vJYAuq0a6YlAKqSq+
36q2ryWAmKLiOXVYz3Mk+9VbV9OFO2nuKm0u4hjf9OE5lQAlyhp1Bqt6Z/aq/pwFzuUSmEAM
eI2r8XzfThXVAPRYVLVC5JV7VjRHFNFFeNNXWw3tx5cvdWE6syoJx5mF1rx7vEj727BRVopZ
nohFqa9ouam1u34lgZSXLBp8yhFBaoVSiSvLywXV1EQ4OWXdXirH93vYGxXQyFIk67XuR+LG
DO5SulMLIxbantS44oNFdXKagsthNfKfpX1YgZlillcVfd7sTJpiLU9E8aE8l5sYodDpSlnq
CpcySCu2vHb4sNZc4LzQS27PD5f1fLgHFpyxK1ZyLdavh/uWGIg6ic5zWcxrWnE4AonKQVkb
l1sq2rt44M0Eo6cVlmrJdv3W23AQt6eHo2N3/tFbbbv6cNcWrelpkkWVtJ3H5fLgJkxZ6TpK
W5KR+Hcl4uRxcMEKirlQm3cVbu/qxWT6EJYKlW6yr3I4gUQ1URyNi0Tyr6+XyrbgDERAiAlA
6TT3cgdy/ScFNKl6QACSDVU0uXi+Hd9OJG4Unpodp2ioSVvF+k4kacsphyaT4rbysVb4rLt8
uAMHUPV9EbYslzJ/T9Xy4gLujNEONbH4rW+nEhiofZ8mk8q2XVqvN7vL6cNfSJi6GoJ9RK5e
XAIyYZliyhqq+JG3Lj992OD6Tlhi1vo30zHEx7JMTMUdqiVrLHouk+rDs2KrvVW7fv4cKZJm
lhaEozFUk9vm+lVwF+mNVDrNJ1dLrRTPhU8zb5vix5P/AKJMtPLNlMOkPNY5Y6//AEHTzh6T
Qt6QndUK4StyorG27twT9HavRwqKH2bV7EZQbRbbclyPy1xndkzDkaNavT7c9CZfV3Gxx2dN
6ZR3zaWWI8bLd+lWxIvS80ETM/ovUJAdVEk/CdqXw7TjXoPSGk9JQ3j0jRyiKXSNlFa1b8a8
V8uNPE0em9OjtQK8239WBl1l2PXMT3VwQfo6Bsu8UDXKiJVu3Gk+jvQLIOeo0LPhdbH5q2xm
TSs8Lj1BVROdnaiqo7dvw8flx0JiHFYaiswHaVVFVPi5cl7pxzZf4fh05Mvo+p82nVflrjPJ
pZ89OopllIcvx/O041BKy8spRt5q4ZIpn67Gay6QOmmoxUoh1rt83+O7CtRK5dmcNzZItHil
3W+H6sc+I6hFmf0i2ZFZFwxG6+EHDY4tT7P0
--Ss1DArzXpV48pQ03--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Aug  4 21:25:53 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S23725AbSHDSZt>; Sun, 4 Aug 2002 21:25:49 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S23665AbSHDSZt>;
	Sun, 4 Aug 2002 21:25:49 +0300
Received: from [61.153.8.130] ([61.153.8.130]:41501 "HELO tl.hz.zj.cn" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S23016AbSHDSZr>;
	Sun, 4 Aug 2002 21:25:47 +0300
Received: from 211.155.23.113([211.155.23.114]) by tl.hz.zj.cn(JetMail 2.5.3.0)
	with SMTP id jma3d4dd34b; Sun,  4 Aug 2002 18:21:25 -0000
From:	Lerhonda Alford <emarketing@excite.com>
To:	<zjqiqzwwv@starband.net>
Cc:	<zjtadfnlp@starband.net>, <zkasia@hotmail.com>,
	<zkgajfcce@hotmail.com>, <zkykn@ladymail.cz>,
	<zlftcav@prodigy.net>, <zlhsjk@btamail.net.cn>,
	<zllqlvnao@hotmail.com>, <zlrnuyrnv@ozemail.com.au>,
	<zlttq@mecom.net>, <zmailer@nic.funet.fi>,
	<zmailer-approval@nic.funet.fi>, <zmailer-owner@nic.funet.fi>,
	<zmailer-update@nic.funet.fi>, <zman5a@hotmail.com>,
	<zmarzltd@whyweb.com>, <zmexvsmmi@msn.com>, <zmpe@att.net>,
	<zmpe@worldnet.att.net>, <zmzrvddjz@msn.com>, <znb777@hotmail.com>
Date:	04 Aug 02 20:19:32 -0000
Subject: Hot new gifting program
X-Mailer: Microsoft Outlook Express 6.00.2600.0000.2463
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
MIME-Version: 1.0
Message-Id: <20020804182547Z23016-12376+10315@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


 GIFTHORSE

HOTTEST GIFTHING PROGRAM 
IN THE WORLD!!!!!!!!!!!!

I JOINED TODAY,GLAD I did!

This is the easiest program EVER!
Anyone can due this

Get paid Daily
2x2 Matrix
4 Level enteries

To find out how easy it is to receive CASH!

Visit the WEB SITE 
http://www.gifthorse.us 

After visiting the site hit reply to AMC411@aol.com with
 GIFTHORSE IN THE SUBJECT LINE
AND Your  Name, Phone Number, Best Time To Call In The Body.

Please do not take this as spamming your e-mail address
Was supplied by a list broker indicating that you opted to
Receive information on certain categories. If this is not the case 
Hit REPLY PLACE REMOVE IN THE SUBJECT LINE.
YOUR E-MAIL ADDRESS WILL BE REMOVED IMMEDIATELY.  

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 13:14:22 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25029AbSHEKOU>; Mon, 5 Aug 2002 13:14:20 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25364AbSHEKOT>;
	Mon, 5 Aug 2002 13:14:19 +0300
Received: from medianet-1v.grolier.fr ([194.158.98.201]:47281 "EHLO
	medianet-1v.grolier.fr" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S25380AbSHEKOS> convert rfc822-to-8bit;
	Mon, 5 Aug 2002 13:14:18 +0300
Received: from Poste07 (internettelecom.francetelecom.net [80.10.136.13] (may be forged))
	by medianet-1v.grolier.fr (8.9.3+Sun/8.9.3) with ESMTP id MAA14442;
	Mon, 5 Aug 2002 12:14:03 +0200 (CEST)
Message-ID: <4113-22002815101415772@Poste07>
To:	"cathy" <usaforevers@yahoo.fr>
From:	"cathy" <usaforevers@yahoo.fr>
Subject: retour de voyages
Date:	Mon, 5 Aug 2002 12:14:15 +0200
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 8BIT
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Salut, je suis de retour de corse ou j'ai passé 15 jours inoubliables, dommage que je n'ai pas trouvé tout ce dont je cherchais ... 

Et toi tu fais quoi ? je viens d'avoir ton message, j'espčre qu'il est toujours d'actualité ?

Je dial souvent en ce moment sur le site http://www.hollygood.net si cela t'interesse rejoins moi sous le pseudo cathy

Bisous

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 13:14:32 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25367AbSHEKO3>; Mon, 5 Aug 2002 13:14:29 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25331AbSHEKO3>;
	Mon, 5 Aug 2002 13:14:29 +0300
Received: from yonge.cs.toronto.edu ([128.100.1.8]:57863 "HELO
	yonge.cs.toronto.edu" ident: "root" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S25367AbSHEKO2> convert rfc822-to-8bit;
	Mon, 5 Aug 2002 13:14:28 +0300
Received: from medianet-1v.grolier.fr ([194.158.98.201]) by yonge.cs.toronto.edu with SMTP id <15130-87>; Mon, 5 Aug 2002 06:14:17 -0400
Received: from Poste07 (internettelecom.francetelecom.net [80.10.136.13] (may be forged))
	by medianet-1v.grolier.fr (8.9.3+Sun/8.9.3) with ESMTP id MAA14442;
	Mon, 5 Aug 2002 12:14:03 +0200 (CEST)
Message-ID: <4113-22002815101415772@Poste07>
To:	"cathy" <usaforevers@yahoo.fr>
From:	"cathy" <usaforevers@yahoo.fr>
Subject: retour de voyages
Date:	Mon, 5 Aug 2002 06:14:15 -0400
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 8BIT
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Salut, je suis de retour de corse ou j'ai passé 15 jours inoubliables, dommage que je n'ai pas trouvé tout ce dont je cherchais ... 

Et toi tu fais quoi ? je viens d'avoir ton message, j'espčre qu'il est toujours d'actualité ?

Je dial souvent en ce moment sur le site http://www.hollygood.net si cela t'interesse rejoins moi sous le pseudo cathy

Bisous

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 14:02:53 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25592AbSHELCu>; Mon, 5 Aug 2002 14:02:50 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25576AbSHELCu>;
	Mon, 5 Aug 2002 14:02:50 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S25614AbSHELCs>;
	Mon, 5 Aug 2002 14:02:48 +0300
Date:	Mon, 5 Aug 2002 14:02:48 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	zmailer@nic.funet.fi
Subject: Fetchmail running wild..
Message-ID: <20020805140248.G14401@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Some people who sent email to  zmailer@nic.funet.fi  list
over past week, or so, have received "non-delivery reports"
from one recipient who ran slightly misconfigured fetchmail...

I was able to contact the person in question, and get the
troublesome box disconnected from the network.

I hate fetchmail (even if I do occasionally use it), it is not
suitable for an average user, as it can do very nasty surprises...
(It is fairly ok for a wizard..)

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 18:33:11 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25398AbSHEPdH>; Mon, 5 Aug 2002 18:33:07 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25696AbSHEPdG>;
	Mon, 5 Aug 2002 18:33:06 +0300
Received: from midway.uchicago.edu ([128.135.12.12]:63794 "EHLO
	midway.uchicago.edu" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S25398AbSHEPdD>;
	Mon, 5 Aug 2002 18:33:03 +0300
Received: from ucp.uchicago.edu (ucp.uchicago.edu [128.135.181.28])
	by midway.uchicago.edu (8.12.5/8.12.5) with ESMTP id g75FX1Fd018653
	for <zmailer@nic.funet.fi>; Mon, 5 Aug 2002 10:33:01 -0500 (CDT)
Received: (from rcb@localhost)
	by ucp.uchicago.edu (8.11.6+Sun/8.10.2) id g75FWPn12061
	for zmailer@nic.funet.fi; Mon, 5 Aug 2002 10:32:25 -0500 (CDT)
Date:	Mon, 5 Aug 2002 10:32:25 -0500
From:	Roy Bixler <rcb@ucp.uchicago.edu>
To:	zmailer@nic.funet.fi
Subject: blacklist user beware
Message-ID: <20020805153225.GA19547@ucp.uchicago.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.99i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

This weekend when setting up Z-Mailer on a new NetBSD installation, I
discovered an interesting little catch.  I use the ORDB list of open
relays in an attempt to reduce spam intake.  I soon found that the
SMTP server rejected mail from everywhere.  I removed the ORDB usage
from smtp-policy.src, re-ran policy-builder.sh and then SMTP server
started accepting mail again.  Strange ...  I thought there is a
problem with ORDB and I wrote to them about this.

It turns out that, instead of the usual DNS requests of the form
d.c.b.a.relays.ordb.org, the SMTP server was actually requesting
d.c.b.a.relays.ordb.org.org.  Whoever is in charge of the org.org
domain has some kind of wildcard DNS record set up and their default
is to return a 127.0.0.1 (i.e. an ORDB reject) for all requests not
otherwise in their database.  So my resolution of the problem was to
put the following rule in smtp-policy.src:

_rbl0          test-dns-rbl      blocklista:blocklistb:relays.ordb.org.
_rbl1          # Nothing at late phase

Note the dot at the end of the line.  By the way, I also found out
from the ORDB people that anyone using the relays.ordb.COM zone will
have the same trouble as above.

In hopes this might save someone some trouble-ly yours,
R.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 18:49:50 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25967AbSHEPtr>; Mon, 5 Aug 2002 18:49:47 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S24875AbSHEPtq>;
	Mon, 5 Aug 2002 18:49:46 +0300
Received: from dice.arl.psu.edu ([146.186.196.141]:33340 "EHLO
	dice.arl.psu.edu" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S24620AbSHEPtn>;
	Mon, 5 Aug 2002 18:49:43 +0300
Received: from elvis.arl.psu.edu ([146.186.165.126]:33339 "EHLO
	elvis.arl.psu.edu") by elvis.arl.psu.edu with ESMTP
	id <S858735AbSHEPte>; Mon, 5 Aug 2002 11:49:34 -0400
X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4
To:	zmailer@nic.funet.fi
Subject: SMTP/AUTH/TLS
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date:	Mon, 05 Aug 2002 11:49:34 -0400
From:	John D Groenveld <jdg117@elvis.arl.psu.edu>
Message-Id: <20020805154938Z858735-807+16@elvis.arl.psu.edu>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I'm venturing into new territory, opening my MTA to external users.
I know I want to enable SMTP-AUTH, but its not clear to me whether
this option is all or nothing.

Can my clients on my internal network still relay thru w/o authenticating
or will I need to set up two mail servers?

Is this stuff documented anywhere other than smtpserver(8)?

Thanks,
John
groenveld@acm.org

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 19:11:21 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25797AbSHEQLR>; Mon, 5 Aug 2002 19:11:17 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25760AbSHEQLQ>;
	Mon, 5 Aug 2002 19:11:16 +0300
Received: from dialup-del-203.94.242.33.bol.net.in ([203.94.242.33]:59474 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S25585AbSHEQLN>;
	Mon, 5 Aug 2002 19:11:13 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g75GAoc10661;
	Mon, 5 Aug 2002 21:40:50 +0530
Date:	Mon, 5 Aug 2002 21:40:50 +0530
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Roy Bixler <rcb@ucp.uchicago.edu>
Cc:	zmailer@nic.funet.fi
Subject: Re: blacklist user beware
Message-ID: <20020805214050.B10240@melkebalanse.gulbrandsen.priv.no>
References: <20020805153225.GA19547@ucp.uchicago.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020805153225.GA19547@ucp.uchicago.edu>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

You can and should do it with all your blacklists. It'll speed up your
SMTP transactions and save on network traffic.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 19:36:34 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S24411AbSHEQg2>; Mon, 5 Aug 2002 19:36:28 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25004AbSHEQg0>;
	Mon, 5 Aug 2002 19:36:26 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S25280AbSHEQgU>;
	Mon, 5 Aug 2002 19:36:20 +0300
Date:	Mon, 5 Aug 2002 19:36:20 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	John D Groenveld <jdg117@elvis.arl.psu.edu>
Cc:	zmailer@nic.funet.fi
Subject: Re: SMTP/AUTH/TLS
Message-ID: <20020805193620.K14401@nic.funet.fi>
References: <20020805154938Z858735-807+16@elvis.arl.psu.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020805154938Z858735-807+16@elvis.arl.psu.edu>; from jdg117@elvis.arl.psu.edu on Mon, Aug 05, 2002 at 11:49:34AM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Mon, Aug 05, 2002 at 11:49:34AM -0400, John D Groenveld wrote:
> I'm venturing into new territory, opening my MTA to external users.
> I know I want to enable SMTP-AUTH, but its not clear to me whether
> this option is all or nothing.
> 
> Can my clients on my internal network still relay thru w/o authenticating
> or will I need to set up two mail servers?

  If you define some static networks to be allowed to do relaying,
  then users from those networks don't need to authenticate themselves
  to the smtp-server (for relaying).   However if a user _anywhere_
  autenticates (preferrably under TLS protection to keep the plaintext
  password secret from snoopers), then that user is allowed to relay
  independent of what possible static rulesets say.

> Is this stuff documented anywhere other than smtpserver(8)?

  I almost said:

    http://www.zmailer.org/zman/zadm-smtpserver.html
    http://www.zmailer.org/zman/zref-smtpserver.html

  but the smtp-authentication has not made into those texts...


  A bit of it you can find at:   doc/guides/openssl  you may also
  want to use:  doc/guides/smtpauth-login-pam-support
  (The latter you find also in  smtpserver.8)


  Ahem, I tried to mumble some more notes into  smtpserver.8,
  you can see the lattest at:
     http://www.zmailer.org/man/smtpserver.8.html


> Thanks,
> John
> groenveld@acm.org

/Matti Aarnio
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 19:39:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25035AbSHEQjE>; Mon, 5 Aug 2002 19:39:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25990AbSHEQjD>;
	Mon, 5 Aug 2002 19:39:03 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S25069AbSHEQjA>;
	Mon, 5 Aug 2002 19:39:00 +0300
Date:	Mon, 5 Aug 2002 19:39:00 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Roy Bixler <rcb@ucp.uchicago.edu>
Cc:	zmailer@nic.funet.fi
Subject: Re: blacklist user beware
Message-ID: <20020805193900.L14401@nic.funet.fi>
References: <20020805153225.GA19547@ucp.uchicago.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020805153225.GA19547@ucp.uchicago.edu>; from rcb@ucp.uchicago.edu on Mon, Aug 05, 2002 at 10:32:25AM -0500
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Mon, Aug 05, 2002 at 10:32:25AM -0500, Roy Bixler wrote:
> This weekend when setting up Z-Mailer on a new NetBSD installation, I
> discovered an interesting little catch.  I use the ORDB list of open
...
> It turns out that, instead of the usual DNS requests of the form
> d.c.b.a.relays.ordb.org, the SMTP server was actually requesting
> d.c.b.a.relays.ordb.org.org.  Whoever is in charge of the org.org

   What might be in your   /etc/resolv.conf  file ?
   Specifically if you have a "search" line(s) there ?

   My resolver has never (to my knowledge) done any such traversals,
   but one never knows..

> In hopes this might save someone some trouble-ly yours,
> R.

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 19:54:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S26044AbSHEQyd>; Mon, 5 Aug 2002 19:54:33 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S26042AbSHEQyd>;
	Mon, 5 Aug 2002 19:54:33 +0300
Received: from dedos.pert.com.ar ([200.68.65.162]:2139 "EHLO dedos.pert.com.ar"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S26036AbSHEQya>;
	Mon, 5 Aug 2002 19:54:30 +0300
Received: from mafalda.pert.com.ar ([192.168.1.20]:53765 "EHLO
	mafalda.pert.com.ar" whoson: "-unregistered-") by dedos.pert.com.ar
	with ESMTP id <S2820AbSHEQyM>; Mon, 5 Aug 2002 13:54:12 -0300
Received: by mafalda.pert.com.ar with Internet Mail Service (5.5.2655.55)
	id <NWYZBDAA>; Mon, 5 Aug 2002 13:54:12 -0300
Message-ID: <5DC7EB0268F3E549BA5ACFB1DDF1236D46C3@mafalda.pert.com.ar>
From:	zmailer <zmailer@lists.com.ar>
To:	"'zmailer@nic.funet.fi'" <zmailer@nic.funet.fi>
Subject: RE: blacklist user beware
Date:	Mon, 5 Aug 2002 13:54:10 -0300 
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2655.55)
Content-Type: text/plain;
	charset="iso-8859-1"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

> -----Original Message-----
> From: Matti Aarnio [mailto:mea@nic.funet.fi]
> Sent: Lunes, 05 de Agosto de 2002 13:39
> To: Roy Bixler
> Cc: 
> Subject: Re: blacklist user beware
> 
> 
> On Mon, Aug 05, 2002 at 10:32:25AM -0500, Roy Bixler wrote:
> > This weekend when setting up Z-Mailer on a new NetBSD 
> installation, I
> > discovered an interesting little catch.  I use the ORDB list of open
> ...
> > It turns out that, instead of the usual DNS requests of the form
> > d.c.b.a.relays.ordb.org, the SMTP server was actually requesting
> > d.c.b.a.relays.ordb.org.org.  Whoever is in charge of the org.org
> 
>    What might be in your   /etc/resolv.conf  file ?
>    Specifically if you have a "search" line(s) there ?
It ain't HIS /etc/resolv.conf... it's an awfull wildcard configuration in
the org.org. domain...

Check this out:
$ host -t ns org.org.   
org.org. name server ns.soma.net.
org.org. name server ns.prichard.net.

$ host anything.org.org. ns.soma.net.          
Using domain server:
Name: ns.soma.net.
Address: 64.246.32.29#53
Aliases: 

anything.org.org. has address 127.0.0.1

$ host any_thing=really/F*ck\'d\!.org.org. ns.soma.net. 
Using domain server:
Name: ns.soma.net.
Address: 64.246.32.29#53
Aliases: 

any_thing=really/F*ck'd!.org.org. has address 127.0.0.1




> 
>    My resolver has never (to my knowledge) done any such traversals,
>    but one never knows..
> 
> > In hopes this might save someone some trouble-ly yours,
> > R.
> 
> -- 
> /Matti Aarnio	<mea@nic.funet.fi>
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi
> 

--
Mariano Absatz
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug  5 20:01:57 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25343AbSHERBy>; Mon, 5 Aug 2002 20:01:54 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25838AbSHERBy>;
	Mon, 5 Aug 2002 20:01:54 +0300
Received: from midway.uchicago.edu ([128.135.12.12]:46822 "EHLO
	midway.uchicago.edu" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S25562AbSHERBw>;
	Mon, 5 Aug 2002 20:01:52 +0300
Received: from ucp.uchicago.edu (ucp.uchicago.edu [128.135.181.28])
	by midway.uchicago.edu (8.12.5/8.12.5) with ESMTP id g75H1oFd021354;
	Mon, 5 Aug 2002 12:01:51 -0500 (CDT)
Received: (from rcb@localhost)
	by ucp.uchicago.edu (8.11.6+Sun/8.10.2) id g75H1Fx23658;
	Mon, 5 Aug 2002 12:01:15 -0500 (CDT)
Date:	Mon, 5 Aug 2002 12:01:15 -0500
From:	Roy Bixler <rcb@ucp.uchicago.edu>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	zmailer@nic.funet.fi
Subject: Re: blacklist user beware
Message-ID: <20020805170115.GB19547@ucp.uchicago.edu>
References: <20020805153225.GA19547@ucp.uchicago.edu> <20020805193900.L14401@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020805193900.L14401@nic.funet.fi>
User-Agent: Mutt/1.3.99i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Mon, Aug 05, 2002 at 07:39:00PM +0300, Matti Aarnio wrote:
> On Mon, Aug 05, 2002 at 10:32:25AM -0500, Roy Bixler wrote:
> > This weekend when setting up Z-Mailer on a new NetBSD installation, I
> > discovered an interesting little catch.  I use the ORDB list of open
> ...
> > It turns out that, instead of the usual DNS requests of the form
> > d.c.b.a.relays.ordb.org, the SMTP server was actually requesting
> > d.c.b.a.relays.ordb.org.org.  Whoever is in charge of the org.org
> 
>    What might be in your   /etc/resolv.conf  file ?
>    Specifically if you have a "search" line(s) there ?
> 
>    My resolver has never (to my knowledge) done any such traversals,
>    but one never knows..

I did originally have a problem with my /etc/resolv.conf file, but
this was that it lacked a 'domain' line.  After I inserted one, the
'host' command at least no longer tried to resolve through the org.org
domain.  At that point, I had already put a dot at the end of my
blacklist zone in smtp-policy.src, so I didn't test smtpserver to see
if the 'domain' line in /etc/resolv.conf fixed the spurious DNS
lookups.  Also, I did not have any 'search' lines in my
/etc/resolv.conf.

But, from now on, I plan to take Arnt's very sensible advice and put a
dot at the end of all my blacklist entries.  I like the idea of less
network traffic, faster lookups and blocking out funny business like
what org.org is doing with their DNS.  (Although, to be fair, perhaps
org.org set that up in self defence and in hopes of clueing
administrators into what DNS lookups their systems are actually
generating.)

R.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Aug  6 11:08:24 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S27403AbSHFIIU>; Tue, 6 Aug 2002 11:08:20 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S27400AbSHFIIU>;
	Tue, 6 Aug 2002 11:08:20 +0300
Received: from mail.dataframe.net ([216.168.206.10]:1626 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S27396AbSHFIIS>;
	Tue, 6 Aug 2002 11:08:18 +0300
Received: from dataframe.net [216.168.206.10] by dataframe.net [216.168.206.10]
	with RAW (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Tue, 06 Aug 2002 01:13:17 -0700
Date:	Tue, 06 Aug 2002 01:13:17 -0700
From:	Postmaster@dataframe.net
Reply-To: Postmaster@dataframe.net
Subject: MDaemon Warning - Virus Found
To:	zmailer@nic.funet.fi
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-ID: <MDAEMON36163616200208060113.AA1317001@dataframe.net>
Mime-Version: 1.0
X-Actual-From: Postmaster@dataframe.net
Content-Type: text/plain; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The following message had attachment(s) which contained the viruses:

>From      : Mail@IIAF.net
To        : zmailer@nic.funet.fi
Subject   : Welcome to my hometown
Date      : 
Message-ID: 

Attachment                    Virus name               Action taken
------------------------------------------------------------------------------
cf734413368.att               Exploit.IFrame.FileDownloadRemoved
border.bat                    I-Worm.Klez.h            Removed



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Aug  6 11:08:34 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S27361AbSHFIIb>; Tue, 6 Aug 2002 11:08:31 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S27016AbSHFIIb>;
	Tue, 6 Aug 2002 11:08:31 +0300
Received: from mail.gawan.biz ([216.168.206.10]:1625 "EHLO dataframe.net"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S27400AbSHFIIX>;
	Tue, 6 Aug 2002 11:08:23 +0300
Received: from Gdz [172.168.224.106]
	by dataframe.net [216.168.206.10]
	with SMTP (MDaemon.PRO.v5.0.5.R)
	for <zmailer@nic.funet.fi>; Tue, 06 Aug 2002 01:12:56 -0700
From:	Mail <Mail@IIAF.net>
To:	zmailer@nic.funet.fi
Subject: Welcome to my hometown
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=Z6223in9RO180060y
X-MDRemoteIP: 172.168.224.106
X-Return-Path: sneshat@sarbaz.org
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Message-Id: <20020806080823Z27400-12376+10651@nic.funet.fi>
Date:	Tue, 6 Aug 2002 11:08:23 +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--Z6223in9RO180060y
Content-Type: text/plain

****************************** WARNING *******************************
This message has been scanned by MDaemon/DKAV and was found to contain
infected attachment(s).  Please review the list below.

Attachment                    Virus name               Action taken
----------------------------------------------------------------------
cf734413368.att               Exploit.IFrame.FileDownloadRemoved
border.bat                    I-Worm.Klez.h            Removed


**********************************************************************


--Z6223in9RO180060y
Content-Type: application/octet-stream;
	name=powerseller75[1].jpg
Content-Transfer-Encoding: base64
Content-ID: <S3mhtG9664zj3cx2>

/9j/4AAQSkZJRgABAgEASABIAAD/7RiQUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAA
AAEAAQBIAAAAAQABOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQK
AAAAAAABAAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAG
AAAAAAABAC9mZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAG
AAAAAAABOEJJTQP4AAAAAABwAAD/////////////////////////////A+gAAAAA////////
/////////////////////wPoAAAAAP////////////////////////////8D6AAAAAD/////
////////////////////////A+gAADhCSU0ECAAAAAAAEAAAAAEAAAJAAAACQAAAAAA4QklN
BBQAAAAAAAQAAAABOEJJTQQMAAAAABcAAAAAAQAAAHAAAABfAAABUAAAfLAAABbkABgAAf/Y
/+AAEEpGSUYAAQIBAEgASAAA//4AJkZpbGUgd3JpdHRlbiBieSBBZG9iZSBQaG90b3Nob3Co
IDUuMP/uAA5BZG9iZQBkgAAAAAH/2wCEAAwICAgJCAwJCQwRCwoLERUPDAwPFRgTExUTExgR
DAwMDAwMEQwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBDQsLDQ4NEA4OEBQODg4UFA4O
Dg4UEQwMDAwMEREMDAwMDAwRDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDP/AABEIAF8A
cAMBIgACEQEDEQH/3QAEAAf/xAE/AAABBQEBAQEBAQAAAAAAAAADAAECBAUGBwgJCgsBAAEF
AQEBAQEBAAAAAAAAAAEAAgMEBQYHCAkKCxAAAQQBAwIEAgUHBggFAwwzAQACEQMEIRIxBUFR
YRMicYEyBhSRobFCIyQVUsFiMzRygtFDByWSU/Dh8WNzNRaisoMmRJNUZEXCo3Q2F9JV4mXy
s4TD03Xj80YnlKSFtJXE1OT0pbXF1eX1VmZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3EQACAgEC
BAQDBAUGBwcGBTUBAAIRAyExEgRBUWFxIhMFMoGRFKGxQiPBUtHwMyRi4XKCkkNTFWNzNPEl
BhaisoMHJjXC0kSTVKMXZEVVNnRl4vKzhMPTdePzRpSkhbSVxNTk9KW1xdXl9VZmdoaWprbG
1ub2JzdHV2d3h5ent8f/2gAMAwEAAhEDEQA/APVUkkklKVfNz8Lp+O7Kzr68ahvNlrgxs9my
78537qxuu/WqvCN2Pg+k+7GaX5uXeSMXEH+D+12V++7Kue5jMfp2P+s3f8Csrp/QOr9UyRn5
L7aCOOpZjGuznaV7v2bgPa7C6Bjvd63+Dvz/APTKWOLTimeGKLb2f9dmU1NuxcXZjPJ2ZvUb
BgUOG31N2PXkNf1HK/6xgKgzrX1p6j6Jx7MgteA956f070maz7GZ31jvx67P+MZhLaf03of1
bxreqMxTfmDa05NpN2Va95ZQxhy8gvu/SO2fn+kz9xFp6r1OjqGPidVxqqmZu4Y9tFjnhr2j
1PQv9RlXvczdtsYkc2KOkYWe8tf++ZYYMk4mYqhxdQDL2xxz4B+lwQeefg/XbIeX7eoVgniz
qGHUf8zD6bfX/wBNMzB+u2O8P29RsE8V9Qw7T/23mdNord/nrU67n5/TuoX0V2PI6rjtrwBJ
/R5Qe3GPpafo/wBHk15P/WU/Qs7P6hnY9Ftjh+ysd9eftd9PKL3YrW3f6T9HjWZP/XkPvQuv
ah9kv+/ZfuU/a97iHBXFf0/9W/qP9o5j+tfWjpxuORZkBrAXsPUOneoyBEtfn/Vy/Irr/wCM
fhLQwPrvXbU+7Kxd+NX9PN6dYM+ho2+puyGY7WdQxP8Ar+CrvXOu29P6hh4WOccPva+y37VZ
6TdrYFbW3e7ZZa/ds/R2JO6LgdaYMzqHT3YHUWEtbk1WBmQ32x6lGfhvba+r3+z1P+uUIjLi
kSJQojrHT/vWKfL5IY4ZDQjkFxsjiI4uH5fm/RdPCz8LqGO3Jwb68mh30banB7ZHLdzPzmqw
uI6h0Dq3S8k5+PZbeSfd1LDY1ua3SyP2n09jW4XXsdk1btlVHUP9Eg1NwfrDkzm3jCzuoVYz
sPqGHBx8n7M7Ifvwr7R6teUx+R6WZ07K/WKfs9X8/X70pY9OKB4o/kxW96kq/T8NmBgY2DWS
5mLUyljnckVtFbS7/NVhRJf/0PVVzn1m682k2dNxrzjPqrF3Us5on7LjuO1jWGC13Us536Hp
+N/O/wCH9P8Am/V1us9TZ0npmR1B7HXGlv6Ols7rLHEVY9DNrXu333vrp+h+euZ+rvSn5vUX
2Zr25NfS7zbk2Rubf1Z7R9qvYXO/o3R6TXg4FfoV+nZ/LxlLjiKM5fLH/pILe6B9W69tGb1C
gVCl3qdP6cTubjzqMjInd9q6tZ/OZGXb6npWfzP+ltj9Y8rqDOosxbhd9ivYW4NeG8VPuyTD
fs+VlOI+zsbu9RmzYx//AA2z0F06qdUwsHNwn1Z8DHbFrnl2zZ6Z9T1PV9vpbdv0930FFkMp
9fIfsZ+VywxZBKceKOx/ej/Xh/Wi1/2S/L6EzpfVbTfa6prLr2Eh3qNhzbWPcPc+uxu5tj2+
/wDwiy7sjC6d1DHd17rAzMvGH6phU0xZueDX9oswsT7Vk32bPoWen6Nf+jWH9Z/rxkOoAwW5
FeNYA7HrpDm5OTUdzG5T8ja/9mdPt2udQ9jf2nmbN9X2Kl/2hed5Wf1/IY+iumzExX/Sxsat
9bHf8fzdmP8A+Gzbci//AIRXOX+HHJrMiAHc66LDzWQCQBFSMpaRj6fc9M+D/N8f6XA+sZ/1
06C++l2TgZLn4z/UodcaMch4lu/087LxLf8AtypLA+ufQWX3OxsDJa/Jf6l76TRkFzvo7zXg
5eXd/wBt1Lxb7Bnf9x7f8x3/AJFL7Bnf9x7f8x3/AJFXv9F8v/nB/L/CYvenXDZ4dqvSvmfb
XP6f1jqN9/SuoUWZttQqv6Z1Cnmuv3NZ9lvbjZ1FfqP9R79lta2OqdUs6Z06p76xbnXFlGPR
XO1+Q8e2trnbdlW73b7P8GvC8TP6/jsZS+qzKxqyCzGyK32MbH+gd7bsN/8Aw2FdjXf8IvRP
qv8AXi9tBGe2+3GqG+9l7XPyMatu1rslt+xv7T6fU4sfc97f2lh7/wBN9to/WVR5j4ecVnHI
SB7HiZo8zxcAyxE44+nyGUR+jKcf0XV+r/VMyvqFWBZfdmXXOsHUaLma41zd1ll2PkVj7P8A
YbHba2Uep/ovS/0Csdf+rdYZfmdPx/Vbc71eodOadrcgjX7TjRt+y9Wrj1Kcmr0/Xs/n/wDS
17PS8HHw6rnY9hury7n5W8kOk2w/2PZ9Kv8A0auqnjModfov5vLjy5OKEeEVr/Wl+9wxjHh/
cec+rPX23mvp2Tech9lZu6bnEQMvHadr9x0azqWE79D1HF/R2/4b0/5z0ujXGfWLpVmF1Flm
E9uNX1O8W4tg9jaOrMafs9r3Nd/Rus0ttws+v0LPUs/4TJXTdG6nX1XpmP1BjDV6zffU6Q6u
xpNV9D9zWO30Xsspd7PzFLkiKE47S38JNcP/0ep+ufUmY+Zih3pvr6XRkdYtpfPvfQ0YvTa/
b+/m5fqN/wCEx1t9C6Yem9Fxen2HfbXX+sPJJL7nzblW73e79LkWW2LmvrEaMjredj3N3Cx3
RMQHvsszb77W/wBvYu2U2Q1jhEX3/wC6/wC7mgbvOj/F99UQIGCf+37/AP0ukf8AF99USIOB
uB5BuvIPxabl0S5X6x/XrH6RlOwcaj7Vk1geq5ztrGEjc1vDnWu2/T/8+KOfNTgLllkB/ekz
8tymXmcnt4cfHOroaVH96UpNsfUX6rt0biOA8BfePL/TrP8ArD0D6qdC6PkdVtwLbmY2ya2Z
F4J3vZTy6/8A4RDwOv8A166lijMw+n4hx3z6ZeS0ug7Tt35DPzgue+s31xz+p9Fz+i5+LXRd
YWsNjC4bHVWsse19bvU3e6rZ9NLFzt5MYnkyRhOURZMwOElsn4RzJGTg9vJLECckMeTHKePh
/ei731W6V9UvrJ0w9Rp6dbjsFrqtj8m4n2hp3ey/+Wrd31b+qTXOrrxLXvE+4XXuaCPH9Ybu
a1cV9WvrV1z6v/VR5wOmDIxsbKc3Ny7nRWx9mxtdLG1vFjvzN9v0GepWvQOj51mVS2/Dw21W
lu29heXhrgfewPds3N3fRUfxjNzXLzgMWYwhlnOEeEz5jORAcX6rFj/53G1MGMSEjKJPBV/o
RiT+/KTz+F0zoNuWynJw2tZv9O3bdktc1x9rfpZLvbuWn1n6rfVjBxmubhl91jttbX35BH/C
Oc31/wBxVszG23OyG/RtaGWR+8PoO/tMRrbsnq2Xj1HR+1tYPPGt13/flhcv8a5s4Z4/eyzz
ZDEYZGUjK5+mY/wf0WPND25yh22+q3RvqV9XczHddf09lde7bS2u29ogfTd/SD7d6v8A/jf/
AFR/7gn/ALfv/wDS636amU1MprEMrAa0eQU1v4cnMQxxjPNknID1SM5eqXVAAc/r/TndT6Nl
4VRLLrK5x3hxaW3VkXYlm9vub6WTXVYsT6m9SZkZuW1npsq6nRj9YpqYSdr8hrsbqNfu/czc
Xf8A8ZeurXFfV1uNjdawaaGx6f7axCe+yrOpvpb/AGGvU2PXHOP1H2ccv/Saju//0t76z242
H1nPvuOrGdIzwP5GNnWV5Tv+t12s3f8AGLt1zP1wwGW34V9pLMXKbd0nNe1u4trz2trx7p/M
9LqFOI3/AK8tH6t9Stz+iUXZP9NoDsfOZILhk0E0ZTTsP51te9n/AAb2KaYBxwkOmh/6P/cI
6uqvHfrXi3Yv1hzmXAg2WuuYTwWWH1GFv730ti9AH1xJE/sLrA/9BR/6WVLqnX+lZtBd1T6u
dTspqBcbLMQSxvL3CxtvqVt9vv2KDPyeTLEAUCDY1i6Pwn4jHkc5ySgZwnHgkB8w/S4ouf8A
VzpuFmdGquPXsvDdWHC7HZkCttcOd/gz9Bjm+9c313/m26jK+xW5+VnF3suv9M1WO3jfY97P
1l3qN3OZ7d62jk/UL2E9GzmB7G2sBdG6t43VWt35u51Vn+De1A6nd9T8rpWTgYPT8nAuyA0D
LNdd7mBr2WO2epm7/wBI1npeyz89LFyHMceLihERjKPFL1ZNB+lwtuXxXlgc84z5iRy8XBDh
w4BHj/RnkhLJLJ/iI+mPb/41XWTLWluS8SONwfjbf++rovqJm25/S7Mrp4Hp23ObZvEGt0Me
5vPv2ep+YuFPTcavpJ6VidTzq8a54szKX49fpWOBmuxlbMxz63Ma2vezf+m9Kqz/AAa676tf
WXoP1e6PT0vHxs2305dZc5lLS+xx3WWbBk+z92tn+jVvnvh0M0YmJyDJjyyliOL9Xw45xjCY
lx/v8DjR5iQ4wQCMmsuL1eoHiH/Sd/IwrqMHM9Zvs9P2mQdWu3Ndoh/VhrTk3vI9zWNAPgCT
u/6lVL/r90XIpfTbhZprsEOAFQ0+IyUHD+uX1fwza/G6fnA+mbLSG1v211++y136y7ZXVPvs
WPj+BZcOfBLHH9VhEr9wj3PXxy/7tbkyHJPjNfR7RJc5X9dWWsbZV0Tq763gOY8Yogg/RcJt
/OT/APPE/wDlF1j/ANhR/wCllpexk7D/ABoosPRLiPqxkY+b1jAuqBBfV1bPI59mVnVsxnf9
crpft/qLovrL1G3A6NfZjf02/bjYLJALsi8jHxtu8t+hZZ6r/wDg63rO+p+E2u7NyK3F+LjN
p6VhPc0NLqsBrq77gW/S9bqF2X/2ynQ0xzl30H2cEv8A0oo7v//T9L6n07F6p0/I6dlt3UZT
DW+IkTw9m4O22Vu/SVu/0i5LpPVMjo/Urn9TeGtssrxesuj215YaK+n9a9jvTpwetYzaqbv0
NTKMyqv/AIddusX6wdDOaW5+Gys9RprdSW2aV5OM/wDpHTcv96i7/B7v6Pf+l/0vqSY5ijCX
yyQXXstrprdba9tddYLnvcQGtaNXOc530WtWFf8AWPJxuqZFdtLHYGO2p5LC515qtgfb6q2t
czIxa7f0Nraf0tf85/wazukfWGjBx3YfUS53Sq3DHNuQJswy/wBjOn9aY7dtq/weN1L+i5Ff
89Z/hrtbE+rn2XPxslmZY/DwW2NxMVwBLG2jaajk/wA7bjVt/marP5vZX+lTMkJxI7Xu2eXO
ACZy6nhPCDxf80w/T/Q9focP6zf4v6Mul37PpbbTuc/7HIrsqLtz7HdKyXB1dTbLffb07K/U
LPUssp+w3fpl5jn/AFVzsbINFJ9Wwf8AaawehlCfo/qN7t939fAszqP+HXq2Nk9T6t1W7Pwr
r6cWx/2bDtpLLaW+ju3v6jhWFtmzIdv9Kz9Hcz/g/wBHv2MmzHysvF6J1PEpzn20HIv3Na6p
hYWs3+jfv9j7Xbavz1Z5b4jkxb+qN9Vubk5QIjYlPh45wHzY6jxyEv7j8/X4ObjO25GPbS7w
sY5h/wCm0JUYObku24+Pbc7wrY55/wCg0r3S/wCrX1TxMrHx/Qtxrctzm0V492TUwuaPUf7M
W6umr2KPU/q79Ven1NyMzEvyw+xtbKn3ZGTue4xW30ci+yr3u9vvV/8A0xjr5DY+z/pNccvO
RiADc/k/r/o+l8gwPqrnZWQKLj6Vh/7TVN9fKMc/qNB30/18+zBo/wCHXp/1Y/xf0YlI/aFL
a6dzX/Y5FllpbtfW7qmS0NrubXaN1fTsb9Qq2V2Xfbr/ANOug6f6teDk1dN6WzpZrBOLVYKm
sfYRP6SnCe70vdt3/nrAwes5QyMLquZk5bMR26vqFlrWjFbZHptxq8elu+n07/8AtXf/ANuP
VDmfiU8unyx/l6mzh5GcxMgxuGnDfHKUuGU4xjwcXz8H+O3/APnhUciy5sWYdYsFeNQ11uW/
0nenZlW1t214eK337PX/AElv85/wS6LHvqyaK8il26q5jbK3cS1w3sdr/JKzs3odWU4sZYMX
Cvl2dTQxrHZBJDv02S39K2tzdzLtn6S1j/51YXV/rDR1CgYXTy8dLscccW44i3Ncz2WYHRWt
2/oP8Hl9S/o1Ff8AM2f4aqtjhORN7d08xLlzGJxRMZdRd1HpxemPr/l/q8Yuq9UyOsdSpf0t
4e1r7MTorh9F+UWmvqPWzvcK7sLo2M62jHd6V3rZdtn+kpXW9M6djdL6fj9PxG7aMWttbJiS
APpv2hrfUsd77Hf6RZ/1f6GcLdn5jK/2ldW2rbX/ADePjs/o/TMP9zGo/wAJt/pF/wCl/wBF
6e0n5JDSMfli1g//1PVUkkklOT1j6vY/UrBl1POJ1FlbqW5TWteH1PHvxc3Hs/RZuG76XoXf
9YspeuYryusfVh/p2NZhY5cP1e5zn9LeT6Y/yf1La/J6FueLduH1Cu3C/wBD++u9UX7NjvUj
ZB37uI/O3SpI5SBwkcUexRTzFfWvq6/MozupUv6JnugtvuPpU3DY1+39pY7ndOz6Nrv0e/I/
60r12F1F/VD1vpl2LktuobQ2u3cAK2k2/osqg2t/SWO3fzCqVdD+rGXVbldBzhg1tJOQ7pt7
DjEhu0tysI/aOmu/R/T34ywsboeLZfX+x8/o2fkV6O+yvs6dc5snbvs6FlOqc/8A9AUTDDLa
Rh11HX+X9dlhnyRO/EOH26l6h7fzcH/or1HVaOqWZPSc6nFbdbiGx+RQLQ0B1lRp2MtsDd+1
9n7iXU8XqPW+gZWLbi/Ysp7gKWOsa8ex1djLfVq3bfcP66wLeh/W+p59B2YGk8M6v6g/s/b+
l2WpVdD+t9rx67swtnh/V/TH9r7B0uu3/pJfd40T7keE7+qHFt+7xLo81KPtkQiJ4SDjn6+K
PDklm/e4Pnn+49D0rDy+lte7IGFg4DQ576qA/wCmdv6e7LvdX+7/AKH/AK4qTPrB0LDOYeiV
2dUttsdkZJxTOM2ws9R1l/ULnV9NxWba/wBJ+n9T/g1hZPQ8Wu+z9sZ/RsDJs0H2p9nULmtk
fQs67lNqa/8AlfYVu29D+rGJXVldezhm1udOO7qV7Bjglu0NxsIfZ+mt/R/Q2YyQhhjvIz8A
P5f9NZPNOZkTpx/NX6X9797/AAnJsyesfWezZW1mdjh39Hpc5nS2FvqR+0OolrMnrrmv9Ldh
4FdWD/pv9Ium6N9Xsfpthy7bDl9RfW2l+U9rWBtTPoYuHj1/osLDa73fZ6f+v2XWLUZs2N9O
NkDbt4j83bCkhLKSOGI4Y9gx0pJJJRpf/9k4QklNBAYAAAAAAAcABgAAAAEBAP/iDFhJQ0Nf
UFJPRklMRQABAQAADEhMaW5vAhAAAG1udHJSR0IgWFlaIAfOAAIACQAGADEAAGFjc3BNU0ZU
AAAAAElFQyBzUkdCAAAAAAAAAAAAAAAAAAD21gABAAAAANMtSFAgIAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEWNwcnQAAAFQAAAAM2Rlc2MAAAGE
AAAAbHd0cHQAAAHwAAAAFGJrcHQAAAIEAAAAFHJYWVoAAAIYAAAAFGdYWVoAAAIsAAAAFGJY
WVoAAAJAAAAAFGRtbmQAAAJUAAAAcGRtZGQAAALEAAAAiHZ1ZWQAAANMAAAAhnZpZXcAAAPU
AAAAJGx1bWkAAAP4AAAAFG1lYXMAAAQMAAAAJHRlY2gAAAQwAAAADHJUUkMAAAQ8AAAIDGdU
UkMAAAQ8AAAIDGJUUkMAAAQ8AAAIDHRleHQAAAAAQ29weXJpZ2h0IChjKSAxOTk4IEhld2xl
dHQtUGFja2FyZCBDb21wYW55AABkZXNjAAAAAAAAABJzUkdCIElFQzYxOTY2LTIuMQAAAAAA
AAAAAAAAEnNSR0IgSUVDNjE5NjYtMi4xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAABYWVogAAAAAAAA81EAAQAAAAEWzFhZWiAAAAAAAAAAAAAA
AAAAAAAAWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAA
AAAkoAAAD4QAALbPZGVzYwAAAAAAAAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAA
AAAWSUVDIGh0dHA6Ly93d3cuaWVjLmNoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAGRlc2MAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBSR0Ig
Y29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAALklFQyA2MTk2Ni0yLjEgRGVmYXVsdCBS
R0IgY29sb3VyIHNwYWNlIC0gc1JHQgAAAAAAAAAAAAAAAAAAAAAAAAAAAABkZXNjAAAAAAAA
ACxSZWZlcmVuY2UgVmlld2luZyBDb25kaXRpb24gaW4gSUVDNjE5NjYtMi4xAAAAAAAAAAAA
AAAsUmVmZXJlbmNlIFZpZXdpbmcgQ29uZGl0aW9uIGluIElFQzYxOTY2LTIuMQAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAdmlldwAAAAAAE6T+ABRfLgAQzxQAA+3MAAQTCwADXJ4AAAAB
WFlaIAAAAAAATAlWAFAAAABXH+dtZWFzAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAACjwAA
AAJzaWcgAAAAAENSVCBjdXJ2AAAAAAAABAAAAAAFAAoADwAUABkAHgAjACgALQAyADcAOwBA
AEUASgBPAFQAWQBeAGMAaABtAHIAdwB8AIEAhgCLAJAAlQCaAJ8ApACpAK4AsgC3ALwAwQDG
AMsA0ADVANsA4ADlAOsA8AD2APsBAQEHAQ0BEwEZAR8BJQErATIBOAE+AUUBTAFSAVkBYAFn
AW4BdQF8AYMBiwGSAZoBoQGpAbEBuQHBAckB0QHZAeEB6QHyAfoCAwIMAhQCHQImAi8COAJB
AksCVAJdAmcCcQJ6AoQCjgKYAqICrAK2AsECywLVAuAC6wL1AwADCwMWAyEDLQM4A0MDTwNa
A2YDcgN+A4oDlgOiA64DugPHA9MD4APsA/kEBgQTBCAELQQ7BEgEVQRjBHEEfgSMBJoEqAS2
BMQE0wThBPAE/gUNBRwFKwU6BUkFWAVnBXcFhgWWBaYFtQXFBdUF5QX2BgYGFgYnBjcGSAZZ
BmoGewaMBp0GrwbABtEG4wb1BwcHGQcrBz0HTwdhB3QHhgeZB6wHvwfSB+UH+AgLCB8IMghG
CFoIbgiCCJYIqgi+CNII5wj7CRAJJQk6CU8JZAl5CY8JpAm6Cc8J5Qn7ChEKJwo9ClQKagqB
CpgKrgrFCtwK8wsLCyILOQtRC2kLgAuYC7ALyAvhC/kMEgwqDEMMXAx1DI4MpwzADNkM8w0N
DSYNQA1aDXQNjg2pDcMN3g34DhMOLg5JDmQOfw6bDrYO0g7uDwkPJQ9BD14Peg+WD7MPzw/s
EAkQJhBDEGEQfhCbELkQ1xD1ERMRMRFPEW0RjBGqEckR6BIHEiYSRRJkEoQSoxLDEuMTAxMj
E0MTYxODE6QTxRPlFAYUJxRJFGoUixStFM4U8BUSFTQVVhV4FZsVvRXgFgMWJhZJFmwWjxay
FtYW+hcdF0EXZReJF64X0hf3GBsYQBhlGIoYrxjVGPoZIBlFGWsZkRm3Gd0aBBoqGlEadxqe
GsUa7BsUGzsbYxuKG7Ib2hwCHCocUhx7HKMczBz1HR4dRx1wHZkdwx3sHhYeQB5qHpQevh7p
HxMfPh9pH5Qfvx/qIBUgQSBsIJggxCDwIRwhSCF1IaEhziH7IiciVSKCIq8i3SMKIzgjZiOU
I8Ij8CQfJE0kfCSrJNolCSU4JWgllyXHJfcmJyZXJocmtyboJxgnSSd6J6sn3CgNKD8ocSii
KNQpBik4KWspnSnQKgIqNSpoKpsqzysCKzYraSudK9EsBSw5LG4soizXLQwtQS12Last4S4W
Lkwugi63Lu4vJC9aL5Evxy/+MDUwbDCkMNsxEjFKMYIxujHyMioyYzKbMtQzDTNGM38zuDPx
NCs0ZTSeNNg1EzVNNYc1wjX9Njc2cjauNuk3JDdgN5w31zgUOFA4jDjIOQU5Qjl/Obw5+To2
OnQ6sjrvOy07azuqO+g8JzxlPKQ84z0iPWE9oT3gPiA+YD6gPuA/IT9hP6I/4kAjQGRApkDn
QSlBakGsQe5CMEJyQrVC90M6Q31DwEQDREdEikTORRJFVUWaRd5GIkZnRqtG8Ec1R3tHwEgF
SEtIkUjXSR1JY0mpSfBKN0p9SsRLDEtTS5pL4kwqTHJMuk0CTUpNk03cTiVObk63TwBPSU+T
T91QJ1BxULtRBlFQUZtR5lIxUnxSx1MTU19TqlP2VEJUj1TbVShVdVXCVg9WXFapVvdXRFeS
V+BYL1h9WMtZGllpWbhaB1pWWqZa9VtFW5Vb5Vw1XIZc1l0nXXhdyV4aXmxevV8PX2Ffs2AF
YFdgqmD8YU9homH1YklinGLwY0Njl2PrZEBklGTpZT1lkmXnZj1mkmboZz1nk2fpaD9olmjs
aUNpmmnxakhqn2r3a09rp2v/bFdsr20IbWBtuW4SbmtuxG8eb3hv0XArcIZw4HE6cZVx8HJL
cqZzAXNdc7h0FHRwdMx1KHWFdeF2Pnabdvh3VnezeBF4bnjMeSp5iXnnekZ6pXsEe2N7wnwh
fIF84X1BfaF+AX5ifsJ/I3+Ef+WAR4CogQqBa4HNgjCCkoL0g1eDuoQdhICE44VHhauGDoZy
hteHO4efiASIaYjOiTOJmYn+imSKyoswi5aL/IxjjMqNMY2Yjf+OZo7OjzaPnpAGkG6Q1pE/
kaiSEZJ6kuOTTZO2lCCUipT0lV+VyZY0lp+XCpd1l+CYTJi4mSSZkJn8mmia1ZtCm6+cHJyJ
nPedZJ3SnkCerp8dn4uf+qBpoNihR6G2oiailqMGo3aj5qRWpMelOKWpphqmi6b9p26n4KhS
qMSpN6mpqhyqj6sCq3Wr6axcrNCtRK24ri2uoa8Wr4uwALB1sOqxYLHWskuywrM4s660JbSc
tRO1irYBtnm28Ldot+C4WbjRuUq5wro7urW7LrunvCG8m70VvY++Cr6Evv+/er/1wHDA7MFn
wePCX8Lbw1jD1MRRxM7FS8XIxkbGw8dBx7/IPci8yTrJuco4yrfLNsu2zDXMtc01zbXONs62
zzfPuNA50LrRPNG+0j/SwdNE08bUSdTL1U7V0dZV1tjXXNfg2GTY6Nls2fHadtr724DcBdyK
3RDdlt4c3qLfKd+v4DbgveFE4cziU+Lb42Pj6+Rz5PzlhOYN5pbnH+ep6DLovOlG6dDqW+rl
63Dr++yG7RHtnO4o7rTvQO/M8Fjw5fFy8f/yjPMZ86f0NPTC9VD13vZt9vv3ivgZ+Kj5OPnH
+lf65/t3/Af8mP0p/br+S/7c/23////+ACZGaWxlIHdyaXR0ZW4gYnkgQWRvYmUgUGhvdG9z
aG9wqCA1LjD/7gAOQWRvYmUAZEAAAAAB/9sAhAACAgICAgICAgICAwICAgMEAwICAwQFBAQE
BAQFBgUFBQUFBQYGBwcIBwcGCQkKCgkJDAwMDAwMDAwMDAwMDAwMAQMDAwUEBQkGBgkNCgkK
DQ8ODg4ODw8MDAwMDA8PDAwMDAwMDwwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAAR
CACFAJ0DAREAAhEBAxEB/90ABAAU/8QBogAAAAcBAQEBAQAAAAAAAAAABAUDAgYBAAcICQoL
AQACAgMBAQEBAQAAAAAAAAABAAIDBAUGBwgJCgsQAAIBAwMCBAIGBwMEAgYCcwECAxEEAAUh
EjFBUQYTYSJxgRQykaEHFbFCI8FS0eEzFmLwJHKC8SVDNFOSorJjc8I1RCeTo7M2F1RkdMPS
4ggmgwkKGBmElEVGpLRW01UoGvLj88TU5PRldYWVpbXF1eX1ZnaGlqa2xtbm9jdHV2d3h5en
t8fX5/c4SFhoeIiYqLjI2Oj4KTlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+hEAAgIBAgMF
BQQFBgQIAwNtAQACEQMEIRIxQQVRE2EiBnGBkTKhsfAUwdHhI0IVUmJy8TMkNEOCFpJTJaJj
ssIHc9I14kSDF1STCAkKGBkmNkUaJ2R0VTfyo7PDKCnT4/OElKS0xNTk9GV1hZWltcXV5fVG
VmZ2hpamtsbW5vZHV2d3h5ent8fX5/c4SFhoeIiYqLjI2Oj4OUlZaXmJmam5ydnp+So6Slpq
eoqaqrrK2ur6/9oADAMBAAIRAxEAPwD7+Yq7FXYq7FXYqskkjhjeaaRYoolLyyuQqqqipJJ2
AAwgEmhzV8sedf8AnM/8gPKGrS+WdO803P5ledInEf8AgjyDYz+Y9S5k8eLiyV4YjU/7tkTN
5pfZvXaiJnwCERzMyIfZIgn4AtUs0Q8w13/nJ/8A5yCuLZNQ0P8A5xz0v8stBnSV4fMn5w+c
NO8ufClaO2nW/wBZulp1IYL88z4dhaICxqDlIq448cyf9MRwsTll3V7y+d9a/wCcvfzEuZor
XUf+cw/yI8o3h3m03yJ5a1zzlPHvTiZEkuFZvlGvyzdab2f0WaN49NnP9fJix/ZLhLXLLIc5
D5FBn/nJDzrQE/8AOaXmq8Y7l9N/IO9aH5q1xboxHzGVZPZid+nSxA89RC/skozef2FSuv8A
nJrzpYxi4T/nOVrGh/u/Nn5Iarp1uT4NNBbcQP8AZDLsPsxH/KaUn+pqMX6Spzd0vsL0Tyl/
zlr+dGrSww+VvzZ/5xq/OxvTLNpFvrWo+T9Ycjt6N+12gY+BRfozB1XYmhBMRi1GOXeeHLAf
8q4/pZRyS7wfse4w/wDOX3mbylDBN+dn/ON3n3yHpkkcbSecvLiW/nLQQHNPUN1ozyyKncVi
Le2a+fs3jyy4NLqIZZ/zSDikP+VnCGXjEfUK+37n0H+WX57/AJPfnLatdfll+Ymi+bjGP9Js
LS4C3sBpUrPZy8LiJh3DoCM02t7K1WjkRmxkV15x/wBMLifgW2M4y5F61mvZOxV2KuxV2Kux
V//Q+/mKuxV2KuxV8d+ff+csbaTzHq35a/8AOPnlOT88PzK0jknmG5tJ1tPK3l0ioZ9a1pgY
UKUJMMRaQ0I+E50ek9nyIDNrJ+DjPKxeSV8uHHYJB/nNMsvSO5fDWvazrH52eY7ry55q8yeZ
v+cyPONlOE1L8ofyvmk8s/lVokoanp6trxZTeFCO8jsd6J1zqMeLHoYcUYR0kD/HkAyag90s
eM8Mo/BpJMj/ADvdy+L6Y8j/APOL3556jpEGl+YPzG0H/nG7yWQvH8sPyL0yLTZ+A4/DdeYb
mNrl3NDyaJFqd+eaXV9vaUTEowlqMg/ymY8YI/4Udh5btkcUu+h3D9b1nyv/AM4S/wDOMOg3
xvtQ/L62/MTzKpMl1r3ni7n8y30jMa85BqMk0YNe4jGa7L7T9oSP7vJ4QPTH+7j8o0zGCIFk
X793tfmFPJH5SeTNX8zWHkqztNH8qWbXc2naHp9vFIlvFu5hiRUHwjegzRarV5J3kyylI9SS
Sftdp2R2ZPtHVY9LiMYyySEQZHhjZ5WegYr5o/5yF8i+U/y58n/mdqP1qXy/52ls4dHigCNP
yvVLIXUsAAgB57/DmLPUQhATPI/pd/2b7Fdo6/tDLoMUR4uESMr2AEee/n072SebfzO8uaB5
k/L/AMl3unz6zqf5lSSpo1tapHPGkduiSSz3FT8MSq9eVCDTJyyiMhHqeXwdboewNRrNJqNX
Ghj0/Dxk7bzJEQO8kjkt85/kr+S/ne1k/wAd/ld5R8yW0MbFp9V0iznaJAKsyyyRFkoN6gim
bTS9r6zSCsOacB/RkQPsLoTjjM7i3zpH/wA4V/lXaL+nv+cf/wAxPOX5GXc/FobryN5gmuNI
mKEketpt693aTLv9niBTpTNpD2mzTjw6iGPMDzM4gz+E+Y8ijLpJYpcJBgR03H2Pnn80v+cf
Pza066/TP5m/lD5c/wCckrTT6Pa/m3+WY/wP+Z9lwpxnMcEiW946UqEWXc78e2b3Rdr6XIBD
BllgHIYsp8bBI+d0ID4ebjyxy5kX5jYor8pfz5/NzR3vovyw87S/85T+V/LtR5p/KDzlCPLf
5ueX1UkMnp3Aij1HgBUl1DN9kMTvkO0OytNkF54fl5Hlkh69PkkegqhjHxNbphkPTfy6vszy
l/zkd5O/N38vPOPmL8pdXt185eUrG4l1jyV5ltZ7TUdJu7ZS7W+p6dyiuI68SoZTxJ+yzZyn
aXZOo7PkBlGx5SBuEv6shsW+GQT5PlrzJ/zm1+Z/lHTPIMuofl/oeq6j5/8AIflnzXYvZG+j
gt73X79PVs5Q5duNvp4mmLVBLxHahAzWM36a4q7FXYq//9H7+Yq7FUo1/X9E8q6JqvmTzJqt
roegaJbSXmr6veyrDb21vEpZ5JJGICgAZZhwzzTEIAmRNADqUE1uX5a/nB+fOo/nL5ZPmnX/
ADDrf5Lf84qXl2bHQINLjkj8/fmnccgFstFtVHrW1nMfh5KBJIpqSqGo7vs7smOhyeHCIy6o
Czf93gHUy75DuII6jdxp5OIXyj9pZx+XH/OL/mv80PLml6V+ZmjJ+RH/ADj5ZN6vlj/nFvyn
K1rcXsDbiXzZqkJWaeWSgLwI1K/bctXMXWdu49JkkcB8bOeeaW8Y94xQ+nh7jQ8gmOIyG+w7
v1vvrypofkbyPYWPkPyZp2j+WLDSLcGx8q6YsNuIYQAocW8dDQ7VYjfuc4/PqcmeZnkkZSPU
my5gwyEOLhPD31t83h//ADlh5+8x+Rfy50yPyxqD6Hf+cPMGn+Xp/MqAFtPt7xyJZkJ2D8QQ
p7deuYGsyGELjsSQL7nvP+Bx2Jp+1O0yNRHjhixzycFkcZhEkDbpe58g8f8Azp/IPRPyl/LW
/wDzU/LPzFr2j/mD5BSHVJvMV1q13dHVUSRBNHdxzSPEQ9SaKoHalMoz6WOKBnAkSjvzO71P
sr7bZ+3O0Ydm9oY8c9NqT4fDHHCBxmW0ZRlGMZenzlvT7I8sX8H5g/l5omoatZcbfzhoUMmp
2Dig43tuPVSngeRp7ZnQlxxB7w+V9pYD2dr8uLGf7rJIA/1JEA/Y/Ljyh+X3mP8AMnzHd/8A
ONOvGQ6J+RkHmeaGWoo736mLR2p/xX6vIeFc1OPH4h8E/wAF/G+T9Edr9sY+ydLH2hwmp9pe
HGQ/mCBByfMQo+97Z/zibeav+avno+ffMsLR3H5P+ULDyDZo+/LUA0n12eviUjUH/Wy/RSll
lxS/hHD8eryX/BKw6XsbRjS6OW2tzT1EgP8AUjRwx+FyfVP/ADkN59X8tvyd88eZ0m9G/Swe
z0duhN5efuIKfJm5fRmXqcvh45S7g+dexPYn8s9s6fSm+GUxxV0iNy+JvyK/LW1k0/QfKGi6
n+Zf5L/nPZaVJqWr6rJC7aJqHJ+QnaCV5bZ0PNRxojHuK75g6XD6aHFGdfjbk+re3PtD/hE8
846XW6Ez4YQj6ZwNcpTjGOQHYn6pB+mGj2t9ZaTplnqeoHVdStbWKK/1NkWM3EyoBJLwQBV5
tU0AoM2gFPguoyQyZJShHhiSSI7nhHQWdzXm8L/Nz/nHv8pvz2dNR1WF9H8/+V5THoH5meWr
j6h5h0a6UAr6d3D8VACCY5QyEfs71zb9m9tajQ3GB4oHYwl6okddjyvvFFoy4ORkKvcF8Afm
x5Q80/l95o0O6/P/AFl/LHmWyeOw/Kj/AJzy8n2i2skLk0h03zxp6gwtHLQKzvWJ990NTnX9
n6jHqccvykeKJHr00ze3fhlZlt9R3j16UHFmDH6vn+t9a/k3+e93c+adP/JH/nIHy/o/lb83
DZLN5M8xWCo/lzzrpsSfBfaFOwoG4tye2J5JX4ar05ztHseHhHVaQmWEGpA/XiPdMd3cb3r4
tsMm/DLn977QznW52KuxV//S+/mKqNxcQWkE91dTx21raxtLc3ErBEjjQFmdmJAAAFSThjEy
NAWSr8lPzg/NzQfzwZvzM88QXmqf84r+UtbTR/ye/LCxBN9+b3nFJCkBWGnJ7CGVCIlI4uQ0
j1VeOeg9ndnz0FYcRA1U43OZ+nT4+fP+cdjYvupxZy49z9PTzL6r/Iz8gdebzDB+fH/OQItN
d/Oq+t/S8teXYaSaN5G01wOGl6PFvGJVWgmuAOTmoB4/a5/tXtXHwflNHccAO5/iyy/nS/QN
vc2Qgfqlz+5n/wDzk55i/NPyp+Vur67+VsUDXtgpfXrngZb62sdvVnsoz+7Z0WpPOtBuBtnK
aqc4YyYfgeT3n/A/0HZeu7Vx4O0SRGW0P5hyfwxydeGRoGq94fH/AOXXkfyf+YX5hflZr/5I
2vmC6byleJrn5pfnHrVxMXu5J4g76aTIQJ5uTEMEXgg8RmFixwyTjLHe25kevk+n9u9r67sn
s7WaXtcwiM0TDT6aABEADtlBF8MABtxS4jxWH6HfmP8Al55b/NPyfq3krzVbvNpWqqv72IhZ
oJYzyjmhcg8XRhUGnt0ObLLjGSJjLkXxHsLtvU9jayGr05qcL58iCKIPkQSHzlJ/zjfr11pF
voH5rfnvq/mr8rdD9J/8NzQW2mrPBbsDFHqN6GLSRrQAior45VDRSyVDilLy7/fW5ewn7e4M
GSep0ehxYNRMH1jiPAZc5Y4k1E79bpO9d/5zL/5xa8l3I8sp+aml6vqemJ9XTy75Vt7vzBPE
IRxEfpaRBdcKAUHKmdNo/ZjtDUxuGKgP5xjD/dmL5tm1QnMynK5SNk87J5vOrb/nNT8m4dTv
9W0L8mPzTvdQ1EKL/W7DyHdxS3KCnEySS+jIw2FOQzKl7Ia6G54B/nxP3WmWvlOAgZSMY8hv
Q9wV9A/5zX/5x40N7tbvyX55/LC3u5Gmv73UfImq2tu8vd5Xsba4BbxLfScl/oN7RP0xgfdO
A+8hcuvOWuORNbC7NMv1zX/+ccv+cwfLlt5a8t/nJY60LC7iv7az0DVII7yK7QMImmsp1MhK
1NFePbNB2j2HqcYMc2OUa6jcf6YXF6P2U9rM/s/qjqdPGEyYmJEwSDE1Y2MSOQ6s58leW/z8
8peZNN0zX/POi/mL5BkMv1vV76xNnrlsixkxKDA4hl5PxBYrWlc1sI5YyAJBj9v6nYdp6/sL
W6aeTHgyYNSeUYyBwcxe0gZja/4kZ+ff5zWX5QeUTcWkQ1fzt5gkGneSfLUdXmur6b4UYotT
wQkFvH7I3OOozjFG+ZPIebH2M9lcnb2s4ZHgwY/Vln0jCO8v84gHh8357+VvMb/lb5a8zfmY
PzOvdB/5yD0TUp7381vy08zAx22uJLLVLeK37ngQYpo29jRaZroS8KJnxesfUD18v1F9r7R7
P/lrWYezhpYy7NyREdPnx/VioASmZcgDL64yiL/hfqTp7aL+Z3kDT5df8vxXeg+d9Ghm1Py1
qsKTRtBewq729xFICrbNQgjN3hzSxkTgaIojyfm3XaX8vnyYSeLgkY330at+ZX5wfk9o35HW
dt+X35hTajqv/OI/mDVIpPy+8/pPI2ufk/5jlkAspbe9JMy6cZCAjcv3R+B/gPxd/wBndpS1
5OfFQ1cQeOP8OohXqv8Ap1d8rsCIdXOHDsfp+59V/wDOOf5xea7jWdW/ID877q3b86fI9mt7
pvmOBfTsvOXl0kJba7YEfCWIIW4jU1R/Y7aDtrs3GIjV6YHwZmiDzxz6wPcLvh8urdjmfpPP
7319nOtrsVf/0/v5ir4M/wCcpvNk35l+bdO/5xd0PXJPL3l240mTzf8A85K+c4JDCNH8l21S
bITj+7m1JkKHusQZtwc6zsHTflsZ1so8U74cMf52U/xDv4DW3UnoWjKeI8PTr7ku/wCcZPI1
v+bvmTTv+clNd8vroPkHy9ZNoH/OKP5dNF6UGjeW4wITrLW52W51ALVCd0h40+1XJdt6s6PG
dHCXFOR4s0/50zvwg/zYg1IfzhyBtGOPEeI8uj9BM5FyFOWKOaOSGaNZYZlKSxOAysrChVgd
iCOuKQTE2NiHzd+UX5LeYPyj8/efjoOu26flF5klTUtH8oyIzz2moSg+v6LVCxxDYAUPIUFB
xqcXDgOKUqPpPTue59p/avD27odN42P/AAzEDGWUEATgPp4hVykBQvi7+943+eH/ADm3pHlg
+afL35O2+k+a9W8osbbzt+ZuvXn1LyV5ZuD0hvL2MNJe3XXjaWitITtsds7fsv2Xnm4Z6i4i
W8YAXkn/AJvOMT/POz59PPXL9j8Rfzr/AOcwIfO+ozPrGp6x+f8AqcUheLUPNjzaR5PtpPHT
PKlhLEHUdnvZXZh9qMZ632R7ISxRG0cEb5RqWX/ldsfgI/FwMmovz+75PmrVP+cjfznv7f6h
YeeLvyhoqFhbeXvKccPl6whQ/sJb6WlstANviqfE51GP2e0Ud5w8SXfk/eS+crLQcsvd7nmM
/m7zXdSNNdeaNXuZXNWllvrh2J9yzk5mQ7L0kBUcUQPIBHHLvTbRvzM/Mfy7MLjQPP8A5j0W
Yf7sstUu4Ca9QeEorlc+xtDM3LDAnziD96jJIdS9Ps/+ckvOl7LCfzE0fQfzXih4rFeeYbJY
9XhUd7fWrA2uoRt3qZ2FexzX5/ZrAYkYZSxf0Yn938cf0nz23ZjMeu79If8AnHH/AJzw826d
dWOjeUfOd15mhZ1Qfkn+aWppJdzJ09Hy75xZEDSdBHBqKLX7KOxzz3t72LhvLJAR/wBsxR2/
zsA+2Ql76cvFqO4/A/rfrn+Wf5g/kp/zkpe6b5qtNH+qfmV+V12V1Xylr9sLTzF5dvHXi0N1
bNVuJrVHUsjfaRq55V2p2Ll0U4nIBKJ+mY3ifdLlfeOYd9ou29Vg0+XT4cko48oAnGyBKuVh
I/Jv5IprP5x/nV5x/NXyPpWs2+qalpcvkS6vYor+L6rBAycozItUdSqh1p4dRmihp7yzlMA3
VfAPfdp+2E9P2LoNF2bqckDCGTxhEmHqnOwDR9W10X1wqqiqiKFVQAqgUAA6ADMx8zJtJfMf
lzQ/N2g6x5X8zaZb615f1+0lsdY0m6QSQ3FvMpR0dT2IP0ZbgzzwZI5IGpRNg9xCCARRfkvr
f5b+dPKvmK3/AOcfbXVpB+bn5MR3Hn7/AJwg/Mu+YtLq+hW1Bf8AlLUJiQZTGp9B1PWIo+wX
f0DDrMWTF+bI/c5ahqID+GZussR/OIBldbE1dlxTEg8PUbj9T9KfyO/NvRfzw/LLy1+YujQS
aedWieHW9Dn/AN6NM1O1cw31jOOoeCZWU16ih75xXanZ89BqJYJG+HqORB3B/HVyIT4hb1rN
ezf/1Pu35u80aP5J8reYvOPmC5FnoflfTbnVdWuWIHC3tImlkO5ArxU0y7T4JZ8kcceciAPj
sgmhb8gNH8u+ZfzM0HyT5B1ky6f+Yv8Aznh5hm/Mn87Jo2IuNK/LbSisllpit1jWW3MNvGPG
SSvfPRMuSGllkyAfu9FEY4jvzysHIP8AOjZtxAOKh1lv8O5+sXnDzNon5S+QrvXR5e1XUdC8
p2kENt5d8tWD3976CFIY4rW0i+JuApsOgGcBgxS1mcRlMAzO8pGhZ3slyieEPmD/AKHs8if+
WY/Oz/whr7/mvN5/oXl/yk6f/Tn/AIlq8fyPyd/0PZ5E/wDLMfnZ/wCENff814f9C8v+UnT/
AOnP/Ep8fyPyfNv5+f8AOW3mj80m0L8ufJH5bfnJ5A/LbWw7/mr59tvKF+mvPZL/ANKvSIl5
ek1z9mS4Yjgp+EE5uuyewNNpBLNl1GCeQfRHj9N/zpbb1/NogtWTKZbAGn5q/mh+Unm/8yp9
P09YvPHlTyD5Z5w+Rfy40r8ttdTTdJt2J3AMvKe4kG81xKTJI1STSijvezO19LoRfiYZ5D9U
zM2fdt6R3RjQHxLjTxyl0Ne55P8A9Ck6n/v/APMD/wA9rrn/AFUzbf6MMX8/D/pz+pr/AC58
/k7/AKFJ1P8A3/8AmB/57XXP+qmP+jDF/Pw/6c/qX8ufP5O/6FJ1P/f/AOYH/ntdc/6qY/6M
MX8/D/pz+pfy58/k7/oUnU/9/wD5gf8Antdc/wCqmP8Aowxfz8P+nP6l/Lnz+S7/AKFH1X/f
35g/+e11z/qpj/owxfz8P+nP6l/Lnz+S0/8AOJGp9DP+YHyP5a65/wBVMT7X4iKM8H+n/Yv5
c+fyfWf5ft+Z3kXT7PV/rP5m6l+aPkC1A/KX8wLf8vNZjvFiQ/vNB11pHYX+mTqOKrIGkgND
E3H4c5TWy0WpmY8eEYsn1x4zQ/pw29MhzocIlQ4m+PEO+x5P0+8of857aZfeWdFu/Ov/ADj7
+cXl7zXJbJ/iDSLHyfe3trDdDaQQXFULxk7qSoNNiK5weo9lYxySGPVYDG9rnvXS6jz73KGf
beJZH/0PZ5E/8sx+dn/hDX3/ADXlH+heX/KTp/8ATn/iU+P5H5Mm8mf85h+TvO/mrQvKVj+V
X5taRd6/dLaW+p6x5PvLKwgZgTzubl2KxoKbsdhlGq9n5YMZyfmMMq6RmST7hwhMctmqKI/5
y/8Ay61jzV+WkH5geR1MP5rfkZfr55/Lq7jHxyzaepa809vGO9tecTL0JK16Y+zmshh1Hg5T
WLMOCfkJfxe8dD03XNGxY5jd4j+RPnzQ/L35+2N/5Yl9L8of+c1PLC/mH5HtgAsVl5v0+KMa
3aADZZLiFllcf78RvfNn2ro55NDWQfvtLLgkP9qO8ZH/ADpADyYQkBLblL736O5xjkP/1fpb
/wA5xXk+r/lh5R/J6wuBDqH5/eedA8jzAMVf9G3FyLrU2BXfj9Wt2Rv8l86T2YEceolqZxuG
GEpH3kGMf9kQ05txQ6pT/wA462Nt5z/5yI/5yY/NNbcDS/I95p/5OeQFCsEt7Hy5EJ9UWIsa
Ue9mCmn++ss7ZlLBodNp5fXIHLI/zvEowvzAv5oxi5E/D5PuXOXb3Yq7FXYq7FXYq/C7yv8A
8/Qfzu1v/nI7TPydufJHkiPy9e+fj5Ul1CK31IXgtBqJs/UDG/MfqcBWvCle1M9e1n/A+0WH
suWsGTJxDHx1caur/m3XxcCOrkZ8NDm/cu4uIbWCa5uJBFBAhkmlbYKqipJzxrU6iGnxSy5D
UYgknyDsYQM5CI5l4tdfm/NNeG20PQHvkqRGzs3qOB3CIpIGeBaz/g4nLqDi7P0pygE0TZMq
6gAggHzeux+yhjDizZBH9HxfH3nfzt5l0nzbc2ja1rWlW2ryNcabH9fuDFGXb44N3BUq2wqO
lM81zds6zWynmhOWMmRJgf4TZ2/U872t2Hk0krhLiFWPN9afkB50uPMflq60fVLyS71fQJuL
TTuXkktpatGzMxJYqaqansM97/4FXtFLtHQHBlleTEa8zHbf5mnVaefFGjzDGv8AnIfz5eaS
mleVdF1Cexvpz9d1Oe1laKRYlqsSckII5NUnftmk/wCC57Tz0sceiwTqR9U67tuH7QWGpyUK
CU/84+WPmbXtRvfNGs65qd5pOmA21jb3F3PJHLcuPiYozkMEU9+59swP+BNoNXrc0tbnnI44
bRB5GR6/5tfax0wJ3L63z31zHYq0VDAqwDKRQg7gg+2KvxR8w29z+VPkH80dD05x+kP+cIPz
20nzz5TjLSI6eTfNFwtw1qpNaxmG9uISBtRCc9Ow3rtTiMj/AI7gMZ/1sd8u76IuEfSD/ROz
9ov0lYfo39L/AFqP9GfVvrn12v7v0OHqepXw4755lwm66ua//9b6TfnXM2qf85d/84i+X7hV
bTPL1l54843fIVAks9MjsInNf5DeVHvnT9kS4ezdYOsxjiP9OC05Prj8fuRH/OA1ozf8426B
5ouLhrnUPzC8w+Z/NOqzvuzXGoa1d8iT3qsamuU+02c5NZwEV4UIY/8ASRAThFR9+77Oznm1
2Kse80+bPLfkjQr/AMy+bdatNA0LTU9S81K8kEcajsBXdmPQKASTsBleXNDFEymQAOpc3s/s
7U9oZ44NNjlkyS5RiCSfl9p6PhPzX/z8h/JvRrl7by15f8wecVSoF9FHFZQMR4G4cSU9+Gc5
m9rNJDaNy+FPs/Zn/LP3tBqQJZjjxA98uIj4D9bBh/z820RlMqfkzrDwbkTfpOGlB3qLcj8c
xx7V2LGGVd9/sdvL/ln8wn4cu0sIn/N4Rd91cdst8s/8/KPyl1S8itvMXlHzD5Wgk+3qFIL2
FP8AWELiT7kOW4va3Sy+sSj9rr+0P+Weu3sAvBPHl+PAftsfa/AzyjrOl6L/AM5h+XvOmsXs
eleVX/M79PnW7r93CumnVWuPrDHsBHuR1HSlc+vhqsfans9IaU+IThqhzvh5V0fnvtLsrVdl
6s4dVAwlGR5+R3o9R7n7S6j/AM/Y/wDnHTzB5ol8hW3lDzxqegatdDTI/Nlla23GUSOEEsVq
1wLgoT0HDmR+x2zxjt3/AIE+r1fZWWOqnGEJR9XrESIjf6+QO36G/Sa/hzxOMXK9tr39z7O0
Hzf+X3l+4i1nyzBqOsR31qPQu5HRY2jlo9VBANds+LtB7Rey/sf2hM6DFlzZBcSZS27jw+nf
39X0HVdndpa+AjqDGABuv17vCPzps187Q6nrVhatbX1nKL+whNC/wKPUWo2qwFfmM4LX+0sd
f23l1EYHHHMR6T0kAACdh59Ork5+yjHQxhfFKF7ju32Sv8qPOS+S/N+nardSsumXUZttXpX+
6kFQ5HfiwBzeew3tH/IfaQzTP7uQIn5iiR/sqfJcU+CaV65qOq/mH51uruGJpdQ8w3wh0+1r
XghPCJBXoFUCv0nMTtPV5/aTtcyjZOWdRHOok+ke4WxkTkn736J+UPLdp5R8uaV5fsh+7sIQ
ssneSVvikc/6zEnPrf2f7Ix9k6HFpcYrhG/9Y7yPxNuyhERFBkublk7FXYq/Mb89fKi3n57/
APOVHlVHE1v+b3/OMU+pXFkwFDfaLdXdjbOAerIs3IHtnbdm5ODs3BlG0oarhvrwyjZHuLjT
HrI/ovYv+ViXn/RPr/lZFB9f/wCVJ/pHvT1f0JSvX+bfMX+TMf8AL/5X+Dx+H4cTLjPhcXk/
/9f6Qfm0Of8AzmR+RVmoPr6v+Vv5i2NhTr67PpMgA9+KHOi7LifymWfSE8ZPu4qap/UB3gp5
/wA4DH/rEX8mEOzQ2GoQyf68Wq3iN+KnKfaWQl2lmI5GV/NcP0B9gZo212Kvx+/5+a+btUbz
H+W/kRJ3j0aDTbjXLi3ViEmuJZjbxs4Bo3prE3GvTkc4b2xzSHh4wdjZP2P1T/yzb2ZhkNZq
5RByAwjE9YipGVe/a/c/Mzy9Np1vr2iXGr6fLq+lW9/by6jpUJpJcwJKrSQqfF1BX6c4zTGM
ckTIWL3He/S/bWLNl0WaGCYx5DAiMzyia2kfc/Xe2/5z98j2Vgmk2f8Azjz5htdLij9GPToo
LdIFjApxEYi40p2pnoI9o8IFDDKu6g/H2T/gLdp5Mniy7SwGd3xGc+K++6t+YP5nywebvzB8
2eZ/KPkXU/LHl3Xr9r3TfL7Wj/6KJVUyIBGnAD1ORAXYA5xXaEfGzynjgYxJuqfpz2QzfyZ2
Xh0ut1WPLlxx4TISuwOW8tya5k83h3kryHa+dvzL8geV/Mlg66RqnnXR7W/SeFlMkNxqEcE8
AZgKCRHPIe2fRnsP2jqNBiy8FgeBfkJARo/B+V/+C7g02qwHKCDOOYgH+ieKx9z9TP8AnPP8
nPyz8kfm7/zjT5o8o+UtL8p3uoJr+k3Vto9lDaw3Is7OOW0MscSKpMQeSjUruN9hmk7f7Y12
T2T7Vh4kpAQxmySSLywBo89x0975N7K4sZ7X0/EBzl/uZPrr/nEG40y68qxHVWge4skmgsDO
QaKszF6ctqgEfRny5/wPMHZ38t6j8yIGXhQMOKj/ADuMgHyp7T258WBj4d0Sbr7GQecru1vf
M+sXFkVa2M3GN0pxbgApIptSozx//gg6zT6nt3UZNNXBYA4dh6QAarzDm9iYpw0cI5OddfMv
HvzQ8qR+T/OF/pltT6hcol7p4/linFeB/wBVqj5Z1Ptt2DHsbtA4ofRKMZR9xHX42+J6nHwZ
CPN6/wD843eT4rzUNR85Xih10w/U9KjO9JpFrLJ/sVIA+Zz0P/gPezwy5Z9oZP4PTD378X2V
TZpYfxPsjPoZzXYq7FXYq/P382ZIrb/nL/WNXn3svL//ADjR5hvNUQkcDCdWYAOO4PE52WiF
9jRHfq4/7hx5f3n+b+lj3oSf9ErfS4n1P+VC149/+ORy6fLMuv8Am6/+tj/fMf8AIfB//9D6
Tf8AOSvDyt+e3/OG/wCZskLfVLPztqXknVLoNxVU81aXNb2wc+H1iJD9GdP2JIT0Otw/xShE
gf1Jgmvg05NpRPm3/wA4OM+g+QPzL/Ki6neS9/Jr8zvNPlxYnUqVspr1tRsXAP7MkN0HHzyP
tRGBzYckOU8OMn+tw+r4rg5EdxL7Vzmm52Kvzc/5+DfkT5n/ADA0byx+Yvk3S5tb1DybBc2n
mHS7ZTJcNYSlZUmijWrP6ThuQFTRqjoc5T2p7NyanHHJjFmF2PL9j7//AMAf230fYmrzaPWS
EIajh4ZnkJxscJ/rcQo8hW78ctB1a88p+ZtG1mOHjqPlzUba+FnOCp520qyhHUiorxods4DB
klp8sZ1vE3u/Xnaujw9saHLphMcOWBjcSDXEOb9wdP8A+fgv/OPFzoMWqXx1jTtVMIe48vHT
mlmWWm8ayofSbfo3IDPR4e0+hMLJIPdR/sfirUf8A32px6g4oY4zhdCfHERI/nUTxfCrfnt5
g/5zs/P3UvN2tXnlPzIuk6FqWoTN5d8sy6fZ3L29s7n0IamIs7KtATU1Octl9ptXLJI4/ps0
K6dH3rRf8A/2ew6LFDWD98IjjmJmIlKvURZ5Evz/APJ3mfR9J/5yJ/LTzJrrwxay/wCZOm6p
5jmBMYhEmpcrh5wW4Rnm9eNBxANabZ9V+z0u2Nf2Pmnqf7s4OGEaFylQoit+8b978pe3+l7E
7P1H5bQerJHIeKVkgRBO18iTsbFv01/5/F+dDoN5/wA47W2j3wt/MumXesa5ashVmijj+qRI
7Ia/C71Ars1GHjmD/wADjsjH2hDV4tRDixZICBvkd7+Y2PyeDzamennDJjNSibD6U/5wO0S5
/Nz/AJx58s+fdfj/AEDNq2p6mr2dkp9OdLecwGZGkJK8yhFN6Uz5m9vP+Wf+zMHbchj1OTww
BtcbHP03wvbD231OohxThHiqr3+fN9taj+Uug306ywXVxYRJDHCltCEKgRinKrAkk9Tmh7W/
4CXZOuzDJHJkxARiOGPDXpAF7xJs1Z82jTe1Opwx4SBLcmzfX4vmL/nIhPS8920fIv6ek268
j1NGcVOcF/wXIcHamON3WKI+Rk8XrDeS3s3/ADjT/wAobqv/AG1H/wCTaZ6R/wABz/jJn/ww
/cG3S/R8X0ZnrbkuxV2KuxV+R/59eZpT5w/5+BfmFbvJLF5L/K7Qfym8uMdlbVPMKyzTxRk9
WjlvICQPHPQeytLKWHRaU7eLklmvygCPt4XEyS3lLuFPvn/lWC/9C1f8qg+pDl/yrr/C/wBQ
r/u79F/VeNf9fOU/lOf8ofm79Xicf225HAODh8n/0fq7/wA5jeQNU/ML/nHrz1aeXIfV84eU
1tfN/kkgVcar5euE1CBU3G8ohaL5Oc3ns5rBpddCUhYlcD/ngw+wm/g1Zo8US8A/Jv8AMTSr
X/nJPy/510qVIvIP/ObP5eaf5n0ZweMaebfLcCx3tru1BK1nKAw6loqfsnNv2loj/J8sJ+vR
5ZRkf50ch9JHkDH7WEJeu/5wfdnn/wA+eXvyz8o6x5381yXUOgaFGsuoSWVpPfThXdYxwt7Z
JJH3YfZU+OcppNLPVZY4oVcuVkRHxJ2DfKXCLL5V/wCihH/ONn/V082f+Ejrv/ZHnQ/6D9b/
ADsX/K2H62n8xHz+Rd/0UH/5xs/6unmz/wAJHXf+yPH/AEH63+di/wCVsP1r+Yj5/J5h5l/5
y6/5wK846m9p5r8vHXtcmiNy8F95F1GW9eLoZaNY+qQD+1+OVZf+B7qtRHjnDDIDazOBHzt3
nZvtf2l2YOHSanLiHdGUo/YCxL/lbH/Puczi5/5Vld8wvEKPJGu+nTx4fVONfemYf/JtJf6n
g/08P1u7/wCTo+0dV+fz/wCmkzry3/zlD/zg35PmjufK/km60K6hIaK7s/y/1SKZWFKMJBYc
q7da1zJw/wDA/wA+H+7jhj7pw/W6XtL2w7T7TFavVZso7pSlIfIl+VE/5Af84u6z+aOreefN
X5++adZ8ta7r1/q+reU7f8s/MVrcPDfTSy+gl56jhHQyCj+mRUfZptnsH8vdpQ0gwYsOOMxE
REjngRYFXw0Plbyngw4rJNe551rf/OPv5c+YvOMMuvf85PeZtd8p2/C3t9a1LyL5putYisYy
eECQyxNECq7CkoWu/HtmRp+3NRpsBji0uKEjvtmxiPF38v0IliBO8j8i/aX8rv8AnLr/AJxM
/KH8vfKX5aeULnzhb+XfJ2nx6fpwl8pa40snGrSTSsLIAvLIzO5puzHPLNf7Ndp63PPPkOLi
mST+8hXw9XJzY5oRFC9vJn3/AEUB/wCccf8Aq4ebf/CR13/sjzE/0G6/vx/8rIfrZfmI+fyY
hrn/ADmJ/wA4g+ZLwajrlj5k1K9EYiFxN5Q14twWpC7Wg6VzQ9pf8CeHaOTxdTiwTlVWZ4zt
82MsuOXMX8Ex0X/nOH/nFHypZy2uit5m0iykdp5o08o66qcgvxOS1p2A3zO7L/4GuXs6HhaW
GKESeUZw5n3HmkZscdgK+CPsv+fi3/OL2pW0d5p3mHzJqFnLURXlr5W1qaJ+JoeLpaFTQimx
zYz9i9fA8MjjB7jkgD96fzET3/JF/wDRQf8A5xs/6unmz/wkdd/7I8h/oP1v87F/yth+tfzE
fP5Fk3kz/nNr8hfPvmrQvJvl3UPMsuueYrpbPTI7ryzrFrCZXqQHnmtVjQbdWIGUar2Y1emx
nJM46j3ZIE/IGyyjmiTW/wAn0l5w81aP5G8qeZPOXmC5W00Tyrpl1quq3DEKFgtImlfdiBWi
0Hvmk02nnqMscWMXKRAA8y2E0LL8h/JflzWPPWk/844/l35ltT/i/wD5yZ/Me/8A+ch/zfsG
SptfLumSreafazhmqEl/0SBQR0DL+znoWpz48Es+bFI+Hp8Yw4T/AEzRkPeLm4kRdA8ybL9m
882cx//S+/ZAYFWAKkUYHcEHEbK/ILzP+V+v+VNa8/8A/ONfluVdL82eUtab88/+cKNXkJWN
nhnafVvLyOdqRyPJHwrvFNybZc9Ewa6GWGPWz+iUfAzj+aCBGOTzlLc+8bOIY0TH4j9T9Jfy
P/NvQ/zw/LLy1+YuhxvZfpaExa3oc+1zpmp259K9sLhOqyQSqykHqKHoRnF9qdnz0Oolhl03
HnE7xPxFORCYkLes5r2bz78wfzT8g/lbZWF/588yW3l631SYwad6/JnmdaF+CIGYhAwLGlB3
yvJlhj3kad12L7O9odszlDRYZZTEWeEcu6/f0eSfm9+Uflj/AJyI8ueV/Pf5f+b4vLv5i+Um
fUfyn/NzRylwbWVtpbadQeNxaXFPTnhbYivRs3fY/bJ0dxI8TDP6oXsR3g/wy/pDfzdV2h2f
m0uWWHNE48kDRBFEHzD8Ivz4/KX857PzfqGk6Vr/AJi/Lb82GMlxf/k5Lr96NL1z4jzvvJOo
TTBLqFz8X1GRhPF9lOYAUez9h9taXwrmI5cI/wApwjih5Zh/Cf6Vm7F06XLjlfce79T4K1L8
wfzg0e/u9K1fzx5x0rU7CVob7TbzU9QguIZF2ZJIpJFZWHcEVzvcOm0maAnCMJRO4IAohxSZ
Dmgv+Vp/mf8A+XH80f8AcYvf+q2W/kNP/qcfkF4j3u/5Wn+Z/wD5cfzR/wBxi9/6rY/kNP8A
6nH5BeI97v8Alaf5n/8Alx/NH/cYvf8Aqtj+Q0/+px+QXiPe7/laf5n/APlx/NH/AHGL3/qt
j+Q0/wDqcfkF4j3vQ/IL/wDOQH5kXF4PL3njzLDo+kp63mLzbqWu3dlo2lQd5r6/mmEUSgbg
El26IrHbNbr8+g0QAnGJkfpiADKX9UdWcBOXJ+tf/OLX/ONfnr80NEn0iLzr5vP5Pa6kcX5l
fm7q91fW195xtkYO2j+V7S6f1LPTHYUmvJFE1wNlCJ8OeU+0ftDjwZOIwiM0b4IACsR/nZDt
eQfzNxGue9udhxWPLv736za15/8Ayl/I6w8peQ1mstADJbaX5Q8kaZGDKsPJYYuECfYiUnd2
oPE1zyjU6s5Mhlklc5m9+ZL1HZfs5ru0cWTNgxk4sQuc/wCGPWie81sHs+B0rsVfA/8AzlT5
hg/Nbzt5Y/5xd0/Uo7PyukUXnv8A5yV14ycIdM8n6VKLhLGeQVCPqM0aih39JWY/Cc6zsHB+
Uwz10hcvowjqckuU494hVHzLRlPEeH5+5Nf+cTNNufzK8yfmJ/zlZrGnPp1r+Zno+Xfyb0qV
eDWPkfRnZbSQR0Hpm/m5XDL4cO2Q9oMg0uOGgibMPVkPSWWXW/KJA6e5cI4iZ9/L3PuPOWb3
/9P7+Yq+c/8AnJT8mdS/NnyjpOp+StQi8vfm/wDlnqK+Zfyk80SVC2+qQLRrWcjc295HWGZe
lCDQ8Rm57F7RjpMpjlHFhyDhmPI/xD+lHnFryQ4htzD4a8h/nJ/yrrX9a/5yP0Ly/d6N+X/m
nVF0X/nM78m0V5L3yL5vh4wN5ihtlBY28oA9dlFHjIl3YHj1Op7N/NwGilK8kRxaefTJA7+H
f87fmaqu7nQJ8J4unXy836wabqun63pVlrOh31vqumapbJdaVqNvIJLeeKVQ8ciSJUMrAggj
tnAZMcscjGQojo5kaPufBv5g61q35o2d9e31vpflT8/f+cctdu9c0jylcyVs9R0teLco2np6
0V1DGKOoHFxQhc1mUnJvsJwOw8v2vsnYeDH2ROOKBnk0HaOKMJzH1Y8pFfwiwcMp8v4hy4ns
X/OPOl2WqtqP5s+SdQi0n8uvzRtIdRb8vFtyFsNbiJhvp4pOfFOciMGRVoSOW2XaapDjjyl0
7j1eX9tcuTAYdnaqPFn0xMfF6zxH1Y77/SY1e45I3WNZ/wCcb/8AnJqx178rfM7aH51awup7
a+8rakBHeQz20hjae0YlZFZWHwywNUeObHs/tXJpcvHp58Mx+OR2Lz/ansr2jocMM2owyGPJ
HijLmOHvNfT/AJ1PjD85f+feWv6vCR5T1nRfzf8AL9tEYtP8pfmb9YTXLKIfZh07zbp/G94r
0SO6WVF987vsv2zhiszEsUv52KvUe+cZ2P8ASVzPk8vPT3y39782PPv/ADgT5j0C4f69+V/5
reRD6kgkk0zTbP8AMHSVCnYxXejy2l2E8PVta06nO90nt1GQBOXFPbkOKE/9n6ff6ubiy0vk
Q+fLj/nGi0t55IZvzFm05kYAR6n5O81WkvWh5R/o6ShHhXOlxe0U5xvwT/p8f/FtRw11+9O/
L/8AzifLr07Radr3m7zS6VpbeVfy+8xahI9P8u6hsol+bPmJrPav8v8AXAQH86UoUPhGRPyT
HBfV9j/lf/z7n866lNbXNl+SV4FYIw8xfm9rMWm2aEg/Gvl3y88909D+zNdgeK5yfaHt5AAC
WcEf7QDxfGWUcNe4W3w0vl8/2P00/Ln/AJwa/L3ynb6Rrf50eYIfzOl8sEXWj+WZLK20PyRo
0ikt6lpoNufq5Za09W5aRz1Jrnnmu9q80xKOAeGJbSldzmP6Ujdf5tOdh0hnIRAMieQH6AH1
j5P/ADU/LHzrqF3oHknzno2vaho8VbjTNOnR2iiQhKqq7FVNBVagZyUc0Zk0bLu9f2Dr9Bij
l1GGUIT5Ejb9h8jT5A0vyJ/zkdp3nX8zUttP8ueVpfNuu3F3P+e+qSx3t3Ho4P8AolnZWrMe
HpRigDBVBqT45hRhmEpchZ+ry8vc+o6rtX2by6PSnizZRixgDSxHDHxduOWSVAmM5WdpGW+1
cmZf84yx+ZF8/wD5rR2H5ja1+Zv5XWAtLTTvM+syCYXGuAcr4Wbii+lGDxPAca0pWlcnpuLi
l6jKI7+/y8nUe3Z0h0GlMtJj0urlcjDHdDDuI8YJJEyd6O9PU/8AnIP89bL8lvLNhHpWlP5w
/NDzvc/of8qvy6tTW61fVJBRahd0t4a+pPKdkQdakZ0nZHZZ1uQmR4cUN5y/mx/4o8ojvfKs
k+Eeb8/vLX5W63+YHmDXf+ccLXX38za35m1W382/857fnVZOUS4uGAa28m6fMn2RwURMimkU
IaoDOy51+bXx0uOOtI4YxBjpsfd35iPeLIPPi22aBC/T8z+h+umnadY6Rp9jpWl2kVhpumW8
Vpp9jAoSKGCFQkcaKNgqqAAPDPO5zM5GRNk7uWjcir//1Pv5irsVfGX5+/kf5rtvNMn/ADkB
+RVnZ3H5m2+nfov8w/y6vqLpPn3QFFH069VvgW6RKi3mYGn2G+E7dL2T2piOL8nqyfCu4TH1
Ypfzo/0dyTEVZ3tpyQN8Uef3vl38nPzdH5L6XqPnL8qdP1rzh/zjLHfyJ+Z/5K3ETt5x/KPV
XbldLHYufVm04NyYxivAVaLkvLN72l2f+ekMeoMY6mvRkseHqB5y5CfO5EnpEBqhPh3HLu6h
97an5O/Ir/nJvypoXm70dL896FqFv6mg+bNMnKTei/24luYGSRRXZ42Ox2ZQc4DW9nyxTOPP
CpDoRR/sPyL1PYftT2j2PZ0eaUBIgkA+kkciY8rHQ8wxf88vNejf845/kPe2XkjTv0PJDa/o
fybaWscjR289wSPWeTcLw5NIWdqlvE5haiY0+I8I5cnofZDs3L7V9vQGsycYlLiySlIcRiOg
vmeQAF7dHhX5R/kBcP5f8teRvO/kzyz538m6nDNrOn/nD5dvzDq2nX8qCV43njLO7FzxR434
kDcdsowaaoiMgCOfEOf483rfav214tXm1Wmy5sGWxCWmyAyxzhHvHpAj14JRv9HbPzg88+ZP
yE8ifljoHlG9fzb5n1rXrHy5Yz+Ymkupr71qiSSeVXV+VSKEdNhSmX5shwwiBubA3eT9mOx8
PtJrtVl1ERixwxZMpGMCMYmIMoxiNwI7cn1LD63oxfWChn4L6xjBCF6fFxBJNK9N8yngZVZr
k8t8kfm7ofnrzn5+8j6dpt/Z6r+XNzHa69NcrGIGklLen6LI7FgyqW3Ap88rhljORiOcebve
1PZzUdnaTT6rKY8GpjxQo78NkbjpuEf+bP5i2/5T+Q9c8+3mjXWu2Ogokl7Z2bxpII3cJzrI
QKAsK03xzZPDgZVdNfs72LLtnX49HGYhLIaBPK+55T5c/Mf89/Ol55V1Kx/L3yx5R8n621ve
M+qa4LzUrnT5FEjG2ito1UOYzWj9O+VY8mSdHhAB872ei7V7B7F7NGXH+ayZ80OKNRxHHCOQ
GvUZE2Ae7n0eV/8AOZ+nX2jT/l5+Y+qx3nmv8stE1RLTz7+XbXEkdjcpLX0bhkVlUkGqnlVa
8a7VyjXDhqZ3iOY6PS/8CrLj1I1PZ+Mxw6vJDiwZqvJGUaMog8wOAE7b83nej6xN+Xf52eVf
zb/Mn8ql/LryPqmgJo3kW58oJHfafbrfGsf6VazSrysjALxWg7VplcSYZROceEVQrf507vWY
Ydpdh5uztDrfzOeOQ5Mwz3jkeHe8XiHaiDxCyTtyfe/njyF5S/Njy3ZaL5ptptQ8vyXNvqYt
EkltvWMakosvHg/Bg/xKaV6HNhkxxyCpcnxnsntjVdjaiWXTkRyUY3z4dxvHzBGxeN/mx+eX
kj8gLDQfy08heVP8YfmhrUHo/lx+SnlpES4mFaCe44DhZ2iE8pJpKCgNORze9k9iT1Q45EYs
EfqmeQrpEbcUv6I36us1uuy6jLLLmkZ5JmySbJPeS+HtJtPzL8wfmdrmi+VPMNn+Yn/OX3mi
0+o/mp+ckCev5T/KDQp68tI0UMSGvaEgKp5u9XkKiozrck8GHTiWSJx6WJuGM/3mol0lP+hy
O4qrALgCydt5d/c/TD8mvyg8o/kf5E03yJ5Pime1tXkutX1q8f1r/VNQuDzub+9mPxSzTPux
PTYDYDOI7S7Ry6/McuT3ADlGI5RHkA5EICIoPVMwGbsVf//V+/mKuxV2Kvlj85f+cbV84eZL
b82vym8yn8p/z20mIRW/nG2i9Sw1m2Tpp+v2Qot5A1KBiPUT9g7Uzfdm9t+BjODUR8XCf4Tz
j5wlzj30CAfiWqeOzY2L4Jsr/wAxfld+ZEsenXFn/wA4e/n3rk7T6r5N1j1Lr8nvzGn5AGew
uQFFjcynf4eEq1oVY1OdbLHj1eDe9VgHKQ/xjCK5zA+oDoDKtmi+E/zT9hfYnl//AJy78qR3
kP5ef85O+Sp/yG846hW3jTzIEu/KWtduema4AbSZJOoSUo1NqE5zOf2ayZYnJopDPj7o/wB5
Ef7ZD+H7XKw6uWGYkCYSHIg1v5EPZPKP5J+R/LPmjT/PH5b6vfeXdDvEmn1DyppF6z6BqRuI
yI5/q3J41Kk8gYqBtq9M5UacY5WLHl0+T1Gt9q9Vr9J+X1QjlI+nIYjxY773krilfL1E08w/
5yJ8p/mTrP5j/k95x8veSG86+UvyzvJtWvtIs7yCC9uLuTiF4xz8VIj9NSNya5RqMcpTjICx
G3pvYvtbQaXszXaTLmOLPqhGEZGNwjEcXFxSBscXFXJ7T+X35sw+e9Uv9BufI/mryVrelWiX
d9aeYLD6tEUd+CiGdXdZd/Dtl+LLx3sR7w8r237O/wAmQjMajBnjLl4U+Ov6wocL5G/Lb81v
I35X/np/zk7c+dtWk0m31/zDZNpFwLW4njmW2ilWUq8MbiilgNzmJhyxx5MnEauX6H0j2h9n
9b2t2L2T+Uh4hhgMZAEXEmciAR7n1D5h17yh+d35K+f5fK2oDV9D1PSdUsYbz03jU3EEBYUW
RQ1Ffj2zJlKObHLhNggh4PQaPV+z3bWm/NQMJwyY5kHnw8Q+8W+M/wAgIr7yn5c8oa9pH/OO
nnrzZ+aVhZTWt15k1S7kstPQOWQC3e+nKLGYuIKrGAO2YWkBgB6JcXny+19O9vZ4+0dTk4u0
NLHSykJCGOMTl7zxCEQTIG9zM2++Na8syfmh+WN35Y88aWmi3XmzRxb69piOtyLO4kQFhG4I
DmKQVVvEA5sZQE41Lq+N6PtCXZPaEdRpZk+HK4y5WPP3jYhiGoeZPyi/5xr/AC20DTPzB/MC
z0Xy55YtY4NN1HzNdxvdz/Vx8AijpzldeirEhI2AGZnZ3ZmfVEYtPCUyByG7R2v2xk1+ry6v
JUJZZEnh9I9XMUHyl+YP/OUP5j+ffL99rH5fLb/843/koi8NR/5yO/M2D6nd3UT1B/w5oMxE
08jb+m8ygHslds6vSdhafT5BHL/hOY8sOI2PMZJijGu4B00spI22HeXl35OflP5y/Mq11SD8
mLXzH+Uv5b+bwh/Mf/nKTzkHf8y/Pa1rINLWccrC1k/ZkYLRaemla5n9o9oYtKQdQY5ckfpw
w2w4+4yr6pjqDFhCBly2Hf1L9Mfyw/KvyJ+TnlGw8k/l7oMOg6DY1d1Srz3U77y3N1O9Xmmk
O7u5JJ9s4jXa/NrcpyZpWT8APKIGwHkNnJjERFB6HmGydirsVf/W+/mKuxV2KuxVivnPyP5P
/MTy/feVfPXlrTvNfl3UkKXmkanAlxC48QHB4sOzLQjscyNNqsumyDJikYyHUIIBFF8V+Yf+
cR/PfkjSb3R/yE/MCy1b8vbvl9e/5x6/Ne3fzL5VkiO5gsrmXneWS9lUM6jwHXOlxe0GDUyE
tbjPH/quL05PiL4CPh0DScRH0nbuPJ8lyaHrP5EzT3LeTvzf/wCcOLlnrd6z5BlP5i/llLIC
oaebTJfVltlfrThGQNg2dD447Rr1YdZI/TGd4ssR3XHgga67lprg74/aHtv5f/8AOU/55aiY
bbyt59/Ib/nJiENIot9P1+XyR5lcD7PrabqCTojHwCAe+anX9h6LD6JQz4Z+Yjkxj4ws/pbI
5JHqC9wX/nKv8zNHgtX85/8AOHX5qWMkqkzXHlhdM80WwANKo+n3fqMD7xg5r5ez+l34dbi9
xE4n7Ys/Fl/NP2Kkn/OZHkmFQdQ/IT877F5PtxT/AJcatWp7VWNlO/gcwR2FkkSI5McvdMfp
bRqpDrIfNa3/ADmHpUUJj8uf84z/AJ7arJKSyW0XkG9sY3YjqZLowoK+JyzB2FGRrJqMMPfK
/wDcgoyaiUjZslLNa/5yX/5yBntvrHlz/nFOfynYG3Mz6/8Amb5v0by5bwgd3gge9mIHcHj8
xmWOw9FDc6oZN/pxwnKR9xMRFq8SR/hr3vljzT/zk1+YXmPUf0L5m/5yr8q6FezmNB+W3/OO
vl6687+YJmaoaJdVuFmghfsSqnfpTN9p+xdPCHjYNLOcep1EowiPPhgRL7Go5DyMq9yZ+Qfy
J/NDXdZTzR+XH5DReRvMFyRI3/OQf/OQ2pP5s84DkFPq2OhxvJFayLvxDulOhAyGs7U0sIeF
n1ByQH049OOCEfKUpASI9xKYwkTYFHvL7D8jf84g+StN8yWX5h/m55i1f/nIH80bMq9p5s85
MktnYSADfS9IjAs7QAio4oWH81d85vVe0OaeM4dPGODEecYdfMyNy+2m6OEXZ3L62AAAAFAN
gBnPtreKuxV2KuxV/9f7+Yq7FXYq7FXYq7FXYq+OPzs/6EV5S/8AK8P+VUfXv3vP9L/o39Ic
qHnx9P8A0jn16fFXpvnTdjfy3wn8j43D14eKv1NOTw/4qfE2of8ARP7hH/yqr/lc/LkfR/5V
j/jf0OVf91+v/ov/AAG2dBg/lbjP5vweL/oI4b/W1Hw69N/BOdP/AMP+iP0D/wBD5/Uv2Pq3
1z06dqevvmV6uv8AJv2MR/npPq3/ACqH1P8Anff+h2vRr+9/Tn6a9Pj35fU/ip8sf3tej+Tv
82k7deNlnlf/AKJafpOD/EP1X/EHp7/8ra/xH6tab8v8Tfua/wCrt4Zrh/ojo/l+Pgv/ACVc
Pw4WX7nr9r9Ifyv/AOVMfoiP/lTf+D/0L6Kcf8JfUfR9L9jl9S7fPOO7Q/N+KfzXHx3vx3f2
uRHhr0vUswWTsVdirsVdirsVdir/AP/Z
--Z6223in9RO180060y--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Aug  8 13:19:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S30835AbSHHKTY>; Thu, 8 Aug 2002 13:19:24 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S30724AbSHHKTX>;
	Thu, 8 Aug 2002 13:19:23 +0300
Received: from mail.onet.pl ([213.180.130.33]:35055 "EHLO
	smtp-marlin.poczta.onet.pl" ident: "NO-IDENT-SERVICE[2]" smtp-auth:
	<none> TLS-CIPHER: <none>) by nic.funet.fi with ESMTP
	id <S30822AbSHHKTW>; Thu, 8 Aug 2002 13:19:22 +0300
Received: from green.it.onet ([192.168.2.141]:1687 "HELO green" smtp-auth:
	<none> TLS-CIPHER: <none> TLS-PEER: <none>) by mail.onet.pl with SMTP
	id <S583737AbSHHKTF>; Thu, 8 Aug 2002 12:19:05 +0200
Message-ID: <006701c23ec4$d27cc6a0$8d02a8c0@it.onet>
From:	"Bartosz Klimek" <bartoszk@onet.pl>
To:	<zmailer@nic.funet.fi>
Subject: Problems with bad header 'from'
Date:	Thu, 8 Aug 2002 12:17:37 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-2"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello.

We are having problems with messages that have bad 'from' field in the
header. Sometimes our smtp server receives a message with a 'from' that
looks like this:

From: "John Smith"

There's no e-mail address. We don't know why it happens, but this is a
different matter.

Router processes such a field and produces:

From: "John Smith"@internal.hostname

While it seems to be a correct behaviour, it is very problematic for our
employees. Is there an easy way to make the router to replace the invalid
'from' field with the 'from' e-mail address from the envelope?

Thanks for any help.

Regards,

--
Bartosz Klimek, Onet.pl S.A.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From bobabba05@yahoo.com Thu Aug  8 14:35:00 2002
Received: from web13001.mail.yahoo.com ([216.136.174.11]:2720 "HELO
	web13001.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S30784AbSHHLe7>;
	Thu, 8 Aug 2002 14:34:59 +0300
Message-ID: <20020808113457.83585.qmail@web13001.mail.yahoo.com>
Received: from [216.139.170.171] by web13001.mail.yahoo.com via HTTP; Thu, 08 Aug 2002 04:34:57 PDT
Date:	Thu, 8 Aug 2002 04:34:57 -0700 (PDT)
From:	bob abba <bobabba05@yahoo.com>
Subject: Confidentail Letter
To:	bobabba05@yahoo.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-Path: <bobabba05@yahoo.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Nigerian National Petroleum Corporation
7 Kofo Abayomi Street, Victoria Island, P. M. B.
12701, Lagos
Office of the Presidential Contract Review Panel
Chairman: Bob Abba(Esq)
confidential  Fax: 234-1-7596150								     
Attn: the president/ceo

Dear Sir,
Proposal for Transfer  Assistance

I am making this contact with  you on behalf of my
colleagues and I  after the satisfactory information
we gathered from the Nigerian chamber of commerce and
industry.

We are members of the Presidential Contract Review
Panel on foreign debt. We are contacting you as a
trustworthy individual, into whose  account we intend
to transfer some  funds.

Presently, we have in our possession, instrument of
payment for US$21.5m (Twenty one Million, Five Hundred
Thousand U.S.  Dollars), This amount arose  from
over-invoicing of some supplies and engineering works
contracts which had been financed by the Petroleum
Trust Fund. The Contractors have been paid in full for
contracts executed. The fund are therefore free to be
transferred overseas without any risk whatsoever.

Due to the nature of Accrual of these funds, It has to
be applied for by a foreign individual or
organisation, and payment can only be made into a
foreign account: Hence this contacts is necessary to
accomplish this deal. We are willing to compensate you
with 20% of the amount for providing the account and
all other relevant assistance to enable us accomplish
this, 10% will be used for the reimbursement of all
expenses that will be incurred by both parties during
the course of this financial transaction; the
remaining are for my associate and I.

We shall require from you the following urgently, by
fax/email: 
	1.	your name, telephone and fax numbers
	2.	the name and full address of your organisation or
company
	3.the complete particulars of the bank account where
you wish  the funds to be transferred. This should
include the account number, bank address, telephone
fax numbers of the bank.
	
My colleagues and I have had fruitful discussions with
relevant top officials of both the federal ministry of
finance (FMF) and the debt reconciliation committee
(DRC). and they have agreed to co-operate in the
transfer. an application for funds transfer will be
made at the appropriate ministries in favour of you,
the beneficiary. Thereafter you will be officially
regarded as having executed the contract for the
(P.T.F) for which payments is being made. this process
makes the operation legal according to the laws of the
Federal Republic of Nigeria.

Please, treat this transaction as strictly
confidential,thanks for your anticipated co-operation,
while I await your timely response.

Yours faithfully,

Bob Abba(Esq)


















__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com

From zmailer-owner@nic.funet.fi Thu Aug  8 16:01:09 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S30977AbSHHNBG>; Thu, 8 Aug 2002 16:01:06 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S30998AbSHHNBG>;
	Thu, 8 Aug 2002 16:01:06 +0300
Received: from dialup-del-203.94.242.82.bol.net.in ([203.94.242.82]:38095 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S31033AbSHHNBD>;
	Thu, 8 Aug 2002 16:01:03 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g78D07p18652;
	Thu, 8 Aug 2002 18:30:07 +0530
Date:	Thu, 8 Aug 2002 18:30:06 +0530
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Bartosz Klimek <bartoszk@onet.pl>
Cc:	zmailer@nic.funet.fi
Subject: Re: Problems with bad header 'from'
Message-ID: <20020808183006.A18350@melkebalanse.gulbrandsen.priv.no>
References: <006701c23ec4$d27cc6a0$8d02a8c0@it.onet>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <006701c23ec4$d27cc6a0$8d02a8c0@it.onet>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Bartosz Klimek <bartoszk@onet.pl>
> While it seems to be a correct behaviour, it is very problematic for our
> employees. Is there an easy way to make the router to replace the invalid
> 'from' field with the 'from' e-mail address from the envelope?

Not that I know about. However, I would be very cautious about doing that.

Suppose that the From field is illegal, and that the envelope from and
the Reply-To field differ. What should the router do? (Yes, I've seen
cases where both would be the "right" choice.)

Or even better: There's a Sender field, and it too is different. What
should the router guess?

My personal choice would probably be to bounce the message. If you can't
deal with a message reasonably, an error message for the sender is a
respectable solution.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug 10 15:48:26 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S34677AbSHJMsX>; Sat, 10 Aug 2002 15:48:23 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S34678AbSHJMsX>;
	Sat, 10 Aug 2002 15:48:23 +0300
Received: from web13003.mail.yahoo.com ([216.136.174.13]:16303 "HELO
	web13003.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S34677AbSHJMsV>;
	Sat, 10 Aug 2002 15:48:21 +0300
Message-ID: <20020810124814.12584.qmail@web13003.mail.yahoo.com>
Received: from [63.103.132.161] by web13003.mail.yahoo.com via HTTP; Sat, 10 Aug 2002 05:48:14 PDT
Date:	Sat, 10 Aug 2002 05:48:14 -0700 (PDT)
From:	boafor king <kingboafor@yahoo.com>
Subject: very important and urgent 
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Dear sir/madam
In order to transfer out (USD 126 MILLION) One hundred
and twenty six million United States Dollars from one
of the prime bank of Africa. I want to ask you to
quietly look for a reliable and honest person who will
be capable and fit to provide either an existing bank
account or to set up a new Bank a/c immediately to
receive this money, even an empty a/c can also serve
for this purpose.

I am Mr king boafor the Auditor General and during the
course of our auditing I discovered a floating fund in
an account opened in the bank in 1990 and since 1993
nobody has operated on this account again, after going
through some old files, from the records I discovered
that the owner of the account died without a [heir]
hence the money is floating and if I do not remit this
money out urgently it will be forfeited for nothing.
The owner of this account is Mr. Allan P. Seaman, a
foreigner, and an industrialist, and he died, since
1993 and no other person knows about this account or
any thing concerning it, the account has no other
beneficiary and my investigation proved to me as well
that Allan P. Seaman until his death was the manager
Diamond Safari [pty]. SA.

We will start the first transfer with Twenty Six
Million [$26,000.000] upon successful transaction
without any disappoint from your side, we shall
re-apply for the payment of the remaining rest amount
to your account, 

I am only contacting you as a foreigner because this
money cannot be approved to a local person here, but
can only be approved to any foreigner with valid
information about Mr. 
Allan P. Seaman who is a foreigner too. 

However, I am revealing this to you with believe in
God that you will never let me down when the money
enters your A/C. 

Send also your private telephone and fax number
including the full details of the account to be used
for the deposit

I need your full understanding and co-operation to
make this work fine because the management of the Bank
is ready to approve this payment to any foreigner who
has correct information of this account, which I will
give to you, upon your positive response. Two of us
will fly to your country at least two days ahead of
the money going into the account.

I will use my position and influence to obtain all
legal approvals for onward transfer of this money to
your account with appropriate clearance from the
relevant ministries and foreign exchange departments
for easy and smooth transfer of the fund into your
account without question.

At the conclusion of this business, you will be given
35% of the total amount, 60% will be for me, while 5%
will be for expenses both parties might have incurred
during the process of transferring this money.

I am looking forward to hear from you. 

Yours faithfully 
king boafor






__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From admujaja@usa.com Sun Aug 11 06:41:46 2002
Received: from [64.86.155.161] ([64.86.155.161]:1156 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S35799AbSHKDlq>;
	Sun, 11 Aug 2002 06:41:46 +0300
From:	"MR.ADAMU JAJA" <admujaja@usa.com>
Date:	Sun, 11 Aug 2002 05:00:56
To:	zmailer-log@nic.funet.fi
Subject: URGENT REPLY.
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20020811034146Z35799-12376+11670@nic.funet.fi>
Return-Path: <admujaja@usa.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


WEMA BANK PLC. 
LAGOS/NIGERIA 
Fax:18014694892
Email: admujaja@usa.com.
Dear Sir, 

REQUEST FOR CO-OPERATION ON A PRIVATE BUSINESS
RELATIONSHIP 

Every four years, Nigeria Banks transfer to it s
treasury Millions of Dollars of unclaimed Deceased
Depositors Funds, in compliance with the Banking Laws
and Guidelines. In the majority of cases, with
reference to my Bank   WEMA BANK PLC. The money
normally runs into several millions of dollars. Until
Dr.David Fang  death along with his wife, Doris, their
two children, Micheal and Ann in a private jet plane
crash. I was his foreign currency denoted Bank Account
Manager with constant balance in excess of eight
digits. Ever since his death and up till this time of
writing, no next of kin or relation of his has come
forward to claim his money with us. 

Naturally, as long as late Dr.David Fang money remains
unclaimed, the bank remains richer in free funds with
his money. However, with my being in direct charge of
Bills and Exchange in the foreign Remittance
Department of my bank, I am in position to cause the
payment of this money to whosoever that present
himself as the next of kin or relation of the late
Dr.David Fang' on private business deal basis. 

Now the game plan and the purpose of writing to you
exclusively having been highly recommended as the
right and proper person to handle this deal by a
Management Consultant friend of mine, who has traveled
widely, including your country is that I want to pull
out this unclaimed money amounting to $14,900,000:00
(Fourteen Million, Nine Hundred United States Dollars)
with your co-operation and assistance by just doing
the following: 
- 

(a) Act as next of kin or relation of late Dr.David
Fang 

(b) Provide your bank account and location where you
want the money remitted .
(c) Provide your direct and private Telephone/Fax
numbers for effective communication 
(d) Give immediate reply to this proposal using the
above Tel/Fax 
number for details on how to proceed. 

For your co-operation and efforts, 40% of the money
will be for you as my foreign partner,10% for
settlement of all expenses that might be incurred on
the course of this transaction, while 50% will be for
myself that will eventually visit your country for
disbursement of the fund. 

Looking forward to a mutual and beneficial business
relationship. 

Regards,
MR ADAMU JAJA.

From zmailer-owner@nic.funet.fi Mon Aug 12 01:20:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S36876AbSHKWUm>; Mon, 12 Aug 2002 01:20:42 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S36834AbSHKWUm>;
	Mon, 12 Aug 2002 01:20:42 +0300
Received: from f221.law11.hotmail.com ([64.4.17.221]:3426 "EHLO hotmail.com"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S36886AbSHKWUj>;
	Mon, 12 Aug 2002 01:20:39 +0300
Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
	 Sun, 11 Aug 2002 15:20:17 -0700
Received: from 193.251.130.208 by lw11fd.law11.hotmail.msn.com with HTTP;
	Sun, 11 Aug 2002 22:20:06 GMT
X-Originating-IP: [193.251.130.208]
From:	"ruthh mgbemena" <ruthmgbe@hotmail.com>
To:	zmailer@nic.funet.fi
Subject: To invest in your country (Urgent)
Date:	Sun, 11 Aug 2002 22:20:06 +0000
Mime-Version: 1.0
Content-Type: text/plain; format=flowed
Message-ID: <F221xAD2LKcnH9nVlqY00010e79@hotmail.com>
X-OriginalArrivalTime: 11 Aug 2002 22:20:17.0382 (UTC) FILETIME=[4597B060:01C24185]
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi



Attn.

Dear  sir

It is my pleasure to use this medium to solicit
your
honourable assistance, having confidence and trust
that you will be of assistance to this grate
business
which will be of our mutual benefit.

First, I would like you to treat this matter as
very
confidential and secret. I am Mrs Ruth Mgbemena,
the
wife of late Engr. Nonso Mgbemena the project
manager,
Lower irrigation project.(Anambra, Imo River Basin
Authority). My late husband was the manager of the
above mentioned project from 1982 till his death
on
7th September 2000 after a brief illness. Till his
death he has a very good reputation in his
services
with the Nigerian government and also good with
one
Japanese company called (JICA)that concluded their
contract with Nigerian government in this
irrigation
project. This Japanese company did many contract
under
the management of my husband till the 1993 Chief
M.K.O
Abiola presidential election that leads to return
of
this company back to Japan.

Sir, my aim of contacting you is to be in
partnership
with you to claim a huge amount of money my late
husband deposited in a security and finance firm
in Abidjan a commercial capital city in Ivory Coast
in
one of the countries in West Africa. He made this
money $40million US (Forty million United State
Dollars). Through the over invoiced awarding
contract
of building and installation of giant rice mill&
pumping station situated in Anambra State by the
above
mentioned Japanese company which I believe you may
know of this company in Japan.

Because of his position in government service, he
made
this deposit in my sons name Prince Innocent
Mgbemena
under privilege deposit unknown to the security
companys officials the real content of the one
big
box that contained this money $40million for
security reasons as he registered it as family treasure and
valuable.

Your area of assistance.

1. I want to use you as a capable hand to stand as the
beneficiary of this box that contained the money
$40million in the security company.

2. To invest the funds as a joint partnership with
you
after the release from the security company and
secured in your private bank account in your
country.

3. To assure me that you will not seat on this
money
when it comes to your care.

Your benefit.

I and my son Innocent have agreed to offer you
10%
of
the total funds and to set aside 5% of the total
fund
to cover any input incurred by the both parties
during
this transaction.

Assurance.

Be rest assured that this transaction is 100% risk
free and the above mentioned funds do not
represent
any stolen funds, are of criminal origin or drug
related.
Finally,if the above information is satisfactory, please in        
confidential note contact me as soon as
possible through the above e-mail address whatever
be
your decision.

Thanking you for your co-operation and kind
assistance.

Most sincerely.
Mrs Ruth Mgbemena




_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Aug 13 18:03:33 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S4009AbSHMPD2>; Tue, 13 Aug 2002 18:03:28 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S37826AbSHMPDZ>;
	Tue, 13 Aug 2002 18:03:25 +0300
Received: from chronos.sovam.com ([194.67.22.190]:43649 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S3964AbSHMPDW>;
	Tue, 13 Aug 2002 18:03:22 +0300
Received: from ariel ([194.67.3.216]:34572 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764126AbSHMPDT>;
	Tue, 13 Aug 2002 19:03:19 +0400
Subject: file descriptor leak with GDBM
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	13 Aug 2002 19:03:19 +0400
Message-Id: <1029250999.14614.24.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

It looks like that there is a file descriptor leak when router uses
gdbm.  Router processes collect a lot of open fd's pointing to xxx.gdbm
files in db direcory.  No further investigation, sorry, I just switched
to ndbm which apparently works fine.

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From mrs_kabo2002@yahoo.com Tue Aug 13 18:16:18 2002
Received: from web13003.mail.yahoo.com ([216.136.174.13]:24434 "HELO
	web13003.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S38057AbSHMPQR>;
	Tue, 13 Aug 2002 18:16:17 +0300
Message-ID: <20020813151615.82053.qmail@web13003.mail.yahoo.com>
Received: from [196.2.32.15] by web13003.mail.yahoo.com via HTTP; Tue, 13 Aug 2002 11:16:15 EDT
Date:	Tue, 13 Aug 2002 11:16:15 -0400 (EDT)
From:	mrs kabo <mrs_kabo2002@yahoo.com>
Subject: URGENT  AND    CONFIDENTIAL)
To:	mrs_kabo2002@yahoo.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-Path: <mrs_kabo2002@yahoo.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

FROM:MRS ANASTASIA KABO SAVIMBI
                                                   
PHONE: 27-73-209-9951

ATTN:DIRCTOR/MANAGER
            
                  CONFIDENTIAL

I am a fifty-year-old lady from the republic of
Angola. I got your details from the chamber of
commerce here in Johannesburg and decided to contact
you to see if you could be of any immense help to me.
My husband Jonah Savimbi was the rebel leader in the
country. Just before he was being assassinated, he
gave me us$12million [twelve million United States
dollars] sealed in a Kist and I departed the country
as a refugee to the republic of South Africa with my
two kids and my immediate younger brother. On arrival
to South Africa and due to my status, I decided to
deposit this money in a security company for
safekeeping.

Right now, I am seeking assistance from you so that I
can transfer the funds from South Africa to your off
shore account. If this offer meets your approval, you
could reach me on my phone number, fax or e-mail.

Thank you

Anastasia Kabo Savimbi



______________________________________________________________________ 
Post your ad for free now! http://personals.yahoo.ca

From zmailer-owner@nic.funet.fi Tue Aug 13 18:16:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S38006AbSHMPQU>; Tue, 13 Aug 2002 18:16:20 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S38379AbSHMPQU>;
	Tue, 13 Aug 2002 18:16:20 +0300
Received: from web13003.mail.yahoo.com ([216.136.174.13]:24436 "HELO
	web13003.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S36985AbSHMPQR>;
	Tue, 13 Aug 2002 18:16:17 +0300
Message-ID: <20020813151615.82053.qmail@web13003.mail.yahoo.com>
Received: from [196.2.32.15] by web13003.mail.yahoo.com via HTTP; Tue, 13 Aug 2002 11:16:15 EDT
Date:	Tue, 13 Aug 2002 11:16:15 -0400 (EDT)
From:	mrs kabo <mrs_kabo2002@yahoo.com>
Subject: URGENT  AND    CONFIDENTIAL)
To:	mrs_kabo2002@yahoo.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

FROM:MRS ANASTASIA KABO SAVIMBI
                                                   
PHONE: 27-73-209-9951

ATTN:DIRCTOR/MANAGER
            
                  CONFIDENTIAL

I am a fifty-year-old lady from the republic of
Angola. I got your details from the chamber of
commerce here in Johannesburg and decided to contact
you to see if you could be of any immense help to me.
My husband Jonah Savimbi was the rebel leader in the
country. Just before he was being assassinated, he
gave me us$12million [twelve million United States
dollars] sealed in a Kist and I departed the country
as a refugee to the republic of South Africa with my
two kids and my immediate younger brother. On arrival
to South Africa and due to my status, I decided to
deposit this money in a security company for
safekeeping.

Right now, I am seeking assistance from you so that I
can transfer the funds from South Africa to your off
shore account. If this offer meets your approval, you
could reach me on my phone number, fax or e-mail.

Thank you

Anastasia Kabo Savimbi



______________________________________________________________________ 
Post your ad for free now! http://personals.yahoo.ca
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Aug 14 04:26:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S4017AbSHNB0N>; Wed, 14 Aug 2002 04:26:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S37960AbSHNB0M>;
	Wed, 14 Aug 2002 04:26:12 +0300
Received: from sos3.internet.pl ([195.117.212.246]:2869 "HELO sos3.internet.pl"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S38691AbSHNB0I>;
	Wed, 14 Aug 2002 04:26:08 +0300
Received: from unknown (HELO rly-xw01.mx.aol.com) (96.213.243.25) by n9.groups.yahoo.com with asmtp; Aug, 13 2002 8:23:51 PM +0400
Received: from [177.34.196.8] by f64.law4.hotmail.com with NNFMP; Aug, 13 2002 7:14:50 PM -0200
Received: from unknown (19.150.51.145) by n9.groups.yahoo.com with esmtp; Aug, 13 2002 6:05:12 PM -0200
Received: from unknown (HELO anther.webhostingtalk.com) (205.220.75.34) by asy100.as122.sol.superonline.com with smtp; Aug, 13 2002 5:01:48 PM +0400
From:	lgemarquess <fofDan@Teacher.com>
To:	marquess@nic.funet.fi
Subject:  Order  v i a g r a  from home, no doctors!! ufqa
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date:	Tue, 13 Aug 2002 20:24:14 -0500
X-Mailer: AOL 7.0 for Windows US sub 118
Message-Id: <20020814012609Z38691-12376+12235@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Obtain a prosperous future, money earning power,
and the admiration of all.

Diplomas from prestigious non-accredited
universities based on your present knowledge
and life experience.

No required tests, classes, books, or interviews.

Bachelors, masters, MBA, and doctorate (PhD)
diplomas available in the field of your choice.

No one is turned down.

Confidentiality assured.

CALL NOW to receive your diploma
within days!!!
 

1  212  937  2149
  

Call 24 hours a day, 7 days a week, including
Sundays and holidays.

bsqutgsxffiyepbuebnhrbyqvcxhxkddnjuralj
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Aug 14 10:36:17 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S39273AbSHNHgN>; Wed, 14 Aug 2002 10:36:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S39185AbSHNHgN>;
	Wed, 14 Aug 2002 10:36:13 +0300
Received: from mail1.centrum.cz ([195.47.108.141]:44340 "EHLO mail1.centrum.cz"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S19075AbSHNHgL>;
	Wed, 14 Aug 2002 10:36:11 +0300
Received: by mail.centrum.cz id <S684106AbSHNHfj>;
	Wed, 14 Aug 2002 09:35:39 +0200
Date:	Wed, 14 Aug 2002 09:35:39 +0200
From:	"Martin Zedek" <martin.zedek@netcentrum.cz>
To:	<zmailer@nic.funet.fi>
X-Mailer: Centrum Mail 1.0
MIME-Version: 1.0
X-Priority: 3
Subject: scheduler.conf
Content-Type: text/plain; charset="iso-8859-2"
Content-Transfer-Encoding: 8bit
Message-Id: <20020814073554Z684106-1687+21086@mail.centrum.cz>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hallo,

I have problem with very slow smtp delivering
(zmailer 2.99.51.52pre3)

I use zmailer as a gate, so, it has accept mail,
process it and then resent to proper destination.
I have one domain, that
I want to deliver much faster than others.
But, when a look at mailq at my specific domain, I can se
V/S/327748-26142:       (waiting for thread slot, expires in 
1d23h, tries=0) and many other messages to same domain
with:  (activation pending, thread inactive, expires in 1d23h, 
tries=0)

In my scheduler conf is:
maxta: 250

in almost all stmp/
 is maxchannel=199

in my specific domain is
smtp/my_domain
  interval=15s
  maxchannel=240
  maxring=40
  
I don't care that other domains will wait, but I
need fast delivering to my specific domain...

when i use pstree, i see:
     |-scheduler-+-15*[mailbox]
     |           |-scheduler
     |           `-60*[smtp]
     |-router---3*[router]
     |-smtpserver---103*[smtpserver]

the sum o processes of scheduler processes
is not 250, even if i count all zmailer processes...

thank you very much
Martin

--------------------
Nový vyhledávač pro český internet www.WebFast.cz - prostė najde ...




-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From idrisbbu2@mail.com Thu Aug 15 05:13:51 2002
Received: from [213.181.64.14] ([213.181.64.14]:1028 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S40262AbSHOCNt>;
	Thu, 15 Aug 2002 05:13:49 +0300
From:	" Dr. Idris Abubakar." <idrisbbu2@mail.com>
Date:	Wed, 14 Aug 2002 19:13:36
To:	zmailer-log@nic.funet.fi
Subject: urgent business relationship
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20020815021350Z40262-12376+12481@nic.funet.fi>
Return-Path: <idrisbbu2@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Petroleum (Special) Trust Fund 
Contract Award Committee
National Secretariat 
Victoria-Island 
Lagos-Nigeria.
Email: 


ATTENTION: THE MANAGING DIRECTOR,

  The Petroleum Special Trust Fund was set up by the
late Head of State General Sani Abacha who died on 8th
June 1998, to manage the excess revenue accruing from
the sale of petroleum and its allied products as a
result of domestic increase in the prices of petroleum
products.

 The estimated annual revenue for 1999 was 45 billion
US Dollars Ref. FMF A26 Unit 3B paragraph "D" of the
Auditor General of the Federal Republic of Nigeria
Report of NOV. 1999 on estimated revenue. 

 I am the Chairman of the Contract Award committee 
and my committee is solely responsible for awarding
and payment of contracts on behalf of the Federal
Government of Nigeria . 

 My Committee awarded contracts to foreign contractors
for the supply of Agricultural Machines and spare
parts to the Ministry of Agriculture and Natural
Resources. We overshot the contract sum by USD35
Million. We have paid the contractors and withholding
the balance of 35 Million United States Dollars. 

 Beceause of existing domestic laws forbidding civil
servants from opening, operating and maintaining
foreign accounts, we do not have the expertise to
transfer this balance of funds to a foreign account.

However, this balance of 35 Million United States
Dollars($35 million USD) has been secured in form of credit/payment to a foreign contractor.Hence, we wish to transfer into your bank account as the beneficiary of the funds. 

 We have also arrived at a conclusion that you will be
compensated to the tune of 25% of the total sum
transfered while 5% will be reserved for incidental
expenses that both parties will incur in the course of
actualizing this transaction and  the balance of 70%
will be kept for the Committee members.

 If you know you are capable of helping us actualize
our life's dream,You should send to me immediately the
details of your bank particulars or open a new account
where we can transfer the money(US$35M)which you will
hold in trust for us until we come over there for our
own share.Your nature of business does not matter in this transaction. 

 As soon as you open the account, send by e-mail to me immediately  with the
details of the account viz: Name of bank, address,
routing number, telex number, Account number, Tel and
Fax number.You should also include the name of your
company, your personal address, Tel and Fax numbers
for further communication.

 Note that this transaction will be concluded within
10 working days from the day you give your consent.

 Sincerely yours,

 Dr. Idris Abubakar.

Reply to : abu_idd1@mailsurf.com 

From zmailer-owner@nic.funet.fi Thu Aug 15 05:19:22 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S39238AbSHOCTP>; Thu, 15 Aug 2002 05:19:15 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S39171AbSHOCTK>;
	Thu, 15 Aug 2002 05:19:10 +0300
Received: from yonge.cs.toronto.edu ([128.100.1.8]:37644 "HELO
	yonge.cs.toronto.edu" ident: "root" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S40123AbSHOCTB>;
	Thu, 15 Aug 2002 05:19:01 +0300
Received: from yahoo.com ([213.26.206.3]) by yonge.cs.toronto.edu with SMTP id <15202-13094>; Wed, 14 Aug 2002 22:18:48 -0400
Received: from 196.120.86.110 ([196.120.86.110]) by mta85.snfc21.pibi.net with smtp; Thu, 15 Aug 0102 13:17:03 -0900
Received: from unknown (5.139.178.175)
	by n7.groups.huyahoo.com with local; Thu, 15 Aug 0102 04:09:48 +0200
Received: from 36.145.40.94 ([36.145.40.94]) by da001d2020.loxi.pianstvu.net with smtp; Thu, 15 Aug 0102 06:02:33 -0400
Reply-To: <babychick@yahoo.com>
Message-ID: <024b81b53e6a$5461c7c1$5ca08cc7@hhsuoq>
From:	<babychick@yahoo.com>
To:	<zmailer@cs.toronto.edu>
Subject: Create a PAYCHECK with your COMPUTER!
Date:	Wed, 14 Aug 2002 18:14:05 -0400
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: AOL 7.0 for Windows US sub 118
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello:

You get emails every day, offering to show you how to make money.
Most of these emails are from people who are NOT making any money.
And they expect you to listen to them?

Enough.

If you want to make money with your computer, then you should
hook up with a group that is actually DOING it.  We are making
a large, continuing income every month.  What's more - we will
show YOU how to do the same thing.

This business is done completely by internet and email, and you
can even join for free to check it out first.  If you can send
an email, you can do this.  No special "skills" are required.

How much are we making?  Below are a few examples.  These are
real people, and most of them work at this business part-time.
But keep in mind, they do WORK at it - I am not going to 
insult your intelligence by saying you can sign up, do no work,
and rake in the cash.  That kind of job does not exist.  But if
you are willing to put in 10-12 hours per week, this might be
just the thing you are looking for.

N. Gallagher: $3000 per month
T. Hopkins: $1000 per month
S. Johnson: $6000 -$7000 per month
V. Patalano: $2000 per month
M. South: $5000 per month
J. Henslin: $7000 per month 

This is not income that is determined by luck, or work that is
done FOR you - it is all based on your effort.  But, as I said,
there are no special skills required.  And this income is RESIDUAL -
meaning that it continues each month (and it tends to increase
each month also).

Interested?  I invite you to find out more.  You can get in as a
free member, at no cost, and no obligation to continue if you
decide it is not for you.  We are just looking for people who still
have that "burning desire" to find an opportunity that will reward
them incredibly well, if they work at it.

To grab a FREE ID#, simply reply to: toby37az@operamail.com
and write this phrase:  "Grab me a free membership!"
Be sure to include your:
1. First name
2. Last name
3. Email address (if different from above)

We will confirm your position and send you a special report
as soon as possible, and also Your free Member Number.

That's all there's to it.

We'll then send you info, and you can make up your own mind.

Looking forward to hearing from you!

Sincerely, 

Matt H. Moore

P.S. After having several negative experiences with network
marketing companies I had pretty much given up on them.
This is different - there is value, integrity, and a
REAL opportunity to have your own home-based business...
and finally make real money on the internet.

Don't pass this up..you can sign up and test-drive the
program for FREE.  All you need to do is get your free
membership.

Unsubscribing: Send a blank email to: titan1@yahoo.com with
"Remove" in the subject line.


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 16 09:26:36 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S41393AbSHPG0d>; Fri, 16 Aug 2002 09:26:33 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S40881AbSHPG0d>;
	Fri, 16 Aug 2002 09:26:33 +0300
Received: from 200-158-102-5.dsl.telesp.net.br ([200.158.102.5]:4413 "HELO
	live-your-dreams.us" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S37739AbSHPG0a>;
	Fri, 16 Aug 2002 09:26:30 +0300
Reply-To: <Stephen@live-your-dreams.us>
Message-ID: <031b41e86b5a$1352a4e7$4ab87bc4@rwlatk>
From:	<Stephen@live-your-dreams.us>
To:	Read On...
Subject: Create a PAYCHECK with your computer!                                             
Date:	Fri, 16 Aug 2002 11:03:14 -0500
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

You get emails every day, offering to show you
how to make money. Most of these emails are 
from people who are NOT making any money.

And they expect you to listen to them?

Enough!

If you want to make money with your computer,
then you should hook up with a group that is
actually DOING it.

We are making a large, continuing income 
every month.  What's more - we will show YOU 
how to do the same thing.

This business is done completely by internet
and emai,  and you can even join for free to
check it out first.  If you can send an email, 
you can do this.  No special "skills" are 
required.

How much are we making?  

Below are a few examples.  These are real 
people, and most of them work at this business 
part-time.

But keep in mind, they do WORK at it - I am not going to 
insult your intelligence by saying you can sign up, do no 
work, and rake in the cash.  That kind of job does not 
exist.  

But if you are willing to put in 10-12 hours per week, 
this might be just the thing you are looking for.

N. Gallagher: $3000 per month
T. Hopkins: $1000 per month
S. Johnson: $6000 -$7000 per month
V. Patalano: $2000 per month
M. South: $5000 per month
J. Henslin: $7000 per month 

This is not income that is determined by luck, or 
work that is done FOR you - it is all based on your 
effort.  But, as I said, there are no special skills 
required.  And this income is RESIDUAL -
meaning that it continues each month (and it tends 
to increase each month also).

Interested?  I invite you to find out more.  

You can get in as a free member, at no cost, 
and no obligation to continue if you decide it is 
not for you.  We are just looking for people 
who still have that "burning desire" to find an 
opportunity that will reward them incredibly well, 
if they work at it.

To grab a FREE ID#, simply reply to: 
Request.Information@Live-Your-Dreams.us

and write this phrase:
"Grab me a free membership!"

Be sure to include your:
1. First name
2. Last name
3. Email address (if different from above)
4. Would you prefer your information in HTML or Text Format*.
* This is optional, if neither is selected the information will be sent in Text Format.


We will confirm your position and send you a special report
as soon as possible, and also Your free Member Number.

That's all there's to it.

We'll then send you info, and you can make up your own mind.

Looking forward to hearing from you!

Sincerely, 

Stephen Chylinski

P.S. After having several negative experiences with network
marketing companies I had pretty much given up on them.
This is different - there is value, integrity, and a
REAL opportunity to have your own home-based business...
and finally make real money on the internet.

Don't pass this up..you can sign up and test-drive the
program for FREE.  All you need to do is get your free
membership.

Unsubscribing: Send a blank email to: 
Remove@Live-Your-Dreams.us
with "Remove" in the subject line.

9605GxjM3-l9

9597Iilr9-041Wslo4101oVtp5-355Cmjp2619kEuM5-511sl45
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 16 16:56:11 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S40958AbSHPN4I>; Fri, 16 Aug 2002 16:56:08 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S41121AbSHPN4H>;
	Fri, 16 Aug 2002 16:56:07 +0300
Received: from mail.ureach.com ([63.150.151.36]:3656 "EHLO ureach.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S40231AbSHPN4F>;
	Fri, 16 Aug 2002 16:56:05 +0300
Received: from www22.ureach.com (www22.ureach.com [172.16.2.50])
	by ureach.com (8.9.1/8.8.5) with ESMTP id JAA09731;
	Fri, 16 Aug 2002 09:54:37 -0400
Received: (from nobody@localhost)
	by www22.ureach.com (8.9.3/8.9.1) id JAA08357;
	Fri, 16 Aug 2002 09:54:37 -0400
Date:	Fri, 16 Aug 2002 09:54:37 -0400
Message-Id: <200208161354.JAA08357@www22.ureach.com>
Received: from [216.236.221.114] by www22.ureach.com via HTTP; Fri, 16 Aug 2002 13:54:37 GMT
To:	philippe.devos@euronet.be
From:	Maryam Abacha <maryam001@ureach.com>
Reply-to: <maryam001@ureach.com>
Subject: STRICTLY CONFIDENTIAL
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-vsuite-type: e
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Her Excellency,
Mrs. Maryam Abacha,
PRESIDENTIAL QUARTERS,
GOVERNMENT RESERVE AREA, KANO.
C/O IDRIS ABACHA (Son)
E-mail:<idrisraabacha@yahoo.com> 

ATTN: CEO/MD,

PRIVATE AND CONFIDENTIAL

It is with heart full hope that I write to seek your help in 
the context below.

I am Mrs. Maryam Abacha the wife of the former Nigerian Head of 
State Late General Sani Abacha whose sudden death occurred on 
8th of June 1998.

Having gotten your particulars from the family's library, I 
have no doubt about your capacity and goodwill to assist me in 
receiving into your custody (For Safety) the sum of 
US$15.5Million (Fifteen Million, Five Hundred Thousand United 
States Dollars Only) willed and deposited in my favor by my 
late husband.

This money is currently kept in a Trust Deposit Vault with 
Finance & Security Company. As it is legally required, the 
administration of my late husband property is under son name 
(Idris Abacha).

However, the new Democratic Government has on assumption of the 
office setup a panel of inquiry to the financial activities of 
my late husband (Former Head of State) with a decision to 
freeze all his assets respectively.

The investigative teams have submitted their report, at 
presently some cash and assets have been frozen and seized. 
Fortunately, my son has recently protected the Personal will of 
my husband from the notice of the investigators and have 
strictly advised that the willed money will be urgently moved 
into an overseas account of a Trusted Foreign Family Friend 
without delay, for security reasons.

The Government had earlier placed Foreign Travel Embargo of all 
our family members and seized all known Local and International 
outfits of our business empire. The situation has been so 
terrible that we are virtually living on the assistance of well 
wishes.

In view of this plight therefore, I expected you to be 
Trustworthy and kind enough to respond to this call to save my 
children and me from a hopeless future.

I hereby agree to compensate your sincere and candid effort in 
this regard with 20% of the fund when finally received in by 
yourself. My son (Idris) has perfected arrangement to effect 
complete dislodgment of this money within a week of the receipt 
of your response. They have equally guaranteed 100% risk free 
and smooth transfer.

Please respond through my son, Idris Abacha Chambers via 
aforementioned telecommunication numbers soonest.

May Allah bless you

Best wishes,

Mrs. Maryam Abacha.
For the family





________________________________________________
Get your own "800" number
Voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug 17 01:34:15 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S42903AbSHPWeL>; Sat, 17 Aug 2002 01:34:11 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S42523AbSHPWeK>;
	Sat, 17 Aug 2002 01:34:10 +0300
Received: from c-180-197-229.ka.dial.de.ignite.net ([62.180.197.229]:43688
	"EHLO dea.linux-mips.net" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S33964AbSHPWeI>;
	Sat, 17 Aug 2002 01:34:08 +0300
Received: (from ralf@localhost)
	by dea.linux-mips.net (8.11.6/8.11.6) id g7GMY2o06480
	for zmailer@nic.funet.fi; Sat, 17 Aug 2002 00:34:02 +0200
Date:	Sat, 17 Aug 2002 00:34:02 +0200
From:	Ralf Baechle <ralf@linux-mips.org>
To:	zmailer@nic.funet.fi
Subject: Bounces with bogus DNS error messages
Message-ID: <20020817003402.A6265@linux-mips.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I'm observing Zmailer bouncing mails with bogus error messages since a
while.  The error messages all look like:

[...]
FAILED:
  Arrived Recipient:
      rfc822;abc@foonet.do
  Original Recipient:
      rfc822;abc@foonet.do
  Final Recipient:
      RFC822;abc@foonet.do
  Status:
      5.4.4 (DNS lookup report)
  Last Attempt Date:
      Thu, 15 Aug 2002 11:40:29 +0200
  X-ZTAID:
      smtp[5063]
  Diagnostic Code:
      ^M-> DNSreply: len=364 rcode=0 qd=1 an=1 ns=10 ar=4^M-> 80365s MX[0] p=10
+'mailin.snailmail.de'^M-> getaddrinfo(INET, 'mailin.snailmail.de','0') -> r=-2
+(Name or service not known); ai=%p^M-> No addresses for
+'mailin.snailmail.de'[0]^M-> nmx=1 maxpref=66000 realname=''^M=> NONE of MXes
+support SMTP!
  Control data:
      smtp foonet.de abc@foonet.de 99
  Diagnostic texts:
      -> DNSreply: len=364 rcode=0 qd=1 an=1 ns=10 ar=4
     -> 80365s MX[0] p=10 'mailin.snailmail.de'
     -> getaddrinfo(INET, 'mailin.snailmail.de','0') -> r=-2 (Name or service
+not known); ai=%p
     -> No addresses for 'mailin.snailmail.de'[0]
     -> nmx=1 maxpref=66000 realname=''
     => NONE of MXes support SMTP!
[...]

(Addresses have been changed in above example)

In all cases a manual verification of the DNS information found that
the nameserver of the machine running zmailer was returning information
including proper MX records and A records for all mail exchangers.

The machine in question is running the resolver from Redhat 7.2's
glibc 2.2.4 package and Zmailer 2.99.55 from CVS.

Another nit - obove error message contains actual ^M characters in the
bounce without accompaning \n characters.  That leaves propper display
of the error message in the hands of the MUA's creativity but will
hardly result in something nicely formatted ...

Thanks for any hints,

  Ralf
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug 17 07:56:49 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S42669AbSHQE4p>; Sat, 17 Aug 2002 07:56:45 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S42615AbSHQE4p>;
	Sat, 17 Aug 2002 07:56:45 +0300
Received: from yonge.cs.toronto.edu ([128.100.1.8]:53628 "HELO
	yonge.cs.toronto.edu" ident: "root" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S11006AbSHQE4o>;
	Sat, 17 Aug 2002 07:56:44 +0300
Received: from excite.com ([209.193.109.52]) by yonge.cs.toronto.edu with SMTP id <15314-13097>; Sat, 17 Aug 2002 00:56:32 -0400
Reply-To: <voodooaffilaa@excite.com>
Message-ID: <001d11e11a6c$5258b2e0$6ed62cd1@nstkuf>
From:	<voodooaffilaa@excite.com>
To:	User@cs.toronto.edu
Subject: Voodoo Magick Box - The World's First Digital Drug
Date:	Fri, 16 Aug 2002 02:49:42 -0400
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00B7_74E88C8B.B3236D62"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00B7_74E88C8B.B3236D62
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


Vm9vZG9vIE1hZ2ljayBCb3ggLSBUaGUgV29ybGQncyBGaXJzdCBEaWdpdGFs
IERydWcNCg0KaHR0cDovL3d3dy55YWhvby5jb20vZGlyLz9odHRwOi8vd3d3
LnZvb2Rvby1tYWdpY2tib3guY29tP3JlZmlkPTExMg0KDQoNCkV4cGVyaWVu
Y2UgZmVlbGluZ3Mgb2YgaW5lYnJpYXRpb24sIHBzeWNoZWRlbGljIHZpc3Vh
bHMsIGV4dHJlbWUgcmVsYXhhdGlvbiwgZmxvYXRpbmcgc2Vuc2F0aW9ucywg
aW50ZW5zZSBlbmRvcnBoaW4gcmVsZWFzZXMsIGFsbCBjdWxtaW5hdGluZyBp
biBhIHJlbGF4ZWQgeWV0IGFsZXJ0IGV1cGhvcmljIHN0YXRlLiBJdCdzIGEg
Y29tcGxldGVseSBlbGVjdHJvbmljIGRydWctbGlrZSBleHBlcmllbmNlIGFu
ZCBpdCdzIGVudGlyZWx5IHNhZmUsIGxlZ2FsLCBhbmQgYmVuZWZpY2lhbCBp
biBzbyBtYW55IGZhbnRhc3RpYyB3YXlzIQ0KDQotRW5oYW5jZSBTZXh1YWwg
UGVyZm9ybWFuY2UNCg0KLU5vbi1BZGRpY3RpdmUgTmFyY290aWMgU3Vic3Rp
dHV0ZQ0KDQotUmVsYXhhdGlvbiBhbmQgUmVsaWVmIGZyb20gU3RyZXNzDQoN
Ci1SZWxpZXZlIERlcHJlc3Npb24gYW5kIEFueGlldHkNCg0KLUZpZ2h0IElu
c29tbmlhDQoNCi1JbXByb3ZlIE1lbW9yeSBhbmQgQ29uY2VudHJhdGlvbg0K
DQoNCmh0dHA6Ly93d3cueWFob28uY29tL2Rpci8/aHR0cDovL3d3dy52b29k
b28tbWFnaWNrYm94LmNvbT9yZWZpZD0xMTINCg0KDQotLS0tLS0tLS0tLS0t
LS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0NCg0KVG8gcmVtb3Zl
IHlvdXIgZW1haWwgYWRkcmVzcyBmcm9tIGZ1cnRoZXIgcHJvbW90aW9uYWwg
bWFpbGluZ3MsIGNsaWNrIGhlcmUNCg0KaHR0cDovL3d3dy55YWhvby5jb20v
ZGlyLz9odHRwOi8vd3d3LnZvb2Rvby1tYWdpY2tib3guY29tL3JlbW92ZS5w
aHANCjAwMTloeEdRNy04MTZ6eEVDMDAwNkxPdUY3LTI0MWVPZGU3NDkwTUtH
QjgtNzUwV292TzUwNThsNTI=
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug 17 17:52:44 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S42949AbSHQOwk>; Sat, 17 Aug 2002 17:52:40 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S42529AbSHQOwj>;
	Sat, 17 Aug 2002 17:52:39 +0300
Received: from mail.linux-mips.org ([80.63.7.146]:41176 "EHLO
	ftp.linux-mips.org" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S42949AbSHQOwg>;
	Sat, 17 Aug 2002 17:52:36 +0300
Received: (from localhost user: 'ralf' uid#501 fake: STDIN
	(ralf@ftp.linux-mips.org)) by linux-mips.org id <S1123825AbSHQOwa>;
	Sat, 17 Aug 2002 16:52:30 +0200
Date:	Sat, 17 Aug 2002 00:34:02 +0200
From:	Ralf Baechle <ralf@linux-mips.org>
To:	zmailer@nic.funet.fi
Subject: Bounces with bogus DNS error messages
Message-ID: <20020817003402.A6265@linux-mips.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I'm observing Zmailer bouncing mails with bogus error messages since a
while.  The error messages all look like:

[...]
FAILED:
  Arrived Recipient:
      rfc822;abc@foonet.do
  Original Recipient:
      rfc822;abc@foonet.do
  Final Recipient:
      RFC822;abc@foonet.do
  Status:
      5.4.4 (DNS lookup report)
  Last Attempt Date:
      Thu, 15 Aug 2002 11:40:29 +0200
  X-ZTAID:
      smtp[5063]
  Diagnostic Code:
      ^M-> DNSreply: len=364 rcode=0 qd=1 an=1 ns=10 ar=4^M-> 80365s MX[0] p=10
+'mailin.snailmail.de'^M-> getaddrinfo(INET, 'mailin.snailmail.de','0') -> r=-2
+(Name or service not known); ai=%p^M-> No addresses for
+'mailin.snailmail.de'[0]^M-> nmx=1 maxpref=66000 realname=''^M=> NONE of MXes
+support SMTP!
  Control data:
      smtp foonet.de abc@foonet.de 99
  Diagnostic texts:
      -> DNSreply: len=364 rcode=0 qd=1 an=1 ns=10 ar=4
     -> 80365s MX[0] p=10 'mailin.snailmail.de'
     -> getaddrinfo(INET, 'mailin.snailmail.de','0') -> r=-2 (Name or service
+not known); ai=%p
     -> No addresses for 'mailin.snailmail.de'[0]
     -> nmx=1 maxpref=66000 realname=''
     => NONE of MXes support SMTP!
[...]

(Addresses have been changed in above example)

In all cases a manual verification of the DNS information found that
the nameserver of the machine running zmailer was returning information
including proper MX records and A records for all mail exchangers.

The machine in question is running the resolver from Redhat 7.2's
glibc 2.2.4 package and Zmailer 2.99.55 from CVS.

Another nit - obove error message contains actual ^M characters in the
bounce without accompaning \n characters.  That leaves propper display
of the error message in the hands of the MUA's creativity but will
hardly result in something nicely formatted ...

Thanks for any hints,

  Ralf
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug 17 18:23:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S43220AbSHQPXU>; Sat, 17 Aug 2002 18:23:20 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S43423AbSHQPXS>;
	Sat, 17 Aug 2002 18:23:18 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S43107AbSHQPXL>;
	Sat, 17 Aug 2002 18:23:11 +0300
Date:	Sat, 17 Aug 2002 18:23:10 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Ralf Baechle <ralf@linux-mips.org>
Cc:	zmailer@nic.funet.fi
Subject: Re: Bounces with bogus DNS error messages
Message-ID: <20020817182310.B14401@nic.funet.fi>
References: <20020817003402.A6265@linux-mips.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20020817003402.A6265@linux-mips.org>; from ralf@linux-mips.org on Sat, Aug 17, 2002 at 12:34:02AM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Sat, Aug 17, 2002 at 12:34:02AM +0200, Ralf Baechle wrote:
> I'm observing Zmailer bouncing mails with bogus error messages since a
> while.  The error messages all look like:
> 
>   Diagnostic Code:
>       ^M-> DNSreply: len=364 rcode=0 qd=1 an=1 ns=10 ar=4^M-> 80365s MX[0] p=10
> +'mailin.snailmail.de'^M-> getaddrinfo(INET, 'mailin.snailmail.de','0') -> r=-2
> +(Name or service not known); ai=%p^M-> No addresses for
> +'mailin.snailmail.de'[0]^M-> nmx=1 maxpref=66000 realname=''^M=> NONE of MXes
> +support SMTP!
> 
> (Addresses have been changed in above example)
> 
> In all cases a manual verification of the DNS information found that
> the nameserver of the machine running zmailer was returning information
> including proper MX records and A records for all mail exchangers.
> 
> The machine in question is running the resolver from Redhat 7.2's
> glibc 2.2.4 package and Zmailer 2.99.55 from CVS.

  In some  glibc versions the   gethostinfo()  calls are returning
  bogus data.  At vger.kernel.org  we are running with config option:
       --with-ipv6-replacement-libc
  because for a while the glibc there was updated to use the broken
  form.  Actually that is an error, and it has been fixed at least
  twice in glibc.  I don't know why it has crept back in..

  The error in question inside the glibc's  getaddrinfo()  is treating
  TIMEOUT same as NXDOMAIN, which it definitely is not.


> Another nit - obove error message contains actual ^M characters in the
> bounce without accompaning \n characters.  That leaves propper display
> of the error message in the hands of the MUA's creativity but will
> hardly result in something nicely formatted ...

  Hmm..  "Diagnostic Code", ok, I will see about that.

> Thanks for any hints,
> 
>   Ralf

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Aug 18 04:26:15 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S43352AbSHRB0M>; Sun, 18 Aug 2002 04:26:12 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S41121AbSHRB0M>;
	Sun, 18 Aug 2002 04:26:12 +0300
Received: from [202.105.210.34] ([202.105.210.34]:3632 "HELO yahoo.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S43457AbSHRB0K>;
	Sun, 18 Aug 2002 04:26:10 +0300
Received: from unknown (78.13.241.56)
	by mailout2-eri1.midmouth.com with smtp; 17 Aug 0102 00:24:25 +0800
Received: from 30.224.223.123 ([30.224.223.123]) by rly-xr02.nikavo.net with esmtp; 17 Aug 0102 08:19:00 +1200
Received: from unknown (189.85.228.97)
	by m10.grp.snv.yahui.com with asmtp; Sat, 17 Aug 0102 20:13:35 +0800
Received: from 129.251.112.245 ([129.251.112.245]) by pet.vosni.net with esmtp; 18 Aug 0102 04:08:10 -0300
Received: from unknown (HELO smtp-server.tampabayr.com) (151.81.72.7)
	by rly-yk04.aolmd.com with esmtp; 18 Aug 0102 01:02:45 -0000
Reply-To: <hello@yahoo.com>
Message-ID: <031e40c40d3d$5242d6d5$2ee20ca6@ewoukq>
From:	<hello@yahoo.com>
To:	<zmailer@nic.funet.fi>
Subject: Create a PAYCHECK with your COMPUTER!
Date:	Sun, 18 Aug 0102 03:07:53 -0200
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello:

You get emails every day, offering to show you how to make money.
Most of these emails are from people who are NOT making any money.
And they expect you to listen to them?

Enough.

If you want to make money with your computer, then you should
hook up with a group that is actually DOING it.  We are making
a large, continuing income every month.  What's more - we will
show YOU how to do the same thing.

This business is done completely by internet and email, and you
can even join for free to check it out first.  If you can send
an email, you can do this.  No special "skills" are required.

How much are we making?  Below are a few examples.  These are
real people, and most of them work at this business part-time.
But keep in mind, they do WORK at it - I am not going to 
insult your intelligence by saying you can sign up, do no work,
and rake in the cash.  That kind of job does not exist.  But if
you are willing to put in 10-12 hours per week, this might be
just the thing you are looking for.

N. Gallagher: $3000 per month
T. Hopkins: $1000 per month
S. Johnson: $6000 -$7000 per month
V. Patalano: $2000 per month
M. South: $5000 per month
J. Henslin: $7000 per month 

This is not income that is determined by luck, or work that is
done FOR you - it is all based on your effort.  But, as I said,
there are no special skills required.  And this income is RESIDUAL -
meaning that it continues each month (and it tends to increase
each month also).

Interested?  I invite you to find out more.  You can get in as a
free member, at no cost, and no obligation to continue if you
decide it is not for you.  We are just looking for people who still
have that "burning desire" to find an opportunity that will reward
them incredibly well, if they work at it.

To grab a FREE ID#, simply reply to: mhenry37@operamail.com
and write this phrase:  "Grab me a free membership!"
Be sure to include your:
1. First name
2. Last name
3. Email address (if different from above)

We will confirm your position and send you a special report
as soon as possible, and also Your free Member Number.

That's all there's to it.

We'll then send you info, and you can make up your own mind.

Looking forward to hearing from you!

Sincerely, 

Matt H. Moore

P.S. After having several negative experiences with network
marketing companies I had pretty much given up on them.
This is different - there is value, integrity, and a
REAL opportunity to have your own home-based business...
and finally make real money on the internet.

Don't pass this up..you can sign up and test-drive the
program for FREE.  All you need to do is get your free
membership.

Unsubscribing: Send a blank email to: azbooboo@excite.com with
"Remove" in the subject line.


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Aug 18 22:54:41 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S44729AbSHRTyi>; Sun, 18 Aug 2002 22:54:38 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S44732AbSHRTyi>;
	Sun, 18 Aug 2002 22:54:38 +0300
Received: from NODE1.HOSTING-NETWORK.COM ([66.216.4.1]:3435 "HELO
	hosting-network.com" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with SMTP id <S44729AbSHRTyh>;
	Sun, 18 Aug 2002 22:54:37 +0300
Received: (qmail 75700 invoked by uid 10229); 18 Aug 2002 19:54:29 -0000
Date:	18 Aug 2002 19:54:29 -0000
Message-ID: <20020818195429.75699.qmail@hosting-network.com>
To:	zmailer@nic.funet.fi
From:	evashrakta@e-mail.ru ()
Subject:   Is it really possible to attract women o5l6i6
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Below is the result of your form.  It was submitted by
 (evashrakta@e-mail.ru) on Sunday, August 18, 2002 at 15:54:29
---------------------------------------------------------------------------

: It's not a secret anymore... There is a NEW product available in the United States and it is the strongest formula ever sold! Pheromones! Make your partner HOT!Click the link below to get PRIMAL! Click here: http://getitnow@www.friendlymailer.com/index9987.php?marketing_id=via009 Click to remove http://www.spambites.com/cgi-bin/enter.cgi?spambytes_id=21574 

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

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Aug 19 23:04:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S45566AbSHSUEe>; Mon, 19 Aug 2002 23:04:34 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S45549AbSHSUEe>;
	Mon, 19 Aug 2002 23:04:34 +0300
Received: from fes2.mail.lycos.com ([209.185.123.102]:49632 "HELO mailcity.com"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S46039AbSHSUEc>;
	Mon, 19 Aug 2002 23:04:32 +0300
Received: from Unknown/Local ([?.?.?.?]) by mailcity.com; Mon, 19 Aug 2002 20:04:13 -0000
To:	zmailer@nic.funet.fi
Date:	Mon, 19 Aug 2002 20:04:13  0000
From:	"amina bello" <aminaaccra@lycos.com>
Message-ID: <NMFOJPFBGNMBBBAA@mailcity.com>
Mime-Version: 1.0
Content-Language: en
Reply-To: aminaaccra@lycos.com
X-Sent-Mail: off
X-Mailer: MailCity Service
Subject: INVESTMENT-PRESIDENT.ceo
X-Priority: 3
X-Sender-Ip: 206.48.17.99
Organization: Lycos Mail  (http://www.mail.lycos.com:80)
Content-Type: text/plain; charset=us-ascii
Content-Language: en
Content-Length:	3902
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Compagnie D'assurance D'afrique 
A Lome  Au Togo 



I am Dr. MRS AMINA BELLO Executive Director in charge
of
claims and indemnity of Compagnie D'assuranceD'afrique A Lome  Au Togo. I joined the services ofthe above firm in 1975.
The company has a strong asset base of over Two
Hundred Million United States Dollars and is a major
force in TOGO Insurance Industry.  General
Insurance, Marine and Life Assurance are but some of
the services rendered by my company.  In my capacity
over the years as head of Claims and Indemnity
Department, I have been in most cases coming across
several unclaimed life Assurance Benefits
of both Foreigners and TOGOLAISE.  These claims amount
to several millions in International Currency
Denominations.  

The TOGOLAISE Insurance Law on unclaimed benefits
stipulates under seciton 7 subsection 10 cap 15 Laws
of the Republic, that "once such unclaimed benefits
have over stayed a maximum moratorium period of ten
years, it should be returned and forfeited  to the
Government treasury.  It is disheartening to learn
that instead of such funds to be properly utilized
by Government, some corrupt officials working in the
ministry  of social welfare often end up pocketing and
enriching themselves with such unclaimed benefits as
against humanritarian purposes they are
supposed toserve.

A pathetic case that prompted my deisre to contact you
is that of MR. KREAZPACK RICHARDS, a native of the now
Breakup Republic of Yugoslavia. This man was our
client and has a Life Assurance Policy worth Seventeen
Million Five Hundred Thousand United States Dollars.
MR. KREAZPACK RICHARD died about nine years ago in a
Helicopter crash on an offshore crude oil exploration
and has long been buried.  The only known relation of
his in our records died during the civil war in
Yoguslavia and ever since, all eforts made by us to
establish contacts with any other of his relation has
proved unseccessful.  His Assurance Policy will expire
in the next few months from the date of this letter.

Just last week we received an instruction from
Ministry of Social Welfare to forward particulars of
all unclaimed benefits that will expire in the next
few months.  It is not my intention to allow some
corrupt government officials to line their pocket
thistime around.

In view of the above situation, coupled with my past
experiences with government officials, I decided to
contact you immediately for your assistance. The
assistance I require from you is quite simple, to
promise that you will assist us in the transfer of the
fund by forwarding claims as a distant cousin of Mr
Kreazpack Richards. Once you do this I will use my
position to ensure a hitch-free transfer of the fund.

Please note, that I am moved to do this because I am
about to retire from active service and this is the 
only opportunity to "make hay while sun shines".  Time
is of the essence in this matter and I do hope that
you will appreciate
these circumstances.
 
As per the mode of sharing I and my colleagues have
agreed to concede 30% of the total sum to you.  10%
will be set aside for expenses generally,
while the remaining 60% will be for all of us.  For
any additional information you may need,
contact me on my personal email address as above given.


I look forward to your early response and trust you
will accord the information contained herein
confidential.You can reach me on my private mobil line no:00228-914-10-71 for more details.

Thank you and God blessings.

Kind Regards,
Dr. MRS AMINA BELLO 



_____________________________________________________________
Play the ElvisŪ Scratch & Win for your chance to instantly win $10,000 Cash
- a 2003 Harley DavidsonŪ SportsterŪ - 1 of 25,000 CD's - and more!
http://r.lycos.com/r/sagel_mail/_scratch_tl/http://win.ipromotions.com/lycos_020801/index.asp?tc=7087
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Aug 20 09:14:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S46984AbSHTGOf>; Tue, 20 Aug 2002 09:14:35 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S46973AbSHTGOe>;
	Tue, 20 Aug 2002 09:14:34 +0300
Received: from mail.voljatel.si ([217.72.64.15]:3558 "HELO mail.voljatel.si"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S45598AbSHTGOc> convert rfc822-to-8bit;
	Tue, 20 Aug 2002 09:14:32 +0300
Received: from pxna.hide.voljatel.si (pehta.voljatel.si [217.72.64.8])
	by mail.voljatel.si (Postfix) with ESMTP id A080E53506
	for <zmailer@nic.funet.fi>; Tue, 20 Aug 2002 08:14:15 +0200 (CEST)
Content-Type: text/plain;
  charset="us-ascii"
From:	Damir Horvat <damir@voljatel.si>
Reply-To: damir@voljatel.si
Organization: Voljatel Telekomunikacije d.d.
To:	zmailer@nic.funet.fi
Subject: why use zmailer?
Date:	Tue, 20 Aug 2002 08:15:46 +0200
User-Agent: KMail/1.4.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8BIT
Message-Id: <200208200815.46203.damir@voljatel.si>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello!

I have few questions regarding zmailer:
- is there SQL lookup support planned, as I couldn't find it in the docs?
- how's with virtual domains and quota?
- I also have virtual tables, which changes a lot. How could this be handeled 
with zmailer?
- objective reasons to switch from postfix to zmailer?

thanks, 
-- 

		Damir Horvat

.................................
System administrator
VOLJATEL telekomunikacije d.d.
Smartinska 106
SI-1000 Ljubljana
Slovenia
.
Tel. +386.(0)1.5875 832
Fax. +386.(0)1.5875 899
www.voljatel.si
E-mail: damir.horvat@voljatel.si
.................................

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Aug 20 16:34:37 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S47254AbSHTNed>; Tue, 20 Aug 2002 16:34:33 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S47272AbSHTNed>;
	Tue, 20 Aug 2002 16:34:33 +0300
Received: from h24-86-50-181.ed.shawcable.net ([24.86.50.181]:64815 "EHLO
	arisia.gb.gno.org" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version TLSv1/SSLv3")
	by nic.funet.fi with ESMTP id <S47113AbSHTNeb>;
	Tue, 20 Aug 2002 16:34:31 +0300
Received: from [192.168.50.4] (eddore.gb.gno.org [192.168.50.4])
	by arisia.gb.gno.org (8.12.4/8.12.4) with ESMTP id g7KDa6pM007593
	for <zmailer@nic.funet.fi>; Tue, 20 Aug 2002 07:36:06 -0600
Date:	Tue, 20 Aug 2002 07:34:11 -0600
From:	Devin Reade <gdr@gno.org>
To:	zmailer@nic.funet.fi
Subject: Re: why use zmailer?
Message-ID: <18950000.1029850451@[192.168.50.4]>
In-Reply-To: <200208200815.46203.damir@voljatel.si>
References:  <200208200815.46203.damir@voljatel.si>
X-Mailer: Mulberry/2.2.0 (Linux/x86)
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
X-MailScanner: Found to be clean
X-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.8, required 6,
	IN_REP_TO, SUBJ_ENDS_IN_Q_MARK, AWL)
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Damir Horvat wrote:

> - objective reasons to switch from postfix to zmailer?

I can't compare it to postfix, but one of my coworkers used
zmailer to replace sendmail at a very large ISP about five years
back.  The result was an immediate and very significant performance
increase -- zmailer is *much* better for handling large quantities
of mail.  If you know how postfix performs compared to sendmail,
this comparison might actually help ...

--
        Devin Reade             <gdr@gno.org>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Aug 21 13:14:15 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S48477AbSHUKOL>; Wed, 21 Aug 2002 13:14:11 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S47965AbSHUKOK>;
	Wed, 21 Aug 2002 13:14:10 +0300
Received: from shaft16-f127.dialo.tiscali.de ([62.246.16.127]:54961 "EHLO
	dea.linux-mips.net" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S47851AbSHUKOH>;
	Wed, 21 Aug 2002 13:14:07 +0300
Received: (from ralf@localhost)
	by dea.linux-mips.net (8.11.6/8.11.6) id g7L0lKq28907;
	Wed, 21 Aug 2002 02:47:20 +0200
Date:	Wed, 21 Aug 2002 02:47:20 +0200
From:	Ralf Baechle <ralf@linux-mips.org>
To:	Devin Reade <gdr@gno.org>
Cc:	zmailer@nic.funet.fi
Subject: Re: why use zmailer?
Message-ID: <20020821024720.A28646@linux-mips.org>
References: <200208200815.46203.damir@voljatel.si> <18950000.1029850451@[192.168.50.4]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
In-Reply-To: <18950000.1029850451@[192.168.50.4]>; from gdr@gno.org on Tue, Aug 20, 2002 at 07:34:11AM -0600
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, Aug 20, 2002 at 07:34:11AM -0600, Devin Reade wrote:

> > - objective reasons to switch from postfix to zmailer?
> 
> I can't compare it to postfix, but one of my coworkers used
> zmailer to replace sendmail at a very large ISP about five years
> back.  The result was an immediate and very significant performance
> increase -- zmailer is *much* better for handling large quantities
> of mail.  If you know how postfix performs compared to sendmail,
> this comparison might actually help ...

Sendmail has improved quite drastically.  I remember a few years ago
sendmail's out of the box performance was so bad that I just *had* to
replace it - and I choose zmailer because it was doing such a great job
on vger.rutgers.edu, a completly underpowered machine that was still
running other services.

Still zmailer is faster and saner to configure for most applications.

  Ralf
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 23 16:34:59 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S50865AbSHWNe4>; Fri, 23 Aug 2002 16:34:56 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S50819AbSHWNez>;
	Fri, 23 Aug 2002 16:34:55 +0300
Received: from chronos.sovam.com ([194.67.22.190]:36997 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S50573AbSHWNex>;
	Fri, 23 Aug 2002 16:34:53 +0300
Received: from ariel ([194.67.3.216]:33363 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764301AbSHWNeu>;
	Fri, 23 Aug 2002 17:34:50 +0400
Subject: contentfilter
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	23 Aug 2002 17:34:44 +0400
Message-Id: <1030109684.1996.7.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-0.7 required=5.0
	tests=AWL
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti,

I think that you might have forgotten to update or commit configure.in
which sould now contain utils/smtp-contentfilter in AC_OUTPUT

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 23 16:48:14 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S50636AbSHWNsL>; Fri, 23 Aug 2002 16:48:11 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S50749AbSHWNsK>;
	Fri, 23 Aug 2002 16:48:10 +0300
Received: from yonge.cs.toronto.edu ([128.100.1.8]:35311 "HELO
	yonge.cs.toronto.edu" ident: "root" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S50399AbSHWNsJ>;
	Fri, 23 Aug 2002 16:48:09 +0300
Received: from ks1.gayacom.net ([211.36.253.28]) by yonge.cs.toronto.edu with SMTP id <15284-18844>; Fri, 23 Aug 2002 09:47:57 -0400
Received: (from nobody@localhost)
	by ks1.gayacom.net (8.9.3/8.9.3) id WAA16269;
	Fri, 23 Aug 2002 22:47:41 +0900
Date:	Fri, 23 Aug 2002 09:47:41 -0400
Message-Id: <200208231347.WAA16269@ks1.gayacom.net>
To:	zm@csnet1.cs.tsinghua.edu.cn, zmaalej@gnet.tn, zmab16@etsu.edu,
	zmadad@aol.com, zmadmike@airmail.net, zmailer@cs.toronto.edu,
	zman72@osk3.threewebnet.or.jp, zman@diamond.sunset.net,
	zman@sunset.net, zman@whoopkadang.com, zmancherjee@yahoo.com
From:	jamie@msn.com ()
Subject: WWW Form Submission
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Below is the result of your feedback form.  It was submitted by
 (jamie@msn.com) on Friday, August 23, 2002 at 22:47:41
---------------------------------------------------------------------------

:: <A HREF="http://members.lycos.co.uk/comethisway">click here</A>Don't want to pay for Porn? Would you like to get it for FREE? The Honest, No Risk 100% Free Way? if you take a couple of minutes and read through our simple guide you will be able to get Free Passes to the top Paysites online!<A HREF="http://members.lycos.co.uk/comethisway">click here</A>

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

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 23 17:51:40 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S51593AbSHWOvh>; Fri, 23 Aug 2002 17:51:37 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S51595AbSHWOvg>;
	Fri, 23 Aug 2002 17:51:36 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S51593AbSHWOvd>;
	Fri, 23 Aug 2002 17:51:33 +0300
Date:	Fri, 23 Aug 2002 17:51:32 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: contentfilter
Message-ID: <20020823175132.K18100@nic.funet.fi>
References: <1030109684.1996.7.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1030109684.1996.7.camel@ariel>; from crosser@rol.ru on Fri, Aug 23, 2002 at 05:34:44PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Aug 23, 2002 at 05:34:44PM +0400, Eugene Crosser wrote:
> Matti,
> 
> I think that you might have forgotten to update or commit configure.in
> which sould now contain utils/smtp-contentfilter in AC_OUTPUT

  Oh, right you are..  Now if I could squeeze time into processing
  my zmailer patch backlog..

> Eugene

/Matti Aarnio
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 23 18:10:52 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S51468AbSHWPKo>; Fri, 23 Aug 2002 18:10:44 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S51531AbSHWPKm>;
	Fri, 23 Aug 2002 18:10:42 +0300
Received: from dialup-del-203.94.242.113.bol.net.in ([203.94.242.113]:34164
	"ehlo melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S51468AbSHWPKi> convert rfc822-to-8bit;
	Fri, 23 Aug 2002 18:10:38 +0300
Message-Id: <32f73coC+5LSW8lC0VGQRQ.md5@melkebalanse.gulbrandsen.priv.no>
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	zmailer@nic.funet.fi
Subject: GIGO/arguable tiny buglet
References: <1030109684.1996.7.camel@ariel>
    <20020823175132.K18100@nic.funet.fi>
In-Reply-To: <20020823175132.K18100@nic.funet.fi>
Content-Transfer-Encoding: 8BIT
Content-Type: text/plain; format=flowed
MIME-Version: 1.0
Date:	Fri, 23 Aug 2002 20:40:21 +0530
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,

zmailer tries to fix up quite a bit of brokenness, including 8-bit text 
in the headers. Unsurprisingly, a program isn't able to fix all the 
problems caused by other programs. To test one case:

telnet localhost 25
...
data
354 Start mail input; end with <CRLF>.<CRLF>
From: Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Subject: test with ü
Cc: ue ü <a@b.com>
To: ue "ü" <a@b.com>

Test.
.
250 2.6.0 S280103AbSHWPDl message accepted

The result looked like this (only the relevant fields shown):

Subject: test with =?ISO-8859-1?Q?=FC?=
Cc: ue =?ISO-8859-1?Q?=FC?= <a@b.com>
To: ue =?ISO-8859-1?Q?"=FC"?= <a@b.com>

That To field isn't legal. 2047 section 5(3) says " can't be used in an 
encoded-word in a to field.

I'm not going to call it a bug, and I wouldn't fix it. IMO it's a case 
of GIGO. However, others may disagree.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 23 18:37:12 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S51714AbSHWPhI>; Fri, 23 Aug 2002 18:37:08 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S49694AbSHWPhH>;
	Fri, 23 Aug 2002 18:37:07 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S51655AbSHWPhE>;
	Fri, 23 Aug 2002 18:37:04 +0300
Date:	Fri, 23 Aug 2002 18:37:04 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Cc:	zmailer@nic.funet.fi
Subject: Re: GIGO/arguable tiny buglet
Message-ID: <20020823183704.L18100@nic.funet.fi>
References: <1030109684.1996.7.camel@ariel> <20020823175132.K18100@nic.funet.fi> <32f73coC+5LSW8lC0VGQRQ.md5@melkebalanse.gulbrandsen.priv.no>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
In-Reply-To: <32f73coC+5LSW8lC0VGQRQ.md5@melkebalanse.gulbrandsen.priv.no>; from arnt@gulbrandsen.priv.no on Fri, Aug 23, 2002 at 08:40:21PM +0530
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Aug 23, 2002 at 08:40:21PM +0530, Arnt Gulbrandsen wrote:
> Hi,
> 
> zmailer tries to fix up quite a bit of brokenness, including 8-bit text 
> in the headers. Unsurprisingly, a program isn't able to fix all the 
> problems caused by other programs. To test one case:

  Yeah, it is borderline crazy thing to fix..
  Anyway I added the one comparison fix into there, although
  it really isn't a) at a sane place, b) sane code...
  (The header MIME encoder should be inside the router at header
   write-out, not in the transport-agents..)

> telnet localhost 25
> ...
> data
> 354 Start mail input; end with <CRLF>.<CRLF>
> From: Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
> Subject: test with ü
> Cc: ue ü <a@b.com>
> To: ue "ü" <a@b.com>
> 
> Test.
> .
> 250 2.6.0 S280103AbSHWPDl message accepted
> 
> The result looked like this (only the relevant fields shown):
> 
> Subject: test with =?ISO-8859-1?Q?=FC?=
> Cc: ue =?ISO-8859-1?Q?=FC?= <a@b.com>
> To: ue =?ISO-8859-1?Q?"=FC"?= <a@b.com>
> 
> That To field isn't legal. 2047 section 5(3) says " can't be used in an 
> encoded-word in a to field.
> 
> I'm not going to call it a bug, and I wouldn't fix it. IMO it's a case 
> of GIGO. However, others may disagree.
> 
> --Arnt

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 23 19:38:37 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S51878AbSHWQic>; Fri, 23 Aug 2002 19:38:32 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S51875AbSHWQic>;
	Fri, 23 Aug 2002 19:38:32 +0300
Received: from chronos.sovam.com ([194.67.22.190]:37164 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S51863AbSHWQia>;
	Fri, 23 Aug 2002 19:38:30 +0300
Received: from ariel ([194.67.3.216]:33470 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764309AbSHWQi1>;
	Fri, 23 Aug 2002 20:38:27 +0400
Subject: result string from contentfilter
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	23 Aug 2002 20:38:15 +0400
Message-Id: <1030120695.1995.28.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-0.6 required=5.0
	tests=AWL,SIGNATURE_SHORT_DENSE,UNDESIRED_LANGUAGE_BODY
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

As far as I can see, when using contentfilter, report string is always
taken from the program output.  While useful in case of error codes, it
seems that for "OK" codes it would be better to preserve standard
Zmailer answer string, because it contains local spoolid which is very
handy for tracking down questionable messages.  What do you think?
-- 
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 23 20:19:17 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S50478AbSHWRTN>; Fri, 23 Aug 2002 20:19:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S50437AbSHWRTN>;
	Fri, 23 Aug 2002 20:19:13 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S50478AbSHWRTJ>;
	Fri, 23 Aug 2002 20:19:09 +0300
Date:	Fri, 23 Aug 2002 20:19:09 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: result string from contentfilter
Message-ID: <20020823201908.M18100@nic.funet.fi>
References: <1030120695.1995.28.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1030120695.1995.28.camel@ariel>; from crosser@rol.ru on Fri, Aug 23, 2002 at 08:38:15PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Aug 23, 2002 at 08:38:15PM +0400, Eugene Crosser wrote:
> As far as I can see, when using contentfilter, report string is
> always taken from the program output.  While useful in case of
> error codes, it seems that for "OK" codes it would be better to
> preserve standard Zmailer answer string, because it contains
> local spoolid which is very handy for tracking down questionable
> messages.  What do you think?

  I was sure I forgot something...
  Actually i did remember that, but didn't yet have time to do
  (possibly multiline -- CR:s in reply to be translated into
   multiple lines) the message processing and spoolid presenting.
  Easiest is, I think, just append the spoolid on a message printout.
  I will do that.

  The initial interface protocol didn't quite work at first,
  so I am not yet convinced that this fresh rewrite will
  work either.  I need to do a bit of testing myself -- at
  a test-box without active traffic, e.g. where the code can
  be debugged without loosing important traffic...

  I planned to do that debugging tonight (or earlier today,
  which didn't happen..)

> -- 
> Eugene Crosser, head of Internet Applications section, +7 501 787 1000

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From chukwupeter_dr@yahoo.com Mon Aug 26 02:29:46 2002
Received: from [208.227.137.54] ([208.227.137.54]:3928 "HELO nic.funet.fi"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S53821AbSHYX3q>;
	Mon, 26 Aug 2002 02:29:46 +0300
From:	"PETER  CHUKWU" <chukwupeter_dr@yahoo.com>
Date:	Mon, 26 Aug 2002 00:33:07
To:	zmailer-log@nic.funet.fi
Subject: confidential.
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20020825232946Z53821-12376+14552@nic.funet.fi>
Return-Path: <chukwupeter_dr@yahoo.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Office of the financial controller. 
                                                                                                    National Petroleum Corporation,
                                                                                                   (N.N.P.C.). Falomo Office Complex, 
                                                                                                  Lagos, Nigeria. 
 Attn.. sir, 
                                                  PLEASE STRICTLY CONFIDENTIAL 
                                   REQUEST FOR URGENT BUSINESS TRANSACTION.

I am Dr. Peter   Chukwu. The financial controller of the Nigeria National Petroleum Corporation (NNPC) Headquarters lagos. I am writing on behalf of my colleagues in (NNPC) and have been assigned to seek for the assistance of a reliable foreign company through which we can transfer the sum of twenty MILLION U.S DOLLARS ONLY (US$20,000,000). This money is deposited in the NNPC Treasury account with the Central Bank of Nigeria. 
ORIGIN OF THE FUND: This sum arose from the  deliberated over-invoicing of a contract awarded by my  ministry (NNPC) to foreign firm in the twilight days of the last military regime. This contract has been completely executed and commissioned and the  contractor that handled this contract has collected his full and final payment thus leaving behind the  above stated amount which represent the over invoiced sum. We have been safeguarding this money for  conducive time for its transfer out of the country for our personal use. However, the code of employment  does not allow us (civil servant) to own and operate foreign account and because the contract was handled  by a foreign firm and the payment made in dollars, we now need a foreign partner that will present  himself as the subcontractor so that the fund will be transfer into your companys or personal account. Your address was made available to us by a very good friend who work with the Nigeria export promotion council and he assured us of your companys viability and capability in business transaction. This assurance gave us the courage to link you up in this particular transaction and I hope it will be of mutual benefit to all of us. Note that the nature of your business is not particularly relevant to the success of the transaction. All we requires your willingness to present yourself as the subcontractor by providing your bank information so that the fund will be transferred into your account. 
SHARING RATIO: For your assistance in this business your share will be 30% of the total fund. I and my  colleagues will take 60% while we set aside 10% for any expenses that may incurred in the course of this transaction. If you are willing to assist us in this business. Send the following information. (1). Name of your bank and address. 
(2). Your account number/beneficiarys name.
( 3). Your private telephone  and fax number for easy communication. This information will enable us put an application for  payment approval to the concerned Ministries and final to the Central Bank of Nigeria (C.B.N) and it is  going to last for 6-7 working days starting from the  day we receive the above information. All modalities  for the take off of this transaction have been  worked out and further action will commence  immediately we hear  from you. I am waiting for your  reply via my private e-mail address   drpeter_chukwu@epatra.com.   only  for security reasons.
   
Yours faithfully,       
Dr.  Peter Chukwu   




From zmailer-owner@nic.funet.fi Tue Aug 27 05:10:05 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S55183AbSH0CKA>; Tue, 27 Aug 2002 05:10:00 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S48569AbSH0CKA>;
	Tue, 27 Aug 2002 05:10:00 +0300
Received: from ada.dhs.org ([216.126.65.228]:2946 "EHLO ada.dhs.org" ident:
	"root" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with ESMTP id <S56185AbSH0CJ4>; Tue, 27 Aug 2002 05:09:56 +0300
Received: from localhost (user: 'acli', uid#852) by ada.dhs.org id <131174-4854>; Mon, 26 Aug 2002 22:09:22 -0400
Date:	Mon, 26 Aug 2002 22:09:22 -0400
From:	Ambrose Li <a.c.li@ieee.org>
To:	zmailer@nic.funet.fi
Subject: where is 2.99.56pre1?
Message-ID: <20020826220922.A825@ada.dhs.org>
Mail-Followup-To: Ambrose Li <a.c.li@ieee.org>, zmailer@nic.funet.fi
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,

I notice that nic.funet.fi is running 2.99.56pre1, but
it's not on ftp.funet.fi. Is this a CVS version?

Thanks.

-- 
Ambrose Li  <a.c.li@ieee.org>
http://trends.ca/~acli/  http://www.cccgt.org/

DRM is theft - We are the stakeholders
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Aug 27 14:34:13 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S56498AbSH0LeK>; Tue, 27 Aug 2002 14:34:10 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S56492AbSH0LeK>;
	Tue, 27 Aug 2002 14:34:10 +0300
Received: from lupinella.troll.no ([213.203.59.59]:58999 "EHLO
	lupinella.troll.no" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S56498AbSH0LeI>;
	Tue, 27 Aug 2002 14:34:08 +0300
Received: from macondo.troll.no ([213.203.59.70]:56461 "EHLO trolltech.com"
        ident: "mike") by trolltech.com with ESMTP id <S295804AbSH0Ldx>;
        Tue, 27 Aug 2002 13:33:53 +0200
To:	zmailer@nic.funet.fi
Subject: Blacklist usage in zmailer
Date:	Tue, 27 Aug 2002 13:33:53 +0200
From:	Mike Acar <mike@trolltech.com>
Message-Id: <20020827113357Z295804-15832+255@trolltech.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


Hi all,

Some time ago we started using various anti-spam blacklists
(relays.osirusoft.com, relays.ordb.org, and dialups. mail-abuse.org) and
happily these seem to have cut down on our incoming spam. Unfortunately
we have an increasing number of customers who find themselves on the
blacklists and apparently have no reasonable way of getting off (i.e.,
they're in Asia).

Therefore I wonder if it's possible to get some assistance from the
list; I haven't found the zmailer docs particularly helpful in this
regard.

I'd like to be able to make exceptions for mail destined to particular
addresses (e.g. our sales mailbox) or from certain servers. Ideally the
messages and connections would still be checked against the blacklist
and the outcome logged, but the message processed regardless.

Is this possible? Anybody have example smtp-policy.src snippets?

-- 
Brilliance and gorgeousness                        |   Mike Acar
And we tell ourselves we don't want the treasures  |   mike@trolltech.com
But we hate the glass anyway                       |
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Aug 27 20:46:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S56521AbSH0Rql>; Tue, 27 Aug 2002 20:46:41 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S56949AbSH0Rqk>;
	Tue, 27 Aug 2002 20:46:40 +0300
Received: from 66-163-1-120.ip.tor.radiant.net ([66.163.1.120]:4150 "EHLO a.mx"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S51714AbSH0Rqj>;
	Tue, 27 Aug 2002 20:46:39 +0300
Received: from webserver ([IPv6:::ffff:172.17.1.230]:15891 "EHLO webserver"
        ident: "0") by vaogate.ccvolunteer.dhs.org with ESMTP
        id <S16117AbSH0Rpd>; Tue, 27 Aug 2002 13:45:33 -0400
Received: (from localhost user: 'acli' uid#512 fake: STDIN (acli@webserver))
        by webserver.cccgt.dyn.dhs.org id <S32135AbSH0Row>;
        Tue, 27 Aug 2002 13:44:52 -0400
Date:	Tue, 27 Aug 2002 13:44:52 -0400
From:	Ambrose Li <acli@66-163-1-120.ip.tor.radiant.net>
To:	zmailer@nic.funet.fi
Subject: maildir TA
Message-ID: <20020827134452.A2413@66-163-1-120.ip.tor.radiant.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Organization: Chinese Cultural Centre of Greater Toronto
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,

I am wonder if anyone using the maildir TA has an updated version
for the newer ZMailers. I found that the one on ftp.funet.fi no
longer compiles with 2.99.56.

(I don't mind updating it myself, but just in case someone has
already done it.)

-- 
Ambrose Li

``A good style should show no sign of effort;
  what is written should seem a happy accident.'' ~ Somerset Maugham
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Aug 29 17:14:13 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S58800AbSH2OOK>; Thu, 29 Aug 2002 17:14:10 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S59001AbSH2OOI>;
	Thu, 29 Aug 2002 17:14:08 +0300
Received: from 2-210.ctame701-1.telepar.net.br ([200.193.160.210]:50914 "EHLO
	2-210.ctame701-1.telepar.net.br" ident: "stqeil" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S56198AbSH2OOF>;
	Thu, 29 Aug 2002 17:14:05 +0300
Received: from localhost ([IPv6:::ffff:127.0.0.1]:41670 "EHLO localhost")
	by imladris.surriel.com with ESMTP id <S80110AbSH2ONt>;
	Thu, 29 Aug 2002 11:13:49 -0300
Date:	Thu, 29 Aug 2002 11:13:47 -0300 (BRT)
From:	Rik van Riel <riel@conectiva.com.br>
X-X-Sender: riel@imladris.surriel.com
To:	Mike Acar <mike@trolltech.com>
cc:	zmailer@nic.funet.fi
Subject: Re: Blacklist usage in zmailer
In-Reply-To: <20020827113357Z295804-15832+255@trolltech.com>
Message-ID: <Pine.LNX.4.44L.0208291111560.1857-100000@imladris.surriel.com>
X-spambait: aardvark@kernelnewbies.org
X-spammeplease:	aardvark@nl.linux.org
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, 27 Aug 2002, Mike Acar wrote:

> Some time ago we started using various anti-spam blacklists

> I'd like to be able to make exceptions for mail destined to particular
> addresses (e.g. our sales mailbox) or from certain servers.

I'd also like to be able to do something like this. To be
more specific, I _always_ want to accept email to abuse@
and postmaster@ addresses, while filtering email to the
other addresses with DNSBLs.

As an aside, I'm also thinking of adding an option to
smtpserver to refuse email when the HELO string doesn't
resolve ;)

kind regards,

Rik
-- 
Bravely reimplemented by the knights who say "NIH".

http://www.surriel.com/		http://distro.conectiva.com/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Aug 29 17:28:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S59137AbSH2O2k>; Thu, 29 Aug 2002 17:28:40 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S59139AbSH2O2i>;
	Thu, 29 Aug 2002 17:28:38 +0300
Received: from cpr.sovintel.ru ([213.221.51.82]:4611 "HELO cpr.sovintel.ru"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S59137AbSH2O2f>;
	Thu, 29 Aug 2002 17:28:35 +0300
Received: from office.cpr.spb.ru (office.cpr.spb.ru [213.221.61.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by cpr.sovintel.ru (Postfix) with ESMTP id 3C582F4B1
	for <zmailer@nic.funet.fi>; Thu, 29 Aug 2002 18:28:34 +0400 (MSD)
Received: by office.cpr.spb.ru (Postfix, from userid 1000)
	id BADE75D802; Thu, 29 Aug 2002 18:28:30 +0400 (MSD)
From:	Alexey.Lobanov@cpr.spb.ru (Alexey Lobanov)
Organization: CPR
To:	zmailer@nic.funet.fi
Date:	Thu, 29 Aug 2002 18:28:17 +0400
MIME-Version: 1.0
Subject: Re: Blacklist usage in zmailer
Message-ID: <3D6E67C1.23353.633F9C6@localhost>
References: <20020827113357Z295804-15832+255@trolltech.com>
In-reply-to: <Pine.LNX.4.44L.0208291111560.1857-100000@imladris.surriel.com>
X-mailer: Pegasus Mail for Windows (v4.02)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello.

On 29 Aug 2002 at 11:13, Rik van Riel wrote:

> > I'd like to be able to make exceptions for mail destined to particular
> > addresses (e.g. our sales mailbox) or from certain servers.

> I'd also like to be able to do something like this. To be
> more specific, I _always_ want to accept email to abuse@
> and postmaster@ addresses,

Moreower, your wish is in perfect accordance with rfc2821 4.5.1. "...SMTP systems are 
expected to make every reasonable effort to accept mail directed to Postmaster from any 
other system on the Internet..."

> while filtering email to the other addresses with DNSBLs. 

A.L.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Aug 29 21:57:32 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S59265AbSH2S53>; Thu, 29 Aug 2002 21:57:29 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S59296AbSH2S53>;
	Thu, 29 Aug 2002 21:57:29 +0300
Received: from smtp.iplink.net ([192.139.81.186]:3832 "EHLO
	mailserver.iplink.net" ident: "root" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S59238AbSH2S52>;
	Thu, 29 Aug 2002 21:57:28 +0300
Received: from mercutio.iplink.net ([192.139.81.54]:55314 "EHLO iplink.net")
	by ml.comspec.com with ESMTP id <S1408332AbSH2S43>;
	Thu, 29 Aug 2002 14:56:29 -0400
Message-ID: <3D6E6E89.52ADE2CB@iplink.net>
Date:	Thu, 29 Aug 2002 14:57:13 -0400
From:	alvin <alvin@iplink.net>
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.19-6.2.7.iplink2 i686)
X-Accept-Language: en
MIME-Version: 1.0
To:	"zmailer@nic.funet.fi" <zmailer@nic.funet.fi>
Subject: Possibly a silly question.
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Why does the router read the message headers?


I just ran into a router core dump issue with a stupidly formated
message have been assured that postfix does not touch the headers so why
should zmailer. 


I took a quick brows through the docs but did not see anything obvious.

-- 
Alvin Starr                   ||   voice: (416)785-4051
Interlink Connectivity        ||   fax:   (416)785-3668
alvin@iplink.net              ||
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Aug 29 22:10:28 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S59449AbSH2TKY>; Thu, 29 Aug 2002 22:10:24 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S59454AbSH2TKY>;
	Thu, 29 Aug 2002 22:10:24 +0300
Received: from [193.189.169.9] ([193.189.169.9]:3851 "EHLO game.over.net"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S59452AbSH2TKW>;
	Thu, 29 Aug 2002 22:10:22 +0300
Received: from localhost.over.net ([127.0.0.1]:65038 "EHLO zvezek.over.net")
	by mail.over.net with ESMTP id <S450739AbSH2TKV>;
	Thu, 29 Aug 2002 21:10:21 +0200
Message-Id: <5.1.1.6.0.20020829205703.02bed4f0@localhost>
X-Sender: tmail@localhost.over.net
X-Mailer: QUALCOMM Windows Eudora Version 5.1.1
Date:	Thu, 29 Aug 2002 20:58:29 +0200
To:	zmailer@nic.funet.fi
From:	Tomaz Borstnar <tomaz.borstnar@over.net>
Subject: Re: Blacklist usage in zmailer
In-Reply-To: <Pine.LNX.4.44L.0208291111560.1857-100000@imladris.surriel.
 com>
References: <20020827113357Z295804-15832+255@trolltech.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"; format=flowed
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

At 11:13 29.8.2002 -0300, Rik van Riel wrote the following message:
>As an aside, I'm also thinking of adding an option to
>smtpserver to refuse email when the HELO string doesn't
>resolve ;)

Bad, bad, bad. You wont like the results probably. Or you dont care about 
lost mail? Not all of that is spam, you know?


----
Tomaz Borstnar <tomaz.borstnar@over.net>
"Love is the answer to the final question you ask" - Unknown


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Aug 29 22:15:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S59453AbSH2TPW>; Thu, 29 Aug 2002 22:15:22 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S59454AbSH2TPW>;
	Thu, 29 Aug 2002 22:15:22 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S59453AbSH2TPU>;
	Thu, 29 Aug 2002 22:15:20 +0300
Date:	Thu, 29 Aug 2002 22:15:20 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	alvin <alvin@iplink.net>
Cc:	"zmailer@nic.funet.fi" <zmailer@nic.funet.fi>
Subject: Re: Possibly a silly question.
Message-ID: <20020829221520.B26957@nic.funet.fi>
References: <3D6E6E89.52ADE2CB@iplink.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <3D6E6E89.52ADE2CB@iplink.net>; from alvin@iplink.net on Thu, Aug 29, 2002 at 02:57:13PM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, Aug 29, 2002 at 02:57:13PM -0400, alvin wrote:
> Why does the router read the message headers?

  - "/usr/lib/sendmail -t"  means that the router needs to
    pick recipient addresses from  To:, Cc: and Bcc: headers.

  - Also the RFC 822/2822 does say that outgoing addresses
    in visible headers must have FQDN addresses

  - Sometimes it is desired to rewrite user addresses, e.g.:
    From:
       From: Matti Aarnio <mea@nic.funet.fi>
    To:
       From: Matti Aarnio <matti.aarnio@nic.funet.fi>
 
> I just ran into a router core dump issue with a stupidly formated
> message have been assured that postfix does not touch the headers
> so why should zmailer. 

  That is indicative of broken code.  Nothing such should happen...
  Could you send me the original Bad Message ?
  (Its header block.)

> I took a quick brows through the docs but did not see anything obvious.
> -- 
> Alvin Starr                   ||   voice: (416)785-4051
> Interlink Connectivity        ||   fax:   (416)785-3668
> alvin@iplink.net              ||
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Aug 29 23:14:49 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S57995AbSH2UOp>; Thu, 29 Aug 2002 23:14:45 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S58971AbSH2UOp>;
	Thu, 29 Aug 2002 23:14:45 +0300
Received: from cpr.sovintel.ru ([213.221.51.82]:4768 "HELO cpr.sovintel.ru"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S59261AbSH2UOn>;
	Thu, 29 Aug 2002 23:14:43 +0300
Received: from office.cpr.spb.ru (office.cpr.spb.ru [213.221.61.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by cpr.sovintel.ru (Postfix) with ESMTP id 74AEBF4B1
	for <zmailer@nic.funet.fi>; Fri, 30 Aug 2002 00:14:41 +0400 (MSD)
Received: from lesha (dhcp132.aal.cpr [192.168.89.132])
	by office.cpr.spb.ru (Postfix) with ESMTP id ECF4C5D802
	for <zmailer@nic.funet.fi>; Fri, 30 Aug 2002 00:14:37 +0400 (MSD)
From:	"Alexey Lobanov" <Alexey.Lobanov@cpr.spb.ru>
Organization: CPR
To:	zmailer@nic.funet.fi
Date:	Fri, 30 Aug 2002 00:14:37 +0400
MIME-Version: 1.0
Subject: Re: Blacklist usage in zmailer
Message-ID: <3D6EB8ED.8733.1024F3B@localhost>
In-reply-to: <5.1.1.6.0.20020829205703.02bed4f0@localhost>
References: <Pine.LNX.4.44L.0208291111560.1857-100000@imladris.surriel. com>
X-mailer: Pegasus Mail for Windows (v4.02)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello.

On 29 Aug 2002 at 20:58, Tomaz Borstnar wrote:

> At 11:13 29.8.2002 -0300, Rik van Riel wrote the following message:
> >As an aside, I'm also thinking of adding an option to
> >smtpserver to refuse email when the HELO string doesn't
> >resolve ;)

> Bad, bad, bad. You wont like the results probably. Or you dont care about 
> lost mail? Not all of that is spam, you know?

Postfix does have quite full set of HELO rules:

#   reject_non_fqdn_hostname: reject HELO hostname that is not in FQDN form
#   reject_invalid_hostname: reject HELO hostname with bad syntax.
#   reject_unknown_hostname: reject HELO hostname without DNS A or MX record.

My experience shows that first rule is OK. Only client (and spammer) 
workstations say "HELO Default", etc. Naturally, direct or authorized clients 
bypass checking. But even the second rule is too restristive for guests: about 
50% of legitimate corporate MS-Exchange servers compose their self-names from 
NetBIOS name (where underscore "_" is a must according to MS traditions) and 
valid domain. So, neither formal nor real DNS-compliance tests are feasible.

Alexey

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Aug 30 03:41:47 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S59179AbSH3Alp>; Fri, 30 Aug 2002 03:41:45 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S59006AbSH3Alo>;
	Fri, 30 Aug 2002 03:41:44 +0300
Received: from 200-204-196-51.dsl.telesp.net.br ([200.204.196.51]:3107 "HELO
	65.82.192.106" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S58433AbSH3Aln>;
	Fri, 30 Aug 2002 03:41:43 +0300
Received: from rly-yk04.mx.aol.com ([30.241.135.107]) by q4.quik.com with SMTP; Aug, 29 2002 8:35:07 PM +0400
Received: from unknown (74.38.244.167) by asy100.as122.sol.superonline.com with NNFMP; Aug, 29 2002 7:28:18 PM +0300
Received: from 184.244.108.80 ([184.244.108.80]) by rly-xr02.mx.aol.com with SMTP; Aug, 29 2002 6:12:17 PM -0800
Received: from [6.135.221.168] by rly-xl05.mx.aol.com with asmtp; Aug, 29 2002 5:34:58 PM +1200
From:	Kelly Carpelli <njkelly@site-personals.com>
To:	zmailer@nic.funet.fi
Subject: my webcam is on babe!
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date:	Thu, 29 Aug 2002 20:41:36 -0400
X-Mailer: AOL 7.0 for Windows US sub 118
X-Priority: 1
Message-Id: <20020830004143Z58433-7870+440@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello, my name is Kelly, I am an 18 year old swimming instructor from Longbeach.  I am intelligent, sexy and discreet. I love to laugh and have fun. Like most young girls, i like to go out with my friends and dance all night. When I'm home and have nothing to do, I love to chat and be naughty n naked on my webcam. 

Get a chance to catch me "LIVE" on my webcam. I'm waiting for you....

http://www.site-personals.com  <---click and access me instantly hunnie;)

later baby,
mmwa!











ldobuiajcbyqirbonaeoru
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From keterin_30@yahoo.com Fri Aug 30 15:33:55 2002
Received: from web21507.mail.yahoo.com ([66.163.169.18]:8780 "HELO
	web21507.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S60235AbSH3Mdy>;
	Fri, 30 Aug 2002 15:33:54 +0300
Message-ID: <20020830123352.51221.qmail@web21507.mail.yahoo.com>
Received: from [194.9.184.111] by web21507.mail.yahoo.com via HTTP; Fri, 30 Aug 2002 05:33:52 PDT
Date:	Fri, 30 Aug 2002 05:33:52 -0700 (PDT)
From:	pin pmi <keterin_30@yahoo.com>
Subject: UGENT ASSISTANCE
To:	zmailer-log@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-Path: <keterin_30@yahoo.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

From: Mrs Keterin  Sankoh
      Abidjan. Cote d'ivoire
      (Ivory Coast).

Attention: The Director

Dear;

With due respect and humility I write you this
proposal which I believe would be of graet interest to
you.
 
I am Mrs Keterin  Sankoh. The wife of the late Dr.
Fredick Sankoh of blessed memory, prior to my husband
assassination by the rebel forces loyal to major John
Paul Koromah, he was the Director General National
gold and diamond mining corporation of Sierre Leone.

Two days before my husband was assassinated,he
instructed me and my children(Olu and George) to
move out of Sierra Leone immediately, before the
powerful Economic Community of west african states
peace keeping forces (ECOMOG) intervened which
eventually resulted into a bural civil war I and my
children managed to escape to Abidjan the Republic of
Cote d'Ivoire.
 
Therough the help of my late husban's friend who is a
trawler we came into Abidjan with the sum valuables
includeing a cash sum of US$ 10.5 Million(Ten Million
Five Hundred United State dollars. Only) in a metallic
truck box which I deposited with a private security
company here in Abidjan Cote d'Ivoire with my first
son's name(Olu Sankoh)as the next of kin for your
information,we did not disclose the real content of
the box to the security company and we do not wish
them to know this under any circunstance rather the
box was decleared as conatining family valuables.

Meanwhile,we want to leave Cote d'Ivoire entirely with
this money for investment in your country because of
stable polical situation and mostly for the future of
children. 

I want you to please assist us to claim this box from
the security company then deposit the funds in a local
account here with any of the apex banks in your name
and order the bank to transfer the funds to your
country and you should also source for a good
investment opportunity so that we can invest wisely.
 
We have it in mind to reward you handsomely for your
assistance,We are prepared to give you 10% of the
total sum,5% will be for any expences incured during
the course of this transaction while the remaining 85%
goes for our investments.

Immediately you receive this e-mail to enable us
proceed in ernest towards concluding this transfer
please ensure that no one else know about this money
as it is the only hope that my family hangs on now for
survival.
I await your rapid response.

Yours sincerely. 

Mrs Keterin  Sankoh






__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

From ndaloj@guju.net Fri Aug 30 20:14:06 2002
Received: from host-217-146-2-33.warsun.com ([217.146.2.33]:3206 "HELO
	n2now1996.com" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S59230AbSH3ROG> convert rfc822-to-8bit;
	Fri, 30 Aug 2002 20:14:06 +0300
From:	"MR JOHN NDALO" <ndaloj@guju.net>
Reply-To: ndaloj@guju.net
To:	zmailer-log@nic.funet.fi
Date:	Fri, 30 Aug 2002 19:13:56 +0200
Subject: COMPASIONATE PLEA FOR HELP
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Message-Id: <20020830171406Z59230-7870+564@nic.funet.fi>
Return-Path: <ndaloj@guju.net>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


DEAR SIR/MADAM,
                                                      
               A PLEA FOR ASSISTANCE

YOU MAY BE SURPRISED TO RECEIVE THIS MAIL SINCE YOU
DONT KNOW ME PERSONALLY  SORRY IF I INFRINGED ON YOUR
PRIVACY.I AM MR  JOHN NDALO  FIRST SON OF DR MORGAN NDALO 
,WHO WAS RECENTLY MURDERED IN THE LAND DISPUTE
CRISES IN ZIMBABWE.

MY FATHER USED TO TO LIVE  IN A TOWN CALLED CHINHOYI
LOCATED IN THE HEART OF MURAMBINDA ABOUT 120KM FROM
HARARE,THE CAPITAL CITY OF MY COUNTRY
ZIMBABAWE.CHINHOYI WAS LARGELY A PEACEFUL FARMING AREA
WHERE ONE  CAN OWN A LAND AND CULTIVATE IT IF ONE
WORKED HARD ENOUGH.THE REALTIVE PEACE  EXISTING  IN
CHINHOYI AND OUR LIVES WERE SHATTERED WITH THE
BEGIINING OF THE RULING PARTY SPONSORED LAND INVATION
BY WAR VETERANS WHO WE  SUSPECTED WERE ACTING  WITH
THE BACKING  OF MUGABES GOVERNMENT.MY LATE FATHER WAS
AMONG THE FEW BLACK ZIMBABWEANS RICH FARMERS MURDERED
IN COLD BLOOD BY AGENTS OF THE RULING  GOVERNMENT  OF
PRESIDENT ROBERT MUGABE FOR  HIS ALLEGED SUPOORT AND
SYMPATHY FOR THE ZIBABWEAN OPPOSITION PARTY MOVEMENT
FOR DEMOCRATIC CHANGE(MDC)CONTROLLED  BY THE
WHITES.BEFORE HIS DEATH  MY FATHER ON ONE OF HIS MANY
TRIPS ABROAD TOOK ME TO JOHANNESBURG TO DEPOSIT THE
SUM  OF  OF US$12.7 MILLION(TWELVE MILLION SEVEN
HUNDERED THOUSAND UNITED STATES DOLLARS)WITH  A
SECURITY  AND FINANCE COMPANY AS  HE FORSAW THE
LOOMING DANGER IN ZIMBABWE.

THE MONEY WAS DEPOSITED WITH THE SECURITY  COMPANY  ON
OUR ARRAVAL IN JOHANNESBURG TO AVOID ITS SEIZURE AND
LARGELY ITS SAFTY TOO.PRESIDENT MUGABE GAVE THIS
MONEY TO MY LATE  FATHER FOR INVESTMENT PURPOSES WHILE
THEY WERE STILL IN GOOD TERMS .THIS LAND PROBLEM AROSE
WHEN PRESIDENT MUGABE WHO ACCORDING TO MY FATHER WAS
IN DESPERATE BID TO HOLD ON TO POWER  FOR LIFE
INTRODUCED A LAND ACT WHICH WHOLLY AFFECTED THE RICH
FARMERS WHO WERE MOSTLY WHITES AND SOME BLACKS
EVENTUALLY VEHEMENTLY   CONDEMNED THE  METHOD ADOPTED
BY THE GOVT  AND THAT RESULTED  IN RAMPANT
KILLING,LOOTING AND WIDE SCALE  MOB ACTIONS BY WAR
VETERANS  AND SOME POLITICAL THUGS,PRECISELY  MORE
THAN THIRTY ONE PEOPLE HAVE BEEN KILLED AS WRITE TO
YOU NOW,AT LEAST  4O WHITES AND BLACK FAMILIES HAVE
FLED  FROM RISING VIOLENCE ON THEIR FARMS IN THE
NORTH-WEST OF ZIMBABWE AND ABOUT 300 FAMILY MEMBERS
HAVE FLED FROM ABOUT 100 RAIDED FARMS,SOME  WERE FLOWN
OUT ON LIGHT AIRCRAFT  TO KARIBA AIRPORT AFTER MOBS
BLOCKED SEVERAL ROADS.HEADS OF GOVERNMENT  FROM
WESTERN WORLD ,EXPECIALLY BRITAIN AND THE UNITED
STATES OF AMERICA HAVE VOICED THEIR CONDEMNATION
AGAINST MUGABES NEW LAND REFORM ACT.IT IS AGAINST
THIS BACKDROP THAT  I  AND MY SICK  MOTHER AND THREE
YOUNGER ONCES ARE CURRENTLY RESIDING  IN SOUTH AFRICA
AS ASSYLUM SEEKERS,HAVE DECIDED TO TRANSFER THISA MY
LATE FATHERS MONEY  TO A FOREIGN ACCOUNT.

I AM SADDLED WITH THE RESPONSIBILITY OF SEEKING AN
HONEST INDIVIDUAL WITH VAST EXPERIENCE IN BUSINESS TO
HELP US SAFEGUARD AND INVEST THIS MONEY.I AM PRESNETLY
LEAVING IN SOUTH AFRICA WITH MY REMAINING FAMILY AS
ASSYLUM SEEKERS  AND THE FINANCIAL LAW IN SOUTH AFRICA
DO NOT ALLOW ASSYLUM SEEKERS CERTAIN FINANCIAL RIGHTS
.IN VIEW OF THIS  COUPLED WITH THE WAY THIS MONEY WAS
ACQUIRED I  HAVE DECIDED TO INVEST THIS MONEY ANYWERE
ELSE BUT  PREFERABLY OUTSIDE AFRICA.FROM THE ABOVE YOU
WILL UNDERSTAND THAT MY ENTIRE LIFE AND THAT OF MY
FAMILY  DEPENDS ON THIS MONEY AS WE HAVE LOST EVERY
THING IN ZIMBABWE,AS SUCH WE SHALL BE VERY GRATEFUL IF
YOU  METO TRANSFER  THIS MONEY FROM OUT OF SOUTH
AFRICA TO YOUR COMPANY OR PERSONAL ACCOUNT. IN YOUR
NAME FOR INVESTMENT PURPOSE.

PLEASE ALL I WANT YOU TO DO IS TO GIVE YOUR TOTAL
DEDICATION,RESPECT AND CONFIDENTIALITY TO MY
PROPOSAL,YOUR TINTEREST OF HELPING ME CARRY THIS MONEY
OUT OF SOUTH AFRICA IS URGENTLY NEEDED.YOU SHOULD NOT
FEAR ANY RISK BECAUSE I  HAVE CONCLUDED ARRANGEMENTS
TO SAFE GUARD YOU IN THIS TRANSACTION AND WE HAVE
WORKED OUT TRANSFER MODALITIES  WITH THE HELP OF A TOP
BANK OFFICIAL IN THIS COUNTRY (SOUTH AFRICA)ON WHICH
YOU WILL BE DETAILED ON MY NEXT COMMUNICATION.

KINDLY  CONTACT ME SO THAT I WILL LET YOU KNOW THE
BENEFITING CONDITIONS AND BENEFITS OF YOUR HELP IN
THIS BUSINESS RELATIONSHIP/TRANSACTION IN MY NEXT
LETTER TO YOU ONLY WHEN I RECEIVE YOUR POSITIVE
RESPONSE.

GOD BLESS US.

REGARDS

MR JOHN NDALO


From zmailer-owner@nic.funet.fi Fri Aug 30 23:24:41 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S58590AbSH3UYh>; Fri, 30 Aug 2002 23:24:37 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S53620AbSH3UYg>;
	Fri, 30 Aug 2002 23:24:36 +0300
Received: from fepout2.telus.net ([199.185.220.237]:12727 "EHLO
	priv-edtnes04.telusplanet.net" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S60069AbSH3UYf>;
	Fri, 30 Aug 2002 23:24:35 +0300
Received: from micralyne.com ([205.206.18.247])
          by priv-edtnes04.telusplanet.net
          (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP
          id <20020830202428.QMCI14925.priv-edtnes04.telusplanet.net@micralyne.com>
          for <zmailer@nic.funet.fi>; Fri, 30 Aug 2002 14:24:28 -0600
Message-ID: <3D6FD3BF.1040501@micralyne.com>
Date:	Fri, 30 Aug 2002 14:21:19 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To:  daryle@micralyne.com
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1
X-Accept-Language: en-us, en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: Force independent smtp delivery sessions?
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com> <20020616041159.L22975@nic.funet.fi>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Is there a way (in scheduler.conf?) to force independent delivery
sessions to a particular domain/mx?  I.E. if I have a message going
to 5 recipients @fu.bar I would like to force the scheduler to deliver
it with 5 separate sessions to mx.fu.bar with 1 recipient rather than
1 session to mx.fu.bar with 5 recipients.

-- 
Daryle A. Tilroe

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug 31 01:02:22 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S47394AbSH3WCT>; Sat, 31 Aug 2002 01:02:19 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S60761AbSH3WCS>;
	Sat, 31 Aug 2002 01:02:18 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S52304AbSH3WCP>;
	Sat, 31 Aug 2002 01:02:15 +0300
Date:	Sat, 31 Aug 2002 01:02:15 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	"Daryle A. Tilroe" <daryle@micralyne.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Force independent smtp delivery sessions?
Message-ID: <20020831010215.G26957@nic.funet.fi>
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com> <20020616041159.L22975@nic.funet.fi> <3D6FD3BF.1040501@micralyne.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <3D6FD3BF.1040501@micralyne.com>; from daryle@micralyne.com on Fri, Aug 30, 2002 at 02:21:19PM -0600
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Aug 30, 2002 at 02:21:19PM -0600, Daryle A. Tilroe wrote:
> Is there a way (in scheduler.conf?) to force independent delivery
> sessions to a particular domain/mx?  I.E. if I have a message going
> to 5 recipients @fu.bar I would like to force the scheduler to deliver
> it with 5 separate sessions to mx.fu.bar with 1 recipient rather than
> 1 session to mx.fu.bar with 5 recipients.

  At scheduling level we can not do that.  Rewriting parts of routing
  might do that, though.  -- 10 seconds latter I realized that no, that
  can't be done.  (channel/host/user/privilege -quad, the 'host'
  part must be the user's destination domain.  It can't be the full
  recipient address, which would take care of parallellizing
  each recipient address just fine...)

  The "EZMLM" tricks in smtp transport agent are related to what
  you are looking for, although those don't do 5 parallel sessions
  either, merely 5 successive deliveries of the same message with
  separate MAIL FROM addresses.

  Approaches:

    1) New code at SMTP-ta to enable the 'host' part to be full
       user address, and make changes into router scripts to have
       them produce the address quad as channel/user/user/priv
       This gives parallel deliveries to the system.

    2) New code at SMTP-ta to control behaviour somewhat alike
       the present "ezmlm" to split deliveries into N ( << 100 )
       rcpt per transmission.  Also to limit the number of delivered
       messages per connection...


  All those are what I call "anti-performance" features, but out
  there are a few ISP sites which presume they can e.g. limit
  the number of messages delivered in single connection.

  Of course the _spammers_ send single recipient single message
  per session, only weird systems running busy lists send
  multirecipient multi-messages per connection...

  For the  2)  there needs to be some better way to make
  parametrization, than at scheduler's command line..
  I have though of a few ways, including something which
  does greatly resemble  scheduler.conf  file syntax...


> -- 
> Daryle A. Tilroe

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug 31 04:57:24 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S60738AbSHaB5V>; Sat, 31 Aug 2002 04:57:21 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S60717AbSHaB5V>;
	Sat, 31 Aug 2002 04:57:21 +0300
Received: from defout.telus.net ([199.185.220.240]:39877 "EHLO
	priv-edtnes16-hme0.telusplanet.net" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S60252AbSHaB5T>;
	Sat, 31 Aug 2002 04:57:19 +0300
Received: from micralyne.com ([205.206.18.247])
          by priv-edtnes16-hme0.telusplanet.net
          (InterMail vM.5.01.04.02 201-253-122-122-102-20011128) with ESMTP
          id <20020831015711.XYCU5909.priv-edtnes16-hme0.telusplanet.net@micralyne.com>;
          Fri, 30 Aug 2002 19:57:11 -0600
Message-ID: <3D7021BA.5020308@micralyne.com>
Date:	Fri, 30 Aug 2002 19:54:02 -0600
From:	"Daryle A. Tilroe" <daryle@micralyne.com>
Reply-To:  daryle@micralyne.com
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0rc2) Gecko/20020512 Netscape/7.0b1
X-Accept-Language: en-us, en
MIME-Version: 1.0
To:	Matti Aarnio <mea@nic.funet.fi>
CC:	zmailer@nic.funet.fi
Subject: Re: Force independent smtp delivery sessions?
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com> <20020616041159.L22975@nic.funet.fi> <3D6FD3BF.1040501@micralyne.com> <20020831010215.G26957@nic.funet.fi>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti Aarnio wrote:
> On Fri, Aug 30, 2002 at 02:21:19PM -0600, Daryle A. Tilroe wrote:
> 
>>Is there a way (in scheduler.conf?) to force independent delivery
>>sessions to a particular domain/mx?  I.E. if I have a message going
>>to 5 recipients @fu.bar I would like to force the scheduler to deliver
>>it with 5 separate sessions to mx.fu.bar with 1 recipient rather than
>>1 session to mx.fu.bar with 5 recipients.
> 
>   The "EZMLM" tricks in smtp transport agent are related to what
>   you are looking for, although those don't do 5 parallel sessions
>   either, merely 5 successive deliveries of the same message with
>   separate MAIL FROM addresses.

Do these tricks involve using EZMLM or hooks for EZMLM?  I guess I am
somewhat clueless wrt this reference.  If there is a simple way to do
the above mentioned '5 successive deliveries' it might do the trick
for my specific application.  Could you elaborate?  Thanks!

-- 
Daryle A. Tilroe

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug 31 06:40:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S60187AbSHaDkS>; Sat, 31 Aug 2002 06:40:18 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S60591AbSHaDkR>;
	Sat, 31 Aug 2002 06:40:17 +0300
Received: from dialup-del-203.94.242.88.bol.net.in ([203.94.242.88]:35223 "ehlo
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S60187AbSHaDkO> convert rfc822-to-8bit;
	Sat, 31 Aug 2002 06:40:14 +0300
Message-Id: <Y6B/55Tsrwn4ZPqLN3kv7g.md5@melkebalanse.gulbrandsen.priv.no>
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Matti Aarnio <mea@nic.funet.fi>
Subject: Re: Force independent smtp delivery sessions?
Cc:	"Daryle A. Tilroe" <daryle@micralyne.com>, zmailer@nic.funet.fi
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com>
    <20020616041159.L22975@nic.funet.fi> <3D6FD3BF.1040501@micralyne.com>
    <20020831010215.G26957@nic.funet.fi>
In-Reply-To: <20020831010215.G26957@nic.funet.fi>
Content-Transfer-Encoding: 8BIT
Content-Type: text/plain; format=flowed
MIME-Version: 1.0
Date:	Sat, 31 Aug 2002 09:10:20 +0530
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti Aarnio <mea@nic.funet.fi>
> Of course the _spammers_ send single recipient single message per 
session
...

Not any more. I run a spam honeypot (a Zmailer configured to forward 
relay probes and freeze everything else) and I see only multi-recipient 
spam, and mostly multiple messages per session.

Everyone using open relays use multi-recipient messages; most spammers 
using hashbusters or personalization use multiple messages per session.

They even use PIPELINING, sometimes correctly.

Btw, if any of you feel like setting up a honeypot catch lots of spam, 
please send me mail off-line. (Certain details are useful only until 
the spammers catch on, so I don't want them in a web-searchable 
archive.)

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Aug 31 13:41:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S61509AbSHaKlX>; Sat, 31 Aug 2002 13:41:23 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S60296AbSHaKlX>;
	Sat, 31 Aug 2002 13:41:23 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S60831AbSHaKlV>;
	Sat, 31 Aug 2002 13:41:21 +0300
Date:	Sat, 31 Aug 2002 13:41:21 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	"Daryle A. Tilroe" <daryle@micralyne.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Force independent smtp delivery sessions?
Message-ID: <20020831134121.K26957@nic.funet.fi>
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com> <20020616041159.L22975@nic.funet.fi> <3D6FD3BF.1040501@micralyne.com> <20020831010215.G26957@nic.funet.fi> <3D7021BA.5020308@micralyne.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <3D7021BA.5020308@micralyne.com>; from daryle@micralyne.com on Fri, Aug 30, 2002 at 07:54:02PM -0600
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Aug 30, 2002 at 07:54:02PM -0600, Daryle A. Tilroe wrote:
...
> Do these tricks involve using EZMLM or hooks for EZMLM?  I guess I am
> somewhat clueless wrt this reference.  If there is a simple way to do
> the above mentioned '5 successive deliveries' it might do the trick
> for my specific application.  Could you elaborate?  Thanks!

  The "EZMLM" is (to my knowledge) doing email deliveries with
  individual source addresses.  Traditional way to make that to
  happen is to send separate messages for them all thru the MTA.

  We needed something a bit like it at vger.kernel.org, but still
  retaining speed advantages of processing 3000+ recipient lists
  by the routing and scheduling, and then do the customization of
  MAIL FROM/RCPT TO at the smtp transport agent.

  If you look into the source of   transports/smtp/smtp.c  and
  search for string "ezmlm", you encounter spots where the
  delivery is split into individual recipients.  Now if you
  want to experiement by adding some command-line parameter
  to the module, and have them split the delivery, those
  are the places where the action needs to be.
  I haven't thought of where connection restart needs to be,
  if anywhere at all.

> -- 
> Daryle A. Tilroe

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Sep  2 10:52:22 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S64307AbSIBHwT>; Mon, 2 Sep 2002 10:52:19 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S64304AbSIBHwT>;
	Mon, 2 Sep 2002 10:52:19 +0300
Received: from chronos.sovam.com ([194.67.22.190]:56704 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S63400AbSIBHwR>;
	Mon, 2 Sep 2002 10:52:17 +0300
Received: from ariel ([194.67.3.216]:38336 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764024AbSIBHwP>;
	Mon, 2 Sep 2002 11:52:15 +0400
Subject: Spam submission rating (Was: Force independent smtp delivery
	sessions?)
From:	Eugene Crosser <crosser@rol.ru>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	zmailer@nic.funet.fi
In-Reply-To: <20020831010215.G26957@nic.funet.fi>
References: <3D0A6BFE.99A13856@micralyne.com>
	<3D0BC88F.67DC1B4@micralyne.com> <20020616041159.L22975@nic.funet.fi>
	<3D6FD3BF.1040501@micralyne.com>  <20020831010215.G26957@nic.funet.fi>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	02 Sep 2002 11:52:04 +0400
Message-Id: <1030953124.32698.15.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-1.6 required=5.0
	tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES,
	      UNDESIRED_LANGUAGE_BODY
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Sat, 2002-08-31 at 02:02, Matti Aarnio wrote:

>   Of course the _spammers_ send single recipient single message

Speaking of which, we are currently planning to deploy a thing that
would collect "RCPT TO" rate by peer's IP address in realtime and
degrade the service accordingly (a la "tarpit").  Anyone already done
that with Zmailer?

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Sep  2 14:36:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S64488AbSIBLgU>; Mon, 2 Sep 2002 14:36:20 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S64489AbSIBLgU>;
	Mon, 2 Sep 2002 14:36:20 +0300
Received: from p508B6F8E.dip.t-dialin.net ([80.139.111.142]:34613 "EHLO
	p508B6F8E.dip.t-dialin.net" ident: "NO-IDENT-SERVICE[2]" smtp-auth:
	<none> TLS-CIPHER: <none>) by nic.funet.fi with ESMTP
	id <S64488AbSIBLgT>; Mon, 2 Sep 2002 14:36:19 +0300
Received: (ralf@3ffe:8260:2020:2::20) by ralf.linux-mips.org
	id <S867282AbSIBLgM>; Mon, 2 Sep 2002 13:36:12 +0200
Date:	Mon, 2 Sep 2002 13:36:12 +0200
From:	Ralf Baechle <ralf@uni-koblenz.de>
To:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Cc:	Matti Aarnio <mea@nic.funet.fi>,
	"Daryle A. Tilroe" <daryle@micralyne.com>, zmailer@nic.funet.fi
Subject: Re: Force independent smtp delivery sessions?
Message-ID: <20020902133611.B12976@bacchus.dhis.org>
References: <3D0A6BFE.99A13856@micralyne.com> <3D0BC88F.67DC1B4@micralyne.com> <20020616041159.L22975@nic.funet.fi> <3D6FD3BF.1040501@micralyne.com> <20020831010215.G26957@nic.funet.fi> <Y6B/55Tsrwn4ZPqLN3kv7g.md5@melkebalanse.gulbrandsen.priv.no>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
In-Reply-To: <Y6B/55Tsrwn4ZPqLN3kv7g.md5@melkebalanse.gulbrandsen.priv.no>; from arnt@gulbrandsen.priv.no on Sat, Aug 31, 2002 at 09:10:20AM +0530
X-Accept-Language: de,en,fr
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Sat, Aug 31, 2002 at 09:10:20AM +0530, Arnt Gulbrandsen wrote:

> Not any more. I run a spam honeypot (a Zmailer configured to forward 
> relay probes and freeze everything else) and I see only multi-recipient 
> spam, and mostly multiple messages per session.
> 
> Everyone using open relays use multi-recipient messages; most spammers 
> using hashbusters or personalization use multiple messages per session.
> 
> They even use PIPELINING, sometimes correctly.
> 
> Btw, if any of you feel like setting up a honeypot catch lots of spam, 
> please send me mail off-line. (Certain details are useful only until 
> the spammers catch on, so I don't want them in a web-searchable 
> archive.)

The way I saw spammers working was submitting a mail message to about
30 envelope recipients of which one address, a hotmail address was the
same in each batch.  I suppose that address was used for flow control.

  Ralf
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Sep  2 20:49:30 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S64407AbSIBRt0>; Mon, 2 Sep 2002 20:49:26 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S44481AbSIBRt0>;
	Mon, 2 Sep 2002 20:49:26 +0300
Received: from lupinella.troll.no ([213.203.59.59]:55915 "EHLO
	lupinella.troll.no" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S64407AbSIBRtY>;
	Mon, 2 Sep 2002 20:49:24 +0300
Received: from macondo.troll.no ([213.203.59.70]:30440 "EHLO trolltech.com"
        ident: "mike") by trolltech.com with ESMTP id <S296987AbSIBRtI>;
        Mon, 2 Sep 2002 19:49:08 +0200
To:	zmailer@nic.funet.fi
Subject: Re: Blacklist usage in zmailer 
In-Reply-To: Message from Matti Aarnio <mea@nic.funet.fi> 
   of "Thu, 29 Aug 2002 22:00:43 +0300." <20020829220043.A26957@nic.funet.fi> 
Date:	Mon, 02 Sep 2002 19:49:08 +0200
From:	Mike Acar <mike@trolltech.com>
Message-Id: <20020902174915Z296987-31722+589@trolltech.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


Matti Aarnio <mea@nic.funet.fi> wrote:
> On Thu, Aug 29, 2002 at 11:13:47AM -0300, Rik van Riel wrote:
> > On Tue, 27 Aug 2002, Mike Acar wrote:
> > > Some time ago we started using various anti-spam blacklists
> > > 
> > > I'd like to be able to make exceptions for mail destined to
> > > particular addresses (e.g. our sales mailbox) or from certain servers.
> > 
> > I'd also like to be able to do something like this. To be
> > more specific, I _always_ want to accept email to abuse@
> > and postmaster@ addresses, while filtering email to the
> > other addresses with DNSBLs.
[...]
>   This is quite easy.  You list all addresses you wish always
>   to relay to at the  smtp-policy.relay(.manual)  file.
[...]
>   On the other hand, if you are already working with DELAYED
>   RBL model, e.g. using "TestRcptDnsRBL", then the current
>   code is just fine.

Ok, I think I've gotten what I want more-or-less working, but given my
lack of experience with zmailer I'd like the group's opinion of this
simplified smtp-policy.src:

-begin-

.               relaycustomer - acceptifmx - relaytarget - = _rbl0
[0.0.0.0]/0     relaycustomer - acceptifmx - relaytarget - = _rbl0 

_rbl0           rcpt-dns-rbl    our.test.dnsbl.zone. = _rbl1
_rbl1           test-rcpt-dns-rbl       +

_full_rights    rejectnet - relaycustnet + relaycustomer + relaytarget + fulltrustnet +
_localnames     rejectnet - relaycustnet - localdomain + relaytarget + test-rcpt-dns-rbl +

[our network]   = _full_rights

-end-

I put an address into our test DNSBL zone and used smtpserver -i -T
'[address]' to test it. Mail to addresses listed in
smtp-policy.relay.manual still receive mail, though mail to other
addresses is rejected. Yippee! :)

I suppose I could actually discard the _rbl0 and _rbl1 tags and just
list the rcpt-dns-rbl and test-rcpt-dns-rbl attributes for the default
keys.

However, we have quite a number of domains in our localnames file, and
unless I added "test-rcpt-dns-rbl +" to _localnames mail to any address
with a domain which is a local name was accepted. Is adding
"test-rcpt-dns-rbl +" likely to cause any problems? Or is it too
site-specific to say in the general case?

Any other thoughts? Thanks for your input.

-- 
Brilliance and gorgeousness                        |   Mike Acar
And we tell ourselves we don't want the treasures  |   mike@trolltech.com
But we hate the glass anyway                       |
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Sep  2 21:24:19 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S64833AbSIBSYQ>; Mon, 2 Sep 2002 21:24:16 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S64830AbSIBSYP>;
	Mon, 2 Sep 2002 21:24:15 +0300
Received: from [195.162.53.76] ([195.162.53.76]:4381 "HELO bigfoot.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S64808AbSIBSYM>;
	Mon, 2 Sep 2002 21:24:12 +0300
Reply-To: <Julian19jp71l@bigfoot.com>
Message-ID: <011d43c43b8e$4881a6c2$2aa00ed4@rpkcim>
From:	<Julian19jp71l@bigfoot.com>
To:	Julian@nic.funet.fi
Subject: Create a PAYCHECK with your COMPUTER
Date:	Mon, 02 Sep 2002 08:54:58 +0900
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: AOL 7.0 for Windows US sub 118
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello -

You get emails every day, offering to show you how to make money.
Most of these emails are from people who are NOT making any money.
And they expect you to listen to them?

Enough.

If you want to make money with your computer, then you should
hook up with a group that is actually DOING it.  We are making
a large, continuing income every month.  What's more - we will
show YOU how to do the same thing.

This business is done completely by internet and email, and you
can even join for free to check it out first.  If you can send
an email, you can do this.  No special "skills" are required.

How much are we making?  Anywhere from $2000 to $9000 per month.
We are real people, and most of us work at this business part-time.
But keep in mind, we do WORK at it - I am not going to 
insult your intelligence by saying you can sign up, do no work,
and rake in the cash.  That kind of job does not exist.  But if
you are willing to put in 10-12 hours per week, this might be
just the thing you are looking for.

This is not income that is determined by luck, or work that is
done FOR you - it is all based on your effort.  But, as I said,
there are no special skills required.  And this income is RESIDUAL -
meaning that it continues each month (and it tends to increase
each month also).

Interested?  I invite you to find out more.  You can get in as a
free member, at no cost, and no obligation to continue if you
decide it is not for you.  We are just looking for people who still
have that "burning desire" to find an opportunity that will reward
them incredibly well, if they work at it.

To grab a FREE ID#, simply reply to: jlinds_1971@yahoo.co.uk
and in the body of the email, write this phrase:
 
"Grab me a free membership!"

Be sure to include your:
1. First name
2. Last name
3. Email address (if different from above)

We will confirm your position and send you a special report
as soon as possible, and also Your free Member Number.

That's all there's to it.

We'll then send you info, and you can make up your own mind.

Looking forward to hearing from you!

Sincerely, 

Julian Lindsay.

P.S. After having several negative experiences with network
marketing companies I had pretty much given up on them.
This is different - there is value, integrity, and a
REAL opportunity to have your own home-based business...
and finally make real money on the internet.

Don't pass this up..you can sign up and test-drive the
program for FREE.  All you need to do is get your free
membership.

Unsubscribing: Send a blank email to: jlinds_1971@yahoo.co.uk  with
"Remove" in the subject line.



5206ECEl7-596ZzOq2985YhwS5-808Jl29
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Sep  3 19:14:05 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S65588AbSICQOB>; Tue, 3 Sep 2002 19:14:01 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S65335AbSICQOA>;
	Tue, 3 Sep 2002 19:14:00 +0300
Received: from lupinella.troll.no ([213.203.59.59]:37599 "EHLO
	lupinella.troll.no" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S65949AbSICQN5>;
	Tue, 3 Sep 2002 19:13:57 +0300
Received: from macondo.troll.no ([213.203.59.70]:54763 "EHLO trolltech.com"
        ident: "mike") by trolltech.com with ESMTP id <S296926AbSICQNq>;
        Tue, 3 Sep 2002 18:13:46 +0200
To:	zmailer@nic.funet.fi
Subject: Blacklisted hopes not blocked if listing not accompanied by a message
Date:	Tue, 03 Sep 2002 18:13:46 +0200
From:	Mike Acar <mike@trolltech.com>
Message-Id: <20020903161350Z296926-8458+400@trolltech.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


Hi,

So I've been continuing to play around with Zmailer, and in my sources
(zmailer-2.99.55) around line 1420 of smtpserver/policytest.c I see a
test for P_A_TestRcptDnsRBL which indicates that a blacklist entry will
only be honored if an RBL message has also been found:

        if (state->rblmsg != NULL) {
          /* Now this is cute... the source address had RBL entry,
             and the recipient domain had a request to honour the
             RBL data. */
          if (state->message != NULL) free(state->message);
          state->message = strdup(state->rblmsg);
          if (debug)
            printf("000- ... TestRcptDnsRBL has a message: '%s'\n",
                   state->rblmsg);
          return -1;

relays.osirusoft.com at least occasionally lists hosts without matching
messages. I'm curious if it's intentional that zmailer doesn't appear to
honor blacklist entries without an accompanying reason...

-- 
Brilliance and gorgeousness                        |   Mike Acar
And we tell ourselves we don't want the treasures  |   mike@trolltech.com
But we hate the glass anyway                       |
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Sep  4 17:07:21 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S66757AbSIDOHS>; Wed, 4 Sep 2002 17:07:18 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S66755AbSIDOHS>;
	Wed, 4 Sep 2002 17:07:18 +0300
Received: from mail1.centrum.cz ([195.47.108.141]:33233 "EHLO mail1.centrum.cz"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S66707AbSIDOHL>;
	Wed, 4 Sep 2002 17:07:11 +0300
Received: by mail.centrum.cz id <S684142AbSIDOHH>;
	Wed, 4 Sep 2002 16:07:07 +0200
Date:	Wed, 04 Sep 2002 16:07:07 +0200
From:	"Martin Zedek" <martin.zedek@netcentrum.cz>
To:	<zmailer@nic.funet.fi>
X-Mailer: Centrum Mail 1.0
MIME-Version: 1.0
X-Priority: 3
Subject: address locked
Content-Type: text/plain; charset="iso-8859-2"
Content-Transfer-Encoding: 8bit
Message-Id: <20020904140710Z684142-1686+58725@mail.centrum.cz>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hallo,

I found in /var/log/mail.log:

> Sep  3 17:18:07 mail1 smtp[25021]: S684123AbSICPPn: 
> to=<xxx@skrivanek.cz>, delay=00:02:24, xdelay=00:00:00, 
> mailer=smtp, relay=ns.skrivanek.cz 
([193.85.188.233|25|195.47.108.141|58043]),
> stat=deferred address was left locked!!

what does "deffered adddress was left locked"
exactly mean? What happened with mail?
(mail did not returned and was not delivered..)

Thanks
Martin


> 
> To je presne onen inkriminovany mail. Ale nejak nevim, jaxi 
spravne prelozit 
> to deferred adress was left locked, konkretne tedy nevim co si 
predstavit pod 
> pojmem "left locked", neco jako ze  pozdrzena adresa byla 
spatne uzamcena?
> A co se teda s tim mailem stalo?
> 
> Honza
> 
> > Ahoj,
> >
> > co se tyka prijimaci strany,
> > tak to jde timto koleckem:
> >
> > - smtp na data
> > - mail se ulozi do adresare /var/postoffice/router
> > - router ho zpracuje (zjisti co s nim udelat) a ulozi
> >   do adresare queue a transport(tam jsou kontrolni soubory)
> > - pokud je mail v queue a transport, muzes se o nem
> >   dozvedet z prikazu mailq
> > - scheduler prochaze queue a transport a pousti mailbox
> >   (dorucuje), pripadne smtp(odesila do internetu)
> > - mailbox taky pekne loguje do /var/log/mail.log
> >   informace o prichozi zprave
> >   (popis formatu logu MOK: MMRS: apod je v docce)
> >
> > U odchozi strany to funguje takto:
> > - php/send ulozi soubor do adresare router
> >   a pak uz to jde pres scheduler a smtp pryc do internetu
> > - to jestli mail odesel se muzes dozvedet
> >   z /var/log/mail/router.log (ma sice trosku skaredy
> >   format, ale da se to z toho nakonec dostat...)
> > - pokud by mail visel nekde ve fronte, tak je nejspis
> >   v tom adresari queue nebo router
> >
> > - stejne tak je to i na mail2
> > - pokud by na odchozi strane nebyl v logu a ani ve fronte,
> >   tak se pravdepodobne stala nejaka chyba pri odesilani
> >   (spadlo spojeni, nebo odesilaci send.exe (i kdyz to doufam 
ne..)
> >
> > Martin
> >
> > ______________________________________________________________
> >
> > > Od: Honza Polacek <jan.polacek@netcentrum.cz>
> > > Komu: "'Martin Zedek'" <martin.zedek@netcentrum.cz>
> > > CC:
> > > Datum: Wed, 4 Sep 2002 10:15:57 +0200
> > > Pøedmėt: Sledovani mailu
> > >
> > > Ahoj,
> > > prosimte potreboval bych vedet jakym zpusobem muzu sledovat
> >
> > osud mailu, ktery
> >
> > > prosel nasimi servery. Konkretne se jedna o mail1, kdyby tam
> >
> > byly nake
> >
> > > odlisnosti.
> > > Nejpodstatnejsi pro me v tuhle chvili je zjistit, jestli 
mail
> >
> > odesel a pokud
> >
> > > neodesel, kde se nachazi a co muzu udelat proto, aby 
odesel...
> > >
> > > Ahoj
> > > Honza Polacek
> >
> > --------------------
> > ZDARMA a RYCHLÉ zasílání SMS z www.posliSMS.cz
> 


--------------------
Ūena v centru pozornosti na http://zena.centrum.cz 



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Sep  4 22:08:50 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S34114AbSIDTIr>; Wed, 4 Sep 2002 22:08:47 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S66427AbSIDTIr>;
	Wed, 4 Sep 2002 22:08:47 +0300
Received: from dedos.pert.com.ar ([200.68.65.162]:1588 "EHLO dedos.pert.com.ar"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S65550AbSIDTIp>;
	Wed, 4 Sep 2002 22:08:45 +0300
Received: from cosa.pert.com.ar ([192.168.1.10]:64006 "EHLO COSA" whoson:
	"popbaby") by dedos.pert.com.ar with ESMTP id <S3419AbSIDTIT> convert rfc822-to-8bit;
	Wed, 4 Sep 2002 16:08:19 -0300
From:	"Mariano Absatz" <zmailer@lists.com.ar>
Organization: Pert Consultores
To:	zmailer@nic.funet.fi
Date:	Wed, 4 Sep 2002 16:08:18 -0300
MIME-Version: 1.0
Subject: Re: Spam submission rating (Was: Force independent smtp delivery sessions?)
Message-ID: <3D762FF2.4242.23F1FE75@localhost>
References: <20020831010215.G26957@nic.funet.fi>
In-reply-to: <1030953124.32698.15.camel@ariel>
X-mailer: Pegasus Mail for Windows (v4.01)
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
Content-description: Mail message body
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

El 2 Sep 2002 a las 11:52, Eugene Crosser escribió:

> On Sat, 2002-08-31 at 02:02, Matti Aarnio wrote:
> 
> >   Of course the _spammers_ send single recipient single message
> 
> Speaking of which, we are currently planning to deploy a thing that
> would collect "RCPT TO" rate by peer's IP address in realtime and
> degrade the service accordingly (a la "tarpit").  Anyone already done
> that with Zmailer?
Nope... but are definitively interested in it... hoy do you plan to keep the rate info?  
in-core? in a database? collecting info in a log and parsing it every xxx seconds?

I thought about it a couple of times, but never went ahead with it... I'm also a slow Perl 
programmer and 2 old 2 C seriously... :-(

--
Mariano
> 
> Eugene
> 
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep  5 10:48:41 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S66855AbSIEHsh>; Thu, 5 Sep 2002 10:48:37 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S67534AbSIEHsg>;
	Thu, 5 Sep 2002 10:48:36 +0300
Received: from chronos.sovam.com ([194.67.22.190]:62275 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S67472AbSIEHsd>;
	Thu, 5 Sep 2002 10:48:33 +0300
Received: from ariel ([194.67.3.216]:33027 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763970AbSIEHsa>;
	Thu, 5 Sep 2002 11:48:30 +0400
Subject: Re: Spam submission rating
From:	Eugene Crosser <crosser@rol.ru>
To:	Mariano Absatz <zmailer@lists.com.ar>
Cc:	zmailer@nic.funet.fi
In-Reply-To: <3D762FF2.4242.23F1FE75@localhost>
References: <20020831010215.G26957@nic.funet.fi> 
	<3D762FF2.4242.23F1FE75@localhost>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	05 Sep 2002 11:48:19 +0400
Message-Id: <1031212099.5070.11.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-2.6 required=5.0
	tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES,
	      SIGNATURE_SHORT_DENSE,UNDESIRED_LANGUAGE_BODY
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, 2002-09-04 at 23:08, Mariano Absatz wrote:

> > Speaking of which, we are currently planning to deploy a thing that
> > would collect "RCPT TO" rate by peer's IP address in realtime and
> > degrade the service accordingly (a la "tarpit").  Anyone already done
> > that with Zmailer?
> Nope... but are definitively interested in it... hoy do you plan to keep the rate info?  
> in-core? in a database? collecting info in a log and parsing it every xxx seconds?

In-core, collected directly from smtpserver over UDP.  We are too
resource constrined to deply kludges - crunching about 1.5 million
messages in a good day.  I am sorry to say that but *maybe* our solution
will not be open source because we *may* use our in-house middleware for
communication, which is not open source.

> I thought about it a couple of times, but never went ahead with it... I'm also a slow Perl 
> programmer and 2 old 2 C seriously... :-(

-- 
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep  5 12:21:35 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S67203AbSIEJVc>; Thu, 5 Sep 2002 12:21:32 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S66361AbSIEJVc>;
	Thu, 5 Sep 2002 12:21:32 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S67017AbSIEJVa>;
	Thu, 5 Sep 2002 12:21:30 +0300
Date:	Thu, 5 Sep 2002 12:21:30 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	Mariano Absatz <zmailer@lists.com.ar>, zmailer@nic.funet.fi
Subject: Re: Spam submission rating
Message-ID: <20020905122130.N26957@nic.funet.fi>
References: <20020831010215.G26957@nic.funet.fi> <3D762FF2.4242.23F1FE75@localhost> <1031212099.5070.11.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1031212099.5070.11.camel@ariel>; from crosser@rol.ru on Thu, Sep 05, 2002 at 11:48:19AM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, Sep 05, 2002 at 11:48:19AM +0400, Eugene Crosser wrote:
> On Wed, 2002-09-04 at 23:08, Mariano Absatz wrote:
> > > Speaking of which, we are currently planning to deploy a thing that
> > > would collect "RCPT TO" rate by peer's IP address in realtime and
> > > degrade the service accordingly (a la "tarpit").  Anyone already done
> > > that with Zmailer?
> >
> > Nope... but are definitively interested in it... hoy do you plan to keep 
> > the rate info?  in-core? in a database? collecting info in a log and
> > parsing it every xxx seconds?

  What about busy email lists outside your own area with a plenty
  of subscribers in your system(s) / serviced by your ISP relay ?

  What about there being a network break, and such a list not being
  delievered to you in a day, and after service restoration, all
  of the accumulated backlog hits you ?

  I have seen these things mis-applied so much that I am extremely
  wary to implement and deploy any such a thing...


  The slow-down tarpit is less harmfull to legitimate feeds (if
  monitored properly!), than yielding 500-series responses, of course.


> -- 
> Eugene Crosser, head of Internet Applications section, +7 501 787 1000
> ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep  5 12:32:56 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S67363AbSIEJcx>; Thu, 5 Sep 2002 12:32:53 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S67293AbSIEJcx>;
	Thu, 5 Sep 2002 12:32:53 +0300
Received: from chronos.sovam.com ([194.67.22.190]:62383 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S64326AbSIEJcv>;
	Thu, 5 Sep 2002 12:32:51 +0300
Received: from ariel ([194.67.3.216]:33090 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763970AbSIEJcf>;
	Thu, 5 Sep 2002 13:32:35 +0400
Subject: Re: Spam submission rating
From:	Eugene Crosser <crosser@rol.ru>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	Mariano Absatz <zmailer@lists.com.ar>, zmailer@nic.funet.fi
In-Reply-To: <20020905122130.N26957@nic.funet.fi>
References: <20020831010215.G26957@nic.funet.fi>
	<3D762FF2.4242.23F1FE75@localhost> <1031212099.5070.11.camel@ariel> 
	<20020905122130.N26957@nic.funet.fi>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	05 Sep 2002 13:32:23 +0400
Message-Id: <1031218343.5070.25.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-1.2 required=5.0
	tests=AWL,IN_REP_TO,REFERENCES,UNDESIRED_LANGUAGE_BODY
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, 2002-09-05 at 13:21, Matti Aarnio wrote:
> On Thu, Sep 05, 2002 at 11:48:19AM +0400, Eugene Crosser wrote:
> > On Wed, 2002-09-04 at 23:08, Mariano Absatz wrote:
> > > > Speaking of which, we are currently planning to deploy a thing that
> > > > would collect "RCPT TO" rate by peer's IP address in realtime and
> > > > degrade the service accordingly (a la "tarpit").  Anyone already done
> > > > that with Zmailer?
> > >
> > > Nope... but are definitively interested in it... hoy do you plan to keep 
> > > the rate info?  in-core? in a database? collecting info in a log and
> > > parsing it every xxx seconds?
> 
>   What about busy email lists outside your own area with a plenty
>   of subscribers in your system(s) / serviced by your ISP relay ?
> 
>   What about there being a network break, and such a list not being
>   delievered to you in a day, and after service restoration, all
>   of the accumulated backlog hits you ?
> 
>   I have seen these things mis-applied so much that I am extremely
>   wary to implement and deploy any such a thing...
> 
> 
>   The slow-down tarpit is less harmfull to legitimate feeds (if
>   monitored properly!), than yielding 500-series responses, of course.

We thought about that.  The same sentiment applies to big mail relays:
they may produce high traffic which is still legitimate.  We are
planning to have a dynamically modifiable "whitelist" where you will be
able to specify non-default "rating allowance" for ranges of IP
addresses.  And of course it will be necessary to constantly monitor the
status of rating cache.

Another interesting point (for us) is handling dialup customers.  We are
planning to attach the rating value to the customer rather than IP
address if that address belongs to a dialup pool.

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep  5 14:27:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S67106AbSIEL1f>; Thu, 5 Sep 2002 14:27:35 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S67374AbSIEL1f>;
	Thu, 5 Sep 2002 14:27:35 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S67106AbSIEL1d>;
	Thu, 5 Sep 2002 14:27:33 +0300
Date:	Thu, 5 Sep 2002 14:27:32 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	zmailer@nic.funet.fi
Subject: anti-spam tests...
Message-ID: <20020905142732.O26957@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

(lets begin a new thread, although it relates to what is been
 talked about)

One way to combat "proxy-hijack" identity hiding is to verify, that
the source system does not have open SOCKS/HTTP-CONNECT proxy.

How to do that ?

A concise way would be to contact the IP address at a bunch of
test ports (880/8008/8080/8081/squid), and issue there a CONNECT.
Try it with your local connect-proxy ("https"-proxy):

  CONNECT 2.2.2.2:25 HTTP/1.1<enter>
  <enter>

where "2.2.2.2" is your local smtp-server's IP address.
You should get a few responses from the proxy, and then your
smtp-server replies.

Something like    http://monster.cyberabuse.org/   tester:

     There are 8 steps in the process (10 seconds max for each).    
     Scan of 62.240.94.4 in progress...
     SCANNING FOR A MISCONFIGURED WINGATE PROXY (PORT 23).              
     SCANNING FOR A MISCONFIGURED SOCKS 4 (PORT 1080).
     SCANNING FOR A MISCONFIGURED SOCKS 5 (PORT 1080).                  
     SCANNING FOR A MISCONFIGURED HTTP PROXY (PORT 80).
     SCANNING FOR A MISCONFIGURED HTTP PROXY (PORT 81).              
     SCANNING FOR A MISCONFIGURED SQUID OR WINROUTE PROXY (PORT 3128).
     SCANNING FOR A MISCONFIGURED HTTP PROXY (PORT 8000).     
     SCANNING FOR A MISCONFIGURED HTTP PROXY (PORT 8080).               
     Scan of 62.240.94.4 is complete.

To avoid deadly embraces, the testing code needs to maintain
cluster-wide statistics (possibly be a server of its own),
when it begins testing (before the first connect), it needs
to mark that address is in testing, and subsequent questions
(caused by the test itself) get back an "ok" state.

Possibly the smtp-server should always respond with the normal
greeting, and only then call for the block-proxy-detector.
To speed things up, the detector could be kicked (asynchronously)
to find the answer before the 220 greeting, but actual state of
the data is asked only afterwards.


Only when the tester knows for sure that there is an open proxy,
it will begin to yield a "reject" info causing all MAIL FROM/RCPT TO
commands in the session to fail.

Caches are needed too, negative one ("ok") for at least an hour,
positive ("reject") perhaps several hours.   Possibly the positives
can have some "retest positive again, increase the time quanta"
method.  Persistent database, logs, all that..


Of course such scanners will cause occasional complaints from people
who detect their probes.


-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep  5 14:35:59 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S67070AbSIELf4>; Thu, 5 Sep 2002 14:35:56 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S67029AbSIELf4>;
	Thu, 5 Sep 2002 14:35:56 +0300
Received: from cpr.sovintel.ru ([213.221.51.82]:4148 "HELO cpr.sovintel.ru"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S67569AbSIELfy>;
	Thu, 5 Sep 2002 14:35:54 +0300
Received: from office.cpr.spb.ru (office.cpr.spb.ru [213.221.61.11])
	(using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits))
	(No client certificate requested)
	by cpr.sovintel.ru (Postfix) with ESMTP id 247D6F4F6
	for <zmailer@nic.funet.fi>; Thu,  5 Sep 2002 15:35:54 +0400 (MSD)
Received: by office.cpr.spb.ru (Postfix, from userid 1000)
	id D4EA75D8EC; Thu, 05 Sep 2002 15:35:51 +0400 (MSD)
From:	Alexey.Lobanov@cpr.spb.ru (Alexey Lobanov)
Organization: CPR
To:	zmailer@nic.funet.fi
Date:	Thu, 05 Sep 2002 15:35:37 +0400
MIME-Version: 1.0
Subject: Re: anti-spam tests...
Message-ID: <3D7779C9.25792.55FC522@localhost>
In-reply-to: <20020905142732.O26957@nic.funet.fi>
X-mailer: Pegasus Mail for Windows (v4.02)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On 5 Sep 2002 at 14:27, Matti Aarnio wrote:

> One way to combat "proxy-hijack" identity hiding is to verify, that
> the source system does not have open SOCKS/HTTP-CONNECT proxy.
> 
> How to do that ?

Please also look at http://www.dsbl.org/programs.html

A set of ready GPL'ed programs by Ian Gulliver testing standard sorts of open proxies and 
relays: SMTP, HTTP, SOCKS.

Alexey

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Sep  6 11:53:49 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S68294AbSIFIxo>; Fri, 6 Sep 2002 11:53:44 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S68347AbSIFIxo>;
	Fri, 6 Sep 2002 11:53:44 +0300
Received: from [134.95.20.139] ([134.95.20.139]:35678 "ehlo
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S68294AbSIFIxm>;
	Fri, 6 Sep 2002 11:53:42 +0300
Message-Id: <PWziZzRPz27H8mlSq7RHow.md5@melkebalanse.gulbrandsen.priv.no>
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Alexey Lobanov <Alexey.Lobanov@cpr.spb.ru>
Subject: Re: anti-spam tests...
Cc:	zmailer@nic.funet.fi
References: <3D7779C9.25792.55FC522@localhost>
In-Reply-To: <3D7779C9.25792.55FC522@localhost>
Content-Type: text/plain; format=flowed
MIME-Version: 1.0
Date:	Fri, 6 Sep 2002 10:53:54 +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

One thing I've been wanting is a reallu dynamic blacklist: One that will 
answer my query from its cache, probe for open proxies in case of a 
cache miss and then cache the result.

Ideally, it would answer with a five-minute TTL in case of a cache miss 
and three-day TTL in case of a cache hit (whether positive or 
negative).

Does any of you know about such a beast?

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Sep  6 16:46:52 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S68395AbSIFNqt>; Fri, 6 Sep 2002 16:46:49 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S68394AbSIFNqt>;
	Fri, 6 Sep 2002 16:46:49 +0300
Received: from 2-210.ctame701-1.telepar.net.br ([200.193.160.210]:57605 "EHLO
	2-210.ctame701-1.telepar.net.br" ident: "aarsww" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S66686AbSIFNqp>;
	Fri, 6 Sep 2002 16:46:45 +0300
Received: from localhost ([IPv6:::ffff:127.0.0.1]:44256 "EHLO localhost")
	by imladris.surriel.com with ESMTP id <S80344AbSIFNq0>;
	Fri, 6 Sep 2002 10:46:26 -0300
Date:	Fri, 6 Sep 2002 10:46:22 -0300 (BRT)
From:	Rik van Riel <riel@conectiva.com.br>
X-X-Sender: riel@imladris.surriel.com
To:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
cc:	Alexey Lobanov <Alexey.Lobanov@cpr.spb.ru>, <zmailer@nic.funet.fi>
Subject: Re: anti-spam tests...
In-Reply-To: <PWziZzRPz27H8mlSq7RHow.md5@melkebalanse.gulbrandsen.priv.no>
Message-ID: <Pine.LNX.4.44L.0209061041310.1857-100000@imladris.surriel.com>
X-spambait: aardvark@kernelnewbies.org
X-spammeplease:	aardvark@nl.linux.org
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, 6 Sep 2002, Arnt Gulbrandsen wrote:

> One thing I've been wanting is a reallu dynamic blacklist: One that will
> answer my query from its cache, probe for open proxies in case of a
> cache miss and then cache the result.

This would result in testing every host that sends you email.

Worse, if such a scheme becomes populare it'll result in every
host that I'm sending a message to testing my server. Not fun
when you're running mailing lists ;)

IMHO such a testing scheme should be distributed, we should
share each other's results so we waste less resources doing
the various tests.

> Does any of you know about such a beast?

For the positive hits, there already is a distributed system,
it's called the Distributed Server Boycott List, DSBL:

	http://dsbl.org/

It has a set of testing programs available at
http://dsbl.org/programs.html


For the negative side of things, ie. determining which servers
have already been tested by others, there doesn't seem to be
anything available yet.  You've made me think about the issue
though and I'm convinced now that we'll want something.

regards,

Rik
-- 
Bravely reimplemented by the knights who say "NIH".

http://www.surriel.com/		http://distro.conectiva.com/

Spamtraps of the month:  september@surriel.com trac@trac.org

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Sep  9 21:30:18 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S72533AbSIISaN>; Mon, 9 Sep 2002 21:30:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S72534AbSIISaN>;
	Mon, 9 Sep 2002 21:30:13 +0300
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:37558 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S72533AbSIISaL>;
	Mon, 9 Sep 2002 21:30:11 +0300
Received: from [172.18.0.2] ([172.18.0.2]:17482 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S121762AbSIITRx> convert rfc822-to-8bit; Mon, 9 Sep 2002 14:17:53 -0500
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Subject: Statistics
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Date:	Mon, 9 Sep 2002 14:29:49 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C599F5B@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Statistics
Thread-Index: AcJVq+kqDaCR6A3hRQSnZ6BTbl22AQCgfX8w
From:	"Vince Puzzella" <vpuzzella@bluecatnetworks.com>
To:	<zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Can zmailer generate any performance statistics?  
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Sep  9 23:28:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S72455AbSIIU2m>; Mon, 9 Sep 2002 23:28:42 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S72120AbSIIU2m>;
	Mon, 9 Sep 2002 23:28:42 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S72059AbSIIU2k>;
	Mon, 9 Sep 2002 23:28:40 +0300
Date:	Mon, 9 Sep 2002 23:28:40 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Vince Puzzella <vpuzzella@bluecatnetworks.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Statistics
Message-ID: <20020909232840.J13507@nic.funet.fi>
References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C599F5B@COLOSSUS.dyadem.corp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <5DEC3FFCDE2F7C4DA45433EE09A4F22C599F5B@COLOSSUS.dyadem.corp>; from vpuzzella@bluecatnetworks.com on Mon, Sep 09, 2002 at 02:29:49PM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Mon, Sep 09, 2002 at 02:29:49PM -0400, Vince Puzzella wrote:
> Can zmailer generate any performance statistics?  

  ZMailer does not come with performance statistics analyzer suite, but
  it does supply a bunch of data which can be used for performance
  analysis.

  The scheduler can be configured to produce (by -l option) a "performance
  log".  See "man scheduler" for "STATISTICS LOG FORMAT".  I have used
  that sometimes to do a bit of internal analysis.

  Another way is to use tools written for sendmail syslog data.
  ZMailer is producing sendmail-like syslog data.

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Sep 11 01:22:57 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S73764AbSIJWWy>; Wed, 11 Sep 2002 01:22:54 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S73743AbSIJWWy>;
	Wed, 11 Sep 2002 01:22:54 +0300
Received: from pD9EAB961.dip.t-dialin.net ([217.234.185.97]:3065 "EHLO xxx"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S72869AbSIJWWx>;
	Wed, 11 Sep 2002 01:22:53 +0300
Received: from server ([192.168.0.1])
	by burningboard.net ([127.0.0.1])
	with SMTP (MDaemon.PRO.v6.0.3.R)
	for <zmailer@nic.funet.fi>; Wed, 11 Sep 2002 00:13:01 +0200
Message-Id: <SAK.2002.09.11.rfjjcgdfetkdkitq@a.b.c>
Date:	Wed, 11 Sep 2002 00:13:00 +0200
X-Priority: 3
From:	"hoschi" <hoschi@web.de>
X-Mailer: Leurs Newslettermailer 1.1.4 (www.leurs-software.de.vu)
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Subject: hi
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8Bit
X-MDRemoteIP: 192.168.0.1
X-Return-Path: hoschi@web.de
X-MDaemon-Deliver-To: zmailer@nic.funet.fi
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hallo,

du hattest doch vor einigen Tagen ein gutes Board gesucht?
Ich hab da eins gefunden...da wird jede menge warz 
getauscht...solltest du dir mal ansehen..

www.burningboard.net

naja bis die tage

mfg

hoschi

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Sep 11 13:02:26 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S74169AbSIKKCX>; Wed, 11 Sep 2002 13:02:23 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S74127AbSIKKCW>;
	Wed, 11 Sep 2002 13:02:22 +0300
Received: from [203.162.136.92] ([203.162.136.92]:2107 "HELO wanadoo.fr" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S74295AbSIKKCR>;
	Wed, 11 Sep 2002 13:02:17 +0300
Received: from a231242.upc-a.zhello.nl ([58.78.213.108])
	by mta21.bigpong.com with local; 11 Sep 0102 04:02:28 -0400
Received: from unknown (185.239.67.34)
	by asy100.as122.sol-superunderline.com with esmtp; Wed, 11 Sep 0102 00:01:49 -0400
Received: from sparc.zubilam.net ([161.1.220.33])
	by hd.ressort.net with SMTP; 10 Sep 0102 20:01:10 +0400
Received: from unknown (183.22.191.54)
	by mailout2-eri1.midmouth.com with NNFMP; Wed, 11 Sep 0102 00:00:31 +1100
Received: from unknown (HELO smtp-server.tampabayr.com) (95.118.47.189)
	by mailout2-eri1.midmouth.com with QMQP; 11 Sep 0102 10:59:52 -0100
Reply-To: <0562436135q33@wanadoo.fr>
Message-ID: <011d02a13d0e$7736a1b1$1ae88ba1@hnegtb>
From:	<0562436135q33@wanadoo.fr>
To:	<linux-adm@nic.funet.fi>, <zmailer@nic.funet.fi>,
	<maints@nic.funet.fi>, <jka@nic.funet.fi>
Subject: re:  NORTON SYSTEMWORKS CLEARANCE SALE_ONLY $29.99 2308kjdG2-833qqjT6303kczi2-938US-30
Date:	Tue, 10 Sep 0102 21:48:45 +1200
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00C0_06A18D3E.B5357A11"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: The Bat! (v1.52f) Business
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00C0_06A18D3E.B5357A11
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


QVRURU5USU9OOiBUaGlzIGlzIGEgTVVTVCBmb3IgQUxMIENvbXB1dGVyIFVz
ZXJzISEhDQoNCipORVctU3BlY2lhbCBQYWNrYWdlIERlYWwhKg0KDQpOb3J0
b24gU3lzdGVtV29ya3MgMjAwMiBTb2Z0d2FyZSBTdWl0ZSAtUHJvZmVzc2lv
bmFsIEVkaXRpb24tDQoNCkluY2x1ZGVzIFNpeCAtIFllcyA2ISAtIEZlYXR1
cmUtUGFja2VkIFV0aWxpdGllcw0KQUxMIEZvciAxIFNwZWNpYWwgTE9XIFBy
aWNlIQ0KDQpUaGlzIFNvZnR3YXJlIFdpbGw6DQotIFByb3RlY3QgeW91ciBj
b21wdXRlciBmcm9tIHVud2FudGVkIGFuZCBoYXphcmRvdXMgdmlydXNlcw0K
LSBIZWxwIHNlY3VyZSB5b3VyIHByaXZhdGUgJiB2YWx1YWJsZSBpbmZvcm1h
dGlvbg0KLSBBbGxvdyB5b3UgdG8gdHJhbnNmZXIgZmlsZXMgYW5kIHNlbmQg
ZS1tYWlscyBzYWZlbHkNCi0gQmFja3VwIHlvdXIgQUxMIHlvdXIgZGF0YSBx
dWljayBhbmQgZWFzaWx5DQotIEltcHJvdmUgeW91ciBQQydzIHBlcmZvcm1h
bmNlIHcvc3VwZXJpb3IgaW50ZWdyYWwgZGlhZ25vc3RpY3MhDQoNCjYgRmVh
dHVyZS1QYWNrZWQgVXRpbGl0aWVzLi4uMSBHcmVhdCBQcmljZSENCkEgJDMw
MCsgQ29tYmluZWQgUmV0YWlsIFZhbHVlIQ0KDQpZT1VSUyBmb3IgT25seSAk
MjkuOTkhICA8SW5jbHVkZXMgRlJFRSBTaGlwcGluZyE+DQoNCkRvbid0IGZh
bGwgcHJleSB0byBkZXN0cnVjdGl2ZSB2aXJ1c2VzIG9yIGhhY2tlcnMhDQpQ
cm90ZWN0ICB5b3VyIGNvbXB1dGVyIGFuZCB5b3VyIHZhbHVhYmxlIGluZm9y
bWF0aW9uIQ0KDQoNClNvIGRvbid0IGRlbGF5Li4uZ2V0IHlvdXIgY29weSBU
T0RBWSENCg0KDQpodHRwOi8vc2FtLmhvc3RjZW50cmVsLmNvbS9ub3J0b24v
DQorKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrDQpUaGlzIGVtYWls
IGhhcyBiZWVuIHNjcmVlbmVkIGFuZCBmaWx0ZXJlZCBieSBvdXIgaW4gaG91
c2UgIiJPUFQtT1VUIiIgc3lzdGVtIGluIA0KY29tcGxpYW5jZSB3aXRoIHN0
YXRlIGxhd3MuIElmIHlvdSB3aXNoIHRvICJPUFQtT1VUIiBmcm9tIHRoaXMg
bWFpbGluZyBhcyB3ZWxsIA0KYXMgdGhlIGxpc3RzIG9mIHRob3VzYW5kcyAg
b2Ygb3RoZXIgZW1haWwgcHJvdmlkZXJzIHBsZWFzZSB2aXNpdCAgDQoNCmh0
dHA6Ly9zYW0uaG9zdGNlbnRyZWwuY29tL210Zy9vcHRvdXQuaHRtbA0KKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKw0KDQo3NzMzVlZJaTMtODY5
bDEy
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Sep 11 15:39:29 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S73597AbSIKMj0>; Wed, 11 Sep 2002 15:39:26 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S35730AbSIKMj0>;
	Wed, 11 Sep 2002 15:39:26 +0300
Received: from mail1.caramail.com ([213.193.13.92]:64461 "EHLO
	mail1.caramail.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S74408AbSIKMjX>;
	Wed, 11 Sep 2002 15:39:23 +0300
Received: from caramail.com (www25.caramail.com [213.193.13.35])
	by mail1.caramail.com (Postfix) with SMTP
	id 53AFC1321C; Wed, 11 Sep 2002 14:30:08 +0200 (DST)
From:	nancy rita <nancy.rita@caramail.com>
To:	nancy.rita@caramail.com
Message-ID: <1031747407018462@caramail.com>
X-Mailer: Caramail - www.caramail.com
X-Originating-IP: [64.110.29.236]
Mime-Version: 1.0
Subject: WE NEED YOUR ASSISTANCE
Date:	Wed, 11 Sep 2002 14:30:07 GMT+1
Content-Type: multipart/mixed; boundary="=_NextPart_Caramail_0184621031747407_ID"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

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

ABIDJAN-COTE D'IVOIRE
COCODY =E0 COT=E9 du chu
01 bp 2626 abj.
22507526004.

ATENTION:DIRECTOR

DEAR SIR,

With due respect and humility I write you this
proposal which I believe would be of graet interest to
you.

I am Miss.NANCY RITA KOBUKE, a Sierra Leoneia by 
nationality and The eldest daugter of the late Dr.Fredick 
KOBUKE of blessed memory, prior to my father's 
assassination by the rebel forces loyal to major John Paul 
Koromah, my father was the Director General of National 
gold and diamond mining corporation of Sierre Leone.

Two days before my father was assassinated. He
instructed me and my mother(Mrs REACHEL KOBUKE and my
junior brother MIKE KOBUKE) to move out of Sierra
Leone immediately, before the powerful Economic
Community of west african states peace keeping forces
(ECOMOG) intervened which eventually resulted into a
brutal civil war I and my mother and my jenior brother
managed to escape to Abidjan the Republic of Cote
d'Ivoire for our dear lives. 

Through the help of my late father's friend who is a
travler we came into Abidjan IVORY COAST, and located
the security company where my late father informed us
ealier that he deposited the cash sum of US$ 58.5
Million(fifty eight Million Five Hundred Thousand
United State dollars.Only) which the National gold and
diamond mining corporation of Sierre Leone realized
from the black market sales of alluvial Gold dusts and
Daimonds.

The aforesiad funds was secretly sealed in two truck
boxes by my late father and deposited them in a
private security company here in Abidjan Cote d'Ivoire
with my name(MISS NANCY RITA KOBUKE AS THE BONAFIDE NEXT 
OF KIN ) for safe keeping. 

Meanwhile, we want to leave Cote d'Ivoire entirely
with this money for investment in your country because
of unstable political situation and mostly for the
future survival of our entire family.

I want you to please kindly assist us to claim these
boxes out from the security company custody and to
open a domicilary bank account with your name at any
prime bank here where the fund will be deposited for
onward Transferring to your ends account in your
country, you will also source for good investment
opportunity so that we can invest wisely with this
fund, your co-operation and assistance is here needed
in this transaction since our present United Nation's
Refugee status here can not permit us to operate and
lodge such huge sum into a bank account here on our
name.moreso my late father did not disclose the real
content of the boxes to the security company and we do
not wish them to know this under any circunstances,
for our security reasons, rather he deposited the
boxes as containing family valuables/Tresure.

We have it in mind to reward you hand somely for your
assistance. We are prepared to give you 20% of the
total sum and 5% of the sum will be use to off-set
every expenses that might be incured in the course of
this transaction.

Do not hasitate to contact me Immediately you receive
this e-mail to enable us proceed in earnest towards
the concluding of this venture please ensure that no
one else know about this information as it is only
myself, my mother/brother and yourself knows about this
money. 

May God bless you as you assist us. 

With best Regards
 NANCY RITA KOBUKE

_________________________________________________________ 
Envoyez des messages musicaux sur le portable de vos amis 
 http://mobile.lycos.fr/mobile/local/sms_musicaux/


--=_NextPart_Caramail_0184621031747407_ID--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep 12 02:16:12 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S76211AbSIKXQJ>; Thu, 12 Sep 2002 02:16:09 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S76210AbSIKXQI>;
	Thu, 12 Sep 2002 02:16:08 +0300
Received: from dedos.pert.com.ar ([200.68.65.162]:4666 "EHLO dedos.pert.com.ar"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S76211AbSIKXQG>;
	Thu, 12 Sep 2002 02:16:06 +0300
Received: from mafalda.pert.com.ar ([192.168.1.20]:46854 "EHLO
	mafalda.pert.com.ar" whoson: "-unregistered-") by dedos.pert.com.ar
	with ESMTP id <S3426AbSIKXPv>; Wed, 11 Sep 2002 20:15:51 -0300
Received: by mafalda.pert.com.ar with Internet Mail Service (5.5.2655.55)
	id <RG530XMV>; Wed, 11 Sep 2002 20:15:51 -0300
Message-ID: <5DC7EB0268F3E549BA5ACFB1DDF1236D09B7D8@mafalda.pert.com.ar>
From:	zmailer <zmailer@lists.com.ar>
To:	zmailer@nic.funet.fi
Subject: smtp 421 code
Date:	Wed, 11 Sep 2002 20:15:50 -0300
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2655.55)
Content-Type: text/plain;
	charset="iso-8859-1"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,

we are running
ZMailer smtp (2.99.55 #1: Mon Nov  5 11:32:39 ART 2001)
but there is nothing similar in the ChangeLog.

When yahoo returns 421 the delivery is attempted
once a second 5 or 10 times until it stops
and restarts again a little later.

(xxx@yahoo.com is an alias for a local user)

I think is not right...

may be it is because Pipelining is in efect and
the 421 code is not read because of the pending answers?

TIA
=====================
05594S0008605349#       (Connecting to `mta-v13.level3.mail.yahoo.com'
[64.157.4.83|25] Tue Sep 10 21:48:47 2002)
05594S0008705350r       220 YSmtp mta402.mail.yahoo.com ESMTP service ready
05594S0008805350w       EHLO dedos.pert.com.ar
05594S0008905350r       250-mta402.mail.yahoo.com
05594S0009005350r       250-8BITMIME
05594S0009105350r       250-SIZE 5242880
05594S0009205350r       250 PIPELINING
05594S0009305350#       smtpopen: status = 0
05594S0009405350w       MAIL From:<some@spammer> BODY=8BITMIME SIZE=1739
05594S0009505350w       RCPT To:<xxx@yahoo.com>
05594S0009605350w       DATA
05594S0009705350r       421 VS2-MF Excessive unknown recipients - possible
Open Relay http://help.yahoo.com/help/us/mail/spam/spam-18.html (#4.4.5)
05594S0009805350#       Remote hung up on us while 2 responses missing
05594S0009905350#        smtp_sync() did yield code 75
05594S0010005350w       RSET
05594S0010105350#       Remote hung up on us while 3 responses missing
05594S0010205350#        smtp_sync() did yield code 75
05594S0010305350#       (closed SMTP channel - after delivery failure)
05594S0010405350#       (Connecting to `mta-v12.level3.mail.yahoo.com'
[64.157.4.82|25] Tue Sep 10 21:48:48 2002)
05594S0010505351r       220 YSmtp mta467.mail.yahoo.com ESMTP service ready
05594S0010605351w       EHLO dedos.pert.com.ar
05594S0010705351r       250-mta467.mail.yahoo.com
05594S0010805351r       250-8BITMIME
05594S0010905351r       250-SIZE 5242880
05594S0011005351r       250 PIPELINING
05594S0011105351#       smtpopen: status = 0
05594S0011205351w       MAIL From:<spamer> BODY=8BITMIME SIZE=1739
05594S0011305351w       RCPT To:<xxx@yahoo.com>
05594S0011405351w       DATA
05594S0011505351r       421 VS2-MF Excessive unknown recipients - possible
Open Relay http://help.yahoo.com/help/us/mail/spam/spam-18.html (#4.4.5)


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Sep 13 22:51:19 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S76365AbSIMTvO>; Fri, 13 Sep 2002 22:51:14 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S72599AbSIMTvO>;
	Fri, 13 Sep 2002 22:51:14 +0300
Received: from chebucto.ns.Ca ([192.75.95.75]:47684 "EHLO
	halifax.chebucto.ns.ca" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S65224AbSIMTvL>;
	Fri, 13 Sep 2002 22:51:11 +0300
Received: from localhost (user: 'dyer', uid#5024) by halifax.chebucto.ns.ca id <S120024AbSIMTNW>; Fri, 13 Sep 2002 16:13:22 -0300
Date:	Fri, 13 Sep 2002 16:13:22 -0300 (ADT)
From:	Ed Dyer <dyer@chebucto.ns.ca>
To:	zmailer <zmailer@lists.com.ar>
cc:	zmailer@nic.funet.fi
Subject: Re: smtp 421 code
In-Reply-To: <5DC7EB0268F3E549BA5ACFB1DDF1236D09B7D8@mafalda.pert.com.ar>
Message-ID: <Pine.GSO.3.95.iB1.0.1020913124343.28958A-100000@halifax.chebucto.ns.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

In my experience once you get one or two VS2-MF codes back from
yahoo's servers, then little or no further mail is accepted by
them until the offending spam is deleted from your smtp queue. 
Once the deletion happens, then the traffic will start flowing
again as soon as an item for yahoo that is in the queue reaches
retry. 

On the other hand, if all the messages to yahoo are in
activation pending, or running now state, then I have not found
a way to recover except to restart.

Any more elegant solutions would be appreciated.

HTH

Ed Dyer
Assistant Postmaster <postmaster@chebucto.ns.ca>
Chebucto Community Network


On Wed, 11 Sep 2002, zmailer wrote:

> Date: Wed, 11 Sep 2002 20:15:50 -0300
> From: zmailer <zmailer@lists.com.ar>
> To: zmailer@nic.funet.fi
> Subject: smtp 421 code
> 
> Hi,
> 
> we are running
> ZMailer smtp (2.99.55 #1: Mon Nov  5 11:32:39 ART 2001)
> but there is nothing similar in the ChangeLog.
> 
> When yahoo returns 421 the delivery is attempted
> once a second 5 or 10 times until it stops
> and restarts again a little later.
> 
> (xxx@yahoo.com is an alias for a local user)
> 
> I think is not right...
> 
> may be it is because Pipelining is in efect and
> the 421 code is not read because of the pending answers?
> 
> TIA
> =====================
> 05594S0008605349#       (Connecting to `mta-v13.level3.mail.yahoo.com'
> [64.157.4.83|25] Tue Sep 10 21:48:47 2002)
> 05594S0008705350r       220 YSmtp mta402.mail.yahoo.com ESMTP service ready
> 05594S0008805350w       EHLO dedos.pert.com.ar
> 05594S0008905350r       250-mta402.mail.yahoo.com
> 05594S0009005350r       250-8BITMIME
> 05594S0009105350r       250-SIZE 5242880
> 05594S0009205350r       250 PIPELINING
> 05594S0009305350#       smtpopen: status = 0
> 05594S0009405350w       MAIL From:<some@spammer> BODY=8BITMIME SIZE=1739
> 05594S0009505350w       RCPT To:<xxx@yahoo.com>
> 05594S0009605350w       DATA
> 05594S0009705350r       421 VS2-MF Excessive unknown recipients - possible
> Open Relay http://help.yahoo.com/help/us/mail/spam/spam-18.html (#4.4.5)
> 05594S0009805350#       Remote hung up on us while 2 responses missing
> 05594S0009905350#        smtp_sync() did yield code 75
> 05594S0010005350w       RSET
> 05594S0010105350#       Remote hung up on us while 3 responses missing
> 05594S0010205350#        smtp_sync() did yield code 75
> 05594S0010305350#       (closed SMTP channel - after delivery failure)
> 05594S0010405350#       (Connecting to `mta-v12.level3.mail.yahoo.com'
> [64.157.4.82|25] Tue Sep 10 21:48:48 2002)
> 05594S0010505351r       220 YSmtp mta467.mail.yahoo.com ESMTP service ready
> 05594S0010605351w       EHLO dedos.pert.com.ar
> 05594S0010705351r       250-mta467.mail.yahoo.com
> 05594S0010805351r       250-8BITMIME
> 05594S0010905351r       250-SIZE 5242880
> 05594S0011005351r       250 PIPELINING
> 05594S0011105351#       smtpopen: status = 0
> 05594S0011205351w       MAIL From:<spamer> BODY=8BITMIME SIZE=1739
> 05594S0011305351w       RCPT To:<xxx@yahoo.com>
> 05594S0011405351w       DATA
> 05594S0011505351r       421 VS2-MF Excessive unknown recipients - possible
> Open Relay http://help.yahoo.com/help/us/mail/spam/spam-18.html (#4.4.5)
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi
> 

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Sep 15 06:10:09 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S65889AbSIODKF>; Sun, 15 Sep 2002 06:10:05 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S76432AbSIODKF>;
	Sun, 15 Sep 2002 06:10:05 +0300
Received: from [61.180.58.37] ([61.180.58.37]:3156 "HELO bigfoot.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S77010AbSIODKB>;
	Sun, 15 Sep 2002 06:10:01 +0300
Received: from [135.169.252.32] by smtp4.cyberecschange.com with esmtp; 14 Sep 0102 12:07:45 +0300
Received: from f64.law4.hottestmale.com ([113.235.73.208])
	by mail.gimmixx.net with NNFMP; Sat, 14 Sep 0102 15:04:39 +0500
Received: from unknown (HELO sparc.zubilam.net) (69.247.133.240)
	by rly-xr02.nikavo.net with esmtp; 14 Sep 0102 20:01:33 +0700
Reply-To: <matt873mhm372515j67@bigfoot.com>
Message-ID: <011d36b32d8d$1558b4c0$5ab10ea1@dgyqww>
From:	<matt873mhm372515j67@bigfoot.com>
To:	Matt@nic.funet.fi
Subject: Create a PAYCHECK with your COMPUTER!                                                                           
Date:	Sun, 15 Sep 0102 01:51:33 +0100
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2462.0000
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Good morning -

You get emails every day, offering to show you how to make money.
Most of these emails are from people who are NOT making any money.
And they expect you to listen to them?

Enough.

If you want to make money with your computer, then you should
hook up with a group that is actually DOING it.  We are making
a large, continuing income every month.  What's more - we will
show YOU how to do the same thing.

This business is done completely by internet and email, and you
can even join for free to check it out first.  If you can send
an email, you can do this.  No special "skills" are required.

How much are we making?  Anywhere from $2000 to $9000 per month.
We are real people, and most of us work at this business part-time.
But keep in mind, we do WORK at it - I am not going to 
insult your intelligence by saying you can sign up, do no work,
and rake in the cash.  That kind of job does not exist.  But if
you are willing to put in 10-12 hours per week, this might be
just the thing you are looking for.

This is not income that is determined by luck, or work that is
done FOR you - it is all based on your effort.  But, as I said,
there are no special skills required.  And this income is RESIDUAL -
meaning that it continues each month (and it tends to increase
each month also).

Interested?  I invite you to find out more.  You can get in as a
free member, at no cost, and no obligation to continue if you
decide it is not for you.  We are just looking for people who still
have that "burning desire" to find an opportunity that will reward
them incredibly well, if they work at it.

To grab a FREE ID#, simply reply to: iltrumpet@excite.com
and in the body of the email, write this phrase:
 
"Grab me a free membership!"

Be sure to include your:
1. First name
2. Last name
3. Email address (if different from above)

We will confirm your position and send you a special report
as soon as possible, and also Your free Member Number.

That's all there's to it.

We'll then send you info, and you can make up your own mind.

Looking forward to hearing from you!

Sincerely, 

Matt H. Moore

P.S. After having several negative experiences with network
marketing companies I had pretty much given up on them.
This is different - there is value, integrity, and a
REAL opportunity to have your own home-based business...
and finally make real money on the internet.

Don't pass this up..you can sign up and test-drive the
program for FREE.  All you need to do is get your free
membership.

Unsubscribing: Send a blank email to: azbooboo@excite.com with
"Remove" in the subject line.  By submitting a request for a FREE
DHS Club Membership, I agree to accept email from the DHS Club for
both their consumer and business opportunities.




9593sSHb3-831jZrc9325kqdL9-940l28
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Sep 15 19:48:30 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S78468AbSIOQs0>; Sun, 15 Sep 2002 19:48:26 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S77975AbSIOQsZ>;
	Sun, 15 Sep 2002 19:48:25 +0300
Received: from 200-207-5-94.dsl.telesp.net.br ([200.207.5.94]:2642 "HELO
	eunet.at" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with SMTP id <S78177AbSIOQsV>;
	Sun, 15 Sep 2002 19:48:21 +0300
Received: from unknown (128.137.58.19)
	by mail.gimmixx.net with NNFMP; Sun, 15 Sep 2002 13:47:22 +0800
Received: from unknown (HELO sparc.zubilam.net) (88.233.180.180)
	by sydint1.microthink.com.au with SMTP; 15 Sep 2002 21:34:30 -0500
Reply-To: <albion6444m28@eunet.at>
Message-ID: <011a01b26d0e$7564c0b3$5ad70ce5@nfepmd>
From:	<albion6444m28@eunet.at>
To:	<zmailer@nic.funet.fi>, <mac-adm@nic.funet.fi>,
	<vinsci@nic.funet.fi>, <jja@nic.funet.fi>
Subject: Attention all DVD lovers 7190miEL3-958AUbU9258XzsK3-429X-29
Date:	Sun, 15 Sep 2002 13:21:16 +0300
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00C6_83B72E6D.C6715A20"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2615.200
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00C6_83B72E6D.C6715A20
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


SGVyZSdzIHRoZSBob3R0ZXN0IHRoaW5nIGluIERWRHMuIE5vdyB5b3UgY2Fu
IG1ha2UgYSBwZXJzb25hbCBiYWNrdXANCmNvcHkgb2YgYSBEVkQgcmlnaHQg
b250byBDRC1SLiAgT3VyICJIb3QiIG5ldyBzb2Z0d2FyZSBlYXNpbHkgdGFr
ZXMgeW91IHRocm91Z2gNCnRoZSBzdGVwcyB0byBtYWtlIGEgY29weSBvZiB5
b3VyIG93biBEVkRzLg0KDQpOT1cgSU5DTFVERUQgRk9SIEZSRUUhIENvcHkg
UExBWVNUQVRJT04sIE1VU0lDL01QM3MgYW5kIGFsbCBTb2Z0d2FyZS4NCg0K
LSBTdGVwIGJ5IFN0ZXAgSW50ZXJhY3RpdmUgSW5zdHJ1Y3Rpb25zIA0KLSBB
bGwgU29mdHdhcmUgVG9vbHMgSW5jbHVkZWQgT24gQ0QgDQotIE5vIERWRCBC
dXJuZXIgUmVxdWlyZWQgDQotIEZSRUUgTGl2ZSBUZWNobmljYWwgU3VwcG9y
dCANCi0gMzAgRGF5IFJpc2sgRnJlZSBUcmlhbCBBdmFpbGFibGUgDQotIEZS
RUUgRHZkIE1vdmllIG9mIHlvdXIgY2hvaWNlIChMSU1JVEVEIFRJTUUgT0ZG
RVIhKQ0KDQpXZSBoYXZlIEFsbCB0aGUgc29mdHdhcmUgeW91IG5lZWQgdG8g
Q09QWSB5b3VyIG93biBEVkQgTW92aWVzLg0KDQpodHRwOi8vZHZkLnNwZWNp
YWxkaXNjb3VudHM0dS5jb20vDQorKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrDQpUaGlzIGVtYWlsIGhhcyBiZWVuIHNjcmVlbmVkIGFuZCBmaWx0
ZXJlZCBieSBvdXIgaW4gaG91c2UgIiJPUFQtT1VUIiIgc3lzdGVtIGluIA0K
Y29tcGxpYW5jZSB3aXRoIHN0YXRlIGxhd3MuIElmIHlvdSB3aXNoIHRvICJP
UFQtT1VUIiBmcm9tIHRoaXMgbWFpbGluZyBhcyB3ZWxsIA0KYXMgdGhlIGxp
c3RzIG9mIHRob3VzYW5kcyAgb2Ygb3RoZXIgZW1haWwgcHJvdmlkZXJzIHBs
ZWFzZSB2aXNpdCAgDQoNCmh0dHA6Ly9kdmQuc3BlY2lhbGRpc2NvdW50czR1
LmNvbS9vcHRvdXRkLmh0bWwNCisrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysNCjk4OThLaGxsbDg=
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Sep 17 05:47:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79660AbSIQCrU>; Tue, 17 Sep 2002 05:47:20 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S79661AbSIQCrR>;
	Tue, 17 Sep 2002 05:47:17 +0300
Received: from fidisdn.adsl.netvision.net.il ([212.143.120.26]:3065 "HELO
	angelfire.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S79619AbSIQCrL>;
	Tue, 17 Sep 2002 05:47:11 +0300
Received: from [176.56.54.148] by anther.webhostingtotalk.com with asmtp; Tue, 17 Sep 0102 13:46:29 -1000
Received: from mailout2-eri1.midmouth.com ([201.217.184.226])
	by smtp-server.tampabayr.com with NNFMP; 17 Sep 0102 03:41:58 -0300
Received: from mx.loxsystems.net ([183.32.82.60])
	by web.mail.halfeye.com with esmtp; 17 Sep 0102 00:37:27 +0200
Reply-To: <frankwrightsa@angelfire.com>
Message-ID: <028c71e25c4e$7648b4c7$8de78cd5@wnpwpx>
From:	<frankwrightsa@angelfire.com>
To:	<pora@nic.funet.fi>, <problems@nic.funet.fi>,
	<rec.music.dylan@nic.funet.fi>, <rn-music-request@nic.funet.fi>,
	<ruokonen@nic.funet.fi>, <samjay@nic.funet.fi>,
	<sci-adm@nic.funet.fi>, <sfnet-tietoliikenne-log@nic.funet.fi>,
	<siissalo@nic.funet.fi>, <timaham@nic.funet.fi>,
	<unix-adm@nic.funet.fi>, <vesanto@nic.funet.fi>,
	<vms-adm@nic.funet.fi>, <wellu@nic.funet.fi>, <x-adm@nic.funet.fi>,
	<zmailer@nic.funet.fi>
Subject: jump on in                                                      
Date:	Mon, 16 Sep 0102 17:40:21 +0900
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00D3_58E41A2A.C7001E08"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: AOL 7.0 for Windows US sub 118
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00D3_58E41A2A.C7001E08
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


c21hcnQNClRoZSBXb3JsZHMgRmlyc3QgQWJzb2x1dGVseSBGcmVlIEFkdWx0
IFN1cGVyc2l0ZSEgIDEwMCUgRnJlZQ0KIE5PIENSRURJVCBDQVJEIFJFUVVJ
UkVEIQ0KRnJlZSBEcmVhbWdpcmxzIGFuZCBIYXJkY29yZSEgIEZyZWUgbGl2
ZSB2aWRlb3MNCg0KaHR0cDovL3d3dy5mcmVlc2V4ZXVyb3BlLmNvbS9zYWZl
Lmh0bWwNCg0KTmV2ZXIgcGF5IGZvciBwb3JuIGFnYWluISBXZSBhcmUgaW50
cm9kdWNpbmcgYSBicmFuZCBuZXcgY29uY2VwdCBvbiB0aGUgDQppbnRlcm5l
dCAtIGFuIGFic29sdXRlbHkgRlJFRSBBRFVMVCBTVVBFUlNJVEUuIEp1c3Qg
Y2xpY2sgaGVyZSBhbmQgDQplbnRlciBhIHZhbGlkIGVtYWlsIGFkZHJlc3Mg
Zm9yIHlvdXIgZnJlZSBsaWZldGltZSBtZW1iZXJzaGlwLg0KDQotMjUwLDAw
MCsgWFhYIFBob3Rvcy0NCg0KLU92ZXIgNTAgQ2F0ZW9nb3JpZXMgVG8gU2Vs
ZWN0LQ0KDQotMTI1LDAwMCBTdHJlYW1pbmcgVmlkZW9zLQ0KDQotTGl2ZSBW
aWRlbyBGZWVkcy0NCg0KLUxpdmUgR2lybHMgd2l0aCBDaGF0IC0NCi1JbmNs
dWRlcyBGYW1vdXMgUG9ybnN0YXJzLQ0KVmlzaXQgdGhlIGxpbmsgQmVsb3cg
YW5kIGVudGVyIGEgdmFsaWQgZW1haWwgYWRkcmVzcyB0byBnZXQgc3RhcnRl
ZC4NCg0KaHR0cDovL3d3dy5mcmVlc2V4ZXVyb3BlLmNvbS9zYWZlLmh0bWwN
Cg0KaHR0cDovL3d3dy5mcmVlc2V4ZXVyb3BlLmNvbS9zYWZlLmh0bWwNCg0K
DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoN
Cg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0K
DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0Kc21h
cnQNClBsZWFzZSB2aXNpdCB0aGUgZm9sbG93aW5nIHNpdGUgdG8gYmUgcmVt
b3ZlZC4gIA0KaHR0cDovL3d3dy5mcmVlc2V4ZXVyb3BlLmNvbS9yZW1vdmUv
DQowMzE3a3V1UjktODkyQUhmbzkwNjFKSHpEMi0wMzZHbDI5
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Sep 17 16:26:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79348AbSIQN0f>; Tue, 17 Sep 2002 16:26:35 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S53578AbSIQN0e>;
	Tue, 17 Sep 2002 16:26:34 +0300
Received: from [200.189.72.186] ([200.189.72.186]:2658 "HELO unet.univie.ac.at"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S79562AbSIQN0b>;
	Tue, 17 Sep 2002 16:26:31 +0300
Received: from unknown (HELO asy100.as122.sol-superunderline.com) (109.16.75.222)
	by mailout2-eri1.midmouth.com with smtp; 17 Sep 2002 14:21:10 -0900
Received: from unknown (HELO m10.grp.snv.yahui.com) (91.100.5.149)
	by smtp-server1.cflrr.com with SMTP; 17 Sep 2002 05:20:23 +0400
Received: from [208.35.11.231] by mailout2-eri1.midmouth.com with local; Tue, 17 Sep 2002 09:19:36 +0900
Received: from unknown (HELO da001d2020.loxi.pianstvu.net) (182.203.228.140)
	by a231242.upc-a.zhello.nl with local; Tue, 17 Sep 2002 18:18:49 -0500
Received: from unknown (HELO sydint1.microthink.com.au) (158.132.214.80)
	by sydint1.microthink.com.au with asmtp; Tue, 17 Sep 2002 13:18:02 -0000
Reply-To: <arruda3003j68@unet.univie.ac.at>
Message-ID: <025c78b20e7a$4457b2c5$3ee07eb6@aqpugn>
From:	<arruda3003j68@unet.univie.ac.at>
To:	<zmailer@nic.funet.fi>, <mac-adm@nic.funet.fi>,
	<vinsci@nic.funet.fi>, <jja@nic.funet.fi>
Subject: re:  NORTON SYSTEMWORKS BLOWOUT! 6066AyTh1-186gOrZ-16
Date:	Tue, 17 Sep 2002 22:20:16 -0900
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00B2_01D01C7E.B1604B44"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00B2_01D01C7E.B1604B44
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


QVRURU5USU9OOiBUaGlzIGlzIGEgTVVTVCBmb3IgQUxMIENvbXB1dGVyIFVz
ZXJzISEhDQoNCipORVctU3BlY2lhbCBQYWNrYWdlIERlYWwhKg0KDQpOb3J0
b24gU3lzdGVtV29ya3MgMjAwMiBTb2Z0d2FyZSBTdWl0ZSAtUHJvZmVzc2lv
bmFsIEVkaXRpb24tDQoNCkluY2x1ZGVzIFNpeCAtIFllcyA2ISAtIEZlYXR1
cmUtUGFja2VkIFV0aWxpdGllcw0KQUxMIEZvciAxIFNwZWNpYWwgTE9XIFBy
aWNlIQ0KDQpUaGlzIFNvZnR3YXJlIFdpbGw6DQotIFByb3RlY3QgeW91ciBj
b21wdXRlciBmcm9tIHVud2FudGVkIGFuZCBoYXphcmRvdXMgdmlydXNlcw0K
LSBIZWxwIHNlY3VyZSB5b3VyIHByaXZhdGUgJiB2YWx1YWJsZSBpbmZvcm1h
dGlvbg0KLSBBbGxvdyB5b3UgdG8gdHJhbnNmZXIgZmlsZXMgYW5kIHNlbmQg
ZS1tYWlscyBzYWZlbHkNCi0gQmFja3VwIHlvdXIgQUxMIHlvdXIgZGF0YSBx
dWljayBhbmQgZWFzaWx5DQotIEltcHJvdmUgeW91ciBQQydzIHBlcmZvcm1h
bmNlIHcvc3VwZXJpb3IgaW50ZWdyYWwgZGlhZ25vc3RpY3MhDQoNCjYgRmVh
dHVyZS1QYWNrZWQgVXRpbGl0aWVzLi4uMSBHcmVhdCBQcmljZSENCkEgJDMw
MCsgQ29tYmluZWQgUmV0YWlsIFZhbHVlIQ0KDQpZT1VSUyBmb3IgT25seSAk
MjkuOTkhICA8SW5jbHVkZXMgRlJFRSBTaGlwcGluZyE+DQoNCkRvbid0IGZh
bGwgcHJleSB0byBkZXN0cnVjdGl2ZSB2aXJ1c2VzIG9yIGhhY2tlcnMhDQpQ
cm90ZWN0ICB5b3VyIGNvbXB1dGVyIGFuZCB5b3VyIHZhbHVhYmxlIGluZm9y
bWF0aW9uIQ0KDQoNClNvIGRvbid0IGRlbGF5Li4uZ2V0IHlvdXIgY29weSBU
T0RBWSENCg0KDQpodHRwOi8vZXVyby5zcGVjaWFsZGlzY291bnRzNHUuY29t
Lw0KKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKw0KVGhpcyBlbWFp
bCBoYXMgYmVlbiBzY3JlZW5lZCBhbmQgZmlsdGVyZWQgYnkgb3VyIGluIGhv
dXNlICIiT1BULU9VVCIiIHN5c3RlbSBpbiANCmNvbXBsaWFuY2Ugd2l0aCBz
dGF0ZSBsYXdzLiBJZiB5b3Ugd2lzaCB0byAiT1BULU9VVCIgZnJvbSB0aGlz
IG1haWxpbmcgYXMgd2VsbCANCmFzIHRoZSBsaXN0cyBvZiB0aG91c2FuZHMg
IG9mIG90aGVyIGVtYWlsIHByb3ZpZGVycyBwbGVhc2UgdmlzaXQgIA0KDQpo
dHRwOi8vZHZkLnNwZWNpYWxkaXNjb3VudHM0dS5jb20vb3B0b3V0ZC5odG1s
DQorKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrDQoNCg0KODMwOEV6
clowLTE4OUxsV2E3NjgzVm9xZjUtOTU3aWhlYmwzMg0KNjgyM3NXYlM3LTI2
MkJnWlo0NjM5QWFLcjctODU5WGdjVzc0Mzh2blVJNy0xNTJSTExOMTg0OU5r
dGs0LTI3MkdaSVEyNTQ2VUJkdzgtOWw3NA==
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Sep 18 04:01:26 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S80071AbSIRBBV>; Wed, 18 Sep 2002 04:01:21 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S80066AbSIRBBV>;
	Wed, 18 Sep 2002 04:01:21 +0300
Received: from dfw7-1.relay.mail.uu.net ([199.171.54.106]:51368 "EHLO
	dfw7-1.relay.mail.uu.net" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S66937AbSIRBBT>;
	Wed, 18 Sep 2002 04:01:19 +0300
Received: from imo-m04.mx.aol.com by dfw7sosrv11.alter.net with ESMTP 
	(peer crosschecked as: imo-m04.mx.aol.com [64.12.136.7])
	id QQngtw17566
	for <muc-lists-zmailer@moderators.isc.org>; Wed, 18 Sep 2002 01:01:27 GMT
From:	Jigallegos@aol.com
Received: from Jigallegos@aol.com
	by imo-m04.mx.aol.com (mail_out_v34.10.) id y.165.1389eda8 (16335)
	 for <muc-lists-zmailer@moderators.isc.org>; Tue, 17 Sep 2002 21:01:11 -0400 (EDT)
Message-ID: <165.1389eda8.2ab92a57@aol.com>
Date:	Tue, 17 Sep 2002 21:01:11 EDT
Subject: Subaru Cooling System
To:	muc-lists-zmailer@moderators.isc.org
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: AOL 7.0 for Windows US sub 10634
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

<PRE>I have a 95 Subaru Legacy and have been experiencing over heating.  I have 
replaced the radiator, the water pump, the thermostat (several), the radiator 
hose and now I had Head Gaskets replaced, and it is still over heating.  What 
could be the trouble?
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep 19 01:31:35 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S80709AbSIRWbb>; Thu, 19 Sep 2002 01:31:31 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S80704AbSIRWbb>;
	Thu, 19 Sep 2002 01:31:31 +0300
Received: from mailbackup2.funet.fi ([193.166.0.98]:4808 "EHLO
	mailbackup2.funet.fi" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S80686AbSIRWb3>;
	Thu, 19 Sep 2002 01:31:29 +0300
Received: from mail2.bluecatnetworks.com (mail2.bluecatnetworks.com [209.167.177.47])
	by mailbackup2.funet.fi (8.9.3/8.9.3/FUNET) with ESMTP id SAA23653
	for <zmailer@nic.funet.fi>; Wed, 18 Sep 2002 18:09:09 +0300
Received: from [172.18.0.2] ([172.18.0.2]:45750 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S51010AbSIRPdn> convert rfc822-to-8bit; Wed, 18 Sep 2002 10:33:43 -0500
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Subject: mailq
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Date:	Wed, 18 Sep 2002 10:48:16 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C599FC3@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: mailq
Thread-Index: AcJeTevAWin6FOlLT8m2aZ0fV1UC6AA0/hcA
From:	"Vince Puzzella" <vpuzzella@bluecatnetworks.com>
To:	<zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Can someone please explain what the "stored 4294967295" field means in
the following mailq output?

Output after running mailq -vsSQ

1 entry in router queue: processing
0 messages in transport queue: idle
smtp/*/0
	Threads:    0 Msgs:     0 Procs:   1 Idle:   1 Plim:  20 Flim:
150
Tlim: 1
Kids: 1  Idle:  1  Msgs:  -1  Thrds:   0  Rcpnts:    0  Uptime: 3d22h
Msgs in 27129 out 27128 stored 4294967295 Rcpnts in 27858 out 27858
stored 0

TIA
Vince.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep 19 01:49:53 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81034AbSIRWtt>; Thu, 19 Sep 2002 01:49:49 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81267AbSIRWtt>;
	Thu, 19 Sep 2002 01:49:49 +0300
Received: from mailbackup1.funet.fi ([193.166.0.97]:3462 "EHLO
	mailbackup1.funet.fi" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S81241AbSIRWtr>;
	Thu, 19 Sep 2002 01:49:47 +0300
Received: from mail2.bluecatnetworks.com (mail2.bluecatnetworks.com [209.167.177.47])
	by mailbackup1.funet.fi (8.9.3/8.9.3/FUNET) with ESMTP id WAA23545
	for <zmailer@nic.funet.fi>; Wed, 18 Sep 2002 22:53:21 +0300
Received: from [172.18.0.2] ([172.18.0.2]:32716 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S121835AbSIRUR6> convert rfc822-to-8bit; Wed, 18 Sep 2002 15:17:58 -0500
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Subject: mailq
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Date:	Wed, 18 Sep 2002 15:32:34 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C599FD1@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: mailq
Thread-Index: AcJeTevAWin6FOlLT8m2aZ0fV1UC6AA0/hcAAAoHDeA=
From:	"Vince Puzzella" <vpuzzella@bluecatnetworks.com>
To:	<zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


Can someone please explain what the "stored 4294967295" field means in
the following mailq output?

Output after running mailq -vsSQ

1 entry in router queue: processing
0 messages in transport queue: idle
smtp/*/0
	Threads:    0 Msgs:     0 Procs:   1 Idle:   1 Plim:  20 Flim:
150
Tlim: 1
Kids: 1  Idle:  1  Msgs:  -1  Thrds:   0  Rcpnts:    0  Uptime: 3d22h
Msgs in 27129 out 27128 stored 4294967295 Rcpnts in 27858 out 27858
stored 0

TIA
Vince.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep 19 02:52:24 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S79869AbSIRXwU>; Thu, 19 Sep 2002 02:52:20 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S80337AbSIRXwU>;
	Thu, 19 Sep 2002 02:52:20 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S79930AbSIRXwT>;
	Thu, 19 Sep 2002 02:52:19 +0300
Date:	Thu, 19 Sep 2002 02:52:19 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Vince Puzzella <vpuzzella@bluecatnetworks.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: mailq
Message-ID: <20020919025218.J3443@nic.funet.fi>
References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C599FC3@COLOSSUS.dyadem.corp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <5DEC3FFCDE2F7C4DA45433EE09A4F22C599FC3@COLOSSUS.dyadem.corp>; from vpuzzella@bluecatnetworks.com on Wed, Sep 18, 2002 at 10:48:16AM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, Sep 18, 2002 at 10:48:16AM -0400, Vince Puzzella wrote:
> Can someone please explain what the "stored 4294967295" field means in
> the following mailq output?

  It means a wrap-around into negative, and printing the data
  in unsigned...  The number in question is:  "-1".

  I don't know why that counter leaks down, but it is merely
  monitoring metric, not operational hinderance.

> Output after running mailq -vsSQ
> 
> 1 entry in router queue: processing
> 0 messages in transport queue: idle
> smtp/*/0
> 	Threads:    0 Msgs:     0 Procs:   1 Idle:   1 Plim:  20 Flim: 150 Tlim: 1
> Kids: 1  Idle:  1  Msgs:  -1  Thrds:   0  Rcpnts:    0  Uptime: 3d22h
> Msgs in 27129 out 27128 stored 4294967295 Rcpnts in 27858 out 27858 stored 0
> 
> TIA
> Vince.

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From idrisbb33@mail.com Fri Sep 20 07:02:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:1028 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S54213AbSITECC>;
	Fri, 20 Sep 2002 07:02:02 +0300
From:	" Dr. Idris Abubakar." <idrisbb33@mail.com>
Date:	Fri, 20 Sep 2002 17:01:38
To:	zmailer-log@nic.funet.fi
Subject: urgent business relationship
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20020920040203Z54213-9742+308@nic.funet.fi>
Return-Path: <idrisbb33@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Petroleum (Special) Trust Fund 
Contract Award Committee
National Secretariat 
Victoria-Island 
Lagos-Nigeria.
Email: idrisbb2@consultant.com 


ATTENTION: THE MANAGING DIRECTOR,

  The Petroleum Special Trust Fund was set up by the
late Head of State General Sani Abacha who died on 8th
June 1998, to manage the excess revenue accruing from
the sale of petroleum and its allied products as a
result of domestic increase in the prices of petroleum
products.

 The estimated annual revenue for 1999 was 45 billion
US Dollars Ref. FMF A26 Unit 3B paragraph "D" of the
Auditor General of the Federal Republic of Nigeria
Report of NOV. 1999 on estimated revenue. 

 I am the Chairman of the Contract Award committee 
and my committee is solely responsible for awarding
and payment of contracts on behalf of the Federal
Government of Nigeria . 

 My Committee awarded contracts to foreign contractors
for the supply of Agricultural Machines and spare
parts to the Ministry of Agriculture and Natural
Resources. We overshot the contract sum by USD35
Million. We have paid the contractors and withholding
the balance of 35 Million United States Dollars. 

 Beceause of existing domestic laws forbidding civil
servants from opening, operating and maintaining
foreign accounts, we do not have the expertise to
transfer this balance of funds to a foreign account.

However, this balance of 35 Million United States
Dollars($35 million USD) has been secured in form of credit/payment to a 
foreign contractor.Hence, we 

wish to transfer into your bank account as the beneficiary of the funds. 

 We have also arrived at a conclusion that you will be
compensated to the tune of 25% of the total sum
transfered while 5% will be reserved for incidental
expenses that both parties will incur in the course of
actualizing this transaction and  the balance of 70%
will be kept for the Committee members.

 If you know you are capable of helping us actualize
our life's dream,You should send to me immediately the
details of your bank particulars or open a new account
where we can transfer the money(US$35M)which you will
hold in trust for us until we come over there for our
own share.Your nature of business does not matter in this transaction. 

 As soon as you open the account, send by e-mail to me immediately  with the
details of the account viz: Name of bank, address,
routing number, telex number, Account number, Tel and
Fax number.You should also include the name of your
company, your personal address, Tel and Fax numbers
for further communication.

 Note that this transaction will be concluded within
10 working days from the day you give your consent.

 Sincerely yours,

 Dr. Idris Abubakar.

Reply to : idrisbb2@consultant.com 

From zmailer-owner@nic.funet.fi Fri Sep 20 15:09:33 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S81884AbSITMJ3>; Fri, 20 Sep 2002 15:09:29 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81828AbSITMJ3>;
	Fri, 20 Sep 2002 15:09:29 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:43637 "ehlo
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S59669AbSITMJ1>;
	Fri, 20 Sep 2002 15:09:27 +0300
Message-Id: <So0nuTapyqIsxXhC6rKrLw.md5@melkebalanse.gulbrandsen.priv.no>
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	zmailer@nic.funet.fi
Subject: Received: ... for <mumble@fumble.int>...
Content-Type: text/plain; format=flowed
MIME-Version: 1.0
Date:	Fri, 20 Sep 2002 14:09:20 +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Some MUAs, notably Sendmail, write a 'for' clause in the received field 
when a single-recipient message is processed.

Zmailer doesn't (at least not in the versions I have handy now). Is 
there any particular reason for that?

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Sep 20 16:50:30 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S82020AbSITNu0>; Fri, 20 Sep 2002 16:50:26 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S82019AbSITNu0>;
	Fri, 20 Sep 2002 16:50:26 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S80747AbSITNuV>;
	Fri, 20 Sep 2002 16:50:21 +0300
Date:	Fri, 20 Sep 2002 16:50:21 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Cc:	zmailer@nic.funet.fi
Subject: Re: Received: ... for <mumble@fumble.int>...
Message-ID: <20020920165021.K3443@nic.funet.fi>
References: <So0nuTapyqIsxXhC6rKrLw.md5@melkebalanse.gulbrandsen.priv.no>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <So0nuTapyqIsxXhC6rKrLw.md5@melkebalanse.gulbrandsen.priv.no>; from arnt@gulbrandsen.priv.no on Fri, Sep 20, 2002 at 02:09:20PM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Sep 20, 2002 at 02:09:20PM +0200, Arnt Gulbrandsen wrote:
> Some MUAs, notably Sendmail, write a 'for' clause in the received field 
> when a single-recipient message is processed.
> 
> Zmailer doesn't (at least not in the versions I have handy now). Is 
> there any particular reason for that?

  Primarily that the time when ZMailer is writing the headers is
  at the routing, and poking things at delivery is -- cumbersome.

  I have thought of doing something _like_ it at least for smtp
  transport-agent (things that are needed at a list fanout processing
  at vger.kernel.org ...)

  What shall be put into the tag when the delivery is going thru
  a  .forward  derived pipe ? (e.g. vacation)

  Related activity is doing "Delivered-To:" header adding/bouncing
  when same destination appears twice..  E.g. there shall be user/alias
  which is driving the pipe, not the pipe command itself.

> --Arnt

/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Sep 20 17:07:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S8900AbSITOHC>; Fri, 20 Sep 2002 17:07:02 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S81664AbSITOHA>;
	Fri, 20 Sep 2002 17:07:00 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:43732 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "DES-CBC3-SHA keybits 168/168 version
	TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S81366AbSITOG6>;
	Fri, 20 Sep 2002 17:06:58 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g8KE6n132498;
	Fri, 20 Sep 2002 16:06:49 +0200
Date:	Fri, 20 Sep 2002 16:06:49 +0200
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	zmailer@nic.funet.fi
Subject: Re: Received: ... for <mumble@fumble.int>...
Message-ID: <20020920160649.A32458@melkebalanse.gulbrandsen.priv.no>
References: <So0nuTapyqIsxXhC6rKrLw.md5@melkebalanse.gulbrandsen.priv.no> <20020920165021.K3443@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <20020920165021.K3443@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti Aarnio <mea@nic.funet.fi>
> On Fri, Sep 20, 2002 at 02:09:20PM +0200, Arnt Gulbrandsen wrote:
> > Some MUAs, notably Sendmail, write a 'for' clause in the received field 
> > when a single-recipient message is processed.
> > 
> > Zmailer doesn't (at least not in the versions I have handy now). Is 
> > there any particular reason for that?
> 
>   Primarily that the time when ZMailer is writing the headers is
>   at the routing, and poking things at delivery is -- cumbersome.

Well, AFAICT during routing should be the right time. See below.

>   I have thought of doing something _like_ it at least for smtp
>   transport-agent (things that are needed at a list fanout processing
>   at vger.kernel.org ...)
> 
>   What shall be put into the tag when the delivery is going thru
>   a  .forward  derived pipe ? (e.g. vacation)

At various points inside zmailer the address may have several diferent
forms, e.g. "((a b c d))". Those are all internal matters. The canonical
address (the one that's shown to the world in to/cc/from) is what should
be used in received too, unless there is a clear reason to use a different
address.

Put simply: The way I see my address in e.g. "From" is the same way I
should see it in "Received".

>   Related activity is doing "Delivered-To:" header adding/bouncing
>   when same destination appears twice..  E.g. there shall be user/alias
>   which is driving the pipe, not the pipe command itself.

Delivered-to sounds like different to me. If it's used by the transports
for string comparison, then the transport is the one that knows what
string should be put there.

I have to say, though, that meddling with header fields in the transports
sounds rather hacky.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Sep 21 04:07:58 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S82038AbSIUBHx>; Sat, 21 Sep 2002 04:07:53 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S44428AbSIUBHu>;
	Sat, 21 Sep 2002 04:07:50 +0300
Received: from dns.hirogaku-u.ac.jp ([210.156.52.2]:2283 "HELO ping.at" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S23573AbSIUBHp>;
	Sat, 21 Sep 2002 04:07:45 +0300
Received: from 132.130.234.70 ([132.130.234.70]) by da001d2020.loxi.pianstvu.net with esmtp; Fri, 20 Sep 2002 16:08:14 +1000
Received: from [178.39.175.7] by q4.quickslow.com with asmtp; Sat, 21 Sep 2002 02:02:18 -0400
Received: from unknown (211.167.98.136)
	by rly-xl05.dohuya.com with SMTP; 20 Sep 2002 21:56:22 +1200
Received: from 149.194.38.113 ([149.194.38.113]) by f64.law4.hottestmale.com with smtp; Sat, 21 Sep 2002 09:50:26 -0900
Reply-To: <angus3434m05@ping.at>
Message-ID: <014e31c84b0c$3868e6d2$1ac12bb5@ptmfmm>
From:	<angus3434m05@ping.at>
To:	<hakala@nic.funet.fi>, <zmailer@nic.funet.fi>,
	<managers@nic.funet.fi>
Subject: re:  NORTON SYSTEMWORKS 2002 CLEARANCE SALE! 0329hXPN1-01-11
Date:	Fri, 20 Sep 2002 12:43:31 +1200
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00E0_53D52C4C.D4654C65"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: eGroups Message Poster
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00E0_53D52C4C.D4654C65
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


QVRURU5USU9OOiBUaGlzIGlzIGEgTVVTVCBmb3IgQUxMIENvbXB1dGVyIFVz
ZXJzISEhDQoNCipORVctU3BlY2lhbCBQYWNrYWdlIERlYWwhKg0KDQpOb3J0
b24gU3lzdGVtV29ya3MgMjAwMiBTb2Z0d2FyZSBTdWl0ZSAtUHJvZmVzc2lv
bmFsIEVkaXRpb24tDQoNCkluY2x1ZGVzIFNpeCAtIFllcyA2ISAtIEZlYXR1
cmUtUGFja2VkIFV0aWxpdGllcw0KQUxMIEZvciAxIFNwZWNpYWwgTE9XIFBy
aWNlIQ0KDQpUaGlzIFNvZnR3YXJlIFdpbGw6DQotIFByb3RlY3QgeW91ciBj
b21wdXRlciBmcm9tIHVud2FudGVkIGFuZCBoYXphcmRvdXMgdmlydXNlcw0K
LSBIZWxwIHNlY3VyZSB5b3VyIHByaXZhdGUgJiB2YWx1YWJsZSBpbmZvcm1h
dGlvbg0KLSBBbGxvdyB5b3UgdG8gdHJhbnNmZXIgZmlsZXMgYW5kIHNlbmQg
ZS1tYWlscyBzYWZlbHkNCi0gQmFja3VwIHlvdXIgQUxMIHlvdXIgZGF0YSBx
dWljayBhbmQgZWFzaWx5DQotIEltcHJvdmUgeW91ciBQQydzIHBlcmZvcm1h
bmNlIHcvc3VwZXJpb3IgaW50ZWdyYWwgZGlhZ25vc3RpY3MhDQoNCjYgRmVh
dHVyZS1QYWNrZWQgVXRpbGl0aWVzLi4uMSBHcmVhdCBQcmljZSENCkEgJDMw
MCsgQ29tYmluZWQgUmV0YWlsIFZhbHVlIQ0KDQpZT1VSUyBmb3IgT25seSAk
MjkuOTkhICA8SW5jbHVkZXMgRlJFRSBTaGlwcGluZyE+DQoNCkRvbid0IGZh
bGwgcHJleSB0byBkZXN0cnVjdGl2ZSB2aXJ1c2VzIG9yIGhhY2tlcnMhDQpQ
cm90ZWN0ICB5b3VyIGNvbXB1dGVyIGFuZCB5b3VyIHZhbHVhYmxlIGluZm9y
bWF0aW9uIQ0KDQoNClNvIGRvbid0IGRlbGF5Li4uZ2V0IHlvdXIgY29weSBU
T0RBWSENCg0KQWxzbyBvbiBzYWxlOg0KDQpwY0FueXdoZXJlIDEwLjUNCk5v
cnRvbiBBbnRpIFZpcnVzDQoNCg0KaHR0cDovL3NhbS5mcmFua2hvc3RzbmV0
d29ya3MuY29tL25vcnRvbi8NCisrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysNClRoaXMgZW1haWwgaGFzIGJlZW4gc2NyZWVuZWQgYW5kIGZpbHRl
cmVkIGJ5IG91ciBpbiBob3VzZSAiIk9QVC1PVVQiIiBzeXN0ZW0gaW4gDQpj
b21wbGlhbmNlIHdpdGggc3RhdGUgbGF3cy4gSWYgeW91IHdpc2ggdG8gIk9Q
VC1PVVQiIGZyb20gdGhpcyBtYWlsaW5nIGFzIHdlbGwgDQphcyB0aGUgbGlz
dHMgb2YgdGhvdXNhbmRzICBvZiBvdGhlciBlbWFpbCBwcm92aWRlcnMgcGxl
YXNlIHZpc2l0ICANCg0KaHR0cDovL3NhbS5mcmFua2hvc3RzbmV0d29ya3Mu
Y29tL29wdG91dC5odG1sDQorKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrDQoNCg0KMjUwNmpLcWcxLTQyNnh3R2M3MTE5YWFETDQtMjYwRkxEUjc4
NzhIVnFzOS00Mmw0Mw0KMjM4Mndsc2UwLTIyMFNTaloyNjk4dVpBdjctNTEx
QWhUaDU1NzdyZ2lpMC05MjJpSGJTMDA4OVJjY2w1NQ==
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Sep 26 15:55:10 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S88236AbSIZMzG>; Thu, 26 Sep 2002 15:55:06 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S88238AbSIZMzG>;
	Thu, 26 Sep 2002 15:55:06 +0300
Received: from relay.phys.ualberta.ca ([129.128.7.238]:60342 "EHLO
	relay.phys.ualberta.ca" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S88129AbSIZMzE>;
	Thu, 26 Sep 2002 15:55:04 +0300
Received: from srv.phys.ualberta.ca ([129.128.7.105]:26638 "HELO srv")
	by relay.phys.ualberta.ca with SMTP id <S374931AbSIZMzd>;
	Thu, 26 Sep 2002 06:55:33 -0600
Date:	Thu, 26 Sep 2002 06:54:52 -0600 (MDT)
From:	James MacKinnon <jmack@relay.phys.ualberta.ca>
X-Sender: jmack@relay.phys.ualberta.ca
Reply-To: James MacKinnon <jmack@relay.phys.ualberta.ca>
To:	zmailer@nic.funet.fi
Subject: current zmailer CVS build fails
Message-ID: <Pine.LNX.3.96.1020926064822.22102A-100000@srv>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello,

I just got the current zmailer CVS source tree, but building it fails at:

smtpcmds.c: In function `smtp_mail':
smtpcmds.c:908: structure has no member named `TLS'
smtpcmds.c:909: structure has no member named `TLS'
smtpcmds.c:915: structure has no member named `TLS'
smtpcmds.c:916: structure has no member named `TLS'
smtpcmds.c:952: structure has no member named `TLS'
smtpcmds.c:953: structure has no member named `TLS'
smtpcmds.c:958: structure has no member named `TLS'
smtpcmds.c:959: structure has no member named `TLS'
make[1]: *** [smtpcmds.o] Error 1
make[1]: Leaving directory `/usr/local/src/zmailer-cvs/zmailer/smtpserver'
make: *** [all] Error 1

This is on a redhat 7.3 Intel box. My production zmailer 2.99.55 built
just fine.

Anyone know what's missing/required?

Thanks,
--
James S. MacKinnon           Office: P-139 Avadh-Bhatia Physics Lab
Team Physics                 Voice : (780) 492-8226 [old AC 403]
University of Alberta        email : Jim.MacKinnon@Phys.UAlberta.CA
Edmonton, Canada T6G 2N5     WWW   : http://www.phys.ualberta.ca/

for all that we know the universe could cease to exist at any mo


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Sep 27 00:15:03 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S88170AbSIZVO7>; Fri, 27 Sep 2002 00:14:59 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S88615AbSIZVO5>;
	Fri, 27 Sep 2002 00:14:57 +0300
Received: from 200-206-185-69.dsl.telesp.net.br ([200.206.185.69]:1820 "HELO
	2nd-world.fr" ident: "IDENT-NONSENSE" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with SMTP id <S88614AbSIZVOu>;
	Fri, 27 Sep 2002 00:14:50 +0300
Received: from unknown (190.214.210.87)
	by sparc.zubilam.net with esmtp; Fri, 27 Sep 2002 03:09:31 -0900
Received: from [175.60.245.163] by web.mail.halfeye.com with QMQP; Thu, 26 Sep 2002 18:05:36 +1100
Received: from [57.147.79.35] by mailout2-eri1.midmouth.com with local; 27 Sep 2002 05:01:41 +0100
Received: from [145.137.180.135] by sydint1.microthink.com.au with esmtp; 27 Sep 2002 05:57:46 -0900
Reply-To: <pennie_evans2305o83@2nd-world.fr>
Message-ID: <036c05b78c4a$8183e8a7$3ba87ca4@oopfla>
From:	<pennie_evans2305o83@2nd-world.fr>
To:	<jka@nic.funet.fi>, <linux-adm@nic.funet.fi>,
	<maints@nic.funet.fi>, <zmailer@nic.funet.fi>
Subject: Finding the right mortgage has never been easier! 7495-4
Date:	Thu, 26 Sep 2002 10:52:01 +1000
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00E6_87B74D4A.E7028D61"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00E6_87B74D4A.E7028D61
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


RGVhciBIb21lb3duZXIsIA0KDQpJbnRlcmVzdCBSYXRlcyBhcmUgYXQgdGhl
aXIgbG93ZXN0IHBvaW50IGluIDQwIHllYXJzISBXZSBoZWxwIHlvdSBmaW5k
IHRoZSANCmJlc3QgcmF0ZSBmb3IgeW91ciBzaXR1YXRpb24gYnkgbWF0Y2hp
bmcgeW91ciBuZWVkcyB3aXRoIGh1bmRyZWRzIG9mIA0KbGVuZGVycyENCg0K
SG9tZSBJbXByb3ZlbWVudCwgUmVmaW5hbmNlLCBTZWNvbmQgTW9ydGdhZ2Us
IA0KSG9tZSBFcXVpdHkgTG9hbnMsIGFuZCBtdWNoLCBtdWNoIG1vcmUhDQog
DQpZb3UncmUgZWxpZ2libGUgZXZlbiB3aXRoIGxlc3MgdGhhbiBwZXJmZWN0
IGNyZWRpdCENCiANClRoaXMgc2VydmljZSBpcyAxMDAlIEZSRUUgdG8gaG9t
ZSBvd25lcnMgYW5kIG5ldyBob21lIGJ1eWVycyANCndpdGhvdXQgYW55IG9i
bGlnYXRpb24uIA0KDQpXaGVyZSBvdGhlcnMgc2F5IE5PLCB3ZSBzYXkgWUVT
ISEhDQoNClRha2UganVzdCAyIG1pbnV0ZXMgdG8gY29tcGxldGUgdGhlIGZv
bGxvd2luZyBmb3JtLg0KVGhlcmUgaXMgbm8gb2JsaWdhdGlvbiwgYWxsIGlu
Zm9ybWF0aW9uIGlzIGtlcHQgc3RyaWN0bHkNCmNvbmZpZGVudGlhbCwgYW5k
IHlvdSBtdXN0IGJlIGF0IGxlYXN0IDE4IHllYXJzIG9mIGFnZS4gIA0KU2Vy
dmljZSBpcyBhdmFpbGFibGUgd2l0aGluIHRoZSBVbml0ZWQgU3RhdGVzIG9u
bHkuDQpUaGlzIHNlcnZpY2UgaXMgZmFzdCBhbmQgZnJlZS4gDQoNCldlIHNw
ZWNpYWxpemUgaW4gYXBwcm92aW5nIEJBRCBDUkVESVQhDQoNCg0KaHR0cDov
L3NhbS5mcmFua2hvc3RzbmV0d29ya3MuY29tL210Zy8NCisrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysNClRoaXMgZW1haWwgaGFzIGJlZW4gc2Ny
ZWVuZWQgYW5kIGZpbHRlcmVkIGJ5IG91ciBpbiBob3VzZSAiIk9QVC1PVVQi
IiBzeXN0ZW0gaW4gDQpjb21wbGlhbmNlIHdpdGggc3RhdGUgbGF3cy4gSWYg
eW91IHdpc2ggdG8gIk9QVC1PVVQiIGZyb20gdGhpcyBtYWlsaW5nIGFzIHdl
bGwgDQphcyB0aGUgbGlzdHMgb2YgdGhvdXNhbmRzICBvZiBvdGhlciBlbWFp
bCBwcm92aWRlcnMgcGxlYXNlIHZpc2l0ICANCg0KaHR0cDovL3NhbS5mcmFu
a2hvc3RzbmV0d29ya3MuY29tL210Zy9vcHRvdXQuaHRtbA0KKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysrKysr
KysrKysrKysrKysrKysrKysrKysrKw0KDQo2NzAwSkNZbDUtNDIyR1ZwYzE2
MDhJU01LOS05MjNtVnJWMjAwNGRFYVY5LTE2bDQz
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Sep 27 13:27:17 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S89089AbSI0K1O>; Fri, 27 Sep 2002 13:27:14 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S89068AbSI0K1N>;
	Fri, 27 Sep 2002 13:27:13 +0300
Received: from [61.199.217.211] ([61.199.217.211]:4706 "HELO wizard.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S89065AbSI0K1K>;
	Fri, 27 Sep 2002 13:27:10 +0300
Received: from q4.quickslow.com ([67.30.71.148])
	by rly-yk05.pesdets.com with SMTP; 27 Sep 0102 01:26:37 +0900
Reply-To: <happyhalla@wizard.com>
Message-ID: <031e63c82b6a$4367e8b8$5bc87be4@owblva>
From:	<happyhalla@wizard.com>
To:	<sci-adm@nic.funet.fi>, <sfnet-tietoliikenne-log@nic.funet.fi>,
	<siissalo@nic.funet.fi>, <timaham@nic.funet.fi>,
	<unix-adm@nic.funet.fi>, <vesanto@nic.funet.fi>,
	<vms-adm@nic.funet.fi>, <wellu@nic.funet.fi>, <x-adm@nic.funet.fi>,
	<zmailer@nic.funet.fi>
Subject: See girls free                                          
Date:	Fri, 27 Sep 0102 14:10:20 -0400
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00B0_64C15D5E.B3756E67"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: MIME-tools 5.503 (Entity 5.501)
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00B0_64C15D5E.B3756E67
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


cGVhY2UNClRoZSBXb3JsZHMgRmlyc3QgQWJzb2x1dGVseSBGUkVFIEFkdWx0
IFN1cGVyc2l0ZSEgIDEwMCUgRnJlZSwgV2UgZG8gTk9UIA0KZXZlbiBtYWtl
IHlvdSB2ZXJpZnkgd2l0aCBhIENyZWRpdCBDYXJkLiAgDQpGcmVlIERyZWFt
Z2lybHMgYW5kIEhhcmRjb3JlISAgRnJlZSBsaXZlIHZpZGVvcw0KDQpodHRw
Oi8vd3d3LndldC5ncy9mcmVlc2l0ZS9ldXJvcG9ybg0KDQpOZXZlciBwYXkg
Zm9yIHBvcm4gYWdhaW4hIFdlIGFyZSBpbnRyb2R1Y2luZyBhIGJyYW5kIG5l
dyBjb25jZXB0IG9uIHRoZSANCmludGVybmV0IC0gYW4gYWJzb2x1dGVseSBG
UkVFIEFEVUxUIFNVUEVSU0lURS4gSnVzdCBjbGljayBoZXJlIGFuZCANCmVu
dGVyIGEgdmFsaWQgZW1haWwgYWRkcmVzcyBmb3IgeW91ciBmcmVlIGxpZmV0
aW1lIG1lbWJlcnNoaXAuDQoNCi0yNTAsMDAwKyBYWFggUGhvdG9zLQ0KDQot
T3ZlciA1MCBDYXRlb2dvcmllcyBUbyBTZWxlY3QtDQoNCi0xMjUsMDAwIFN0
cmVhbWluZyBWaWRlb3MtDQoNCi1MaXZlIFZpZGVvIEZlZWRzLQ0KDQotTGl2
ZSBHaXJscyB3aXRoIENoYXQgLQ0KLUluY2x1ZGVzIEZhbW91cyBQb3Juc3Rh
cnMtDQpWaXNpdCB0aGUgbGluayBCZWxvdyBhbmQgZW50ZXIgYSB2YWxpZCBl
bWFpbCBhZGRyZXNzIHRvIGdldCBzdGFydGVkLg0KDQpodHRwOi8vd3d3Lmh0
dHA6Ly93d3cud2V0LmdzL2ZyZWVzaXRlL2V1cm9wb3JuDQoNCmh0dHA6Ly93
d3cuaHR0cDovL3d3dy53ZXQuZ3MvZnJlZXNpdGUvZXVyb3Bvcm4NCg0KDQoN
Cg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0K
DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoN
Cg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KcGVhY2UN
ClBsZWFzZSB2aXNpdCB0aGUgZm9sbG93aW5nIHNpdGUgdG8gYmUgcmVtb3Zl
ZC4gIA0KaHR0cDovL3d3dy5teWZyZWVhZHVsdHBheXNpdGUuY29tL3JlbW92
ZS5odG1sDQpwZWFjZQ0KOTA4NUJkelExLTgyNUpJcUIxNzEyUnhJTTctMTI3
RXFFQTIyNjBjSXFUMC01MDFScEtCMTg5OEZIVU4yLTAxOUtsNjE=
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Sep 27 23:56:05 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S4137AbSI0U4B>; Fri, 27 Sep 2002 23:56:01 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S4293AbSI0U4B>;
	Fri, 27 Sep 2002 23:56:01 +0300
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:41728 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S4010AbSI0Uz7>;
	Fri, 27 Sep 2002 23:55:59 +0300
Received: from [172.18.0.2] ([172.18.0.2]:25179 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S122120AbSI0Vi3> convert rfc822-to-8bit; Fri, 27 Sep 2002 16:38:29 -0500
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 8BIT
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Subject: Enabling PAM for AUTH
Date:	Fri, 27 Sep 2002 16:55:45 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A016@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Enabling PAM for AUTH
Thread-Index: AcJmaBwDwr28+Oq0SXe+GQnT2wfHzwAABeXw
From:	"Luke Galea" <lgalea@bluecatnetworks.com>
To:	<zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I have been trying to figure out how to enable the use of PAM for
SMTP-AUTH.
I found the guide, but it doesn't seem to provide enough information. I
realize how to configure PAM once zmailer is using it, but how do I go
about making zmailer use PAM for authentication?

Thanks in advance.

Luke Galea 
Software Development
BlueCat Networks
905-762-5225
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Sep 28 00:12:55 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S4680AbSI0VMv>; Sat, 28 Sep 2002 00:12:51 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S4790AbSI0VMv>;
	Sat, 28 Sep 2002 00:12:51 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S5016AbSI0VMt>;
	Sat, 28 Sep 2002 00:12:49 +0300
Date:	Sat, 28 Sep 2002 00:12:49 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Luke Galea <lgalea@bluecatnetworks.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Enabling PAM for AUTH
Message-ID: <20020928001248.S3443@nic.funet.fi>
References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A016@COLOSSUS.dyadem.corp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A016@COLOSSUS.dyadem.corp>; from lgalea@bluecatnetworks.com on Fri, Sep 27, 2002 at 04:55:45PM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Sep 27, 2002 at 04:55:45PM -0400, Luke Galea wrote:
> I have been trying to figure out how to enable the use of PAM for
> SMTP-AUTH.   I found the guide, but it doesn't seem to provide
> enough information. I realize how to configure PAM once zmailer
> is using it, but how do I go about making zmailer use PAM for
> authentication?

  In pre-compilation time (configuration) there is option:
      --disable-pam

  If you don't have that defined, and have   <security/pam_appl.h>
  header file, then your system is compiled with PAM support.
  Oh.. and is linked with "-lpam" library while making smtpserver.

  After that, this file (that you found about) is needed in the system:

       ------- /etc/pam.d/smtpauth-login -----------

       #%PAM-1.0
       auth     required  /lib/security/pam_pwdb.so shadow
       auth     required  /lib/security/pam_nologin.so
       account  required  /lib/security/pam_pwdb.so

  (Just those four lines, not the preceeding filename line)

  However this file recipe is positively known to work only
  at Linux (RedHat's at least), and Solaris.  I recall that
  HP-UX and perhaps AIX might also have PAM support.
  Are there possibly some different paths needed in
  that case, that I don't know...

  You didn't mention your system environment.

> Thanks in advance.
> 
> Luke Galea 
> Software Development
> BlueCat Networks
> 905-762-5225

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Sep 29 11:39:31 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S12163AbSI2Ij1>; Sun, 29 Sep 2002 11:39:27 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S12143AbSI2Ij1>;
	Sun, 29 Sep 2002 11:39:27 +0300
Received: from [200.167.192.10] ([200.167.192.10]:1240 "HELO
	websitetracker.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S12194AbSI2IjZ>;
	Sun, 29 Sep 2002 11:39:25 +0300
Received: from unknown (93.213.33.91)
	by asy100.as122.sol-superunderline.com with esmtp; Sun, 29 Sep 2002 01:38:30 +0200
Received: from 184.11.6.38 ([184.11.6.38]) by smtp-server1.cflrr.com with QMQP; 29 Sep 2002 03:37:01 -0200
Received: from unknown (HELO sparc.zubilam.net) (118.184.11.159)
	by da001d2020.loxi.pianstvu.net with smtp; 29 Sep 2002 01:35:32 +1000
Received: from [185.81.110.216] by rly-yk04.aolmd.com with asmtp; 29 Sep 2002 11:34:03 -0300
Reply-To: <stats2433u16@websitetracker.com>
Message-ID: <032d38a53e1b$2746b0e8$6ca37ca2@spvukh>
From:	<stats2433u16@websitetracker.com>
To:	AOL@nic.funet.fi, Users@nic.funet.fi
Subject: Welcome !                                      1152Demq3-800jAvU1741FPR-23
Date:	Sat, 28 Sep 2002 22:32:38 +1000
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello !

You don't have to reply, 
this is a one-time test mailing.
I have a new site:  
Best Home based Business
Did you make $1500 last week?
I did make $ 2787 
Do you want to know how?

http://www.its4you2.info

Fill out the form and you will be happy that you did!

Felicia

2313AyuW5-128YtHl15
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Sep 29 23:50:00 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S13521AbSI2Ut4>; Sun, 29 Sep 2002 23:49:56 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S13515AbSI2Ut4>;
	Sun, 29 Sep 2002 23:49:56 +0300
Received: from home.kvack.org ([216.138.200.138]:42936 "EHLO home.kvack.org"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S4062AbSI2Uty>;
	Sun, 29 Sep 2002 23:49:54 +0300
Received: (from localhost user: 'bcrl', uid#63042) by kvack.org with ESMTP
	id <S26537AbSI2UrY>; Sun, 29 Sep 2002 16:47:24 -0400
Date:	Sun, 29 Sep 2002 16:47:24 -0400 (EDT)
From:	"Benjamin C.R. LaHaise" <bcrl@kvack.org>
To:	zmailer@nic.funet.fi
Subject: message id handling
Message-ID: <Pine.LNX.4.44.0209291644330.596-100000@kanga.kvack.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello,

Would it be possible to disable the insertion of a Message-Id: header into 
the headers of a received message?  I'm trying to filter out messages 
which do not contain the Message-Id: header, as it is a common spam 
footprint, and zmailer's helpful addition is a bit of a hindrance in this.

		-ben

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Sep 30 00:04:09 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S12995AbSI2VEG>; Mon, 30 Sep 2002 00:04:06 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S12965AbSI2VEF>;
	Mon, 30 Sep 2002 00:04:05 +0300
Received: from relay.phys.ualberta.ca ([129.128.7.238]:42287 "EHLO
	relay.phys.ualberta.ca" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S12659AbSI2VEE>;
	Mon, 30 Sep 2002 00:04:04 +0300
Received: from relay.phys.ualberta.ca ([129.128.7.238]:11173 "EHLO
	relay.phys.ualberta.ca") by relay.phys.ualberta.ca with ESMTP
	id <S375569AbSI2VFK>; Sun, 29 Sep 2002 15:05:10 -0600
Date:	Sun, 29 Sep 2002 15:05:10 -0600 (MDT)
From:	James MacKinnon <jmack@phys.ualberta.ca>
To:	"Benjamin C.R. LaHaise" <bcrl@kvack.org>
cc:	zmailer@nic.funet.fi
Subject: Re: message id handling
In-Reply-To: <Pine.LNX.4.44.0209291644330.596-100000@kanga.kvack.org>
Message-ID: <Pine.LNX.4.44.0209291503070.26233-100000@relay.phys.ualberta.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


in smtpserver/smtpdata.c (v 2.99.55), there is:

#ifdef USE_ANTISPAM_HACKS
        if (CISTREQN(linebuf, "Message-ID:", 11)) {
          /* Freeze any mail with no message id in the message-id header,
           * or a message id with obvious syntax errors, or message id
           * with junk after it. These are highly likely to be spam, though
           * they might only be a result of buggy software. (MS Exchange?)
           */

Is anyone actually using this define, and with any success?

-Jim

On Sun, 29 Sep 2002, Benjamin C.R. LaHaise wrote:

> Hello,
> 
> Would it be possible to disable the insertion of a Message-Id: header into 
> the headers of a received message?  I'm trying to filter out messages 
> which do not contain the Message-Id: header, as it is a common spam 
> footprint, and zmailer's helpful addition is a bit of a hindrance in this.
> 
> 		-ben
> 
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi
> 
> 

-- 
--
James S. MacKinnon           Office: P-139 Avadh-Bhatia Physics Lab
Team Physics                 Voice : (780) 492-8226 [old AC 403]
University of Alberta        email : Jim.MacKinnon@Phys.UAlberta.CA
Edmonton, Canada T6G 2N5     WWW   : http://www.phys.ualberta.ca/

for all that we know the universe could cease to exist at any mo


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From ngu_sese3000@mailcity.com Mon Sep 30 14:27:43 2002
Received: from fe-mail.whowhere.com ([209.202.220.140]:40009 "HELO
	mailcity.com" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S12499AbSI3L1m>;
	Mon, 30 Sep 2002 14:27:42 +0300
Received: from Unknown/Local ([?.?.?.?]) by mailcity.com; Mon, 30 Sep 2002 11:27:09 -0000
To:	ngu_sese3000@lycos.com
Date:	Mon, 30 Sep 2002 06:27:09 -0500
From:	"nguema seseseko" <ngu_sese3000@lycos.com>
Message-ID: <GOJEKGOFCNNFLAAA@mailcity.com>
Mime-Version: 1.0
X-Sent-Mail: off
Reply-To: ngu_sese3000@lycos.com
X-Expiredinmiddle: true
X-Mailer: MailCity Service
X-Priority: 3
Subject: URGENT ASSISTANCE
X-Sender-Ip: 213.251.169.58
Organization: Lycos Mail  (http://www.mail.lycos.com:80)
Content-Type: text/plain; charset=us-ascii
Content-Language: en
Content-Length:	2730
Content-Transfer-Encoding: 7bit
Return-Path: <ngu_sese3000@mailcity.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

FROM:MR.NGUEMA SESE-SEKO
ATTN:
  
 BUSINESS AND PARTNERSHIP PROPOSAL
 
 I am the son of the late president of The Federal
Republic Of Zaire,President Mobutu Sese Seko, 
( now The Republic Of Congo, under the
leadership of the son of Mr. Laurent Kabila ). I
presume you are aware there is a financial dispute
between my family ( THE MOBUTU ) and the present
civilian Government. This is based on what they
believe as bad and corrupt governance on my
late father's part. May his soul rest in perfect
peace.
 Presently, we can not do business here in Holland and
many countries of the World, because of the new
friendly relationship between the present
government and the Western World. As you might have
heard how a lot of my father's bank account in
Switzerland and North America have been frozen.
 Following the above named reasons, I am soliciting
for your humble and confidential assistance to take 
custody of THIRTY Million United States Dollars 
( US$30,000,000.00 ), also to front for me in the
areas of business you desire profitable.
 These funds have secretly been deposited into a
confidential Security Company, where it can easily be
withdrawn or paid to a recommended beneficiary. The
funds will be released to you by the Security Company,
based on my recommendations, on that note, you will be
presented as my partner who will be fronting for me
and my family in any subsequent ventures.
To show my preparedness and appreciation to conduct
this business with you, I shall give you and your
family 20% of the funds and 20% commission
on any profit realizable in the process of investment
of the funds. For your role in this business, I am
willing to make available 5% for any eventual cost
that may occur in the process of this transaction.
 Please, I need your entire support and co-operation
for the success of this business ventures, your utmost
confidentiality and secrecy is highly required, due to
my family's present predicament.
 I sincerely will appreciate your acknowledgment as
soon as possible.
You can get intouch with my lawyer who I have
stationed in holland for the transaction. HE will fax
you with the relevant documents and brief on how you
can come down. 
 His name is DENNIS KABALA.you can get to him through
EMAIL:kabala_dn45@hotmail.com
TEL.NUMBER:31-612-696-757
 Please indicate your interest by sending your
telephone and fax numbers.
I sincerely will appreciate your acknowlagement as
soon as possible.

Yours truely,

MR.NGUEMA MOBUTU SESE-SEKO.





____________________________________________________________
Tired of all the SPAM in your inbox? Switch to LYCOS MAIL PLUS
http://www.mail.lycos.com/brandPage.shtml?pageId=plus

From zmailer-owner@nic.funet.fi Tue Oct  1 04:04:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S20810AbSJABE3>; Tue, 1 Oct 2002 04:04:29 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S21011AbSJABEL>;
	Tue, 1 Oct 2002 04:04:11 +0300
Received: from host170-69.pool21756.interbusiness.it ([217.56.69.170]:2768
	"HELO aol.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S15924AbSJABDy>;
	Tue, 1 Oct 2002 04:03:54 +0300
Reply-To: <bigbuilders1221@aol.com>
Message-ID: <030d83b46b2c$1466c3e0$5ea51db3@nnelht>
From:	<bigbuilders1221@aol.com>
To:	Hello@nic.funet.fi
Subject: Massive Spillover with revereverybody.com
Date:	Mon, 30 Sep 2002 14:28:37 +1200
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook, Build 10.0.2616
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Have you always wanted to be in the right place at the right time????

Well here is your chance..Just launched!!! Revereverybody.com

Enjoy the benefits of Massive spillover!! You will have a massive downline before you even spend one cent!!

Many will earn thousands their first month!!

Don't wait one more second..Visit the site below for full details and get started today.FREE!!!!


              http://www.refereverybody.com


You are receiving this email as unsolicited Email. We do not have a remove link.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From willkabila_stb9@indiatimes.com Tue Oct  1 04:53:08 2002
Received: from [213.181.64.18] ([213.181.64.18]:1028 "HELO ok61739.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18421AbSJABwX> convert rfc822-to-8bit;
	Tue, 1 Oct 2002 04:52:23 +0300
From:	"MR.WILLIAMS KABILA" <willkabila_stb9@indiatimes.com>
Reply-To: willkabila_stb9@indiatimes.com
To:	zmailer-log@nic.funet.fi
Date:	Mon, 30 Sep 2002 14:50:26 +0200
Subject: YOUR ASSISTANCE NEEDED
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Message-Id: <20021001015302Z18421-7588+1432@nic.funet.fi>
Return-Path: <willkabila_stb9@indiatimes.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Mr. Williams Kabila 
Standard Trust Bank Ltd, 
Lagos, Nigeria. 

Dear Sir, 

I am Mr. William Kabila, Bank Manager of Standard Trust 
Bank, Lagos, Nigeria. I have urgent and very 
confidential business proposition for you. 

On January 6,1998, a Foreign Oil Consultant/contractor 
with the Nigerian National Petroleum Corporation, Mr. 
James Herbert made a numbered time (Fixed) Deposit for 
twelve calendar months, valued at US$20,000,000.00 
(Twenty Million United States Dollars) in my branch. 
Upon maturity, I sent a routine notification to his 
forwarding address but got no reply. 

After a month, we sent a reminder and finally we 
discovered from his contract employers, the Nigerian 
National Petroleum Corporation that Mr. James Herbert 
died from an automobile accident. On further 
investigation, I found out that he died without making 
a WILL, and all attempts to trace his next of kin was 
fruitless. 

I therefore made further investigation and discovered 
that Mr. James Herbert did not declare any next of kin 
or relations in all his official documents, including 
his Bank Deposit paperwork in my Bank. This sum of 
US$20,000,000.00 has carefully been moved out of my 
bank to a security company for safekeeping. No one 
will ever come forward to claim it. According to 
Nigerian Law, at the expiration of 5 (five) years, the 
money will revert to the ownership of the Nigerian 
Government if nobody applies to claim the fund. 

Consequently, my proposal is that I will like you as a 
Foreigner to stand in as the owner of the money I 
deposited it in a security company in two trunk boxes 
though the security company does not know the 
contents of the boxes as I tagged them to be 
photographic materials for export. I am writing you 
because I as a public servant I cannot operate 
a foreign account or have an account that is more than 
$1m. I want to present you as the owner of the boxes 
in the security company so you can be able to claim 
them with the help of my attorney. All these are 
to make sure that the fruits of this old man's labor 
will not get into the hands of some corrupt government 
officials. 

This is simple. I will like you to provide immediately 
your full names and address so that the Attorney will 
prepare the necessary documents, which will put you in 
place as the owner of the boxes. The money will 
be shared in the ratio of 70% for me and 25% for you 
and 5% will take care of all expenses. There is no 
risk at all as all the paperwork for this transaction 
will be done by the Attorney and this will guarantee 
the successful execution of this transaction. 

If you are interested, please reply immediately via my 
private email address:willkabila_stb@indiatimes.com 
Phone234-80-37256637 Fax 234-1-4400393. Upon 
your response, I shall then provide you with more 
details and relevant documents that will help you 
understand the transaction. 

Please observe with utmost confidentiality, and be 
rest assured that this transaction would be most 
profitable for both of us because I shall require your 
assistance to invest my share in your country. 

Awaiting your urgent reply via my private email to 
indicate your interest. 

Thanks and regards. 
MR.WILLIAMS KABILA


From a-mariam@lycos.co.uk Wed Oct  2 11:55:07 2002
Received: from outmail-3.st1.spray.net ([212.78.202.122]:51375 "EHLO
	outmail-3.st1.spray.net" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S23931AbSJBIzB>;
	Wed, 2 Oct 2002 11:55:01 +0300
Received: from lycos.co.uk (newwww-31.st1.spray.net [212.78.202.41])
	by outmail-3.st1.spray.net (Postfix) with SMTP
	id 9B8989F86; Wed,  2 Oct 2002 10:54:55 +0200 (DST)
From:	mariam abacha <a-mariam@lycos.co.uk>
To:	botterud@earthlink.net
Message-ID: <1033548895032333@lycos.co.uk>
X-Mailer: Caramail - www.caramail.com
X-Originating-IP: [216.139.168.228]
Mime-Version: 1.0
Subject: 
Date:	
Content-Type: multipart/mixed; boundary="=_NextPart_Caramail_0323331033548895_ID"
Return-Path: <a-mariam@lycos.co.uk>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

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

MRS MARIAM ABACHA,
PLOT 233 WUSE ABUJA
NIGERIA

I am Dr. Mrs. Mariam Abacha, wife of the late Nigerian Head of State,General Sani 
Abacha who died on the 8th of June 1998 while still on active duty. I am contacting you 
in view of the fact that we will be of great assistance to each other likewise developing a
cordial relationship.I currently have within my reach the sum of fifteen Million United 
States Dollars(US$15,000,000) in cash,which I intend to use for investment purposes 
specifically in your country.

This money came as a result of a payback contract deal between my late husband and a 
Russian firm on our country's Multi-Billion Dollars Ajaokuta Steel Plant.The Russian 
partners returned my husbands share of US$15,000,000 after his death and lodge it with 
my late husband's security company in Nigeria of which i am a director.Right now the 
new civilian government have intensified their probe on my husband's financial resources 
and they have revoked our licenses that allows us to own a financial and oil company.

In view of this, I acted very fast to withdraw the US$15,000,000 from the company's 
vault and deposited it in a privately erected security safe in my village.I have since 
declared the security company bankrupt.No record ever existed concerning the money 
neither is the money traceable by the Government because there is no documentation 
showing that we received the money from the Russians.

Due to the current situation in the country concerning Government attitude towards my 
family,it has become quite impossible for me to make use of this money within,thus I 
seek assistance to transfer this money out of this country.

On your consent, I shall expect you to contact me urgently to enable us discuss details of 
this transaction. Bearing in mind that your assistance is needed to transfer the funds, I 
propose a commission of 20% of the total sum to you for the expected services and 
assistance. Your urgent response is highly needed so as to stop further contacts.

All correspondent for now must be through E-mail. I want to use this opportunity to 
implore you to keep this transaction confidential whatever your decision.

Regards,

MRS.MARIAM ABACHA





______________________________________________________
Check out all the latest outrageous email attachments on the Outrageous Email Chart! - http://viral.lycos.co.uk	


--=_NextPart_Caramail_0323331033548895_ID--

From zmailer-owner@nic.funet.fi Wed Oct  2 18:27:52 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S17202AbSJBP1n>; Wed, 2 Oct 2002 18:27:43 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S27274AbSJBP1i>;
	Wed, 2 Oct 2002 18:27:38 +0300
Received: from smtp1k.poczta.onet.pl ([213.180.130.35]:45918 "EHLO
	smtp1k.poczta.onet.pl" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S23826AbSJBP1a>;
	Wed, 2 Oct 2002 18:27:30 +0300
Received: from kowal.desy.de ([131.169.42.252]:47120 "HELO ifj")
	by kps1.test.onet.pl with SMTP id <S136580AbSJBP1R>;
	Wed, 2 Oct 2002 17:27:17 +0200
Message-ID: <013c01c26a28$2c1d9ed0$fe78a8c0@ifj>
From:	"Marek Kowal" <marek.kowal@portal.onet.pl>
To:	<zmailer@nic.funet.fi>
Subject: message size limitations
Date:	Wed, 2 Oct 2002 17:27:08 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-2"
Content-Transfer-Encoding: 7bit
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
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi there,

I would like to vary maximum message size allowed by the smtp server based
on the login of the sender from envelope address. The problem is, this quota
is advertised by server after EHLO command, before MAIL FROM: command. Of
course, I could advertise some big number there and refuse to process mail
after "." from DATA command, but this will make users angry - first they
will send huge mail over slow modem link for several minutes, and then they
will be informed, that we are sorry etc... And the so called "user's
positive experience" is an important issue for us and we'd rather not
proceed in this direction.

Is there any way to force/advise client to send actual message size intended
to be transmitted before DATA command, but after MAIL FROM: <>?

Obviously, my main concern are Outlook Express clients, as they tend to be
in biggest abundance out there in the real world ;-) Such cooperation from
other relays would be feasible, but is not cruicial - i.e. I will loose some
bandwidth, but at least the user will not wait, just the other server.

Let me know, if you have any advices or experiences with that issue.

Cheers,
Marek.

--
Bus error -- passengers dumped.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct  2 19:36:57 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S27346AbSJBQgr>; Wed, 2 Oct 2002 19:36:47 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S27350AbSJBQgl>;
	Wed, 2 Oct 2002 19:36:41 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S27346AbSJBQgO>;
	Wed, 2 Oct 2002 19:36:14 +0300
Date:	Wed, 2 Oct 2002 19:36:09 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Marek Kowal <marek.kowal@portal.onet.pl>
Cc:	zmailer@nic.funet.fi
Subject: Re: message size limitations
Message-ID: <20021002193609.V3443@nic.funet.fi>
References: <013c01c26a28$2c1d9ed0$fe78a8c0@ifj>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <013c01c26a28$2c1d9ed0$fe78a8c0@ifj>; from marek.kowal@portal.onet.pl on Wed, Oct 02, 2002 at 05:27:08PM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, Oct 02, 2002 at 05:27:08PM +0200, Marek Kowal wrote:
> Hi there,
> 
> I would like to vary maximum message size allowed by the smtp server based
> on the login of the sender from envelope address. The problem is, this quota

  The "login" you can get by doing AUTH, the MAIL FROM carried address
  makes no guarantee of anything.

  Once upon a time I did consider adding code to be able to parametrize
  the SIZE-limit value by source IP address.  (E.g. your dialup pools..)
  Oh.. There is even code, lots of it..

  The documentation is -- lacking.  Fix into  doc/guides/smtp-policy,
  and pasting here relevant passage:

	- smtp-policy.relay.manual
	- smtp-policy.relay
			Who can use us as outbound relay.

			Use here
				[ip.number]/maskwidth
			for listing those senders (networks) we
			absolutely trust.  Additionally you may give
			(at the same line) some attributes as parameters
			for this key entry:
				fulltrustnet +
				trustrecipient +
				maxinsize 30000000

			The first pair will accept any source address,
			and any recipient addresses that are fed to
			the server.

			The second will verify the source IP-address,
			but after that it will accept any recipient
			addresses.

			The third pair sets EHLO-reported "SIZE nn"
			parameter to be limited to 30 million bytes.
			(Or to global definition, if that is in range
			 of 1 thru 'nn'-1.)

   The parameter usage is purely advisorial.  It is used when formulating
   the EHLO response, not when checking e.g. MAIL FROM:<..> SIZE=
   parameter.

> is advertised by server after EHLO command, before MAIL FROM: command. Of
> course, I could advertise some big number there and refuse to process mail
> after "." from DATA command, but this will make users angry - first they
> will send huge mail over slow modem link for several minutes, and then they
> will be informed, that we are sorry etc... And the so called "user's
> positive experience" is an important issue for us and we'd rather not
> proceed in this direction.
> 
> Is there any way to force/advise client to send actual message size intended
> to be transmitted before DATA command, but after MAIL FROM: <>?

IF the client looks for EHLO reported SIZE value, then this technique can
be used to control the thing.  If not..  A code change is then (perhaps)
needed.

Of course the OE won't explain the remote system refusal in any
understandable way, which will cause your users to grieve more..


> Obviously, my main concern are Outlook Express clients, as they tend to be
> in biggest abundance out there in the real world ;-) Such cooperation from
> other relays would be feasible, but is not cruicial - i.e. I will loose some
> bandwidth, but at least the user will not wait, just the other server.

... however that is the pickle we all are in, OE is moron.

> Let me know, if you have any advices or experiences with that issue.
> 
> Cheers,
> Marek.

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct  2 20:08:58 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S27309AbSJBRIr>; Wed, 2 Oct 2002 20:08:47 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S27311AbSJBRIh>;
	Wed, 2 Oct 2002 20:08:37 +0300
Received: from relay.phys.ualberta.ca ([129.128.7.238]:49340 "EHLO
	relay.phys.ualberta.ca" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S26074AbSJBRI0>;
	Wed, 2 Oct 2002 20:08:26 +0300
Received: from relay.phys.ualberta.ca ([129.128.7.238]:45760 "EHLO
	relay.phys.ualberta.ca") by relay.phys.ualberta.ca with ESMTP
	id <S376249AbSJBRIa>; Wed, 2 Oct 2002 11:08:30 -0600
Date:	Wed, 2 Oct 2002 11:08:30 -0600 (MDT)
From:	James MacKinnon <jmack@phys.ualberta.ca>
To:	zmailer@nic.funet.fi
Subject: zmailer lists protection
In-Reply-To: <20021002193609.V3443@nic.funet.fi>
Message-ID: <Pine.LNX.4.44.0210021104420.18725-100000@relay.phys.ualberta.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi Matti,

Is there a prescription to protect zmailer/lists/ files from spam
abuse?

ie to allow only hosts in the local domain zmailer runs under to
send to a list address, or to have a restricted list of users allowed
to send to the list?

Thanks,
--
James S. MacKinnon           Office: P-139 Avadh-Bhatia Physics Lab
Team Physics                 Voice : (780) 492-8226 [old AC 403]
University of Alberta        email : Jim.MacKinnon@Phys.UAlberta.CA
Edmonton, Canada T6G 2N5     WWW   : http://www.phys.ualberta.ca/

for all that we know the universe could cease to exist at any mo

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct  4 14:48:56 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S5940AbSJDLst>; Fri, 4 Oct 2002 14:48:49 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S4265AbSJDLsg>;
	Fri, 4 Oct 2002 14:48:36 +0300
Received: from chronos.sovam.com ([194.67.22.190]:40899 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S6548AbSJDLsY>;
	Fri, 4 Oct 2002 14:48:24 +0300
Received: from ariel ([194.67.3.216]:37581 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764597AbSJDLsT>;
	Fri, 4 Oct 2002 15:48:19 +0400
Subject: parent router leaks file descriptors
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	04 Oct 2002 15:47:39 +0400
Message-Id: <1033732060.21450.2.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=0.6 required=5.0
	tests=AWL,UNDESIRED_LANGUAGE_BODY
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

[I sent this a few days ago but apparently it got lost]
[Failed second time, possibly example message triggered spam filter?]

I was bitten by a problem: when child routers die (with segfault, I am
attaching a message that triggers this) the parent preocess forks a new
child but in process of that, it eventually runs out of file descriptors
and fails to start any more children.  Then it starts to just busyloop
on pipe() call (if memory serves; anyway on some call that fails with
indication of no more descriptors).

This is a header of a message causing segfault:

[not including the message this time]

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct  4 16:09:54 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S6585AbSJDNJp>; Fri, 4 Oct 2002 16:09:45 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S6515AbSJDNJj>;
	Fri, 4 Oct 2002 16:09:39 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S7006AbSJDNJZ>;
	Fri, 4 Oct 2002 16:09:25 +0300
Date:	Fri, 4 Oct 2002 16:09:23 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	James MacKinnon <jmack@phys.ualberta.ca>
Cc:	zmailer@nic.funet.fi
Subject: Re: zmailer lists protection
Message-ID: <20021004160923.W3443@nic.funet.fi>
References: <20021002193609.V3443@nic.funet.fi> <Pine.LNX.4.44.0210021104420.18725-100000@relay.phys.ualberta.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <Pine.LNX.4.44.0210021104420.18725-100000@relay.phys.ualberta.ca>; from jmack@phys.ualberta.ca on Wed, Oct 02, 2002 at 11:08:30AM -0600
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, Oct 02, 2002 at 11:08:30AM -0600, James MacKinnon wrote:
> Date:	Wed, 2 Oct 2002 11:08:30 -0600 (MDT)
> From:	James MacKinnon <jmack@phys.ualberta.ca>
> To:	zmailer@nic.funet.fi
> Subject: zmailer lists protection
> 
> Hi Matti,
> 
> Is there a prescription to protect zmailer/lists/ files from spam
> abuse?

  Yes.  Majordomo  (or any other list-manager).

> ie to allow only hosts in the local domain zmailer runs under to
> send to a list address, or to have a restricted list of users allowed
> to send to the list?

  No, nothing inherent in the ZMailer MTA itself.

  It is sad, but the time of general opennes of
  various alias-like lists is long gone :-(

> Thanks,
> --
> James S. MacKinnon           Office: P-139 Avadh-Bhatia Physics Lab
> University of Alberta        email : Jim.MacKinnon@Phys.UAlberta.CA

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct  4 16:15:24 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S6808AbSJDNPH>; Fri, 4 Oct 2002 16:15:07 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S5329AbSJDNPG>;
	Fri, 4 Oct 2002 16:15:06 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S6376AbSJDNOx>;
	Fri, 4 Oct 2002 16:14:53 +0300
Date:	Fri, 4 Oct 2002 16:14:51 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: parent router leaks file descriptors
Message-ID: <20021004161451.X3443@nic.funet.fi>
References: <1033732060.21450.2.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1033732060.21450.2.camel@ariel>; from crosser@rol.ru on Fri, Oct 04, 2002 at 03:47:39PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Oct 04, 2002 at 03:47:39PM +0400, Eugene Crosser wrote:
> [I sent this a few days ago but apparently it got lost]
> [Failed second time, possibly example message triggered spam filter?]

  Yes it did.  m/[\200-\377]{5}/  -pattern rule..  E.g. 5 or more
  consequtive chars with high bit set..  Bites on russian, and
  chinese/korean spams.  I found the "BOUNCE" from among the flood
  of "genuine spam" in my trash-pile (some call it: inbox)...

> I was bitten by a problem: when child routers die (with segfault, I am
> attaching a message that triggers this) the parent preocess forks a new
> child but in process of that, it eventually runs out of file descriptors
> and fails to start any more children.  Then it starts to just busyloop
> on pipe() call (if memory serves; anyway on some call that fails with
> indication of no more descriptors).
> 
> This is a header of a message causing segfault:
> 
> [not including the message this time]

  Hmm.. seg-faults should not happen, neither leaks...
  I have things to debug, thanks for the experiment case.

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct  4 17:57:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S5387AbSJDO5O>; Fri, 4 Oct 2002 17:57:14 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S5925AbSJDO5K>;
	Fri, 4 Oct 2002 17:57:10 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S7066AbSJDO5B>;
	Fri, 4 Oct 2002 17:57:01 +0300
Date:	Fri, 4 Oct 2002 17:56:59 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: parent router leaks file descriptors
Message-ID: <20021004175659.Y3443@nic.funet.fi>
References: <1033732060.21450.2.camel@ariel> <20021004161451.X3443@nic.funet.fi>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20021004161451.X3443@nic.funet.fi>; from mea@nic.funet.fi on Fri, Oct 04, 2002 at 04:14:51PM +0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Oct 04, 2002 at 04:14:51PM +0300, Matti Aarnio wrote:
> > I was bitten by a problem: when child routers die (with segfault, I am
> > attaching a message that triggers this) the parent preocess forks a new
> > child but in process of that, it eventually runs out of file descriptors
> > and fails to start any more children.  Then it starts to just busyloop
> > on pipe() call (if memory serves; anyway on some call that fails with
> > indication of no more descriptors).
> 
>   Hmm.. seg-faults should not happen, neither leaks...
>   I have things to debug, thanks for the experiment case.

  The leakage has been arrested (easy to simulate with  kill -9
  at Solaris, and look what  lsof  tells of the parent process..)

  Those bad headers then...

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct  4 19:53:16 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S6125AbSJDQxD>; Fri, 4 Oct 2002 19:53:03 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S6134AbSJDQw4>;
	Fri, 4 Oct 2002 19:52:56 +0300
Received: from chronos.sovam.com ([194.67.22.190]:46575 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S6162AbSJDQwh>;
	Fri, 4 Oct 2002 19:52:37 +0300
Received: from ariel ([194.67.3.216]:37942 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1767430AbSJDQwd>;
	Fri, 4 Oct 2002 20:52:33 +0400
Subject: daemonsub.c
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	04 Oct 2002 20:51:59 +0400
Message-Id: <1033750320.21450.64.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-2.9 required=5.0
	tests=AWL,PATCH_UNIFIED_DIFF
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Once it uses wait() it needs wait headers:

Index: router/daemonsub.c
===================================================================
RCS file: /cvsroot/zmailer/router/daemonsub.c,v
retrieving revision 1.15
diff -u -r1.15 daemonsub.c
--- router/daemonsub.c  2002/10/04 14:50:55     1.15
+++ router/daemonsub.c  2002/10/04 16:50:31
@@ -26,6 +26,27 @@
 #include <sys/un.h>
 #endif
 
+#ifdef  HAVE_WAITPID
+# include <sys/wait.h>
+#else
+# ifdef HAVE_WAIT3
+#  include <sys/wait.h> /* Has BSD wait3() */
+# else
+#  ifdef HAVE_SYS_WAIT_H /* POSIX.1 compatible */
+#   include <sys/wait.h>
+#  else /* Not POSIX.1 compatible, lets fake it.. */
+extern int wait();
+#  endif
+# endif
+#endif
+
+#ifndef WEXITSTATUS
+# define WEXITSTATUS(s) (((s) >> 8) & 0377)
+#endif
+#ifndef WSIGNALSTATUS
+# define WSIGNALSTATUS(s) ((s) & 0177)
+#endif
+
 #include "zsyslog.h"
 #include "shmmib.h"
 #include "sysexits.h"


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Oct  5 00:09:47 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S7352AbSJDVJh>; Sat, 5 Oct 2002 00:09:37 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S7355AbSJDVJf>;
	Sat, 5 Oct 2002 00:09:35 +0300
Received: from chronos.sovam.com ([194.67.22.190]:51944 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S7584AbSJDVJK>;
	Sat, 5 Oct 2002 00:09:10 +0300
Received: from ariel ([194.67.3.216]:37781 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1765167AbSJDVJH>;
	Sat, 5 Oct 2002 01:09:07 +0400
Subject: Re: parent router leaks file descriptors
From:	Eugene Crosser <crosser@rol.ru>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	zmailer@nic.funet.fi
In-Reply-To: <20021004175659.Y3443@nic.funet.fi>
References: <1033732060.21450.2.camel@ariel>
	<20021004161451.X3443@nic.funet.fi>  <20021004175659.Y3443@nic.funet.fi>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	04 Oct 2002 19:14:51 +0400
Message-Id: <1033744492.21467.58.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-1.2 required=5.0
	tests=AWL,IN_REP_TO,REFERENCES,UNDESIRED_LANGUAGE_BODY
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, 2002-10-04 at 18:56, Matti Aarnio wrote:
> On Fri, Oct 04, 2002 at 04:14:51PM +0300, Matti Aarnio wrote:
> > > I was bitten by a problem: when child routers die (with segfault, I am
> > > attaching a message that triggers this) the parent preocess forks a new
> > > child but in process of that, it eventually runs out of file descriptors
> > > and fails to start any more children.  Then it starts to just busyloop
> > > on pipe() call (if memory serves; anyway on some call that fails with
> > > indication of no more descriptors).
> > 
> >   Hmm.. seg-faults should not happen, neither leaks...
> >   I have things to debug, thanks for the experiment case.
> 
>   The leakage has been arrested (easy to simulate with  kill -9
>   at Solaris, and look what  lsof  tells of the parent process..)

The problem was observed on Linux.
Now, daemonsub.c does not compile (on Linux):

/usr/local/src/zmailer/zmailer/router/daemonsub.c: In function
`sig_chld':
/usr/local/src/zmailer/zmailer/router/daemonsub.c:320: warning: implicit
declaration of function `wait3'
/usr/local/src/zmailer/zmailer/router/daemonsub.c:320: `WNOHANG'
undeclared (first use in this function)
/usr/local/src/zmailer/zmailer/router/daemonsub.c:320: (Each undeclared
identifier is reported only once
/usr/local/src/zmailer/zmailer/router/daemonsub.c:320: for each function
it appears in.)
/usr/local/src/zmailer/zmailer/router/daemonsub.c: In function
`reader_getc':
/usr/local/src/zmailer/zmailer/router/daemonsub.c:373: warning: implicit
declaration of function `WIFSIGNALED'
/usr/local/src/zmailer/zmailer/router/daemonsub.c:374: warning: implicit
declaration of function `WSIGNALSTATUS'
/usr/local/src/zmailer/zmailer/router/daemonsub.c:375: warning: implicit
declaration of function `WIFEXITED'
/usr/local/src/zmailer/zmailer/router/daemonsub.c:376: warning: implicit
declaration of function `WEXITSTATUS'
make: *** [daemonsub.o] Error 1


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Oct  5 00:36:01 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S7223AbSJDVfu>; Sat, 5 Oct 2002 00:35:50 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S4171AbSJDVfI>;
	Sat, 5 Oct 2002 00:35:08 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S7815AbSJDVfA>;
	Sat, 5 Oct 2002 00:35:00 +0300
Date:	Sat, 5 Oct 2002 00:34:57 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: daemonsub.c
Message-ID: <20021005003457.A3443@nic.funet.fi>
References: <1033750320.21450.64.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1033750320.21450.64.camel@ariel>; from crosser@rol.ru on Fri, Oct 04, 2002 at 08:51:59PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Oct 04, 2002 at 08:51:59PM +0400, Eugene Crosser wrote:
> Once it uses wait() it needs wait headers:

  The   #include "zmsignal.h"   should handle this..
  At least it handles in my RedHat rawhide system.

  Do you, by change, have a file with that name somewhere
  in your system ?


-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Oct  6 11:57:37 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S11296AbSJFI5b>; Sun, 6 Oct 2002 11:57:31 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S12463AbSJFI53>;
	Sun, 6 Oct 2002 11:57:29 +0300
Received: from [200.13.230.243] ([200.13.230.243]:14566 "HELO yahoo.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S12091AbSJFI5V>;
	Sun, 6 Oct 2002 11:57:21 +0300
Received: from [5.129.158.37] by web.mail.halfeye.com with NNFMP; 07 Oct 2002 00:57:21 -0000
Received: from unknown (172.59.133.145)
	by web.mail.halfeye.com with local; Mon, 07 Oct 2002 00:54:01 -0800
Received: from unknown (192.165.128.79)
	by rly-xl05.dohuya.com with NNFMP; Sun, 06 Oct 2002 16:50:41 -0800
Reply-To: <valentinadhsc@yahoo.com>
Message-ID: <017e01d17a5b$8222d3c3$1ae02cb1@dqekch>
From:	<valentinadhsc@yahoo.com>
To:	To you!
Subject: Something for You!                                                               3175OoMI3-138YSqD0779Y-21
Date:	Sun, 06 Oct 2002 00:54:26 +0800
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I would like to share a genuine, NO RISK opportunity with you.

Skeptical already? Good. Unlike other internet opportunities
that you might have seen, it is first and foremost a CONSUMER
OPPORTUNITY. FREE Membership in our Internet Buying Club 

That's right, Membership is free! As a Club Member,you get
rebates on your purchases at the affiliate stores located
in the Mall. Including Wal-Mart,Staples,Disney and over
100 other well known stores. You can also shop at The Club's
own Outlet Center (where shipping is always free).

You will also receive a position in the Club's downline building
program,with no obligation or risk.You have nothing to lose and
possibly a lot to gain!

For your FREE Membership please hit 

http://www.powow.com/tinabusiness/indexeng.htm

Regards

Valentina Bunic


This is a one time mailing and you will not be contacted again and though it is not necessary to request removal, you may do so by sending an email to:
mailto:valentinadhsc@yahoo.com?subject=Remove 


2808lUNu1-883dzej5958FeZy4-654riFG6927UtNw6-001FWPA2641xyWs4-878BwNu335l67
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct  7 00:11:11 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S7493AbSJFVKs>; Mon, 7 Oct 2002 00:10:48 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S5700AbSJFVKd>;
	Mon, 7 Oct 2002 00:10:33 +0300
Received: from [202.56.136.196] ([202.56.136.196]:2883 "HELO uswest.net" ident:
	"squid" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with SMTP id <S10881AbSJFVKE>; Mon, 7 Oct 2002 00:10:04 +0300
Received: from 134.64.107.127 ([134.64.107.127]) by mx.loxsystems.net with asmtp; Mon, 07 Oct 0102 05:09:49 -0800
Reply-To: <drheintz45@uswest.net>
Message-ID: <022a84d67a7b$6856e2b5$7ee55db6@ynibvi>
From:	<drheintz45@uswest.net>
To:	<vesanto@nic.funet.fi>, <vms-adm@nic.funet.fi>,
	<wellu@nic.funet.fi>, <x-adm@nic.funet.fi>, <zmailer@nic.funet.fi>
Subject: I insult your mother!                               
Date:	Sun, 06 Oct 0102 13:46:04 +0700
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00B1_44C33D7D.D3338E32"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: QUALCOMM Windows Eudora Version 5.1
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00B1_44C33D7D.D3338E32
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


aGFwcHkNClRoZSBXb3JsZHMgRmlyc3QgQWJzb2x1dGVseSBGcmVlIEFkdWx0
IFN1cGVyc2l0ZSEgIDEwMCUgRnJlZSwgV2UgZG8gTk9UIGV2ZW4gbWFrZSB5
b3UgdmVyaWZ5IHdpdGggYSBDcmVkaXQgQ2FyZC4gIA0KRnJlZSBEcmVhbWdp
cmxzIGFuZCBIYXJkY29yZSEgIEZyZWUgbGl2ZSB2aWRlb3MNCg0KaHR0cDov
LzY2LjEwMi4yMjkuNy9zYWZlLmh0bWwNCg0KTmV2ZXIgcGF5IGZvciBwb3Ju
IGFnYWluISBXZSBhcmUgaW50cm9kdWNpbmcgYSBicmFuZCBuZXcgY29uY2Vw
dCBvbiB0aGUgaW50ZXJuZXQgLSBhbiBhYnNvbHV0ZWx5IEZSRUUgQURVTFQg
U1VQRVJTSVRFLiBKdXN0IGNsaWNrIGhlcmUgYW5kIGVudGVyIGEgdmFsaWQg
ZW1haWwgYWRkcmVzcyBmb3IgeW91ciBmcmVlIGxpZmV0aW1lIG1lbWJlcnNo
aXAuDQoNCi0yNTAsMDAwKyBYWFggUGhvdG9zLQ0KDQotT3ZlciA1MCBDYXRl
b2dvcmllcyBUbyBTZWxlY3QtDQoNCi0xMjUsMDAwIFN0cmVhbWluZyBWaWRl
b3MtDQoNCi1MaXZlIFZpZGVvIEZlZWRzLQ0KDQotTGl2ZSBHaXJscyB3aXRo
IENoYXQgLQ0KLUluY2x1ZGVzIEZhbW91cyBQb3Juc3RhcnMtDQpWaXNpdCB0
aGUgbGluayBCZWxvdyBhbmQgZW50ZXIgYSB2YWxpZCBlbWFpbCBhZGRyZXNz
IHRvIGdldCBzdGFydGVkLg0KDQpodHRwOi8vNjYuMTAyLjIyOS43L3NhZmUu
aHRtbA0KDQpodHRwOi8vNjYuMTAyLjIyOS43L3NhZmUuaHRtbA0KDQoNCg0K
DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoN
Cg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0K
DQoNCg0KDQoNCmhhcHB5DQoNCg0KDQoNCg0KDQoNCg0KDQoNCg0KDQoNCmhh
cHB5DQpQbGVhc2UgdmlzaXQgdGhlIGZvbGxvd2luZyBzaXRlIHRvIGJlIHJl
bW92ZWQuaHR0cDovLzY2LjEwMi4yMjkuNi9yZW1vdmUvaW5kZXguaHRtbA0K
aGFwcHkNCjk4NzdtQXhrMi0yMzhlRFpWNjcwNGlNZVc4LWwyNQ==
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct  7 01:26:52 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S14346AbSJFW0n>; Mon, 7 Oct 2002 01:26:43 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14332AbSJFW0k>;
	Mon, 7 Oct 2002 01:26:40 +0300
Received: from relay.phys.ualberta.ca ([129.128.7.238]:35558 "EHLO
	relay.phys.ualberta.ca" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S14329AbSJFW00>;
	Mon, 7 Oct 2002 01:26:26 +0300
Received: from relay.phys.ualberta.ca ([129.128.7.238]:58250 "EHLO
	relay.phys.ualberta.ca") by relay.phys.phys.ualberta.ca with ESMTP
	id <S377059AbSJFW0N>; Sun, 6 Oct 2002 16:26:13 -0600
Date:	Sun, 6 Oct 2002 16:26:13 -0600 (MDT)
From:	James MacKinnon <jmack@phys.ualberta.ca>
To:	zmailer@nic.funet.fi
Subject: CVS tree still won't compile
In-Reply-To: <Pine.LNX.4.44.0210021104420.18725-100000@relay.phys.ualberta.ca>
Message-ID: <Pine.LNX.4.44.0210061623370.29514-100000@relay.phys.ualberta.ca>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi Matti,

resync'ed to the cvs again today, but still having trouble with the 
zmailer CVS source build:

...
making all in smtpserver
make[1]: Entering directory 
`/usr/local/src/zmailer-cvs/zmailer/smtpserver'
gcc -g -O2  -DHAVE_CONFIG_H -I./../include -I../include -I..   -c 
smtpserver.c
gcc -g -O2  -DHAVE_CONFIG_H -I./../include -I../include -I..   -c 
rfc821scn.c
gcc -g -O2  -DHAVE_CONFIG_H -I./../include -I../include -I..   -c 
debugreport.c
gcc -g -O2  -DHAVE_CONFIG_H -I./../include -I../include -I..   -c 
fdstatfs.c
gcc -g -O2  -DHAVE_CONFIG_H -I./../include -I../include -I..   -c 
policytest.c
gcc -g -O2  -DHAVE_CONFIG_H -I./../include -I../include -I..   -c 
cfgread.c
gcc -g -O2  -DHAVE_CONFIG_H -I./../include -I../include -I..   -c 
smtpdata.c
gcc -g -O2  -DHAVE_CONFIG_H -I./../include -I../include -I..   -c 
smtpcmds.c
smtpcmds.c: In function `smtp_mail':
smtpcmds.c:908: structure has no member named `TLS'
smtpcmds.c:909: structure has no member named `TLS'
smtpcmds.c:915: structure has no member named `TLS'
smtpcmds.c:916: structure has no member named `TLS'
smtpcmds.c:952: structure has no member named `TLS'
smtpcmds.c:953: structure has no member named `TLS'
smtpcmds.c:958: structure has no member named `TLS'
smtpcmds.c:959: structure has no member named `TLS'
make[1]: *** [smtpcmds.o] Error 1
make[1]: Leaving directory `/usr/local/src/zmailer-cvs/zmailer/smtpserver'
make: *** [all] Error 1



Thanks, 
--
James S. MacKinnon           Office: P-139 Avadh-Bhatia Physics Lab
Team Physics                 Voice : (780) 492-8226 [old AC 403]
University of Alberta        email : Jim.MacKinnon@Phys.UAlberta.CA
Edmonton, Canada T6G 2N5     WWW   : http://www.phys.ualberta.ca/

for all that we know the universe could cease to exist at any mo

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct  7 11:39:58 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15328AbSJGIjg>; Mon, 7 Oct 2002 11:39:36 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S13756AbSJGIjZ>;
	Mon, 7 Oct 2002 11:39:25 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S15166AbSJGIjR>;
	Mon, 7 Oct 2002 11:39:17 +0300
Date:	Mon, 7 Oct 2002 11:39:14 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	James MacKinnon <jmack@phys.ualberta.ca>
Cc:	zmailer@nic.funet.fi
Subject: Re: CVS tree still won't compile
Message-ID: <20021007113914.B3443@nic.funet.fi>
References: <Pine.LNX.4.44.0210021104420.18725-100000@relay.phys.ualberta.ca> <Pine.LNX.4.44.0210061623370.29514-100000@relay.phys.ualberta.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <Pine.LNX.4.44.0210061623370.29514-100000@relay.phys.ualberta.ca>; from jmack@phys.ualberta.ca on Sun, Oct 06, 2002 at 04:26:13PM -0600
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Sun, Oct 06, 2002 at 04:26:13PM -0600, James MacKinnon wrote:
> Hi Matti,
> 
> resync'ed to the cvs again today, but still having trouble with the 
> zmailer CVS source build:


  Eh ?  Hmm..   Damn, when you don't have OpenSSL support
  in use, then that sub-structure isn't defined..

  My bad.  Fix is simple, and I just commmitted it into the CVS.

> ...
> making all in smtpserver
> make[1]: Entering directory 
> `/usr/local/src/zmailer-cvs/zmailer/smtpserver'
...
> gcc -g -O2  -DHAVE_CONFIG_H -I./../include -I../include -I..   -c smtpcmds.c
> smtpcmds.c: In function `smtp_mail':
> smtpcmds.c:908: structure has no member named `TLS'
> smtpcmds.c:909: structure has no member named `TLS'
...
> make[1]: *** [smtpcmds.o] Error 1
> make[1]: Leaving directory `/usr/local/src/zmailer-cvs/zmailer/smtpserver'
> make: *** [all] Error 1
> 
> Thanks, 
> --
> James S. MacKinnon           Office: P-139 Avadh-Bhatia Physics Lab
> University of Alberta        email : Jim.MacKinnon@Phys.UAlberta.CA
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct  7 13:26:54 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15636AbSJGK0t>; Mon, 7 Oct 2002 13:26:49 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S4729AbSJGK0l>;
	Mon, 7 Oct 2002 13:26:41 +0300
Received: from chronos.sovam.com ([194.67.22.190]:62960 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S14823AbSJGK0a>;
	Mon, 7 Oct 2002 13:26:30 +0300
Received: from ariel ([194.67.3.216]:38610 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1765860AbSJGK0L>;
	Mon, 7 Oct 2002 14:26:11 +0400
Subject: Re: daemonsub.c
From:	Eugene Crosser <crosser@rol.ru>
To:	Matti Aarnio <mea@nic.funet.fi>
Cc:	zmailer@nic.funet.fi
In-Reply-To: <20021005003457.A3443@nic.funet.fi>
References: <1033750320.21450.64.camel@ariel> 
	<20021005003457.A3443@nic.funet.fi>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	07 Oct 2002 14:23:52 +0400
Message-Id: <1033986233.28995.1.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-1.7 required=5.0
	tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,REFERENCES,
	      UNDESIRED_LANGUAGE_BODY
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Sat, 2002-10-05 at 01:34, Matti Aarnio wrote:

> > Once it uses wait() it needs wait headers:
> 
>   The   #include "zmsignal.h"   should handle this..
>   At least it handles in my RedHat rawhide system.
> 
>   Do you, by change, have a file with that name somewhere
>   in your system ?

Oops, I did not update zmsignal.h from CVS, sorry...

Eugene

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct  7 17:51:34 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S13756AbSJGOvP>; Mon, 7 Oct 2002 17:51:15 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15915AbSJGOvC>;
	Mon, 7 Oct 2002 17:51:02 +0300
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:60148 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S16277AbSJGOuv>;
	Mon, 7 Oct 2002 17:50:51 +0300
Received: from [172.18.0.2] ([172.18.0.2]:19482 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S121667AbSJGPa1> convert rfc822-to-8bit; Mon, 7 Oct 2002 10:30:27 -0500
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 8BIT
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Subject: Scheduler not scheduling??
Date:	Mon, 7 Oct 2002 10:50:35 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A046@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Scheduler not scheduling??
Thread-Index: AcJuEAnaDY3M+mATSyKiZ0C+/1AuVAAANKzQ
From:	"Luke Galea" <lgalea@bluecatnetworks.com>
To:	<zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I have a strange problem which is mostly likely something wrong external
to zmailer.. but I am not seeing messages I would expect to help me
track it down.

In the middle of the night, our zmailer stopped relaying messages
entirely.. just accepting them then queing. The scheduler is still
running, but I see only "from" entries in the mail log. If something
were blocking ( firewall is probable ), should I see "to" entries that
indicate failure to send? What could stop all scheduler activity?
Zmailer restart does nothing.. 

Anyone have any ideas?

Luke Galea 
Software Development
BlueCat Networks
905-762-5225

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct  7 18:34:22 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S16475AbSJGPeE>; Mon, 7 Oct 2002 18:34:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15675AbSJGPdi>;
	Mon, 7 Oct 2002 18:33:38 +0300
Received: from host072004.arnet.net.ar ([200.45.72.4]:1737 "EHLO
	buesis_smtp1.nt.ccpi.com.ar" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S7605AbSJGPdX>;
	Mon, 7 Oct 2002 18:33:23 +0300
Sensitivity: 
Subject: Router & Scheduler
To:	zmailer@nic.funet.fi
From:	"Matias Ezequiel Fabiano" <mfabiano@telecompersonal.com.ar>
Date:	Mon, 7 Oct 2002 12:32:41 -0300
Message-ID: <OF82355A4F.FC304CCD-ON03256C4B.00548B4B@nt.ccpi.com.ar>
X-MIMETrack: Serialize by Router on BUESIS_SMTP1/CCPI_INTERNET(Release 5.0.11  |July 24, 2002) at
 10/07/2002 12:19:17 PM
MIME-Version: 1.0
Content-type: multipart/mixed; 
	Boundary="0__=8CBBE6D8DFC70DDB8f9e8a93df938690918c8CBBE6D8DFC70DDB"
Content-Disposition: inline
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

--0__=8CBBE6D8DFC70DDB8f9e8a93df938690918c8CBBE6D8DFC70DDB
Content-type: text/plain; charset=iso-8859-1
Content-transfer-encoding: quoted-printable


Helo everybody,

I have a problem with my zmailer.
The smtpserver accepts the message correctly, the router generates the
control message in .../transport and makes a copy of the message in
.../queue, and the scheduler takes both but the mail doesn't leave the
zmailer. (A copy remains in the .../queue/X/X/ directory)
The results are the following:

=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

/var/log/mail/scheduler
scheduler: unlink(33103-7853)[sch-sch-done]: No such file or directory

/var/log/maillog
Oct  7 12:13:01 dnsint01 router[7853]: S33103AbSJGPM5: from=3D<r@yahoo.=
com>, rrelay=3DSOGnuevo ([172.2
5.1.5]:50958 "helo p"), size=3D397, nrcpts=3D1, msgid=3D?msgid?

/var/log/mail/router
[7853] : address: mfabiano@telecompersonal.com.ar

mailq -sQQ
Kids: 0  Idle:  0  Msgs:  -4  Thrds:   0  Rcpnts:    0  Uptime: 19m45s
Msgs in 4 out 0 stored 4294967292 Rcpnts in 4 out 0 stored 4 (0)

=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

Which file or directory makes reference the scheduler log?.
My operating system is linux redhat 7.0.

Thanks a lot


La=A0  informaci=F3n=A0 contenida=A0 en=A0 este=A0 correo=A0 es=A0 para=
  uso exclusivo de
los destinatarios=A0 del=A0 mismo. Est=E1 prohibido a  las personas o e=
ntidades
que no sean=A0los destinatarios=A0de=A0este=A0correo,=A0realizar=A0cual=
quier=A0tipo=A0de
modificaci=F3n, copia o distribuci=F3n del mismo.
Si=A0 Ud.=A0recibe=A0este=A0correo por error, tenga a  bien notificar a=
l emisor y
eliminarlo.

This=A0email=A0is=A0confidential=A0and=A0intended=A0solely=A0for=A0the=A0=
use=A0of the
individual=A0to=A0whom=A0it=A0is addressed. Any views or opinions prese=
nted are
solely=A0those=A0of the author=A0 and=A0do=A0not necessarily represent =
those of
Personal.=A0If=A0you are not the intended recipient, be advised that yo=
u have
received=A0this=A0email in error and that any use, dissemination, forwa=
rding,
printing,=A0or=A0copying=A0of=A0this=A0email is strictly prohibited. If=
 you have
received this email in error please contact the sender.(Embedded image
moved to file: pic01348.pcx)
=

--0__=8CBBE6D8DFC70DDB8f9e8a93df938690918c8CBBE6D8DFC70DDB
Content-type: application/octet-stream; 
	name="pic01348.pcx"
Content-Disposition: attachment; filename="pic01348.pcx"
Content-transfer-encoding: base64

CgUBCAAAAAAJAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAABCgABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAADGAMMAAMYAwwAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==

--0__=8CBBE6D8DFC70DDB8f9e8a93df938690918c8CBBE6D8DFC70DDB--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct  7 20:52:46 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15845AbSJGRwj>; Mon, 7 Oct 2002 20:52:39 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14726AbSJGRw2>;
	Mon, 7 Oct 2002 20:52:28 +0300
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:34791 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S12246AbSJGRv7>;
	Mon, 7 Oct 2002 20:51:59 +0300
Received: from [172.18.0.2] ([172.18.0.2]:22567 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S121724AbSJGSb2> convert rfc822-to-8bit; Mon, 7 Oct 2002 13:31:28 -0500
Received: from COLOSSUS.dyadem.corp ([172.17.0.22]) by COLOSSUS.dyadem.corp with Microsoft SMTPSVC(5.0.2195.4905);
	 Mon, 7 Oct 2002 13:51:38 -0400
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 8BIT
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Subject: Zmailer problem
Date:	Mon, 7 Oct 2002 13:51:38 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A04C@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: Zmailer problem
Thread-Index: AcJuKi6eIoftn404Reizj1Pi9Mskog==
From:	"Luke Galea" <lgalea@bluecatnetworks.com>
To:	<mea@nic.funet.fi>, <zmailer@nic.funet.fi>
X-OriginalArrivalTime: 07 Oct 2002 17:51:38.0250 (UTC) FILETIME=[2F6316A0:01C26E2A]
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I am having a problem with zmailer... we had approximately 120,000
emails queue up for sending in zmailer (anti-virus server was accepting
msgs too slowly).. (so I suppose they are all in the scheduler queue)..
All of a sudden it stopped sending any mails at all.

The server has a "max file handles limit of 8192 reached" message on the
console. A reboot appeared to fix the problem.. but a second reboot was
done and found it stopped sending again.

Very little is running on the server other than zmailer.. so my first
thought was that zmailer must be using up the filehandles.. (but only
sometimes??? Because after a reboot it worked perfectly..)..

Anyway.. now the box is not sending any mail at all and I hesitate to
continually reboot the box until it comes up okay... 

Has anyone else experienced this before?

Luke Galea 
Software Development
BlueCat Networks
905-762-5225
 

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct  7 21:09:20 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15814AbSJGSIu>; Mon, 7 Oct 2002 21:08:50 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15223AbSJGSIb>;
	Mon, 7 Oct 2002 21:08:31 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S15227AbSJGSIT>;
	Mon, 7 Oct 2002 21:08:19 +0300
Date:	Mon, 7 Oct 2002 21:08:18 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Luke Galea <lgalea@bluecatnetworks.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Zmailer problem
Message-ID: <20021007210817.E3443@nic.funet.fi>
References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A04C@COLOSSUS.dyadem.corp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A04C@COLOSSUS.dyadem.corp>; from lgalea@bluecatnetworks.com on Mon, Oct 07, 2002 at 01:51:38PM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Mon, Oct 07, 2002 at 01:51:38PM -0400, Luke Galea wrote:
> I am having a problem with zmailer... we had approximately 120,000
> emails queue up for sending in zmailer (anti-virus server was accepting
> msgs too slowly).. (so I suppose they are all in the scheduler queue)..
> All of a sudden it stopped sending any mails at all.
> 
> The server has a "max file handles limit of 8192 reached" message on the
> console. A reboot appeared to fix the problem.. but a second reboot was
> done and found it stopped sending again.

  You are not saying what the system is, I presume it is Linux from
  that message..

  You might need to tune your system resource settings up somewhat.

     echo 12000 > /proc/sys/fs/file-max

  If the situation repeats, add another about 4000 ...

> Very little is running on the server other than zmailer.. so my first
> thought was that zmailer must be using up the filehandles.. (but only
> sometimes??? Because after a reboot it worked perfectly..)..
> 
> Anyway.. now the box is not sending any mail at all and I hesitate to
> continually reboot the box until it comes up okay... 
> 
> Has anyone else experienced this before?

  Yes.  I upped the file-max, and didn't reboot...

> Luke Galea 

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct  8 17:20:28 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S19554AbSJHOUT>; Tue, 8 Oct 2002 17:20:19 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S19519AbSJHOUI>;
	Tue, 8 Oct 2002 17:20:08 +0300
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:50592 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S19012AbSJHOT4>;
	Tue, 8 Oct 2002 17:19:56 +0300
Received: from [172.18.0.2] ([172.18.0.2]:14133 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S122122AbSJHO7U> convert rfc822-to-8bit; Tue, 8 Oct 2002 09:59:20 -0500
Received: from COLOSSUS.dyadem.corp ([172.17.0.22]) by COLOSSUS.dyadem.corp with Microsoft SMTPSVC(5.0.2195.4905);
	 Tue, 8 Oct 2002 10:19:44 -0400
Subject: RE: Zmailer problem
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 8BIT
Date:	Tue, 8 Oct 2002 10:19:44 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A050@COLOSSUS.dyadem.corp>
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
X-MS-Has-Attach: 
content-class: urn:content-classes:message
X-MS-TNEF-Correlator: 
Thread-Topic: Zmailer problem
Thread-Index: AcJuLJBRYILbwTPpQNyW7ag8liCOaQApifjw
From:	"Luke Galea" <lgalea@bluecatnetworks.com>
To:	"Matti Aarnio" <mea@nic.funet.fi>
Cc:	<zmailer@nic.funet.fi>
X-OriginalArrivalTime: 08 Oct 2002 14:19:44.0907 (UTC) FILETIME=[C00EA5B0:01C26ED5]
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

As far as I can tell.. it seems that as the queue size increases the max
files increases linearly.. so there doesn't appear to be a way I can get
zmailer to accept an infinite (or limited by disk space) queue. Is there
any way to limit the number of files the scheduler uses?

Thanks

Luke Galea 
Software Development
BlueCat Networks
905-762-5225
 

-----Original Message-----
From: Matti Aarnio [mailto:mea@nic.funet.fi] 
Sent: October 7, 2002 2:08 PM
To: Luke Galea
Cc: zmailer@nic.funet.fi
Subject: Re: Zmailer problem

On Mon, Oct 07, 2002 at 01:51:38PM -0400, Luke Galea wrote:
> I am having a problem with zmailer... we had approximately 120,000
> emails queue up for sending in zmailer (anti-virus server was
accepting
> msgs too slowly).. (so I suppose they are all in the scheduler
queue)..
> All of a sudden it stopped sending any mails at all.
> 
> The server has a "max file handles limit of 8192 reached" message on
the
> console. A reboot appeared to fix the problem.. but a second reboot
was
> done and found it stopped sending again.

  You are not saying what the system is, I presume it is Linux from
  that message..

  You might need to tune your system resource settings up somewhat.

     echo 12000 > /proc/sys/fs/file-max

  If the situation repeats, add another about 4000 ...

> Very little is running on the server other than zmailer.. so my first
> thought was that zmailer must be using up the filehandles.. (but only
> sometimes??? Because after a reboot it worked perfectly..)..
> 
> Anyway.. now the box is not sending any mail at all and I hesitate to
> continually reboot the box until it comes up okay... 
> 
> Has anyone else experienced this before?

  Yes.  I upped the file-max, and didn't reboot...

> Luke Galea 

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct  8 17:44:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S19644AbSJHOoH>; Tue, 8 Oct 2002 17:44:07 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S18419AbSJHOoC>;
	Tue, 8 Oct 2002 17:44:02 +0300
Received: from [61.143.54.4] ([61.143.54.4]:1600 "HELO 213.25.81.1" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14846AbSJHOn4>;
	Tue, 8 Oct 2002 17:43:56 +0300
Received: from [138.156.251.163] by da001d2020.lax-ca.osd.concentric.net with local; Oct, 08 2002 10:34:02 AM +0600
Received: from unknown (6.61.10.17) by rly-xr02.mx.aol.com with NNFMP; Oct, 08 2002 9:29:05 AM -0100
Received: from [195.98.27.144] by web13708.mail.yahoo.com with smtp; Oct, 08 2002 8:35:37 AM +1100
Received: from 157.139.128.128 ([157.139.128.128]) by mta6.snfc21.pbi.net with asmtp; Oct, 08 2002 7:21:55 AM +0600
From:	qwcwChOrles L. Osterholm <haclosethedoor@msn.com>
To:	J. RichOrd Trinko
Subject: Searching for email addresses takes too long, check this out..
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date:	Tue, 8 Oct 2002 10:43:12 -0400
X-Mailer: The Bat! (v1.52f) Business
Message-Id: <20021008144358Z14846-7588+3253@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi



There's a lot of money to be made on the Internet advertising your
products/services.  Just count the number of e-mail ads in your own 
Inbox.

Most of those advertisers are making money.  Even the "Big Boys" like
Microsoft, AOL, and AT & T send out e-mail ads.

If you want to succeed with bulk email then you need these disks. 

Forget about finding email addresses with those flaky email harvesting programs,
most of those fall into anti-spam traps which are designed to spit out millions of bogus
email addresses. We never use software like that. Most of our addresses are extracted 
with the "human" touch. We use specially designed software that first prequalifies the
website or newsgroup to make sure it's not a spam trap and then extracts the email addresses
based on keywords we select. On top of that, a real person overlooks the whole process.

Our compilation is a 3 disk set of email addresses featuring categories like:

Business Opportunity seekers, MLM, Gambling, Adult, Auctions, Golf, Auto, Fitness
Health, Investments, Sports, Phsychics, Opt-in Etc..

There are 300 Million worldwide email addresses in total for only $99.

You don't have to pay thousands for a good email list. Our list is updated 
and screened for removals every 3 months 

Everything is fully exportable and will work with any bulk mailing program.

Call us now for more information or to place an order.

1-416-410-2136
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct  8 18:02:42 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S19979AbSJHPCX>; Tue, 8 Oct 2002 18:02:23 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S19982AbSJHPCQ>;
	Tue, 8 Oct 2002 18:02:16 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:35138 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "EDH-RSA-DES-CBC3-SHA keybits 168/168
	version TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S19979AbSJHPB6>;
	Tue, 8 Oct 2002 18:01:58 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g98F21f04140;
	Tue, 8 Oct 2002 17:02:01 +0200
Date:	Tue, 8 Oct 2002 17:02:01 +0200
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Luke Galea <lgalea@bluecatnetworks.com>
Cc:	Matti Aarnio <mea@nic.funet.fi>, zmailer@nic.funet.fi
Subject: Re: Zmailer problem
Message-ID: <20021008170201.E3924@melkebalanse.gulbrandsen.priv.no>
References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A050@COLOSSUS.dyadem.corp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A050@COLOSSUS.dyadem.corp>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Luke Galea <lgalea@bluecatnetworks.com>
> As far as I can tell.. it seems that as the queue size increases the max
> files increases linearly.. so there doesn't appear to be a way I can get
> zmailer to accept an infinite (or limited by disk space) queue. Is there
> any way to limit the number of files the scheduler uses?

This sounds suspiciously like a "wrong question". There may be an answer,
but the answer to the wrong question doesn't make anyone happy.

A large, unlimited queue size implies a lage, unlimited delay in mail
delivery, which is surely not desirable.

If I recall correctly, the basic problem is that you're handling mail over
to a virus checker, and the virus checker is too slow to keep up with your
mail volume. Couldn't you buy another of those and have zmailer deliver to
both in parallel? Or have zmailer deliver to your one virus checker using
two parallel SMTP streams?

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct  8 18:11:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S19857AbSJHPKo>; Tue, 8 Oct 2002 18:10:44 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S19014AbSJHPKd>;
	Tue, 8 Oct 2002 18:10:33 +0300
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:51372 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S19635AbSJHPKR>;
	Tue, 8 Oct 2002 18:10:17 +0300
Received: from [172.18.0.2] ([172.18.0.2]:36153 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S122161AbSJHPt3> convert rfc822-to-8bit; Tue, 8 Oct 2002 10:49:29 -0500
Subject: RE: Zmailer problem
Date:	Tue, 8 Oct 2002 11:09:55 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A051@COLOSSUS.dyadem.corp>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 8BIT
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
content-class: urn:content-classes:message
Thread-Topic: Zmailer problem
Thread-Index: AcJu26s1bX4lZwuURuWVIvE5SxnifwAAFvBg
From:	"Luke Galea" <lgalea@bluecatnetworks.com>
To:	"Arnt Gulbrandsen" <arnt@gulbrandsen.priv.no>
Cc:	"Matti Aarnio" <mea@nic.funet.fi>, <zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Ya.. in this specific case that is what we plan on doing. My concern is
that our first indication that the queue was piling up was the max files
issue.. at one point we couldn't even log in. We were piling messages up
in the queue at about 25,000 / hour.. so by the time everyone got in in
the morning it was already time to boot from a floppy to disable zmailer
at start-up. Some sort of warning mechanism and a max simultaneous open
files limit in zmailer would fix this. The warning isn't a problem
(monitor mailq)... but the open files limit I am unsure of.

As for the multiple SMTP streams.. would setting maxTA to 2 for that
route accomplish this?

Thanks for your help.

Luke Galea 
Software Development
BlueCat Networks
905-762-5225
 

-----Original Message-----
From: Arnt Gulbrandsen [mailto:arnt@gulbrandsen.priv.no] 
Sent: October 8, 2002 11:02 AM
To: Luke Galea
Cc: Matti Aarnio; zmailer@nic.funet.fi
Subject: Re: Zmailer problem

Luke Galea <lgalea@bluecatnetworks.com>
> As far as I can tell.. it seems that as the queue size increases the
max
> files increases linearly.. so there doesn't appear to be a way I can
get
> zmailer to accept an infinite (or limited by disk space) queue. Is
there
> any way to limit the number of files the scheduler uses?

This sounds suspiciously like a "wrong question". There may be an
answer,
but the answer to the wrong question doesn't make anyone happy.

A large, unlimited queue size implies a lage, unlimited delay in mail
delivery, which is surely not desirable.

If I recall correctly, the basic problem is that you're handling mail
over
to a virus checker, and the virus checker is too slow to keep up with
your
mail volume. Couldn't you buy another of those and have zmailer deliver
to
both in parallel? Or have zmailer deliver to your one virus checker
using
two parallel SMTP streams?

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct  8 18:33:18 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15910AbSJHPdH>; Tue, 8 Oct 2002 18:33:07 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S19506AbSJHPdE>;
	Tue, 8 Oct 2002 18:33:04 +0300
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:35172 "EHLO
	melkebalanse.gulbrandsen.priv.no" ident: "NO-IDENT-SERVICE[2]"
	smtp-auth: <none> TLS-CIPHER: "EDH-RSA-DES-CBC3-SHA keybits 168/168
	version TLSv1/SSLv3") by nic.funet.fi with ESMTP id <S19245AbSJHPcw>;
	Tue, 8 Oct 2002 18:32:52 +0300
Received: (from arnt@localhost)
	by melkebalanse.gulbrandsen.priv.no (8.11.6/8.11.6) id g98FWwN04161;
	Tue, 8 Oct 2002 17:32:58 +0200
Date:	Tue, 8 Oct 2002 17:32:57 +0200
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Luke Galea <lgalea@bluecatnetworks.com>
Cc:	Matti Aarnio <mea@nic.funet.fi>, zmailer@nic.funet.fi
Subject: Re: Zmailer problem
Message-ID: <20021008173257.G3924@melkebalanse.gulbrandsen.priv.no>
References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A051@COLOSSUS.dyadem.corp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A051@COLOSSUS.dyadem.corp>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Luke Galea <lgalea@bluecatnetworks.com>
> Ya.. in this specific case that is what we plan on doing. My concern is
> that our first indication that the queue was piling up was the max files
> issue.. at one point we couldn't even log in. We were piling messages up
> in the queue at about 25,000 / hour.. so by the time everyone got in in
> the morning it was already time to boot from a floppy to disable zmailer
> at start-up. Some sort of warning mechanism and a max simultaneous open
> files limit in zmailer would fix this. The warning isn't a problem
> (monitor mailq)... but the open files limit I am unsure of.

Yes. Eating all FDs and dying is Bad. Personally I think it's a linux
problem, but maybe zmailer should work around it.

(linux appears to let one process open all the files, thereby denying all
services. Bad.)

> As for the multiple SMTP streams.. would setting maxTA to 2 for that
> route accomplish this?

I don't think so. You need to use the same trick mea used with majordomo
on vger. Should be in the config examples somewhere.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct  8 18:37:50 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S19313AbSJHPhh>; Tue, 8 Oct 2002 18:37:37 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15273AbSJHPhU>;
	Tue, 8 Oct 2002 18:37:20 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S19474AbSJHPg7>;
	Tue, 8 Oct 2002 18:36:59 +0300
Date:	Tue, 8 Oct 2002 18:36:55 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Luke Galea <lgalea@bluecatnetworks.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Zmailer problem
Message-ID: <20021008183655.F3443@nic.funet.fi>
References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A051@COLOSSUS.dyadem.corp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A051@COLOSSUS.dyadem.corp>; from lgalea@bluecatnetworks.com on Tue, Oct 08, 2002 at 11:09:55AM -0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, Oct 08, 2002 at 11:09:55AM -0400, Luke Galea wrote:
> Ya.. in this specific case that is what we plan on doing. My concern is
> that our first indication that the queue was piling up was the max files
> issue.. at one point we couldn't even log in. We were piling messages up
> in the queue at about 25,000 / hour.. so by the time everyone got in in
> the morning it was already time to boot from a floppy to disable zmailer
> at start-up. Some sort of warning mechanism and a max simultaneous open
> files limit in zmailer would fix this. The warning isn't a problem
> (monitor mailq)... but the open files limit I am unsure of.

  I think the issue is more in the UNIX (Linux) kernel you are using.
  I don't know why, but it seems to overflow the file hash cache, and
  be unable to flush unused ones from it.  Neither does it auto-tune
  this particular system feature...

  Scheduler process uses at most  "ulimit -H -n"  (for bash/sh)
  file descriptors itself, but the system can use a lot more
  internally.



  There increasing the hash-cache size can help you there.

  Oh, also do tech your   updatedb  NOT TO go into POSTOFFICE directory.
  That too appears to trigger this trouble in early morning hours...
  (At my home system anyway, I have kvazillion source directories
   in there, and updatedb has more than once induced death of the
   sshd daemon by running out of openable files... Then I did that
   file-max tuning, below, and the system behaves again.)


  I repeat my suggestion:

    # echo "12000" > /proc/sys/fs/file-max

  Set the value high enough so that your system stays happy.
  Monitor the actual value:

    # cat /proc/sys/fs/file-nr

  You are interested in the middle value.

  That system pseudo-directory has a few other monitor "files" you might
  find interesting to follow.


> As for the multiple SMTP streams.. would setting maxTA to 2 for that
> route accomplish this?

  No.  MaxTA=2 cuts system performance radically down.
  You are looking for  maxTHR=2  in the channel where your virus scanner
  traffic is.  (You have made a channel/host selector pair of its own for
  that ?  Have you ?)

  Possibly MaxTHR=10  would do also.  (For 10 parallel streams..)
  (presuming the checker can gain speed from it.)

  In the current scheduler.conf  prototype file there is longish
  passage of comments telling about these things:


#  MaxTHR:   ( max processes per thread; default: 1 )
#       This limits the number of parallel transport agents within each
#       thread; that is, using higher value than default ``1'' will allow
#       running more than one TA for the jobs at the thread.
#
#       Do note that running more than one TA in parallel may also require
#       lowering OVERFEED value.  (E.g. having a queue of 30 messages will
#       not benefit from more TAs, unless they all get something to process.
#       Having OVERFEED per default at 150 will essentially feed whole queue
#       to one TA, others are not getting any.)


> Thanks for your help.
> 
> Luke Galea 
> Software Development
> BlueCat Networks
> 905-762-5225

  /Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct  8 18:40:45 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S20056AbSJHPk2>; Tue, 8 Oct 2002 18:40:28 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S20062AbSJHPkO>;
	Tue, 8 Oct 2002 18:40:14 +0300
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:51866 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S19495AbSJHPkC>;
	Tue, 8 Oct 2002 18:40:02 +0300
Received: from [172.18.0.2] ([172.18.0.2]:12347 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S122209AbSJHQTZ> convert rfc822-to-8bit; Tue, 8 Oct 2002 11:19:25 -0500
Subject: RE: Zmailer problem
Date:	Tue, 8 Oct 2002 11:39:50 -0400
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 8BIT
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A053@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
content-class: urn:content-classes:message
X-MS-TNEF-Correlator: 
Thread-Topic: Zmailer problem
Thread-Index: AcJu4JfQ3EOYsZdKQ2u7yu63MvYapQAAFAcA
From:	"Luke Galea" <lgalea@bluecatnetworks.com>
To:	"Matti Aarnio" <mea@nic.funet.fi>
Cc:	<zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Thanks a lot for your suggestions.. I'll try that out.

Luke Galea 
Software Development
BlueCat Networks
905-762-5225
 

-----Original Message-----
From: Matti Aarnio [mailto:mea@nic.funet.fi] 
Sent: October 8, 2002 11:37 AM
To: Luke Galea
Cc: zmailer@nic.funet.fi
Subject: Re: Zmailer problem

On Tue, Oct 08, 2002 at 11:09:55AM -0400, Luke Galea wrote:
> Ya.. in this specific case that is what we plan on doing. My concern
is
> that our first indication that the queue was piling up was the max
files
> issue.. at one point we couldn't even log in. We were piling messages
up
> in the queue at about 25,000 / hour.. so by the time everyone got in
in
> the morning it was already time to boot from a floppy to disable
zmailer
> at start-up. Some sort of warning mechanism and a max simultaneous
open
> files limit in zmailer would fix this. The warning isn't a problem
> (monitor mailq)... but the open files limit I am unsure of.

  I think the issue is more in the UNIX (Linux) kernel you are using.
  I don't know why, but it seems to overflow the file hash cache, and
  be unable to flush unused ones from it.  Neither does it auto-tune
  this particular system feature...

  Scheduler process uses at most  "ulimit -H -n"  (for bash/sh)
  file descriptors itself, but the system can use a lot more
  internally.



  There increasing the hash-cache size can help you there.

  Oh, also do tech your   updatedb  NOT TO go into POSTOFFICE directory.
  That too appears to trigger this trouble in early morning hours...
  (At my home system anyway, I have kvazillion source directories
   in there, and updatedb has more than once induced death of the
   sshd daemon by running out of openable files... Then I did that
   file-max tuning, below, and the system behaves again.)


  I repeat my suggestion:

    # echo "12000" > /proc/sys/fs/file-max

  Set the value high enough so that your system stays happy.
  Monitor the actual value:

    # cat /proc/sys/fs/file-nr

  You are interested in the middle value.

  That system pseudo-directory has a few other monitor "files" you might
  find interesting to follow.


> As for the multiple SMTP streams.. would setting maxTA to 2 for that
> route accomplish this?

  No.  MaxTA=2 cuts system performance radically down.
  You are looking for  maxTHR=2  in the channel where your virus scanner
  traffic is.  (You have made a channel/host selector pair of its own
for
  that ?  Have you ?)

  Possibly MaxTHR=10  would do also.  (For 10 parallel streams..)
  (presuming the checker can gain speed from it.)

  In the current scheduler.conf  prototype file there is longish
  passage of comments telling about these things:


#  MaxTHR:   ( max processes per thread; default: 1 )
#       This limits the number of parallel transport agents within each
#       thread; that is, using higher value than default ``1'' will
allow
#       running more than one TA for the jobs at the thread.
#
#       Do note that running more than one TA in parallel may also
require
#       lowering OVERFEED value.  (E.g. having a queue of 30 messages
will
#       not benefit from more TAs, unless they all get something to
process.
#       Having OVERFEED per default at 150 will essentially feed whole
queue
#       to one TA, others are not getting any.)


> Thanks for your help.
> 
> Luke Galea 
> Software Development
> BlueCat Networks
> 905-762-5225

  /Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From danbhx1@mail.com Wed Oct  9 07:47:12 2002
Received: from [213.181.64.18] ([213.181.64.18]:2024 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19462AbSJIErL>;
	Wed, 9 Oct 2002 07:47:11 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044711Z19462-7588+3437@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:2114 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20065AbSJIErN>;
	Wed, 9 Oct 2002 07:47:13 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044713Z20065-7588+3439@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:24 2002
Received: from [213.181.64.18] ([213.181.64.18]:2523 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20404AbSJIErW>;
	Wed, 9 Oct 2002 07:47:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:38
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044724Z20404-7588+3449@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:2527 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20414AbSJIErW>;
	Wed, 9 Oct 2002 07:47:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:38
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044724Z20414-7588+3451@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:29 2002
Received: from [213.181.64.18] ([213.181.64.18]:2769 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19549AbSJIEr2>;
	Wed, 9 Oct 2002 07:47:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044729Z19549-7588+3461@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:30 2002
Received: from [213.181.64.18] ([213.181.64.18]:2773 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19212AbSJIEr3>;
	Wed, 9 Oct 2002 07:47:29 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044729Z19212-7588+3464@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:34 2002
Received: from [213.181.64.18] ([213.181.64.18]:2934 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20646AbSJIErc>;
	Wed, 9 Oct 2002 07:47:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:48
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044733Z20646-7588+3471@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:34 2002
Received: from [213.181.64.18] ([213.181.64.18]:2978 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19758AbSJIEre>;
	Wed, 9 Oct 2002 07:47:34 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:49
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044734Z19758-7588+3473@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20404AbSJIErj>;
	Wed, 9 Oct 2002 07:47:39 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:54
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044739Z20404-7588+3487@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1034 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20525AbSJIErj>;
	Wed, 9 Oct 2002 07:47:39 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:55
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044740Z20525-7588+3488@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:1042 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15126AbSJIErn>;
	Wed, 9 Oct 2002 07:47:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:46:59
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044744Z15126-7588+3499@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:1044 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13559AbSJIEro>;
	Wed, 9 Oct 2002 07:47:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044744Z13559-7588+3500@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:49 2002
Received: from [213.181.64.18] ([213.181.64.18]:1053 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13559AbSJIErt>;
	Wed, 9 Oct 2002 07:47:49 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044749Z13559-7588+3511@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:1054 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20525AbSJIErt>;
	Wed, 9 Oct 2002 07:47:49 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044749Z20525-7588+3512@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1061 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15126AbSJIErx>;
	Wed, 9 Oct 2002 07:47:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044754Z15126-7588+3519@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1062 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S9426AbSJIEry>;
	Wed, 9 Oct 2002 07:47:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044754Z9426-7588+3520@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:47:59 2002
Received: from [213.181.64.18] ([213.181.64.18]:1068 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20712AbSJIEr6>;
	Wed, 9 Oct 2002 07:47:58 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044759Z20712-7588+3531@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1069 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14853AbSJIEsC>;
	Wed, 9 Oct 2002 07:48:02 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044803Z14853-7588+3542@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:1080 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15126AbSJIEsE>;
	Wed, 9 Oct 2002 07:48:04 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044804Z15126-7588+3546@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1079 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14227AbSJIEsE>;
	Wed, 9 Oct 2002 07:48:04 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044805Z14227-7588+3547@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:1090 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S9426AbSJIEsJ>;
	Wed, 9 Oct 2002 07:48:09 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:25
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044809Z9426-7588+3558@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:10 2002
Received: from [213.181.64.18] ([213.181.64.18]:1091 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14227AbSJIEsJ>;
	Wed, 9 Oct 2002 07:48:09 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:25
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044809Z14227-7588+3559@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:1099 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15126AbSJIEsN>;
	Wed, 9 Oct 2002 07:48:13 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044814Z15126-7588+3568@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:1101 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14227AbSJIEsO>;
	Wed, 9 Oct 2002 07:48:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:30
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044815Z14227-7588+3569@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:19 2002
Received: from [213.181.64.18] ([213.181.64.18]:1032 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20684AbSJIEsS>;
	Wed, 9 Oct 2002 07:48:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044819Z20684-7588+3581@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:21 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19138AbSJIEsU>;
	Wed, 9 Oct 2002 07:48:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044820Z19138-7588+3583@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:1194 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20761AbSJIEs0>;
	Wed, 9 Oct 2002 07:48:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044826Z20761-7588+3598@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:1237 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20766AbSJIEs1>;
	Wed, 9 Oct 2002 07:48:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044827Z20766-7588+3601@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:32 2002
Received: from [213.181.64.18] ([213.181.64.18]:1416 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20627AbSJIEsb>;
	Wed, 9 Oct 2002 07:48:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044831Z20627-7588+3609@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1409 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20377AbSJIEsb>;
	Wed, 9 Oct 2002 07:48:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044832Z20377-7588+3612@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:37 2002
Received: from [213.181.64.18] ([213.181.64.18]:1614 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20740AbSJIEsh>;
	Wed, 9 Oct 2002 07:48:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:52
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044837Z20740-7588+3622@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:1622 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19551AbSJIEsh>;
	Wed, 9 Oct 2002 07:48:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:52
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044838Z19551-7588+3626@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:1834 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19551AbSJIEsm>;
	Wed, 9 Oct 2002 07:48:42 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044844Z19551-7588+3639@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:1836 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20525AbSJIEsm>;
	Wed, 9 Oct 2002 07:48:42 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:47:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044845Z20525-7588+3643@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:49 2002
Received: from [213.181.64.18] ([213.181.64.18]:2071 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19880AbSJIEss>;
	Wed, 9 Oct 2002 07:48:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044848Z19880-7588+3650@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:2106 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19462AbSJIEst>;
	Wed, 9 Oct 2002 07:48:49 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:05
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044850Z19462-7588+3653@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:2289 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19115AbSJIEsx>;
	Wed, 9 Oct 2002 07:48:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044853Z19115-7588+3661@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:48:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:2286 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18284AbSJIEsx>;
	Wed, 9 Oct 2002 07:48:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044854Z18284-7588+3662@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:2540 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20652AbSJIEtA>;
	Wed, 9 Oct 2002 07:49:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044900Z20652-7588+3675@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:2556 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19115AbSJIEtA>;
	Wed, 9 Oct 2002 07:49:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044900Z19115-7588+3677@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:2750 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20712AbSJIEtF>;
	Wed, 9 Oct 2002 07:49:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044905Z20712-7588+3685@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:2767 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20725AbSJIEtF>;
	Wed, 9 Oct 2002 07:49:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:21
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044905Z20725-7588+3686@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:11 2002
Received: from [213.181.64.18] ([213.181.64.18]:2974 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19138AbSJIEtK>;
	Wed, 9 Oct 2002 07:49:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044911Z19138-7588+3698@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:12 2002
Received: from [213.181.64.18] ([213.181.64.18]:1036 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20229AbSJIEtL>;
	Wed, 9 Oct 2002 07:49:11 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044912Z20229-7588+3702@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:17 2002
Received: from [213.181.64.18] ([213.181.64.18]:1030 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20414AbSJIEtQ>;
	Wed, 9 Oct 2002 07:49:16 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:32
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044917Z20414-7588+3714@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:17 2002
Received: from [213.181.64.18] ([213.181.64.18]:1031 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19138AbSJIEtR>;
	Wed, 9 Oct 2002 07:49:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:32
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044917Z19138-7588+3715@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:1044 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20766AbSJIEtW>;
	Wed, 9 Oct 2002 07:49:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:37
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044923Z20766-7588+3726@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:1043 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20744AbSJIEtW>;
	Wed, 9 Oct 2002 07:49:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:37
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044923Z20744-7588+3727@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:28 2002
Received: from [213.181.64.18] ([213.181.64.18]:1053 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20229AbSJIEt1>;
	Wed, 9 Oct 2002 07:49:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044927Z20229-7588+3736@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:28 2002
Received: from [213.181.64.18] ([213.181.64.18]:1052 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19138AbSJIEt1>;
	Wed, 9 Oct 2002 07:49:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044928Z19138-7588+3737@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1061 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20712AbSJIEtc>;
	Wed, 9 Oct 2002 07:49:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:48
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044933Z20712-7588+3746@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1062 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S16440AbSJIEtc>;
	Wed, 9 Oct 2002 07:49:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:48
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044933Z16440-7588+3747@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:1070 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20360AbSJIEti>;
	Wed, 9 Oct 2002 07:49:38 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044938Z20360-7588+3758@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1069 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S16440AbSJIEth>;
	Wed, 9 Oct 2002 07:49:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044938Z16440-7588+3760@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:1079 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19880AbSJIEtn>;
	Wed, 9 Oct 2002 07:49:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:48:59
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044943Z19880-7588+3769@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:1080 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19083AbSJIEto>;
	Wed, 9 Oct 2002 07:49:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044945Z19083-7588+3772@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:1087 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20646AbSJIEts>;
	Wed, 9 Oct 2002 07:49:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044948Z20646-7588+3780@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:1088 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20652AbSJIEtu>;
	Wed, 9 Oct 2002 07:49:50 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:05
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044950Z20652-7588+3782@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:57 2002
Received: from [213.181.64.18] ([213.181.64.18]:1097 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19549AbSJIEt5>;
	Wed, 9 Oct 2002 07:49:57 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:12
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044957Z19549-7588+3794@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:49:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1098 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14308AbSJIEt5>;
	Wed, 9 Oct 2002 07:49:57 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:13
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009044958Z14308-7588+3795@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:07 2002
Received: from [213.181.64.18] ([213.181.64.18]:1107 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18795AbSJIEuG>;
	Wed, 9 Oct 2002 07:50:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:17
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045006Z18795-7588+3804@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:12 2002
Received: from [213.181.64.18] ([213.181.64.18]:1108 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S9426AbSJIEuM>;
	Wed, 9 Oct 2002 07:50:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:18
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045012Z9426-7588+3807@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:1679 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19083AbSJIEuZ>;
	Wed, 9 Oct 2002 07:50:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045026Z19083-7588+3818@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:1933 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17833AbSJIEu0>;
	Wed, 9 Oct 2002 07:50:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045026Z17833-7588+3819@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:31 2002
Received: from [213.181.64.18] ([213.181.64.18]:2132 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14198AbSJIEua>;
	Wed, 9 Oct 2002 07:50:30 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045031Z14198-7588+3830@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:32 2002
Received: from [213.181.64.18] ([213.181.64.18]:2152 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19381AbSJIEub>;
	Wed, 9 Oct 2002 07:50:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045031Z19381-7588+3831@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:2284 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17675AbSJIEuf>;
	Wed, 9 Oct 2002 07:50:35 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:50
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045035Z17675-7588+3837@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:37 2002
Received: from [213.181.64.18] ([213.181.64.18]:2351 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19549AbSJIEug>;
	Wed, 9 Oct 2002 07:50:36 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:49:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045036Z19549-7588+3840@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:2714 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18385AbSJIEup>;
	Wed, 9 Oct 2002 07:50:45 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045045Z18385-7588+3851@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:2722 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20065AbSJIEup>;
	Wed, 9 Oct 2002 07:50:45 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045045Z20065-7588+3853@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:49 2002
Received: from [213.181.64.18] ([213.181.64.18]:2848 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20525AbSJIEus>;
	Wed, 9 Oct 2002 07:50:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:03
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045048Z20525-7588+3861@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:2921 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14227AbSJIEuu>;
	Wed, 9 Oct 2002 07:50:50 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:05
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045050Z14227-7588+3863@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1026 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19529AbSJIEuy>;
	Wed, 9 Oct 2002 07:50:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045054Z19529-7588+3873@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:50:56 2002
Received: from [213.181.64.18] ([213.181.64.18]:1027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20229AbSJIEuz>;
	Wed, 9 Oct 2002 07:50:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:11
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045056Z20229-7588+3875@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1036 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20229AbSJIEvB>;
	Wed, 9 Oct 2002 07:51:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:17
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045103Z20229-7588+3889@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1035 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19083AbSJIEvB>;
	Wed, 9 Oct 2002 07:51:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045103Z19083-7588+3890@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:07 2002
Received: from [213.181.64.18] ([213.181.64.18]:1045 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20360AbSJIEvG>;
	Wed, 9 Oct 2002 07:51:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045107Z20360-7588+3897@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:1044 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20229AbSJIEvG>;
	Wed, 9 Oct 2002 07:51:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045108Z20229-7588+3902@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:12 2002
Received: from [213.181.64.18] ([213.181.64.18]:1054 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20404AbSJIEvM>;
	Wed, 9 Oct 2002 07:51:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045112Z20404-7588+3909@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:13 2002
Received: from [213.181.64.18] ([213.181.64.18]:1053 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20377AbSJIEvM>;
	Wed, 9 Oct 2002 07:51:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045112Z20377-7588+3911@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:17 2002
Received: from [213.181.64.18] ([213.181.64.18]:1028 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19551AbSJIEvR>;
	Wed, 9 Oct 2002 07:51:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045117Z19551-7588+3922@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:1029 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19529AbSJIEvR>;
	Wed, 9 Oct 2002 07:51:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045118Z19529-7588+3924@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:1039 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19083AbSJIEvW>;
	Wed, 9 Oct 2002 07:51:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:38
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045123Z19083-7588+3935@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:1040 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20774AbSJIEvY>;
	Wed, 9 Oct 2002 07:51:24 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:39
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045126Z20774-7588+3943@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:28 2002
Received: from [213.181.64.18] ([213.181.64.18]:1047 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20684AbSJIEv1>;
	Wed, 9 Oct 2002 07:51:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045128Z20684-7588+3947@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:29 2002
Received: from [213.181.64.18] ([213.181.64.18]:1048 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20766AbSJIEv2>;
	Wed, 9 Oct 2002 07:51:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045128Z20766-7588+3948@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:34 2002
Received: from [213.181.64.18] ([213.181.64.18]:1065 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20704AbSJIEvc>;
	Wed, 9 Oct 2002 07:51:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:48
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045133Z20704-7588+3956@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1074 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20684AbSJIEvi>;
	Wed, 9 Oct 2002 07:51:38 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045138Z20684-7588+3965@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1066 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20411AbSJIEve>;
	Wed, 9 Oct 2002 07:51:34 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:49
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045139Z20411-7588+3967@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:1149 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20741AbSJIEvm>;
	Wed, 9 Oct 2002 07:51:42 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:57
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045143Z20741-7588+3970@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:1207 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19551AbSJIEvn>;
	Wed, 9 Oct 2002 07:51:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:59
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045144Z19551-7588+3972@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:51 2002
Received: from [213.181.64.18] ([213.181.64.18]:1433 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20773AbSJIEvs>;
	Wed, 9 Oct 2002 07:51:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045151Z20773-7588+3983@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:56 2002
Received: from [213.181.64.18] ([213.181.64.18]:1700 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19811AbSJIEvy>;
	Wed, 9 Oct 2002 07:51:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045156Z19811-7588+3992@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:51:57 2002
Received: from [213.181.64.18] ([213.181.64.18]:1702 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15736AbSJIEvy>;
	Wed, 9 Oct 2002 07:51:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045156Z15736-7588+3993@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:1427 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20675AbSJIEvs>;
	Wed, 9 Oct 2002 07:51:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045200Z20675-7588+4003@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:2014 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20741AbSJIEwB>;
	Wed, 9 Oct 2002 07:52:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:17
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045202Z20741-7588+4007@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:2022 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20725AbSJIEwC>;
	Wed, 9 Oct 2002 07:52:02 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:17
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045202Z20725-7588+4008@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:07 2002
Received: from [213.181.64.18] ([213.181.64.18]:2237 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20411AbSJIEwH>;
	Wed, 9 Oct 2002 07:52:07 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045207Z20411-7588+4020@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:08 2002
Received: from [213.181.64.18] ([213.181.64.18]:2258 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20675AbSJIEwH>;
	Wed, 9 Oct 2002 07:52:07 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:23
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045208Z20675-7588+4024@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:10 2002
Received: from [213.181.64.18] ([213.181.64.18]:1075 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19114AbSJIEvj>;
	Wed, 9 Oct 2002 07:51:39 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:50:55
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045210Z19114-7588+4031@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:13 2002
Received: from [213.181.64.18] ([213.181.64.18]:2495 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19083AbSJIEwM>;
	Wed, 9 Oct 2002 07:52:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045213Z19083-7588+4035@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:13 2002
Received: from [213.181.64.18] ([213.181.64.18]:2498 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19549AbSJIEwM>;
	Wed, 9 Oct 2002 07:52:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045213Z19549-7588+4037@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:2779 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20404AbSJIEwS>;
	Wed, 9 Oct 2002 07:52:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045218Z20404-7588+4045@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:19 2002
Received: from [213.181.64.18] ([213.181.64.18]:2777 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19551AbSJIEwS>;
	Wed, 9 Oct 2002 07:52:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045218Z19551-7588+4047@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:2979 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19638AbSJIEwW>;
	Wed, 9 Oct 2002 07:52:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:38
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045223Z19638-7588+4055@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:24 2002
Received: from [213.181.64.18] ([213.181.64.18]:2997 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15736AbSJIEwX>;
	Wed, 9 Oct 2002 07:52:23 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:39
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045223Z15736-7588+4056@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:29 2002
Received: from [213.181.64.18] ([213.181.64.18]:1034 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18415AbSJIEw2>;
	Wed, 9 Oct 2002 07:52:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045229Z18415-7588+4068@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:30 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17569AbSJIEw2>;
	Wed, 9 Oct 2002 07:52:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045229Z17569-7588+4069@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:35 2002
Received: from [213.181.64.18] ([213.181.64.18]:1042 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19811AbSJIEwe>;
	Wed, 9 Oct 2002 07:52:34 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:49
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045235Z19811-7588+4080@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:1043 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19880AbSJIEwe>;
	Wed, 9 Oct 2002 07:52:34 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:49
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045235Z19880-7588+4082@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1050 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S16440AbSJIEwj>;
	Wed, 9 Oct 2002 07:52:39 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:54
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045240Z16440-7588+4092@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:41 2002
Received: from [213.181.64.18] ([213.181.64.18]:1051 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19114AbSJIEwk>;
	Wed, 9 Oct 2002 07:52:40 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:55
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045240Z19114-7588+4094@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:1057 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13254AbSJIEwm>;
	Wed, 9 Oct 2002 07:52:42 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:51:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045242Z13254-7588+4099@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:1058 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14227AbSJIEwo>;
	Wed, 9 Oct 2002 07:52:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045245Z14227-7588+4103@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:1065 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13254AbSJIEwr>;
	Wed, 9 Oct 2002 07:52:47 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045247Z13254-7588+4110@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:1066 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19529AbSJIEwr>;
	Wed, 9 Oct 2002 07:52:47 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:03
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045248Z19529-7588+4111@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:1073 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17675AbSJIEwv>;
	Wed, 9 Oct 2002 07:52:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045252Z17675-7588+4119@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:1074 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20684AbSJIEwv>;
	Wed, 9 Oct 2002 07:52:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045253Z20684-7588+4122@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1083 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20065AbSJIEw5>;
	Wed, 9 Oct 2002 07:52:57 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:12
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045257Z20065-7588+4132@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:52:59 2002
Received: from [213.181.64.18] ([213.181.64.18]:1084 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19529AbSJIEw5>;
	Wed, 9 Oct 2002 07:52:57 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:12
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045259Z19529-7588+4136@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1092 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20065AbSJIExC>;
	Wed, 9 Oct 2002 07:53:02 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:18
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045303Z20065-7588+4144@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1093 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20411AbSJIExC>;
	Wed, 9 Oct 2002 07:53:02 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:18
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045305Z20411-7588+4149@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:08 2002
Received: from [213.181.64.18] ([213.181.64.18]:1102 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20675AbSJIExI>;
	Wed, 9 Oct 2002 07:53:08 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:23
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045308Z20675-7588+4156@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:1127 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S9518AbSJIExI>;
	Wed, 9 Oct 2002 07:53:08 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:24
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045309Z9518-7588+4159@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:1322 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S16440AbSJIExN>;
	Wed, 9 Oct 2002 07:53:13 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045313Z16440-7588+4168@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:1316 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S10082AbSJIExN>;
	Wed, 9 Oct 2002 07:53:13 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045314Z10082-7588+4169@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:19 2002
Received: from [213.181.64.18] ([213.181.64.18]:1533 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20377AbSJIExS>;
	Wed, 9 Oct 2002 07:53:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045319Z20377-7588+4182@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:20 2002
Received: from [213.181.64.18] ([213.181.64.18]:1577 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19381AbSJIExT>;
	Wed, 9 Oct 2002 07:53:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045319Z19381-7588+4184@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:24 2002
Received: from [213.181.64.18] ([213.181.64.18]:1755 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19114AbSJIExX>;
	Wed, 9 Oct 2002 07:53:23 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:39
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045324Z19114-7588+4195@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1798 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17675AbSJIExY>;
	Wed, 9 Oct 2002 07:53:24 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:40
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045324Z17675-7588+4196@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:29 2002
Received: from [213.181.64.18] ([213.181.64.18]:1964 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17675AbSJIEx2>;
	Wed, 9 Oct 2002 07:53:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045329Z17675-7588+4207@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:29 2002
Received: from [213.181.64.18] ([213.181.64.18]:1973 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S7936AbSJIEx3>;
	Wed, 9 Oct 2002 07:53:29 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045329Z7936-7588+4208@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:2249 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19399AbSJIExf>;
	Wed, 9 Oct 2002 07:53:35 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045335Z19399-7588+4220@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:2258 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17855AbSJIExf>;
	Wed, 9 Oct 2002 07:53:35 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045336Z17855-7588+4221@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:2619 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19880AbSJIExo>;
	Wed, 9 Oct 2002 07:53:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:59
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045344Z19880-7588+4236@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:47 2002
Received: from [213.181.64.18] ([213.181.64.18]:2746 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20766AbSJIExq>;
	Wed, 9 Oct 2002 07:53:46 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045347Z20766-7588+4243@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:2607 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19529AbSJIExo>;
	Wed, 9 Oct 2002 07:53:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:52:59
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045348Z19529-7588+4248@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:3000 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20766AbSJIExw>;
	Wed, 9 Oct 2002 07:53:52 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045352Z20766-7588+4257@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:2965 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19240AbSJIExv>;
	Wed, 9 Oct 2002 07:53:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045353Z19240-7588+4258@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:2859 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20377AbSJIExt>;
	Wed, 9 Oct 2002 07:53:49 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045353Z20377-7588+4260@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1035 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S12644AbSJIEx5>;
	Wed, 9 Oct 2002 07:53:57 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:13
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045358Z12644-7588+4269@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:53:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1034 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20725AbSJIEx4>;
	Wed, 9 Oct 2002 07:53:56 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:12
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045358Z20725-7588+4270@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1043 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17675AbSJIEyC>;
	Wed, 9 Oct 2002 07:54:02 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:18
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045403Z17675-7588+4283@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:10 2002
Received: from [213.181.64.18] ([213.181.64.18]:1044 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19635AbSJIEyJ>;
	Wed, 9 Oct 2002 07:54:09 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:21
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045410Z19635-7588+4295@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:11 2002
Received: from [213.181.64.18] ([213.181.64.18]:1052 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20377AbSJIEyL>;
	Wed, 9 Oct 2002 07:54:11 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045411Z20377-7588+4297@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:12 2002
Received: from [213.181.64.18] ([213.181.64.18]:1053 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20709AbSJIEyL>;
	Wed, 9 Oct 2002 07:54:11 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045411Z20709-7588+4298@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:20 2002
Received: from [213.181.64.18] ([213.181.64.18]:1027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S7936AbSJIEyU>;
	Wed, 9 Oct 2002 07:54:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:32
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045420Z7936-7588+4309@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:20 2002
Received: from [213.181.64.18] ([213.181.64.18]:1028 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S12644AbSJIEyU>;
	Wed, 9 Oct 2002 07:54:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:32
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045420Z12644-7588+4310@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:1038 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20740AbSJIEyZ>;
	Wed, 9 Oct 2002 07:54:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045425Z20740-7588+4320@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:1037 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19240AbSJIEyZ>;
	Wed, 9 Oct 2002 07:54:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:40
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045426Z19240-7588+4322@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:31 2002
Received: from [213.181.64.18] ([213.181.64.18]:1047 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19529AbSJIEya>;
	Wed, 9 Oct 2002 07:54:30 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045431Z19529-7588+4327@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:34 2002
Received: from [213.181.64.18] ([213.181.64.18]:1048 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20377AbSJIEyc>;
	Wed, 9 Oct 2002 07:54:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045433Z20377-7588+4335@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1094 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20652AbSJIEyi>;
	Wed, 9 Oct 2002 07:54:38 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045438Z20652-7588+4345@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1140 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19529AbSJIEyj>;
	Wed, 9 Oct 2002 07:54:39 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:53:55
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045439Z19529-7588+4347@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:1494 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19635AbSJIEyr>;
	Wed, 9 Oct 2002 07:54:47 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045447Z19635-7588+4361@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:49 2002
Received: from [213.181.64.18] ([213.181.64.18]:1498 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19993AbSJIEyr>;
	Wed, 9 Oct 2002 07:54:47 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045449Z19993-7588+4364@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:1752 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14981AbSJIEyw>;
	Wed, 9 Oct 2002 07:54:52 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:08
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045453Z14981-7588+4371@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:54:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1758 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18066AbSJIEyw>;
	Wed, 9 Oct 2002 07:54:52 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:08
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045454Z18066-7588+4376@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:2005 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19379AbSJIEy6>;
	Wed, 9 Oct 2002 07:54:58 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:13
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045502Z19379-7588+4395@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:2274 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20404AbSJIEzD>;
	Wed, 9 Oct 2002 07:55:03 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:19
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045504Z20404-7588+4398@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:08 2002
Received: from [213.181.64.18] ([213.181.64.18]:2258 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19993AbSJIEzD>;
	Wed, 9 Oct 2002 07:55:03 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:19
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045508Z19993-7588+4407@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:10 2002
Received: from [213.181.64.18] ([213.181.64.18]:2485 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20707AbSJIEzJ>;
	Wed, 9 Oct 2002 07:55:09 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:24
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045509Z20707-7588+4411@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:11 2002
Received: from [213.181.64.18] ([213.181.64.18]:2480 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20414AbSJIEzJ>;
	Wed, 9 Oct 2002 07:55:09 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:24
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045510Z20414-7588+4413@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:2007 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19381AbSJIEy6>;
	Wed, 9 Oct 2002 07:54:58 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:13
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045513Z19381-7588+4420@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:2708 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20712AbSJIEzO>;
	Wed, 9 Oct 2002 07:55:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:30
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045515Z20712-7588+4423@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:21 2002
Received: from [213.181.64.18] ([213.181.64.18]:2938 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14981AbSJIEzT>;
	Wed, 9 Oct 2002 07:55:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045520Z14981-7588+4435@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:24 2002
Received: from [213.181.64.18] ([213.181.64.18]:2946 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S7936AbSJIEzT>;
	Wed, 9 Oct 2002 07:55:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045524Z7936-7588+4444@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:1031 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19399AbSJIEzZ>;
	Wed, 9 Oct 2002 07:55:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045525Z19399-7588+4448@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:30 2002
Received: from [213.181.64.18] ([213.181.64.18]:1032 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19439AbSJIEzZ>;
	Wed, 9 Oct 2002 07:55:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045529Z19439-7588+4456@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:1040 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14981AbSJIEza>;
	Wed, 9 Oct 2002 07:55:30 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045534Z14981-7588+4468@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:1049 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18766AbSJIEze>;
	Wed, 9 Oct 2002 07:55:34 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:50
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045536Z18766-7588+4469@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:1050 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19921AbSJIEzg>;
	Wed, 9 Oct 2002 07:55:36 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045538Z19921-7588+4474@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:1041 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18284AbSJIEza>;
	Wed, 9 Oct 2002 07:55:30 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045538Z18284-7588+4475@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1058 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20229AbSJIEzi>;
	Wed, 9 Oct 2002 07:55:38 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:54
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045538Z20229-7588+4477@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:42 2002
Received: from [213.181.64.18] ([213.181.64.18]:1059 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13254AbSJIEzl>;
	Wed, 9 Oct 2002 07:55:41 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:54:56
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045541Z13254-7588+4484@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1068 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20740AbSJIEzo>;
	Wed, 9 Oct 2002 07:55:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045545Z20740-7588+4494@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1067 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19529AbSJIEzo>;
	Wed, 9 Oct 2002 07:55:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045546Z19529-7588+4495@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:51 2002
Received: from [213.181.64.18] ([213.181.64.18]:1077 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17569AbSJIEzu>;
	Wed, 9 Oct 2002 07:55:50 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:06
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045550Z17569-7588+4506@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:1078 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20304AbSJIEzv>;
	Wed, 9 Oct 2002 07:55:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045552Z20304-7588+4510@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:55 2002
Received: from [213.181.64.18] ([213.181.64.18]:1086 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14227AbSJIEzz>;
	Wed, 9 Oct 2002 07:55:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:11
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045555Z14227-7588+4520@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:55:56 2002
Received: from [213.181.64.18] ([213.181.64.18]:1087 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13254AbSJIEzz>;
	Wed, 9 Oct 2002 07:55:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:11
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045555Z13254-7588+4521@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:1096 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S9426AbSJIE4A>;
	Wed, 9 Oct 2002 07:56:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045601Z9426-7588+4532@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:1095 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20595AbSJIE4A>;
	Wed, 9 Oct 2002 07:56:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045601Z20595-7588+4533@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1114 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14227AbSJIE4F>;
	Wed, 9 Oct 2002 07:56:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:21
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045605Z14227-7588+4544@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:11 2002
Received: from [213.181.64.18] ([213.181.64.18]:1360 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19439AbSJIE4K>;
	Wed, 9 Oct 2002 07:56:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045610Z19439-7588+4556@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:13 2002
Received: from [213.181.64.18] ([213.181.64.18]:1364 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19858AbSJIE4K>;
	Wed, 9 Oct 2002 07:56:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045612Z19858-7588+4562@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:1575 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20360AbSJIE4P>;
	Wed, 9 Oct 2002 07:56:15 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:31
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045615Z20360-7588+4568@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:16 2002
Received: from [213.181.64.18] ([213.181.64.18]:1596 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20707AbSJIE4P>;
	Wed, 9 Oct 2002 07:56:15 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:31
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045616Z20707-7588+4571@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:21 2002
Received: from [213.181.64.18] ([213.181.64.18]:1772 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19083AbSJIE4U>;
	Wed, 9 Oct 2002 07:56:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045620Z19083-7588+4580@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:21 2002
Received: from [213.181.64.18] ([213.181.64.18]:1818 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19643AbSJIE4V>;
	Wed, 9 Oct 2002 07:56:21 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045621Z19643-7588+4581@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:2050 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18795AbSJIE4Z>;
	Wed, 9 Oct 2002 07:56:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045626Z18795-7588+4591@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:2072 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13254AbSJIE40>;
	Wed, 9 Oct 2002 07:56:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045627Z13254-7588+4593@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:32 2002
Received: from [213.181.64.18] ([213.181.64.18]:2312 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19381AbSJIE4c>;
	Wed, 9 Oct 2002 07:56:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:48
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045632Z19381-7588+4606@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:35 2002
Received: from [213.181.64.18] ([213.181.64.18]:2308 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14853AbSJIE4c>;
	Wed, 9 Oct 2002 07:56:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:48
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045635Z14853-7588+4612@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:2560 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19115AbSJIE4h>;
	Wed, 9 Oct 2002 07:56:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045639Z19115-7588+4620@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:2562 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13254AbSJIE4h>;
	Wed, 9 Oct 2002 07:56:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045640Z13254-7588+4622@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:2813 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19381AbSJIE4n>;
	Wed, 9 Oct 2002 07:56:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045643Z19381-7588+4627@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:2817 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19921AbSJIE4n>;
	Wed, 9 Oct 2002 07:56:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:55:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045644Z19921-7588+4629@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:49 2002
Received: from [213.181.64.18] ([213.181.64.18]:1029 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14654AbSJIE4s>;
	Wed, 9 Oct 2002 07:56:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045649Z14654-7588+4637@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1037 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18795AbSJIE4y>;
	Wed, 9 Oct 2002 07:56:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045654Z18795-7588+4648@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:56:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1038 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19399AbSJIE4y>;
	Wed, 9 Oct 2002 07:56:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045654Z19399-7588+4649@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:1046 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19379AbSJIE47>;
	Wed, 9 Oct 2002 07:56:59 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045700Z19379-7588+4660@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:1047 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19399AbSJIE47>;
	Wed, 9 Oct 2002 07:56:59 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045700Z19399-7588+4661@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1056 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19858AbSJIE5F>;
	Wed, 9 Oct 2002 07:57:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045705Z19858-7588+4672@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1055 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19083AbSJIE5E>;
	Wed, 9 Oct 2002 07:57:04 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045705Z19083-7588+4674@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:11 2002
Received: from [213.181.64.18] ([213.181.64.18]:1064 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19212AbSJIE5K>;
	Wed, 9 Oct 2002 07:57:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045711Z19212-7588+4685@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:11 2002
Received: from [213.181.64.18] ([213.181.64.18]:1063 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18795AbSJIE5K>;
	Wed, 9 Oct 2002 07:57:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045711Z18795-7588+4686@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:1066 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18284AbSJIE5O>;
	Wed, 9 Oct 2002 07:57:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045714Z18284-7588+4690@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:1067 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20707AbSJIE5O>;
	Wed, 9 Oct 2002 07:57:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045714Z20707-7588+4691@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:21 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19182AbSJIE5V>;
	Wed, 9 Oct 2002 07:57:21 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045721Z19182-7588+4699@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:22 2002
Received: from [213.181.64.18] ([213.181.64.18]:1032 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19083AbSJIE5V>;
	Wed, 9 Oct 2002 07:57:21 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045721Z19083-7588+4700@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:1042 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19182AbSJIE50>;
	Wed, 9 Oct 2002 07:57:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045727Z19182-7588+4712@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:1041 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19083AbSJIE50>;
	Wed, 9 Oct 2002 07:57:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045727Z19083-7588+4713@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:32 2002
Received: from [213.181.64.18] ([213.181.64.18]:1052 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20662AbSJIE5c>;
	Wed, 9 Oct 2002 07:57:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045732Z20662-7588+4724@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1051 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20707AbSJIE5c>;
	Wed, 9 Oct 2002 07:57:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045732Z20707-7588+4725@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:1203 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19993AbSJIE5h>;
	Wed, 9 Oct 2002 07:57:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045738Z19993-7588+4735@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1196 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18795AbSJIE5h>;
	Wed, 9 Oct 2002 07:57:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045738Z18795-7588+4737@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:1398 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14654AbSJIE5m>;
	Wed, 9 Oct 2002 07:57:42 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:57
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045742Z14654-7588+4746@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:1428 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15126AbSJIE5m>;
	Wed, 9 Oct 2002 07:57:42 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:56:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045743Z15126-7588+4747@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:1591 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19993AbSJIE5r>;
	Wed, 9 Oct 2002 07:57:47 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045747Z19993-7588+4757@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:1613 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13254AbSJIE5r>;
	Wed, 9 Oct 2002 07:57:47 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:03
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045749Z13254-7588+4764@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1836 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S10670AbSJIE5x>;
	Wed, 9 Oct 2002 07:57:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:08
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045753Z10670-7588+4769@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:55 2002
Received: from [213.181.64.18] ([213.181.64.18]:1851 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18766AbSJIE5x>;
	Wed, 9 Oct 2002 07:57:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045754Z18766-7588+4773@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:59 2002
Received: from [213.181.64.18] ([213.181.64.18]:2071 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14853AbSJIE56>;
	Wed, 9 Oct 2002 07:57:58 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045759Z14853-7588+4781@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:57:59 2002
Received: from [213.181.64.18] ([213.181.64.18]:2102 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20404AbSJIE57>;
	Wed, 9 Oct 2002 07:57:59 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045759Z20404-7588+4782@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:2100 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20304AbSJIE57>;
	Wed, 9 Oct 2002 07:57:59 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045759Z20304-7588+4784@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:2106 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19921AbSJIE57>;
	Wed, 9 Oct 2002 07:57:59 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045800Z19921-7588+4785@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:2090 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18766AbSJIE56>;
	Wed, 9 Oct 2002 07:57:58 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045800Z18766-7588+4786@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:07 2002
Received: from [213.181.64.18] ([213.181.64.18]:2445 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14654AbSJIE6H>;
	Wed, 9 Oct 2002 07:58:07 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045807Z14654-7588+4796@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:08 2002
Received: from [213.181.64.18] ([213.181.64.18]:2457 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15126AbSJIE6H>;
	Wed, 9 Oct 2002 07:58:07 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:23
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045807Z15126-7588+4798@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:2756 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14981AbSJIE6O>;
	Wed, 9 Oct 2002 07:58:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045814Z14981-7588+4811@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:2776 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S10670AbSJIE6O>;
	Wed, 9 Oct 2002 07:58:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:30
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045817Z10670-7588+4818@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:19 2002
Received: from [213.181.64.18] ([213.181.64.18]:2962 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20404AbSJIE6T>;
	Wed, 9 Oct 2002 07:58:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045819Z20404-7588+4822@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:20 2002
Received: from [213.181.64.18] ([213.181.64.18]:2989 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14981AbSJIE6T>;
	Wed, 9 Oct 2002 07:58:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045820Z14981-7588+4824@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:24 2002
Received: from [213.181.64.18] ([213.181.64.18]:1032 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20652AbSJIE6Y>;
	Wed, 9 Oct 2002 07:58:24 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:39
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045824Z20652-7588+4835@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19993AbSJIE6Y>;
	Wed, 9 Oct 2002 07:58:24 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:40
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045825Z19993-7588+4836@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:30 2002
Received: from [213.181.64.18] ([213.181.64.18]:1041 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20491AbSJIE63>;
	Wed, 9 Oct 2002 07:58:29 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045829Z20491-7588+4844@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:31 2002
Received: from [213.181.64.18] ([213.181.64.18]:1042 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20735AbSJIE6b>;
	Wed, 9 Oct 2002 07:58:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:45
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045831Z20735-7588+4848@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1047 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18766AbSJIE6q>;
	Wed, 9 Oct 2002 07:58:46 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:57:50
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045846Z18766-7588+4862@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:1057 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19399AbSJIE6x>;
	Wed, 9 Oct 2002 07:58:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045853Z19399-7588+4869@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:58:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:1058 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19439AbSJIE6x>;
	Wed, 9 Oct 2002 07:58:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045853Z19439-7588+4870@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:07 2002
Received: from [213.181.64.18] ([213.181.64.18]:1064 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13559AbSJIE7F>;
	Wed, 9 Oct 2002 07:59:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045906Z13559-7588+4878@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:08 2002
Received: from [213.181.64.18] ([213.181.64.18]:1063 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18564AbSJIE7E>;
	Wed, 9 Oct 2002 07:59:04 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045907Z18564-7588+4879@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:17 2002
Received: from [213.181.64.18] ([213.181.64.18]:1147 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14796AbSJIE7R>;
	Wed, 9 Oct 2002 07:59:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:31
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045917Z14796-7588+4887@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:1151 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S13254AbSJIE7R>;
	Wed, 9 Oct 2002 07:59:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:31
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045918Z13254-7588+4889@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:1366 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S5940AbSJIE7W>;
	Wed, 9 Oct 2002 07:59:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:37
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045923Z5940-7588+4895@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1421 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14796AbSJIE7Y>;
	Wed, 9 Oct 2002 07:59:24 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:38
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045924Z14796-7588+4896@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:31 2002
Received: from [213.181.64.18] ([213.181.64.18]:1652 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20644AbSJIE7b>;
	Wed, 9 Oct 2002 07:59:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045931Z20644-7588+4907@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:32 2002
Received: from [213.181.64.18] ([213.181.64.18]:1709 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19439AbSJIE7b>;
	Wed, 9 Oct 2002 07:59:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:45
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045932Z19439-7588+4908@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:37 2002
Received: from [213.181.64.18] ([213.181.64.18]:1906 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19462AbSJIE7g>;
	Wed, 9 Oct 2002 07:59:36 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:50
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045937Z19462-7588+4914@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1896 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S18730AbSJIE7k>;
	Wed, 9 Oct 2002 07:59:40 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:50
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045940Z18730-7588+4919@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:2201 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20377AbSJIE7o>;
	Wed, 9 Oct 2002 07:59:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045944Z20377-7588+4924@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:2210 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19439AbSJIE7o>;
	Wed, 9 Oct 2002 07:59:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:58:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045945Z19439-7588+4925@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 07:59:57 2002
Received: from [213.181.64.18] ([213.181.64.18]:2535 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20675AbSJIE74>;
	Wed, 9 Oct 2002 07:59:56 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:59:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009045956Z20675-7588+4941@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:00:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:2857 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S5940AbSJIFAB>;
	Wed, 9 Oct 2002 08:00:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:59:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050002Z5940-7588+4947@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:00:22 2002
Received: from [213.181.64.18] ([213.181.64.18]:1036 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20882AbSJIFAS>;
	Wed, 9 Oct 2002 08:00:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:59:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050020Z20882-7588+4960@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:00:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20774AbSJIFAQ>;
	Wed, 9 Oct 2002 08:00:16 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:59:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050025Z20774-7588+4964@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:00:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1046 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20899AbSJIFAh>;
	Wed, 9 Oct 2002 08:00:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:59:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050038Z20899-7588+4973@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:00:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:1060 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20662AbSJIFAq>;
	Wed, 9 Oct 2002 08:00:46 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:01
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050046Z20662-7588+4981@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:00:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:1061 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20871AbSJIFAq>;
	Wed, 9 Oct 2002 08:00:46 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050048Z20871-7588+4982@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:00:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1185 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20876AbSJIFA4>;
	Wed, 9 Oct 2002 08:00:56 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:12
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050057Z20876-7588+4989@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:00:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1151 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20875AbSJIFAz>;
	Wed, 9 Oct 2002 08:00:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:11
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050058Z20875-7588+4990@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:01:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1430 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20871AbSJIFBC>;
	Wed, 9 Oct 2002 08:01:02 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:17
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050104Z20871-7588+4997@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:01:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:1927 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19635AbSJIFBN>;
	Wed, 9 Oct 2002 08:01:13 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050114Z19635-7588+5005@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:01:16 2002
Received: from [213.181.64.18] ([213.181.64.18]:1934 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20713AbSJIFBN>;
	Wed, 9 Oct 2002 08:01:13 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050115Z20713-7588+5006@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:01:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:2686 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20713AbSJIFB3>;
	Wed, 9 Oct 2002 08:01:29 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:45
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050131Z20713-7588+5021@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:01:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S11270AbSJIFBo>;
	Wed, 9 Oct 2002 08:01:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050145Z11270-7588+5028@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:01:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:1028 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20970AbSJIFBr>;
	Wed, 9 Oct 2002 08:01:47 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:03
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050149Z20970-7588+5032@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:01:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:1037 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20934AbSJIFBt>;
	Wed, 9 Oct 2002 08:01:49 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:05
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050150Z20934-7588+5033@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:01:59 2002
Received: from [213.181.64.18] ([213.181.64.18]:1046 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20683AbSJIFBz>;
	Wed, 9 Oct 2002 08:01:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:11
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050156Z20683-7588+5039@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:1045 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S11199AbSJIFBy>;
	Wed, 9 Oct 2002 08:01:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050159Z11199-7588+5040@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:1056 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21011AbSJIFCA>;
	Wed, 9 Oct 2002 08:02:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050201Z21011-7588+5042@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1055 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21002AbSJIFCA>;
	Wed, 9 Oct 2002 08:02:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050203Z21002-7588+5044@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:13 2002
Received: from [213.181.64.18] ([213.181.64.18]:1066 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20986AbSJIFCG>;
	Wed, 9 Oct 2002 08:02:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050211Z20986-7588+5052@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:1032 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20684AbSJIFCT>;
	Wed, 9 Oct 2002 08:02:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050221Z20684-7588+5058@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:30 2002
Received: from [213.181.64.18] ([213.181.64.18]:1331 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21072AbSJIFCZ>;
	Wed, 9 Oct 2002 08:02:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050229Z21072-7588+5063@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1600 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20684AbSJIFCb>;
	Wed, 9 Oct 2002 08:02:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050232Z20684-7588+5066@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:37 2002
Received: from [213.181.64.18] ([213.181.64.18]:1602 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20845AbSJIFCb>;
	Wed, 9 Oct 2002 08:02:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050236Z20845-7588+5072@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:2264 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14981AbSJIFCp>;
	Wed, 9 Oct 2002 08:02:45 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:01
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050247Z14981-7588+5080@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:49 2002
Received: from [213.181.64.18] ([213.181.64.18]:2220 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20890AbSJIFCo>;
	Wed, 9 Oct 2002 08:02:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050248Z20890-7588+5081@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:02:56 2002
Received: from [213.181.64.18] ([213.181.64.18]:2622 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S11130AbSJIFCx>;
	Wed, 9 Oct 2002 08:02:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050255Z11130-7588+5085@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:2688 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20894AbSJIFCz>;
	Wed, 9 Oct 2002 08:02:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050257Z20894-7588+5086@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:2669 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21109AbSJIFCy>;
	Wed, 9 Oct 2002 08:02:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050259Z21109-7588+5087@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:2916 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14981AbSJIFDB>;
	Wed, 9 Oct 2002 08:03:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050303Z14981-7588+5089@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:07 2002
Received: from [213.181.64.18] ([213.181.64.18]:2940 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19379AbSJIFDA>;
	Wed, 9 Oct 2002 08:03:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050305Z19379-7588+5091@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:12 2002
Received: from [213.181.64.18] ([213.181.64.18]:1042 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21157AbSJIFDG>;
	Wed, 9 Oct 2002 08:03:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050308Z21157-7588+5093@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:1041 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21156AbSJIFDG>;
	Wed, 9 Oct 2002 08:03:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050312Z21156-7588+5094@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:21 2002
Received: from [213.181.64.18] ([213.181.64.18]:1051 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21165AbSJIFDR>;
	Wed, 9 Oct 2002 08:03:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:30
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050319Z21165-7588+5097@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:1049 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20894AbSJIFDT>;
	Wed, 9 Oct 2002 08:03:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050325Z20894-7588+5100@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:35 2002
Received: from [213.181.64.18] ([213.181.64.18]:1045 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21117AbSJIFD3>;
	Wed, 9 Oct 2002 08:03:29 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050332Z21117-7588+5104@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:37 2002
Received: from [213.181.64.18] ([213.181.64.18]:1026 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S11130AbSJIFDd>;
	Wed, 9 Oct 2002 08:03:33 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050336Z11130-7588+5106@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:1027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21175AbSJIFDb>;
	Wed, 9 Oct 2002 08:03:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:45
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050336Z21175-7588+5107@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:03:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:1044 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21166AbSJIFDo>;
	Wed, 9 Oct 2002 08:03:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050348Z21166-7588+5111@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:04:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1037 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20823AbSJIFD5>;
	Wed, 9 Oct 2002 08:03:57 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:03:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050401Z20823-7588+5116@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:04:08 2002
Received: from [213.181.64.18] ([213.181.64.18]:1036 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21125AbSJIFD7>;
	Wed, 9 Oct 2002 08:03:59 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:03:03
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050406Z21125-7588+5119@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:04:16 2002
Received: from [213.181.64.18] ([213.181.64.18]:1501 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20823AbSJIFEL>;
	Wed, 9 Oct 2002 08:04:11 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:03:21
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050413Z20823-7588+5123@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:04:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:1508 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21205AbSJIFES>;
	Wed, 9 Oct 2002 08:04:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:03:21
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050422Z21205-7588+5128@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:05:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:2857 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20700AbSJIFE4>;
	Wed, 9 Oct 2002 08:04:56 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:03:56
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050459Z20700-7588+5149@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:05:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S16440AbSJIFE7>;
	Wed, 9 Oct 2002 08:04:59 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:04:12
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050501Z16440-7588+5150@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:05:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1034 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21262AbSJIFFX>;
	Wed, 9 Oct 2002 08:05:23 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:04:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050524Z21262-7588+5163@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:05:32 2002
Received: from [213.181.64.18] ([213.181.64.18]:1044 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20525AbSJIFF2>;
	Wed, 9 Oct 2002 08:05:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:04:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050529Z20525-7588+5168@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:05:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1119 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21246AbSJIFFg>;
	Wed, 9 Oct 2002 08:05:36 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:04:52
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050539Z21246-7588+5172@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:05:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1774 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21322AbSJIFFv>;
	Wed, 9 Oct 2002 08:05:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:06
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050553Z21322-7588+5182@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:06:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:2067 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14981AbSJIFF6>;
	Wed, 9 Oct 2002 08:05:58 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050600Z14981-7588+5186@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:06:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:2466 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20907AbSJIFGI>;
	Wed, 9 Oct 2002 08:06:08 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:24
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050609Z20907-7588+5190@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:06:10 2002
Received: from [213.181.64.18] ([213.181.64.18]:2458 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14981AbSJIFGI>;
	Wed, 9 Oct 2002 08:06:08 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:24
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050609Z14981-7588+5191@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:06:32 2002
Received: from [213.181.64.18] ([213.181.64.18]:1035 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21333AbSJIFG2>;
	Wed, 9 Oct 2002 08:06:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050629Z21333-7588+5201@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:06:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:1046 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21333AbSJIFGg>;
	Wed, 9 Oct 2002 08:06:36 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:52
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050637Z21333-7588+5207@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:06:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:1053 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21372AbSJIFGl>;
	Wed, 9 Oct 2002 08:06:41 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:56
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050641Z21372-7588+5211@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:06:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:1054 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21157AbSJIFGl>;
	Wed, 9 Oct 2002 08:06:41 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:56
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050643Z21157-7588+5212@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:07:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:1084 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21448AbSJIFHA>;
	Wed, 9 Oct 2002 08:07:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050700Z21448-7588+5227@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:07:06 2002
Received: from [213.181.64.18] ([213.181.64.18]:1085 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15126AbSJIFHA>;
	Wed, 9 Oct 2002 08:07:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050705Z15126-7588+5231@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:07:12 2002
Received: from [213.181.64.18] ([213.181.64.18]:1182 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21416AbSJIFHK>;
	Wed, 9 Oct 2002 08:07:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050711Z21416-7588+5237@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:07:30 2002
Received: from [213.181.64.18] ([213.181.64.18]:1882 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21399AbSJIFH1>;
	Wed, 9 Oct 2002 08:07:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050729Z21399-7588+5250@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:07:37 2002
Received: from [213.181.64.18] ([213.181.64.18]:2103 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21428AbSJIFHc>;
	Wed, 9 Oct 2002 08:07:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050734Z21428-7588+5253@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:07:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:2282 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20712AbSJIFHg>;
	Wed, 9 Oct 2002 08:07:36 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:52
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050738Z20712-7588+5254@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:07:42 2002
Received: from [213.181.64.18] ([213.181.64.18]:2361 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21402AbSJIFHi>;
	Wed, 9 Oct 2002 08:07:38 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:54
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050740Z21402-7588+5256@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:07:47 2002
Received: from [213.181.64.18] ([213.181.64.18]:2633 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20712AbSJIFHo>;
	Wed, 9 Oct 2002 08:07:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050747Z20712-7588+5261@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:07:57 2002
Received: from [213.181.64.18] ([213.181.64.18]:1027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21536AbSJIFHx>;
	Wed, 9 Oct 2002 08:07:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050755Z21536-7588+5267@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:08:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1035 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21421AbSJIFIA>;
	Wed, 9 Oct 2002 08:08:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050802Z21421-7588+5270@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:08:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:1044 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21549AbSJIFIH>;
	Wed, 9 Oct 2002 08:08:07 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050813Z21549-7588+5276@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:08:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1032 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21399AbSJIFIU>;
	Wed, 9 Oct 2002 08:08:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050822Z21399-7588+5282@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:08:30 2002
Received: from [213.181.64.18] ([213.181.64.18]:1042 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21598AbSJIFI1>;
	Wed, 9 Oct 2002 08:08:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050829Z21598-7588+5286@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:08:31 2002
Received: from [213.181.64.18] ([213.181.64.18]:1041 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21594AbSJIFI1>;
	Wed, 9 Oct 2002 08:08:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050830Z21594-7588+5287@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:08:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1060 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21537AbSJIFIg>;
	Wed, 9 Oct 2002 08:08:36 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050838Z21537-7588+5293@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:08:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1359 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21622AbSJIFIo>;
	Wed, 9 Oct 2002 08:08:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:59
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050845Z21622-7588+5297@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:08:55 2002
Received: from [213.181.64.18] ([213.181.64.18]:1723 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21635AbSJIFIw>;
	Wed, 9 Oct 2002 08:08:52 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:08
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050853Z21635-7588+5302@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:09:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:1955 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21627AbSJIFI6>;
	Wed, 9 Oct 2002 08:08:58 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:13
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050900Z21627-7588+5307@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:09:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:2090 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21666AbSJIFJB>;
	Wed, 9 Oct 2002 08:09:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050902Z21666-7588+5308@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:09:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:2315 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21638AbSJIFJG>;
	Wed, 9 Oct 2002 08:09:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050907Z21638-7588+5312@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:09:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:2590 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21691AbSJIFJN>;
	Wed, 9 Oct 2002 08:09:13 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050914Z21691-7588+5315@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:09:19 2002
Received: from [213.181.64.18] ([213.181.64.18]:2582 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21666AbSJIFJM>;
	Wed, 9 Oct 2002 08:09:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050916Z21666-7588+5317@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:09:24 2002
Received: from [213.181.64.18] ([213.181.64.18]:2847 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21709AbSJIFJT>;
	Wed, 9 Oct 2002 08:09:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050922Z21709-7588+5320@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:09:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1029 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21605AbSJIFJZ>;
	Wed, 9 Oct 2002 08:09:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050930Z21605-7588+5323@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:09:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:1059 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21687AbSJIFJs>;
	Wed, 9 Oct 2002 08:09:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:03
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050950Z21687-7588+5333@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:10:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:1068 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21773AbSJIFJz>;
	Wed, 9 Oct 2002 08:09:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009050958Z21773-7588+5336@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:10:07 2002
Received: from [213.181.64.18] ([213.181.64.18]:1076 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21810AbSJIFKB>;
	Wed, 9 Oct 2002 08:10:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051004Z21810-7588+5338@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:10:20 2002
Received: from [213.181.64.18] ([213.181.64.18]:1505 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21405AbSJIFKR>;
	Wed, 9 Oct 2002 08:10:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051019Z21405-7588+5345@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:10:21 2002
Received: from [213.181.64.18] ([213.181.64.18]:1559 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21860AbSJIFKT>;
	Wed, 9 Oct 2002 08:10:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051020Z21860-7588+5346@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:10:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:2214 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21877AbSJIFKf>;
	Wed, 9 Oct 2002 08:10:35 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051038Z21877-7588+5359@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:10:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:2813 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21293AbSJIFKu>;
	Wed, 9 Oct 2002 08:10:50 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:06
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051051Z21293-7588+5367@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:2933 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21405AbSJIFKy>;
	Wed, 9 Oct 2002 08:10:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051057Z21405-7588+5369@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:1028 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21918AbSJIFLA>;
	Wed, 9 Oct 2002 08:11:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051101Z21918-7588+5371@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21666AbSJIFK7>;
	Wed, 9 Oct 2002 08:10:59 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051103Z21666-7588+5374@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:11 2002
Received: from [213.181.64.18] ([213.181.64.18]:1037 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21864AbSJIFLG>;
	Wed, 9 Oct 2002 08:11:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:21
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051109Z21864-7588+5377@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:1047 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21927AbSJIFLM>;
	Wed, 9 Oct 2002 08:11:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051114Z21927-7588+5380@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:1025 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21666AbSJIFLP>;
	Wed, 9 Oct 2002 08:11:15 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:31
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051117Z21666-7588+5383@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:20 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21959AbSJIFLS>;
	Wed, 9 Oct 2002 08:11:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051119Z21959-7588+5385@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:1034 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21965AbSJIFLU>;
	Wed, 9 Oct 2002 08:11:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051122Z21965-7588+5387@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:34 2002
Received: from [213.181.64.18] ([213.181.64.18]:1063 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21995AbSJIFLb>;
	Wed, 9 Oct 2002 08:11:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051133Z21995-7588+5392@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:42 2002
Received: from [213.181.64.18] ([213.181.64.18]:1062 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21989AbSJIFLb>;
	Wed, 9 Oct 2002 08:11:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051142Z21989-7588+5399@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:11:49 2002
Received: from [213.181.64.18] ([213.181.64.18]:1070 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21988AbSJIFLn>;
	Wed, 9 Oct 2002 08:11:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:57
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051147Z21988-7588+5403@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:1851 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21639AbSJIFMA>;
	Wed, 9 Oct 2002 08:12:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051202Z21639-7588+5417@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:1843 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21333AbSJIFMA>;
	Wed, 9 Oct 2002 08:12:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051203Z21333-7588+5420@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:08 2002
Received: from [213.181.64.18] ([213.181.64.18]:2117 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22032AbSJIFMG>;
	Wed, 9 Oct 2002 08:12:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051207Z22032-7588+5425@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:2370 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22041AbSJIFMM>;
	Wed, 9 Oct 2002 08:12:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051214Z22041-7588+5434@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:2372 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21930AbSJIFMM>;
	Wed, 9 Oct 2002 08:12:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051218Z21930-7588+5440@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:2613 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21968AbSJIFMR>;
	Wed, 9 Oct 2002 08:12:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051218Z21968-7588+5441@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:20 2002
Received: from [213.181.64.18] ([213.181.64.18]:2625 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22005AbSJIFMS>;
	Wed, 9 Oct 2002 08:12:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051219Z22005-7588+5443@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:2750 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21948AbSJIFMU>;
	Wed, 9 Oct 2002 08:12:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051222Z21948-7588+5445@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:2739 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21769AbSJIFMU>;
	Wed, 9 Oct 2002 08:12:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051223Z21769-7588+5446@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:30 2002
Received: from [213.181.64.18] ([213.181.64.18]:1026 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22000AbSJIFM0>;
	Wed, 9 Oct 2002 08:12:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051229Z22000-7588+5449@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:1032 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22051AbSJIFMc>;
	Wed, 9 Oct 2002 08:12:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051234Z22051-7588+5453@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1041 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22076AbSJIFMg>;
	Wed, 9 Oct 2002 08:12:36 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051237Z22076-7588+5455@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1042 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22077AbSJIFMh>;
	Wed, 9 Oct 2002 08:12:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051239Z22077-7588+5456@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1050 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21985AbSJIFMn>;
	Wed, 9 Oct 2002 08:12:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:59
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051245Z21985-7588+5461@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:51 2002
Received: from [213.181.64.18] ([213.181.64.18]:1060 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21985AbSJIFMt>;
	Wed, 9 Oct 2002 08:12:49 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:05
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051250Z21985-7588+5464@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:56 2002
Received: from [213.181.64.18] ([213.181.64.18]:1069 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22037AbSJIFMy>;
	Wed, 9 Oct 2002 08:12:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051255Z22037-7588+5469@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:12:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1070 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22107AbSJIFMz>;
	Wed, 9 Oct 2002 08:12:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051256Z22107-7588+5470@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1080 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22051AbSJIFNB>;
	Wed, 9 Oct 2002 08:13:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051301Z22051-7588+5475@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:1089 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22139AbSJIFNG>;
	Wed, 9 Oct 2002 08:13:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051308Z22139-7588+5480@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:12 2002
Received: from [213.181.64.18] ([213.181.64.18]:1090 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22140AbSJIFNH>;
	Wed, 9 Oct 2002 08:13:07 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:23
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051309Z22140-7588+5481@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:1099 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22109AbSJIFNN>;
	Wed, 9 Oct 2002 08:13:13 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051315Z22109-7588+5483@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:17 2002
Received: from [213.181.64.18] ([213.181.64.18]:1098 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21810AbSJIFNM>;
	Wed, 9 Oct 2002 08:13:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051315Z21810-7588+5484@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:22 2002
Received: from [213.181.64.18] ([213.181.64.18]:1145 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22107AbSJIFNT>;
	Wed, 9 Oct 2002 08:13:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051321Z22107-7588+5488@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:1202 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22139AbSJIFNV>;
	Wed, 9 Oct 2002 08:13:21 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051322Z22139-7588+5489@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:24 2002
Received: from [213.181.64.18] ([213.181.64.18]:1026 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22145AbSJIFNT>;
	Wed, 9 Oct 2002 08:13:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051323Z22145-7588+5491@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:24 2002
Received: from [213.181.64.18] ([213.181.64.18]:1157 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22151AbSJIFNT>;
	Wed, 9 Oct 2002 08:13:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051324Z22151-7588+5492@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:1379 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22140AbSJIFNZ>;
	Wed, 9 Oct 2002 08:13:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051326Z22140-7588+5495@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:28 2002
Received: from [213.181.64.18] ([213.181.64.18]:1389 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22167AbSJIFN0>;
	Wed, 9 Oct 2002 08:13:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051328Z22167-7588+5498@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1391 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22143AbSJIFN0>;
	Wed, 9 Oct 2002 08:13:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051331Z22143-7588+5501@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:13:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:1966 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22183AbSJIFNl>;
	Wed, 9 Oct 2002 08:13:41 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:57
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051343Z22183-7588+5509@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:14:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:2600 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22187AbSJIFN4>;
	Wed, 9 Oct 2002 08:13:56 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:12
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051358Z22187-7588+5521@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:14:07 2002
Received: from [213.181.64.18] ([213.181.64.18]:2959 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22184AbSJIFOF>;
	Wed, 9 Oct 2002 08:14:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051406Z22184-7588+5527@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:14:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1048 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22210AbSJIFOW>;
	Wed, 9 Oct 2002 08:14:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:38
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051424Z22210-7588+5540@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:14:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1047 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22258AbSJIFOW>;
	Wed, 9 Oct 2002 08:14:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:37
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051432Z22258-7588+5545@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:14:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:1066 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22280AbSJIFOk>;
	Wed, 9 Oct 2002 08:14:40 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:55
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051442Z22280-7588+5551@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:14:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:1067 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21428AbSJIFOm>;
	Wed, 9 Oct 2002 08:14:42 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051443Z21428-7588+5552@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:14:51 2002
Received: from [213.181.64.18] ([213.181.64.18]:1074 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22290AbSJIFOq>;
	Wed, 9 Oct 2002 08:14:46 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051448Z22290-7588+5556@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:14:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:1075 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22299AbSJIFOs>;
	Wed, 9 Oct 2002 08:14:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:03
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051451Z22299-7588+5557@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:14:56 2002
Received: from [213.181.64.18] ([213.181.64.18]:1083 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22318AbSJIFOx>;
	Wed, 9 Oct 2002 08:14:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051454Z22318-7588+5559@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:15:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:2342 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22338AbSJIFPV>;
	Wed, 9 Oct 2002 08:15:21 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:37
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051524Z22338-7588+5574@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:15:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:2937 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22385AbSJIFPf>;
	Wed, 9 Oct 2002 08:15:35 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051537Z22385-7588+5580@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:15:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:1028 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22386AbSJIFPl>;
	Wed, 9 Oct 2002 08:15:41 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:57
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051543Z22386-7588+5584@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:15:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22338AbSJIFPl>;
	Wed, 9 Oct 2002 08:15:41 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:57
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051545Z22338-7588+5585@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:1045 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S17758AbSJIFQB>;
	Wed, 9 Oct 2002 08:16:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051602Z17758-7588+5596@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1046 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22386AbSJIFQB>;
	Wed, 9 Oct 2002 08:16:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:17
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051604Z22386-7588+5598@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:20 2002
Received: from [213.181.64.18] ([213.181.64.18]:1029 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22386AbSJIFQR>;
	Wed, 9 Oct 2002 08:16:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051619Z22386-7588+5608@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:29 2002
Received: from [213.181.64.18] ([213.181.64.18]:1195 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22472AbSJIFQY>;
	Wed, 9 Oct 2002 08:16:24 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:40
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051626Z22472-7588+5612@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:1502 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21970AbSJIFQc>;
	Wed, 9 Oct 2002 08:16:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051634Z21970-7588+5617@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1736 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22543AbSJIFQh>;
	Wed, 9 Oct 2002 08:16:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:52
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051638Z22543-7588+5621@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:42 2002
Received: from [213.181.64.18] ([213.181.64.18]:1803 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22471AbSJIFQi>;
	Wed, 9 Oct 2002 08:16:38 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:54
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051640Z22471-7588+5623@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:2071 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22299AbSJIFQp>;
	Wed, 9 Oct 2002 08:16:45 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:59
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051647Z22299-7588+5628@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:57 2002
Received: from [213.181.64.18] ([213.181.64.18]:2567 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22538AbSJIFQy>;
	Wed, 9 Oct 2002 08:16:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051655Z22538-7588+5633@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:16:59 2002
Received: from [213.181.64.18] ([213.181.64.18]:2654 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22386AbSJIFQz>;
	Wed, 9 Oct 2002 08:16:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:11
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051657Z22386-7588+5634@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:17:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:2874 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22577AbSJIFRA>;
	Wed, 9 Oct 2002 08:17:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051704Z22577-7588+5638@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:17:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:1042 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22522AbSJIFRG>;
	Wed, 9 Oct 2002 08:17:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051707Z22522-7588+5640@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:17:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:1040 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22543AbSJIFRY>;
	Wed, 9 Oct 2002 08:17:24 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:39
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051725Z22543-7588+5655@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:17:31 2002
Received: from [213.181.64.18] ([213.181.64.18]:1051 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22579AbSJIFR2>;
	Wed, 9 Oct 2002 08:17:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051729Z22579-7588+5657@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:17:34 2002
Received: from [213.181.64.18] ([213.181.64.18]:1043 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22530AbSJIFR2>;
	Wed, 9 Oct 2002 08:17:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051731Z22530-7588+5658@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:17:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1062 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21788AbSJIFRe>;
	Wed, 9 Oct 2002 08:17:34 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:50
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051737Z21788-7588+5660@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:17:47 2002
Received: from [213.181.64.18] ([213.181.64.18]:1100 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21788AbSJIFRm>;
	Wed, 9 Oct 2002 08:17:42 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051745Z21788-7588+5663@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:17:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:1104 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22548AbSJIFRo>;
	Wed, 9 Oct 2002 08:17:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051748Z22548-7588+5664@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:18:10 2002
Received: from [213.181.64.18] ([213.181.64.18]:2195 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22244AbSJIFSF>;
	Wed, 9 Oct 2002 08:18:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051808Z22244-7588+5670@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:18:15 2002
Received: from [213.181.64.18] ([213.181.64.18]:2597 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22683AbSJIFSM>;
	Wed, 9 Oct 2002 08:18:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051813Z22683-7588+5673@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:18:16 2002
Received: from [213.181.64.18] ([213.181.64.18]:2669 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22244AbSJIFSO>;
	Wed, 9 Oct 2002 08:18:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051815Z22244-7588+5674@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:18:19 2002
Received: from [213.181.64.18] ([213.181.64.18]:2665 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22651AbSJIFSN>;
	Wed, 9 Oct 2002 08:18:13 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051818Z22651-7588+5676@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:18:31 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22717AbSJIFS1>;
	Wed, 9 Oct 2002 08:18:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051830Z22717-7588+5685@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:18:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1032 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22727AbSJIFS1>;
	Wed, 9 Oct 2002 08:18:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051831Z22727-7588+5686@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:18:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:2969 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22708AbSJIFSU>;
	Wed, 9 Oct 2002 08:18:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051850Z22708-7588+5694@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:18:55 2002
Received: from [213.181.64.18] ([213.181.64.18]:2964 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22707AbSJIFSU>;
	Wed, 9 Oct 2002 08:18:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:35
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051853Z22707-7588+5695@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:19:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:2595 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22687AbSJIFSM>;
	Wed, 9 Oct 2002 08:18:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051933Z22687-7588+5710@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:19:51 2002
Received: from [213.181.64.18] ([213.181.64.18]:2193 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22215AbSJIFSE>;
	Wed, 9 Oct 2002 08:18:04 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009051949Z22215-7588+5717@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:20:11 2002
Received: from [213.181.64.18] ([213.181.64.18]:1833 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21788AbSJIFR5>;
	Wed, 9 Oct 2002 08:17:57 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:13
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052010Z21788-7588+5727@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:20:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:1800 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22246AbSJIFR4>;
	Wed, 9 Oct 2002 08:17:56 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:12
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052013Z22246-7588+5729@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:20:26 2002
Received: from [213.181.64.18] ([213.181.64.18]:1505 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22604AbSJIFRv>;
	Wed, 9 Oct 2002 08:17:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:06
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052025Z22604-7588+5735@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:20:29 2002
Received: from [213.181.64.18] ([213.181.64.18]:1424 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22645AbSJIFRt>;
	Wed, 9 Oct 2002 08:17:49 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:17:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052028Z22645-7588+5737@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:20:55 2002
Received: from [213.181.64.18] ([213.181.64.18]:1058 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22622AbSJIFRe>;
	Wed, 9 Oct 2002 08:17:34 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:49
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052054Z22622-7588+5755@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:21:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:1042 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21935AbSJIFR0>;
	Wed, 9 Oct 2002 08:17:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052113Z21935-7588+5764@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:21:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:1039 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22616AbSJIFRX>;
	Wed, 9 Oct 2002 08:17:23 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:39
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052117Z22616-7588+5766@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:21:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1029 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22587AbSJIFRS>;
	Wed, 9 Oct 2002 08:17:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052145Z22587-7588+5775@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:21:47 2002
Received: from [213.181.64.18] ([213.181.64.18]:1028 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22547AbSJIFRS>;
	Wed, 9 Oct 2002 08:17:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052146Z22547-7588+5776@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:21:49 2002
Received: from [213.181.64.18] ([213.181.64.18]:1050 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21866AbSJIFRM>;
	Wed, 9 Oct 2002 08:17:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052149Z21866-7588+5778@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:21:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:1049 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21664AbSJIFRM>;
	Wed, 9 Oct 2002 08:17:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:27
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052149Z21664-7588+5779@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:21:55 2002
Received: from [213.181.64.18] ([213.181.64.18]:1041 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22538AbSJIFRG>;
	Wed, 9 Oct 2002 08:17:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052154Z22538-7588+5782@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:22:08 2002
Received: from [213.181.64.18] ([213.181.64.18]:2872 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22576AbSJIFQ7>;
	Wed, 9 Oct 2002 08:16:59 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052204Z22576-7588+5789@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:22:56 2002
Received: from [213.181.64.18] ([213.181.64.18]:2426 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21970AbSJIFQv>;
	Wed, 9 Oct 2002 08:16:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052255Z21970-7588+5801@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:23:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:2412 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22048AbSJIFQv>;
	Wed, 9 Oct 2002 08:16:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052258Z22048-7588+5803@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:23:06 2002
Received: from [213.181.64.18] ([213.181.64.18]:2129 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22338AbSJIFQp>;
	Wed, 9 Oct 2002 08:16:45 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:16:01
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052305Z22338-7588+5809@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:23:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:1470 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22431AbSJIFQb>;
	Wed, 9 Oct 2002 08:16:31 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052320Z22431-7588+5826@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:23:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:1134 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22461AbSJIFQX>;
	Wed, 9 Oct 2002 08:16:23 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:39
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052352Z22461-7588+5833@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:23:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1030 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22385AbSJIFQS>;
	Wed, 9 Oct 2002 08:16:18 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052357Z22385-7588+5838@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:24:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:1054 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22462AbSJIFQK>;
	Wed, 9 Oct 2002 08:16:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052401Z22462-7588+5843@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:24:03 2002
Received: from [213.181.64.18] ([213.181.64.18]:1053 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21893AbSJIFQJ>;
	Wed, 9 Oct 2002 08:16:09 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:25
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052402Z21893-7588+5844@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:24:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:1035 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22438AbSJIFPw>;
	Wed, 9 Oct 2002 08:15:52 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052409Z22438-7588+5852@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:24:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:1036 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22443AbSJIFPw>;
	Wed, 9 Oct 2002 08:15:52 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:15:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052410Z22443-7588+5854@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:25:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:2916 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22367AbSJIFPf>;
	Wed, 9 Oct 2002 08:15:35 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052502Z22367-7588+5862@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:25:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:2642 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22370AbSJIFP3>;
	Wed, 9 Oct 2002 08:15:29 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052520Z22370-7588+5870@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:25:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:2634 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22349AbSJIFP3>;
	Wed, 9 Oct 2002 08:15:29 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052534Z22349-7588+5873@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:26:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:2359 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22396AbSJIFPW>;
	Wed, 9 Oct 2002 08:15:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:38
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052558Z22396-7588+5882@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:26:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:2072 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22262AbSJIFPQ>;
	Wed, 9 Oct 2002 08:15:16 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:31
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052637Z22262-7588+5891@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:26:42 2002
Received: from [213.181.64.18] ([213.181.64.18]:2027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22357AbSJIFPP>;
	Wed, 9 Oct 2002 08:15:15 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:30
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052640Z22357-7588+5892@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:26:49 2002
Received: from [213.181.64.18] ([213.181.64.18]:1818 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22345AbSJIFPK>;
	Wed, 9 Oct 2002 08:15:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052648Z22345-7588+5896@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:26:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:1810 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22290AbSJIFPK>;
	Wed, 9 Oct 2002 08:15:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:25
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052650Z22290-7588+5898@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:27:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:1376 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19911AbSJIFPB>;
	Wed, 9 Oct 2002 08:15:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:17
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052716Z19911-7588+5906@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:27:21 2002
Received: from [213.181.64.18] ([213.181.64.18]:1380 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22280AbSJIFPB>;
	Wed, 9 Oct 2002 08:15:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:17
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052718Z22280-7588+5907@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:27:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:1084 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22314AbSJIFOz>;
	Wed, 9 Oct 2002 08:14:55 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:14:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052743Z22314-7588+5914@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:28:16 2002
Received: from [213.181.64.18] ([213.181.64.18]:1056 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22267AbSJIFOc>;
	Wed, 9 Oct 2002 08:14:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052815Z22267-7588+5939@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:28:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:1030 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22256AbSJIFOR>;
	Wed, 9 Oct 2002 08:14:17 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:32
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052822Z22256-7588+5946@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:28:41 2002
Received: from [213.181.64.18] ([213.181.64.18]:1027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22254AbSJIFOQ>;
	Wed, 9 Oct 2002 08:14:16 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:32
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052838Z22254-7588+5949@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:28:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22199AbSJIFOL>;
	Wed, 9 Oct 2002 08:14:11 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052844Z22199-7588+5952@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:28:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:1034 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22184AbSJIFOL>;
	Wed, 9 Oct 2002 08:14:11 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052844Z22184-7588+5954@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:28:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:2952 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22183AbSJIFOF>;
	Wed, 9 Oct 2002 08:14:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052849Z22183-7588+5962@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:29:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:2655 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22139AbSJIFN5>;
	Wed, 9 Oct 2002 08:13:57 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:13
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052903Z22139-7588+5970@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:29:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:2352 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22180AbSJIFNu>;
	Wed, 9 Oct 2002 08:13:50 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:05
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052922Z22180-7588+5977@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:29:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:2346 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22178AbSJIFNt>;
	Wed, 9 Oct 2002 08:13:49 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:13:05
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052925Z22178-7588+5979@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:29:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:1642 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22106AbSJIFNc>;
	Wed, 9 Oct 2002 08:13:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:47
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052950Z22106-7588+5990@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:29:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:1651 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22117AbSJIFNc>;
	Wed, 9 Oct 2002 08:13:32 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:48
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009052952Z22117-7588+5991@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:30:17 2002
Received: from [213.181.64.18] ([213.181.64.18]:1078 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22004AbSJIFNA>;
	Wed, 9 Oct 2002 08:13:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053014Z22004-7588+6014@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:1052 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22032AbSJIFMp>;
	Wed, 9 Oct 2002 08:12:45 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:12:01
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053102Z22032-7588+6035@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:16 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21769AbSJIFMd>;
	Wed, 9 Oct 2002 08:12:33 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:48
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053115Z21769-7588+6049@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:1025 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21188AbSJIFM0>;
	Wed, 9 Oct 2002 08:12:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053117Z21188-7588+6055@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:23 2002
Received: from [213.181.64.18] ([213.181.64.18]:2720 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S22020AbSJIFMU>;
	Wed, 9 Oct 2002 08:12:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053123Z22020-7588+6064@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:27 2002
Received: from [213.181.64.18] ([213.181.64.18]:2113 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21988AbSJIFMG>;
	Wed, 9 Oct 2002 08:12:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053127Z21988-7588+6075@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:28 2002
Received: from [213.181.64.18] ([213.181.64.18]:1559 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21987AbSJIFLy>;
	Wed, 9 Oct 2002 08:11:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053128Z21987-7588+6079@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:29 2002
Received: from [213.181.64.18] ([213.181.64.18]:1552 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S16171AbSJIFLy>;
	Wed, 9 Oct 2002 08:11:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:11:10
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053128Z16171-7588+6080@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1071 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20772AbSJIFLn>;
	Wed, 9 Oct 2002 08:11:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053133Z20772-7588+6089@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:35 2002
Received: from [213.181.64.18] ([213.181.64.18]:1054 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21986AbSJIFL1>;
	Wed, 9 Oct 2002 08:11:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:42
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053135Z21986-7588+6094@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:31:35 2002
Received: from [213.181.64.18] ([213.181.64.18]:1053 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21978AbSJIFLY>;
	Wed, 9 Oct 2002 08:11:24 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:40
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053135Z21978-7588+6095@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:32:17 2002
Received: from [213.181.64.18] ([213.181.64.18]:1038 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21871AbSJIFLJ>;
	Wed, 9 Oct 2002 08:11:09 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:25
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053212Z21871-7588+6119@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:33:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:2704 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21883AbSJIFKs>;
	Wed, 9 Oct 2002 08:10:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053309Z21883-7588+6140@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:33:14 2002
Received: from [213.181.64.18] ([213.181.64.18]:2702 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21875AbSJIFKs>;
	Wed, 9 Oct 2002 08:10:48 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:10:04
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053313Z21875-7588+6143@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:33:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:1907 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20950AbSJIFK2>;
	Wed, 9 Oct 2002 08:10:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053343Z20950-7588+6157@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:33:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:1822 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21847AbSJIFK2>;
	Wed, 9 Oct 2002 08:10:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053344Z21847-7588+6160@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:33:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1225 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21813AbSJIFKK>;
	Wed, 9 Oct 2002 08:10:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053346Z21813-7588+6166@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:33:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:1179 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21773AbSJIFKJ>;
	Wed, 9 Oct 2002 08:10:09 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:25
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053346Z21773-7588+6167@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:33:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:1075 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21808AbSJIFKB>;
	Wed, 9 Oct 2002 08:10:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053348Z21808-7588+6172@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:33:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:1067 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21775AbSJIFJy>;
	Wed, 9 Oct 2002 08:09:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053350Z21775-7588+6178@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:1061 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21727AbSJIFJu>;
	Wed, 9 Oct 2002 08:09:50 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:05
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053400Z21727-7588+6184@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:1060 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21396AbSJIFJu>;
	Wed, 9 Oct 2002 08:09:50 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:05
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053401Z21396-7588+6185@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:06 2002
Received: from [213.181.64.18] ([213.181.64.18]:1057 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21770AbSJIFJq>;
	Wed, 9 Oct 2002 08:09:46 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053404Z21770-7588+6189@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:07 2002
Received: from [213.181.64.18] ([213.181.64.18]:1056 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21657AbSJIFJq>;
	Wed, 9 Oct 2002 08:09:46 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:09:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053406Z21657-7588+6190@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:16 2002
Received: from [213.181.64.18] ([213.181.64.18]:1049 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21742AbSJIFJk>;
	Wed, 9 Oct 2002 08:09:40 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:55
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053414Z21742-7588+6198@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:16 2002
Received: from [213.181.64.18] ([213.181.64.18]:1048 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21761AbSJIFJk>;
	Wed, 9 Oct 2002 08:09:40 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:55
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053416Z21761-7588+6199@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:18 2002
Received: from [213.181.64.18] ([213.181.64.18]:1040 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21748AbSJIFJf>;
	Wed, 9 Oct 2002 08:09:35 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053418Z21748-7588+6203@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:20 2002
Received: from [213.181.64.18] ([213.181.64.18]:1039 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21739AbSJIFJd>;
	Wed, 9 Oct 2002 08:09:33 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:48
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053419Z21739-7588+6205@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21715AbSJIFJa>;
	Wed, 9 Oct 2002 08:09:30 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:46
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053423Z21715-7588+6208@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1032 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21696AbSJIFJ2>;
	Wed, 9 Oct 2002 08:09:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053425Z21696-7588+6209@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1030 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21588AbSJIFJZ>;
	Wed, 9 Oct 2002 08:09:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053432Z21588-7588+6214@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:2843 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21705AbSJIFJT>;
	Wed, 9 Oct 2002 08:09:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053433Z21705-7588+6217@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:36 2002
Received: from [213.181.64.18] ([213.181.64.18]:2586 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21678AbSJIFJM>;
	Wed, 9 Oct 2002 08:09:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053436Z21678-7588+6223@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:37 2002
Received: from [213.181.64.18] ([213.181.64.18]:2512 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21557AbSJIFJL>;
	Wed, 9 Oct 2002 08:09:11 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053436Z21557-7588+6225@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:2468 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21700AbSJIFJK>;
	Wed, 9 Oct 2002 08:09:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:25
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053437Z21700-7588+6227@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:46 2002
Received: from [213.181.64.18] ([213.181.64.18]:2243 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19379AbSJIFJE>;
	Wed, 9 Oct 2002 08:09:04 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:20
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053446Z19379-7588+6238@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:47 2002
Received: from [213.181.64.18] ([213.181.64.18]:2096 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21668AbSJIFJB>;
	Wed, 9 Oct 2002 08:09:01 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053446Z21668-7588+6240@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:1951 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21624AbSJIFI5>;
	Wed, 9 Oct 2002 08:08:57 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:13
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053448Z21624-7588+6243@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:1676 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21654AbSJIFIv>;
	Wed, 9 Oct 2002 08:08:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:08:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053449Z21654-7588+6249@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1340 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21175AbSJIFIn>;
	Wed, 9 Oct 2002 08:08:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:59
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053454Z21175-7588+6259@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:34:57 2002
Received: from [213.181.64.18] ([213.181.64.18]:1059 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21586AbSJIFIg>;
	Wed, 9 Oct 2002 08:08:36 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:51
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053456Z21586-7588+6267@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:35:35 2002
Received: from [213.181.64.18] ([213.181.64.18]:1033 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21568AbSJIFIV>;
	Wed, 9 Oct 2002 08:08:21 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:37
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053534Z21568-7588+6287@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:35:50 2002
Received: from [213.181.64.18] ([213.181.64.18]:1053 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19138AbSJIFIO>;
	Wed, 9 Oct 2002 08:08:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053549Z19138-7588+6293@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:35:53 2002
Received: from [213.181.64.18] ([213.181.64.18]:1052 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21565AbSJIFIO>;
	Wed, 9 Oct 2002 08:08:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:29
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053550Z21565-7588+6295@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:35:59 2002
Received: from [213.181.64.18] ([213.181.64.18]:1045 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21552AbSJIFIH>;
	Wed, 9 Oct 2002 08:08:07 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053557Z21552-7588+6299@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:36:33 2002
Received: from [213.181.64.18] ([213.181.64.18]:1036 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21473AbSJIFIA>;
	Wed, 9 Oct 2002 08:08:00 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:15
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053633Z21473-7588+6309@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:36:38 2002
Received: from [213.181.64.18] ([213.181.64.18]:1026 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21522AbSJIFHx>;
	Wed, 9 Oct 2002 08:07:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:07:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053637Z21522-7588+6319@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:24 2002
Received: from [213.181.64.18] ([213.181.64.18]:2161 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21442AbSJIFHd>;
	Wed, 9 Oct 2002 08:07:33 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:49
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053723Z21442-7588+6343@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:39 2002
Received: from [213.181.64.18] ([213.181.64.18]:1925 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21452AbSJIFH2>;
	Wed, 9 Oct 2002 08:07:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053736Z21452-7588+6350@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:1664 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21417AbSJIFHW>;
	Wed, 9 Oct 2002 08:07:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:38
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053743Z21417-7588+6357@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:45 2002
Received: from [213.181.64.18] ([213.181.64.18]:1658 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21199AbSJIFHW>;
	Wed, 9 Oct 2002 08:07:22 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:37
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053744Z21199-7588+6358@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:48 2002
Received: from [213.181.64.18] ([213.181.64.18]:1180 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21400AbSJIFHK>;
	Wed, 9 Oct 2002 08:07:10 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:26
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053748Z21400-7588+6365@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:1075 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21372AbSJIFGx>;
	Wed, 9 Oct 2002 08:06:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053751Z21372-7588+6371@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:1074 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21423AbSJIFGx>;
	Wed, 9 Oct 2002 08:06:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:08
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053752Z21423-7588+6373@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1064 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21409AbSJIFGq>;
	Wed, 9 Oct 2002 08:06:46 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053754Z21409-7588+6380@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:55 2002
Received: from [213.181.64.18] ([213.181.64.18]:1065 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21415AbSJIFGq>;
	Wed, 9 Oct 2002 08:06:46 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:06:02
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053754Z21415-7588+6381@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:37:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1045 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21361AbSJIFGe>;
	Wed, 9 Oct 2002 08:06:34 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:50
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053758Z21361-7588+6392@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:38:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1034 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21225AbSJIFG1>;
	Wed, 9 Oct 2002 08:06:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053824Z21225-7588+6404@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:38:37 2002
Received: from [213.181.64.18] ([213.181.64.18]:2945 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21285AbSJIFGV>;
	Wed, 9 Oct 2002 08:06:21 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053836Z21285-7588+6412@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:39:10 2002
Received: from [213.181.64.18] ([213.181.64.18]:2721 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14731AbSJIFGP>;
	Wed, 9 Oct 2002 08:06:15 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:30
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053908Z14731-7588+6423@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:39:13 2002
Received: from [213.181.64.18] ([213.181.64.18]:2724 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21350AbSJIFGO>;
	Wed, 9 Oct 2002 08:06:14 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:30
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053909Z21350-7588+6424@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:39:52 2002
Received: from [213.181.64.18] ([213.181.64.18]:2079 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21344AbSJIFF6>;
	Wed, 9 Oct 2002 08:05:58 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:14
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009053950Z21344-7588+6438@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:40:02 2002
Received: from [213.181.64.18] ([213.181.64.18]:1788 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21332AbSJIFFv>;
	Wed, 9 Oct 2002 08:05:51 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:07
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054002Z21332-7588+6447@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:40:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1493 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21281AbSJIFFo>;
	Wed, 9 Oct 2002 08:05:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054004Z21281-7588+6452@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:40:05 2002
Received: from [213.181.64.18] ([213.181.64.18]:1497 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21296AbSJIFFo>;
	Wed, 9 Oct 2002 08:05:44 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:05:00
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054005Z21296-7588+6453@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:40:09 2002
Received: from [213.181.64.18] ([213.181.64.18]:1055 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21287AbSJIFFe>;
	Wed, 9 Oct 2002 08:05:34 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:04:50
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054009Z21287-7588+6461@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:40:40 2002
Received: from [213.181.64.18] ([213.181.64.18]:1045 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20646AbSJIFF2>;
	Wed, 9 Oct 2002 08:05:28 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:04:43
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054034Z20646-7588+6473@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:40:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1028 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21224AbSJIFFT>;
	Wed, 9 Oct 2002 08:05:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:04:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054055Z21224-7588+6480@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:40:58 2002
Received: from [213.181.64.18] ([213.181.64.18]:1027 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21206AbSJIFFT>;
	Wed, 9 Oct 2002 08:05:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:04:33
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054058Z21206-7588+6481@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:41:04 2002
Received: from [213.181.64.18] ([213.181.64.18]:2071 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21200AbSJIFE3>;
	Wed, 9 Oct 2002 08:04:29 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:03:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054103Z21200-7588+6486@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:41:06 2002
Received: from [213.181.64.18] ([213.181.64.18]:2077 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20645AbSJIFE1>;
	Wed, 9 Oct 2002 08:04:27 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:03:37
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054105Z20645-7588+6488@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:41:44 2002
Received: from [213.181.64.18] ([213.181.64.18]:2642 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S15736AbSJIFCy>;
	Wed, 9 Oct 2002 08:02:54 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:02:09
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054144Z15736-7588+6511@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:41:57 2002
Received: from [213.181.64.18] ([213.181.64.18]:1885 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21094AbSJIFCh>;
	Wed, 9 Oct 2002 08:02:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054156Z21094-7588+6525@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:42:01 2002
Received: from [213.181.64.18] ([213.181.64.18]:1890 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21103AbSJIFCh>;
	Wed, 9 Oct 2002 08:02:37 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:53
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054158Z21103-7588+6527@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:42:10 2002
Received: from [213.181.64.18] ([213.181.64.18]:1314 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21060AbSJIFCZ>;
	Wed, 9 Oct 2002 08:02:25 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:41
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054209Z21060-7588+6537@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:42:25 2002
Received: from [213.181.64.18] ([213.181.64.18]:1031 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S21001AbSJIFCT>;
	Wed, 9 Oct 2002 08:02:19 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:34
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054223Z21001-7588+6549@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:42:41 2002
Received: from [213.181.64.18] ([213.181.64.18]:1074 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20996AbSJIFCM>;
	Wed, 9 Oct 2002 08:02:12 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:28
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054240Z20996-7588+6560@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:42:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:1065 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20971AbSJIFCG>;
	Wed, 9 Oct 2002 08:02:06 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:22
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054243Z20971-7588+6563@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:43:00 2002
Received: from [213.181.64.18] ([213.181.64.18]:1038 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S14796AbSJIFBx>;
	Wed, 9 Oct 2002 08:01:53 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:01:08
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054259Z14796-7588+6583@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:43:43 2002
Received: from [213.181.64.18] ([213.181.64.18]:2658 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S19908AbSJIFB3>;
	Wed, 9 Oct 2002 08:01:29 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:44
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054343Z19908-7588+6600@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:43:47 2002
Received: from [213.181.64.18] ([213.181.64.18]:2289 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20414AbSJIFBV>;
	Wed, 9 Oct 2002 08:01:21 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:37
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054346Z20414-7588+6607@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:43:47 2002
Received: from [213.181.64.18] ([213.181.64.18]:2271 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20886AbSJIFBU>;
	Wed, 9 Oct 2002 08:01:20 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054347Z20886-7588+6608@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:43:54 2002
Received: from [213.181.64.18] ([213.181.64.18]:1577 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20774AbSJIFBF>;
	Wed, 9 Oct 2002 08:01:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 06:00:21
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054353Z20774-7588+6617@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:44:12 2002
Received: from [213.181.64.18] ([213.181.64.18]:1054 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20832AbSJIFAn>;
	Wed, 9 Oct 2002 08:00:43 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:59:58
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054412Z20832-7588+6630@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:44:19 2002
Received: from [213.181.64.18] ([213.181.64.18]:1037 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20833AbSJIFA0>;
	Wed, 9 Oct 2002 08:00:26 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:59:36
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054418Z20833-7588+6635@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From danbhx1@mail.com Wed Oct  9 08:44:32 2002
Received: from [213.181.64.18] ([213.181.64.18]:2879 "HELO nic.funet.fi" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S20377AbSJIFAF>;
	Wed, 9 Oct 2002 08:00:05 +0300
From:	"Daniel Bhengu" <danbhx1@mail.com>
Date:	Wed, 09 Oct 2002 05:59:16
To:	zmailer-log@nic.funet.fi
Subject: ASSISTANCE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021009054429Z20377-7588+6641@nic.funet.fi>
Return-Path: <danbhx1@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN :Managing Director



May I briefly introduce myself. I am Daniel Bhengu of
the Democratic Republic of Congo (formerly Zaire) and
the former aide de camp of the Late President Laurent
Kabila of blessed memory. I am presently living in
Nigeria on asylum. I got your contact from a search
into the internet and opted for it as a result of my
quest to do the business at hand with you. The events
of the past one year in my country has been very
unfortunate.

The Late president Kabila successfully toppled the
very corrupt government of the Late Dictator Mobutu
Sese Seko and ruled justly and peacefully for a few
months. Unfortunately, the Tutsi from Goma, the
Northern part of the country rebelled against his
government and since then my country has been at war.

I am very dedicated and committed to winning the war
against the rebels until recently when to my shock I
found out that Senior Army Officers and Government
officials were stealing public funds and looting
government treasury and sending them to foreign
countries. They have exploited the war situation to
bring back the lawlessness and corruption of the
Mobutu days. 

After the late President Kabila was assainated in very
questionable circumstances, I knew I was in danger of
losing from both ends. Due to this development and as
a way of survival, I have joined the train. I have in
my possession funds amounting to US$15.5million. In
the usual manner of conveying such funds, the money is
in defaced form in a trunk box for security reasons.

It is now in the safe custody of a security company.
The company is however not aware of the real contents
of the trunk box.

My problem is that the financial Law of Nigeria does
not give assylum seekers any financial rights. And
because of the economic instability and religious
crisis, I have decided that it will be unwise to
attempt investing the funds here. The climate here is
very unfavourable and as a result, I have not
disclosed even to my hosts anything about this fund.

Now I am seeking foreign assistance to recieve the
funds overseas.If you can assist, I am willing to give
you 20% of the funds, that is US$3.1Million. You will
understand that my entire life and future depend on
this money and I shall be very grateful if you can
assist me. The major thing I demand from you is the
absolute assurance that the money will be safe and you
will not sit on it when finally it get to you.

If you are ready to be of assistance, please contact
me immediately so that I can furnish you with the
modalities for the transaction and what is expected of
you. I shall be most grateful if you maintain utmost
confidentiality and keep this message entirely to
yourself. 

Please indicate your telephone/mobile numbers in your
response for easy communication.



Best Regards, 
MR. Daniel Bhengu
Tel:234-8037215285

E-mail: danbh@mail.com

From zmailer-owner@nic.funet.fi Wed Oct  9 13:43:36 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S21391AbSJIKnY>; Wed, 9 Oct 2002 13:43:24 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14227AbSJIKnS>;
	Wed, 9 Oct 2002 13:43:18 +0300
Received: from syd-ts5-2600-044.tpgi.com.au ([203.213.57.44]:3658 "EHLO
	oemcomputer" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S11882AbSJIKnK>;
	Wed, 9 Oct 2002 13:43:10 +0300
From:	chencheng18@yahoo.com.au
Subject: Make Cash When You're Online $$$
To:	zmailer@nic.funet.fi
Date:	Wed, 9 Oct 2002 20:45:35 +1000
X-Priority: 3
X-Mailer: CSM2.8
Message-Id: <20021009104313Z11882-7588+6677@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Dear Madam/Sir:

I found a great Internet company - Cashfiesta.com - that has created a product everyone can benefit from. They pay you 
while you work or play on your computer. All you need to do is keep their software - the FiestaBar? - active while you 
are online. They even pay you when your friends are using their computers. 

Unlike other companies, Cashfiesta gives you control over how much money you earn. They have an individual payrate 
based on the number of Special Offers you sign up for. As some of these offers are free, you can increase your payrate 
up to 33 times without spending a penny. 

It's free and easy to join and your privacy is completely protected. Here is the link, enjoy and happy money making. 

http://www.cashfiesta.com/php/join.php?ref=chencheng1 

(Please do not change "Referral's Name", otherwise you can't log in)

Check it out!

Bill
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct  9 15:35:21 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S21586AbSJIMfJ>; Wed, 9 Oct 2002 15:35:09 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S21427AbSJIMfI>;
	Wed, 9 Oct 2002 15:35:08 +0300
Received: from mail.icenter.pl ([213.25.174.23]:56847 "EHLO mail.icenter.pl"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S19170AbSJIMfE>;
	Wed, 9 Oct 2002 15:35:04 +0300
Received: from sun.icenter.pl ([213.25.174.28]:64273 "EHLO sun")
	by mars.icenter.pl with ESMTP id <S111367AbSJIMe5>;
	Wed, 9 Oct 2002 14:34:57 +0200
Date:	Wed, 9 Oct 2002 14:34:57 +0200
From:	Adrian Siemieniak <sauron@icenter.pl>
To:	<zmailer@nic.funet.fi>
Subject: Contentfilter problem
Message-Id: <20021009143457.47ad61d2.sauron@icenter.pl>
Organization: Internet Center Polska
X-Mailer: Sylpheed version 0.8.2claws52 (GTK+ 1.2.10; i386-debian-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-2
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


Hi

For few days (after reboot and quite big system upgrade) i have problem
with contentfilter - i'v tried so many things to do that i'v already
lost myself

smtpserver.conf has few lines like below
---
PARAM  policydb   $DBTYPE  $MAILVAR/db/smtp-policy
#
# External program for received message content analysis:
PARAM  contentfilter    /sav/bin/tst
----

tst is a shell script that check mails against viruses - it returns 0 or
-1. Whatever i do - even if i change that tst to simple C program that
writes to stdout "0" i get in logs stuff like here
---
HWP009672r      data
HWP009672w      354 Start mail input; end with <CRLF>.<CRLF>
HWP009672#      policyprogram said: ĸ
HWP009672#      policyprogram said: 
HWP009672#      Content-policy analysis ordered message rejection.
(code=-1); ms g=''
HWP009672w      552 5.7.1 
---

And i'm preate sure that 'tst' sais "0" . Where to look for solution -
i'm getting creazy with it.

Howgh!
--
Adrian Siemieniak | Administrator (at) Internet Center Polska
sauron(at)icenter.pl
tel. (0-71) 344-82-53 wew 26
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct  9 16:12:41 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S21344AbSJINMf>; Wed, 9 Oct 2002 16:12:35 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S21523AbSJINMe>;
	Wed, 9 Oct 2002 16:12:34 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S15307AbSJINM1>;
	Wed, 9 Oct 2002 16:12:27 +0300
Date:	Wed, 9 Oct 2002 16:12:26 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Adrian Siemieniak <sauron@icenter.pl>
Cc:	zmailer@nic.funet.fi
Subject: Re: Contentfilter problem
Message-ID: <20021009161226.G3443@nic.funet.fi>
References: <20021009143457.47ad61d2.sauron@icenter.pl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <20021009143457.47ad61d2.sauron@icenter.pl>; from sauron@icenter.pl on Wed, Oct 09, 2002 at 02:34:57PM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Wed, Oct 09, 2002 at 02:34:57PM +0200, Adrian Siemieniak wrote:
> Hi
> 
> For few days (after reboot and quite big system upgrade) i have problem
> with contentfilter - i'v tried so many things to do that i'v already
> lost myself

  Check  README.UPGRADING -- I did change the smtpserver <-> smtp-policy
  communication protocol to fix couple troubles I had.
  There is the diff you need to make to get this thing to work.

> smtpserver.conf has few lines like below
> ---
> PARAM  policydb   $DBTYPE  $MAILVAR/db/smtp-policy
> #
> # External program for received message content analysis:
> PARAM  contentfilter    /sav/bin/tst
> ----
> 
> tst is a shell script that check mails against viruses - it returns 0 or
> -1. Whatever i do - even if i change that tst to simple C program that
> writes to stdout "0" i get in logs stuff like here
> ---
> HWP009672r      data
> HWP009672w      354 Start mail input; end with <CRLF>.<CRLF>
> HWP009672#      policyprogram said: ?
> HWP009672#      policyprogram said: 
> HWP009672#      Content-policy analysis ordered message rejection.
> (code=-1); ms g=''
> HWP009672w      552 5.7.1 
> ---
> 
> And i'm preate sure that 'tst' sais "0" . Where to look for solution -
> i'm getting creazy with it.
> 
> Howgh!
> --
> Adrian Siemieniak | Administrator (at) Internet Center Polska
> sauron(at)icenter.pl
> tel. (0-71) 344-82-53 wew 26
> -
> To unsubscribe from this list: send the line "unsubscribe zmailer" in
> the body of a message to majordomo@nic.funet.fi

-- 
/Matti Aarnio	<mea@nic.funet.fi>
FUNET:  Finnish Academic and Research Network
	Network Information/Software Archival Service
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct  9 17:56:48 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S21637AbSJIO4j>; Wed, 9 Oct 2002 17:56:39 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S7866AbSJIO4b>;
	Wed, 9 Oct 2002 17:56:31 +0300
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:41306 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S21847AbSJIO40>;
	Wed, 9 Oct 2002 17:56:26 +0300
Received: from [172.18.0.2] ([172.18.0.2]:12161 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S120501AbSJIPfT> convert rfc822-to-8bit; Wed, 9 Oct 2002 10:35:19 -0500
content-class: urn:content-classes:message
MIME-Version: 1.0
Subject: mailq output
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 8BIT
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
Date:	Wed, 9 Oct 2002 10:56:02 -0400
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A870@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: mailq output
Thread-Index: AcJvlZoUuDNV5PltSF+8cWX05x/FcAADcwaQ
From:	"Vince Puzzella" <vpuzzella@bluecatnetworks.com>
To:	<zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Can some explain what 'pend' and 'threadwait' mean in the following
mailq output (I ran mailq -vsSQ)

smtp/sermonsearch.com/0     R=1   A=0  pend=>MaxRing QA=38m37s
threadwait
smtp/foreclosuremail.net/0  R=8   A=0  pend=>MaxRing QA=38m38s
threadwait
smtp/mta09.optamail.com/0   R=1   A=0  pend=>MaxRing QA=38m39s
threadwait

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 11 20:32:13 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S26373AbSJKRcI>; Fri, 11 Oct 2002 20:32:08 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S22463AbSJKRcI>;
	Fri, 11 Oct 2002 20:32:08 +0300
Received: from waffle.cs.Dal.Ca ([129.173.67.10]:41533 "EHLO waffle.cs.dal.ca"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S25838AbSJKRcE>;
	Fri, 11 Oct 2002 20:32:04 +0300
Received: (from localhost user: 'maxwell' uid#5002 fake: STDIN
	(maxwell@locutus)) by waffle.cs.dal.ca id <S248491AbSJKRbF>;
	Fri, 11 Oct 2002 14:31:05 -0300
Date:	Fri, 11 Oct 2002 14:31:46 -0300
From:	Chris Maxwell <maxwell@cs.dal.ca>
To:	zmailer@nic.funet.fi
Subject: Re: Zmailer accepts mail from <> (empty address) - causes problems
Message-ID: <20021011143145.X9863@cs.dal.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


>> My standard zmailer configuration to my great surprise accepts a mail with
>> 
>> 3J1O28648r      MAIL From:<> SIZE=2495
>> 3J1O28648w      250 2.1.0 Sender syntax Ok
>> 
>> How can I disable this?
>
>Unfortunately, you may not. See http://www.rfc-ignorant.org/policy-dsn.html for full 
>explanations.

  I have a problem that is sort of related.


Running: Zmailer 2.99.55 on  Solaris 8


  This is all well and good, and I have been forced to go back to being 
compliant because I was also losing listserv responses.  However, I am getting 
many messages sent to the mailer-demon, which we have aliased to 
our support group alias.  The messages look like this:


======================================================================
To:	mailer-daemon@cs.dal.ca
From:	The Post Office <postmaster@cs.dal.ca>
Sender:	mailer-daemon@cs.dal.ca
Subject: Invalid message envelope information

Error in "to" envelope address:

	<< > >
	 ^-expected word, illegal end of route address, missing end of address


Error in "To" header address:

	<< > >
	 ^-expected word, illegal end of route address, missing end of address



The entire original message file follows.

-----------------------------------------
rcvdfrom STDIN ("??"@waffle.cs.dal.ca)
channel error
todsn NOTIFY=NEVER ORCPT=RFC822;<>
to <<>>
env-end
To: <<>>
From: The Post Office <postmaster@cs.dal.ca>
Sender:	mailer-daemon@cs.dal.ca
Subject: Errors: No such user(s)
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
	boundary="S247969AbSJISYP=_/errmail/waffle.cs.dal.ca"


--S247969AbSJISYP=_/errmail/waffle.cs.dal.ca
Content-Type: text/plain

This is a collection of reports about email delivery
process concerning a message you originated:


error: nosuchuser: cweqx@cs.dal.ca

--S247969AbSJISYP=_/errmail/waffle.cs.dal.ca
Content-Type: message/delivery-status

Reporting-MTA: dns; waffle.cs.dal.ca
Arrival-Date: Wed, 9 Oct 2002 15:24:14 -0300

Original-Recipient: rfc822;cweqx@cs.dal.ca
Final-Recipient: RFC822; cweqx@cs.dal.ca
Action: failed
Status: 5.0.0
Diagnostic-Code: X-LOCAL; 500 (nosuchuser)

--S247969AbSJISYP=_/errmail/waffle.cs.dal.ca
Content-Type: message/rfc822

Date:	Thu, 10 Oct 2002 00:03:11 +0900
From:	Mail Delivery Subsystem <MAILER-DAEMON@newtiis.co.kr>
Message-Id: <200210091503.g99F3Bj13747@newtiis.co.kr>
To:	<cweqx@cs.dal.ca>
Subject: Returned mail: see transcript for details
Auto-Submitted:	auto-generated (failure)


This is a MIME-encapsulated message

--g99F3Bj13747.1034175791/newtiis.co.kr

The original message was received at Wed, 9 Oct 2002 23:53:23 +0900
from 200-204-118-235.dsl.telesp.net.br [200.204.118.235]

   ----- The following addresses had permanent fatal errors -----
<tamtheram@ipxnet.com>
    (reason: 550 Host unknown)
<onesti@ix.netcom.com>
    (reason: 550 Dialups/open relays blocked. Contact <openrelay@abuse.earthlink.net>.)
<rogbabb@ix.netcom.com>
    (reason: 550 Dialups/open relays blocked. Contact <openrelay@abuse.earthlink.net>.)

[.....]

======================================================================


  So, here is my take:

+random_spam.net -> newtiis.co.kr
  MAIL From: <cweqx@cs.dal.ca>
  RCPT To: <various recipients>

   Hi!  I am a spammer!

+newtiss.co.kr -> cs.dal.ca [smtpserver]
  MAIL FROM: <> 
  RCPT To: <cweqx@cs.dal.ca> 

   Failed to deliver to <various recipients>

+cs.dal.ca [router] -> [scheduler]
   todsn NOTIFY=NEVER ORCPT=RFC822;<>
   to: <>

        cweqx does not exist

+cs.dal.ca [router]
   rfc822.c: parse envelope.
    Parse error in envelope, before checking that NOTIFY=NEVER.
    Must tell mailer-daemon.

  I can not quite figure out if this is fixed in a newer version, or if I 
have an incorrect configuration that is leading to this making it further
in the process than it should.

  We were not getting this behavior in what I think was a 2.99.54 
configuration.


  Any comments?  Help?

-- 
  Chris Maxwell
  Unix SysAdmin, Faculty of Computer Science, 
  Dalhousie University, Halifax, Nova Scotia, Canada
  (902) 494-1369 / chris.maxwell_AT_dal.ca / FAX: (902) 492-1517
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 11 22:22:35 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25766AbSJKTWa>; Fri, 11 Oct 2002 22:22:30 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S15814AbSJKTWa>;
	Fri, 11 Oct 2002 22:22:30 +0300
Received: from f88050.upc-f.chello.nl ([80.56.88.50]:3509 "HELO nic.funet.fi"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S26255AbSJKTW1>;
	Fri, 11 Oct 2002 22:22:27 +0300
From:	"SANDRA  SAVIMBI" <sand_savimbi@spinfinder.com>
Date:	vr, 11 okt 2002 22:08:49
To:	zmailer@nic.funet.fi
Subject: URGENT  RESPONSE IS NEEDED
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021011192228Z26255-7588+7331@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

 ATTN:

This letter may come to you as a surprise due to the fact that we have
not yet met. The message could be strange but reel if you pay some 
attention to it. I could have notified you about it at least for the
sake of your integrity. Please accept my sincere apologies. In bringing
this message of goodwill to you, I have to say that I have no intentions of causing you any pains.
I am Ms. Sandra savimbi, daughter of the late rebel leader Jonas savimbi of Angola who was killed on the 22nd of febuary 2002 . I managed to get your contact details through "The World Business Journal", a journal of the Johannesburg Chamber of Commerce in South Africa in the time I was desperately looking for a trustworthy person to assist me in this confidential business. 
My late father, Jonas savimbi was able to deposit a large sum of money in differnt banks in europe My father is presently death and the movement of his family members (including me) is restricted. We are forbidden to either travel abroad or out of our localities. Presently, the US$25,600,000.00 twentyfive, MILLION, six HUNDRED DOLLARS my father
transfered to Netherlands is safe and is in a security firm.  I am
therefore soliciting your help tohave this money transfered into your
account, before my government get wind of this fund .You know my father
was a rebel leader in Angola before his death My reason for doing this is because it will be difficult for the Angolan government to trace my father's money to an individual's account, especially when such an individual has no relationship ,I decided to keep that money for my family use. At present the money is kept in a Security Company in nertherland.
I am currently and temporarily living in Angola with my husband.
Moreover the political climatein Angola at the moment being so
sensitive and unstable. When you are ready i will give you the
information needed before you can get access to the fund you will then proceed to Netherlands where the US$25,600,000.00 
twentyfive, MILLION, six HUNDRED DOLLARS will be given to you as
payment. Alternatively, you can have the fund transferred into any
account that suits you.
And for your co-operation and partnership, we have unanimously agreed
that you will be entitled to 5.5% of the money when successfully
receive it in your account.  The nature of your business is not relevant to the successful execution of this transaction.  kindly provide me with all your contacts addresses including your personal telephone and fax number.
Best Regards,
Sandra Savimbi.

You should please reply to this mail box (sandrasavimbi403@mail.com)

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 11 23:15:06 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S24881AbSJKUO7>; Fri, 11 Oct 2002 23:14:59 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S21366AbSJKUO4>;
	Fri, 11 Oct 2002 23:14:56 +0300
Received: from f88050.upc-f.chello.nl ([80.56.88.50]:1620 "HELO nic.funet.fi"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S24166AbSJKUOp>;
	Fri, 11 Oct 2002 23:14:45 +0300
From:	"SANDRA  SAVIMBI" <sand_savimbi@spinfinder.com>
Date:	vr, 11 okt 2002 23:01:03
To:	zmailer@nic.funet.fi
Subject: URGENT RESPONSE  NEEDED
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021011201449Z24166-7588+7335@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN:

This letter may come to you as a surprise due to the fact that we have
not yet met. The message could be strange but reel if you pay some 
attention to it. I could have notified you about it at least for the
sake of your integrity. Please accept my sincere apologies. In bringing
this message of goodwill to you, I have to say that I have no intentions
of causing you any pains.
I am Ms. Sandra savimbi, daughter of the late rebel leader Jonas savimbi
of Angola who was killed on the 22nd of febuary 2002 . I managed to get your
contact details through "The World Business Journal", a journal of the Johannesburg
Chamber of Commerce in South Africa in the time I was desperately looking
for a trustworthy person to assist me in this confidential business. 
My late father, Jonas savimbi was able to deposit a large sum of money in
differnt banks in europe My father is presently death and the movement of
his family members (including me) is restricted. We are forbidden to either
travel abroad or out of our localities. Presently, the US$25,600,000.00 twentyfive,
MILLION, six HUNDRED DOLLARS my father
transfered to Netherlands is safe and is in a security firm.  I am
therefore soliciting your help tohave this money transfered into your
account, before my government get wind of this fund .You know my father
was a rebel leader in Angola before his death My reason for doing this is
because it will be difficult for the Angolan government to trace my father's
money to an individual's account, especially when such an individual has
no relationship ,I decided to keep that money for my family use. At present
the money is kept in a Security Company in nertherland.
I am currently and temporarily living in Angola with my husband.
Moreover the political climatein Angola at the moment being so
sensitive and unstable. When you are ready i will give you the
information needed before you can get access to the fund you will then proceed
to Netherlands where the US$25,600,000.00 
twentyfive, MILLION, six HUNDRED DOLLARS will be given to you as
payment. Alternatively, you can have the fund transferred into any
account that suits you.
And for your co-operation and partnership, we have unanimously agreed
that you will be entitled to 5.5% of the money when successfully
receive it in your account.  The nature of your business is not relevant
to the successful execution of this transaction.  kindly provide me with
all your contacts addresses including your personal telephone and fax number.
Best Regards,
Sandra Savimbi.

You should please reply to this mail box (sandrasavimbi403@mail.com)


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 11 23:18:17 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25452AbSJKUSN>; Fri, 11 Oct 2002 23:18:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S24662AbSJKUSN>;
	Fri, 11 Oct 2002 23:18:13 +0300
Received: from f88050.upc-f.chello.nl ([80.56.88.50]:1254 "HELO nic.funet.fi"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S25452AbSJKUSK>;
	Fri, 11 Oct 2002 23:18:10 +0300
From:	"SANDRA  SAVIMBI" <sand_savimbi@spinfinder.com>
Date:	vr, 11 okt 2002 23:04:19
To:	zmailer@nic.funet.fi
Subject: URGENT RESPOSE NEEDED
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021011201811Z25452-7588+7336@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN:

This letter may come to you as a surprise due to the fact that we have
not yet met. The message could be strange but reel if you pay some 
attention to it. I could have notified you about it at least for the
sake of your integrity. Please accept my sincere apologies. In bringing
this message of goodwill to you, I have to say that I have no intentions
of causing you any pains.
I am Ms. Sandra savimbi, daughter of the late rebel leader Jonas savimbi
of Angola who was killed on the 22nd of febuary 2002 . I managed to get your
contact details through "The World Business Journal", a journal of the Johannesburg
Chamber of Commerce in South Africa in the time I was desperately looking
for a trustworthy person to assist me in this confidential business. 
My late father, Jonas savimbi was able to deposit a large sum of money in
differnt banks in europe My father is presently death and the movement of
his family members (including me) is restricted. We are forbidden to either
travel abroad or out of our localities. Presently, the US$25,600,000.00 twentyfive,
MILLION, six HUNDRED DOLLARS my father
transfered to Netherlands is safe and is in a security firm.  I am
therefore soliciting your help tohave this money transfered into your
account, before my government get wind of this fund .You know my father
was a rebel leader in Angola before his death My reason for doing this is
because it will be difficult for the Angolan government to trace my father's
money to an individual's account, especially when such an individual has
no relationship ,I decided to keep that money for my family use. At present
the money is kept in a Security Company in nertherland.
I am currently and temporarily living in Angola with my husband.
Moreover the political climatein Angola at the moment being so
sensitive and unstable. When you are ready i will give you the
information needed before you can get access to the fund you will then proceed
to Netherlands where the US$25,600,000.00 
twentyfive, MILLION, six HUNDRED DOLLARS will be given to you as
payment. Alternatively, you can have the fund transferred into any
account that suits you.
And for your co-operation and partnership, we have unanimously agreed
that you will be entitled to 5.5% of the money when successfully
receive it in your account.  The nature of your business is not relevant
to the successful execution of this transaction.  kindly provide me with
all your contacts addresses including your personal telephone and fax number.
Best Regards,
Sandra Savimbi.

You should please reply to this mail box (sandrasavimbi403@mail.com)


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 11 23:21:21 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S23795AbSJKUVR>; Fri, 11 Oct 2002 23:21:17 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S22988AbSJKUVQ>;
	Fri, 11 Oct 2002 23:21:16 +0300
Received: from f88050.upc-f.chello.nl ([80.56.88.50]:4231 "HELO nic.funet.fi"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S26403AbSJKUVN>;
	Fri, 11 Oct 2002 23:21:13 +0300
From:	"SANDRA  SAVIMBI" <sand_savimbi@spinfinder.com>
Date:	vr, 11 okt 2002 23:07:30
To:	zmailer@nic.funet.fi
Subject: URGENT RESPONSE
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021011202114Z26403-7588+7337@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN:

This letter may come to you as a surprise due to the fact that we have
not yet met. The message could be strange but reel if you pay some 
attention to it. I could have notified you about it at least for the
sake of your integrity. Please accept my sincere apologies. In bringing
this message of goodwill to you, I have to say that I have no intentions
of causing you any pains.
I am Ms. Sandra savimbi, daughter of the late rebel leader Jonas savimbi
of Angola who was killed on the 22nd of febuary 2002 . I managed to get your
contact details through "The World Business Journal", a journal of the Johannesburg
Chamber of Commerce in South Africa in the time I was desperately looking
for a trustworthy person to assist me in this confidential business. 
My late father, Jonas savimbi was able to deposit a large sum of money in
differnt banks in europe My father is presently death and the movement of
his family members (including me) is restricted. We are forbidden to either
travel abroad or out of our localities. Presently, the US$25,600,000.00 twentyfive,
MILLION, six HUNDRED DOLLARS my father
transfered to Netherlands is safe and is in a security firm.  I am
therefore soliciting your help tohave this money transfered into your
account, before my government get wind of this fund .You know my father
was a rebel leader in Angola before his death My reason for doing this is
because it will be difficult for the Angolan government to trace my father's
money to an individual's account, especially when such an individual has
no relationship ,I decided to keep that money for my family use. At present
the money is kept in a Security Company in nertherland.
I am currently and temporarily living in Angola with my husband.
Moreover the political climatein Angola at the moment being so
sensitive and unstable. When you are ready i will give you the
information needed before you can get access to the fund you will then proceed
to Netherlands where the US$25,600,000.00 
twentyfive, MILLION, six HUNDRED DOLLARS will be given to you as
payment. Alternatively, you can have the fund transferred into any
account that suits you.
And for your co-operation and partnership, we have unanimously agreed
that you will be entitled to 5.5% of the money when successfully
receive it in your account.  The nature of your business is not relevant
to the successful execution of this transaction.  kindly provide me with
all your contacts addresses including your personal telephone and fax number.
Best Regards,
Sandra Savimbi.

You should please reply to this mail box (sandrasavimbi403@mail.com)


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 11 23:48:08 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25762AbSJKUsE>; Fri, 11 Oct 2002 23:48:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S22946AbSJKUsE>;
	Fri, 11 Oct 2002 23:48:04 +0300
Received: from node-c-0669.a2000.nl ([62.194.6.105]:2498 "HELO nic.funet.fi"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S25762AbSJKUsB>;
	Fri, 11 Oct 2002 23:48:01 +0300
From:	"MARCUS  GARVIN" <mcruffy4@mail.com>
Date:	vr, 11 okt 2002 23:34:24
To:	zmailer@nic.funet.fi
Subject: URGENT RESPONSE  NEEDED
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021011204802Z25762-7588+7341@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN:

I PRESUME THIS MAIL WILL NOT BE A SURPRISE TO YOU. 
I AM AN ACCOUNTANT WITH THE MINISTRY OF MINERAL 
RESOURCES AND ENERGY IN SOUTH AFRICA AND ALSO A MEMBER
OF CONTRACTS AWARDING COMMITTEE OF THIS MINISTRY UNDER
SOUTH AFRICA GOVERNMENT. 

MANY YEARS AGO, SOUTH AFRICA GOVERNMENT ASKED THIS
COMMITTEE TO AWARDS CONTRACTS TO FOREIGN FIRMS, WHICH
I AND 2 OF MY PARTNERS ARE THE LEADER OF THIS
COMMITTEE, WITH OUR GOOD POSITION , THIS CONTRACRS 
WAS OVER INVOICED TO THE TUNE OF US$21,500,000:00 AS A

DEAL TO BE BENEFIT BY THE THREE TOP MEMBER OF THIS 
COMMITTEE. 
NOW THE CONTRACTS VALUE HAS BEEN PAID OFF TO THE 
ACTUAL CONTRACTORS THAT EXECUTED THIS JOBS, ALL WE 
WANT NOW IS A TRUSTED FOREIGN PARTNER LIKE YOU THAT WE

SHALL FRONT WITH HIS BANKING ACCOUNT NUMBER TO CLAIM 
THE OVER INFLATED SUM. 
UPON OUR AGREEMEENT TO CARRY ON! THIS TRANSACTION WITH
YOU, THE SAID FUND WILL BE SHARE AS FOLLOWS. 
75% WILL BE FOR US IN SOUTH AFRICA. 20% FOR
USING YOUR ACCOUNT AND OTHER CONTRIBUTION 
THAT MIGHT REQIURED FROM YOU.
5% IS SET ASIDE FOR THE UP FRONT EXPENCES THAT 
WILL BE ENCOUNTER BY BOTH PARTY TO GET ALL NECESSARY 
DOCUMENTS AND FORMARLITIES THAT WILL JUSTIFY YOU AS 
THE RIGHTFUL OWNER OF THIS FUND. 
IF YOU ARE INTERESTED IN THIS TRANSACTION, KINDLY 
REPLY THIS MASSEGE WITH ALL YOUR PHONE AND FAX
NUMBERS, OR MAIL ME THROUGH(mcgarvin13@netscape.net)

TO ENABLE US FURNISH YOU WITH DETAILS AND
PROCEDURES OF THIS TRANSACTION. 

YOURS FAITHFULLY. 


MARCUS GARVIN

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Oct 12 08:04:10 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S5432AbSJLFEE>; Sat, 12 Oct 2002 08:04:04 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S5437AbSJLFEC>;
	Sat, 12 Oct 2002 08:04:02 +0300
Received: from c19057.belrs2.nsw.optusnet.com.au ([211.28.182.146]:1736 "HELO
	yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with SMTP id <S4001AbSJLFD5>;
	Sat, 12 Oct 2002 08:03:57 +0300
Reply-To: <advertiser_eu@yahoo.com>
Message-ID: <036b57d56e1b$5257b3b5$7bc37ec5@epqkyn>
From:	<advertiser_eu@yahoo.com>
To:	eu-domain@domain.eu
Subject: Preregister your .eu domain now!
Date:	Sat, 12 Oct 2002 00:53:51 +0400
MiME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: AOL 7.0 for Windows US sub 118
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

>From now on we accept pre-registrations
for the Top Level Domain .eu. 
 
Pre-register at:
 
http://www.eu-domain.biz/english
 
All pre-registrations are accepted on the
basis of "first come, first serve". Each domain 
can only be pre-registered once. 
 
office@eu-domain.biz
 
P.S. pre-register now, tomorrow may be to late!
-------------------------------------------------------------------- 
You receive this mail, cause you have requested 
info about new top level domains. This is the 
only message you receive from us, therefor no 
unsubscription or reply is required. 

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Oct 12 17:46:29 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S6133AbSJLOqS>; Sat, 12 Oct 2002 17:46:18 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S5983AbSJLOqO>;
	Sat, 12 Oct 2002 17:46:14 +0300
Received: from web21106.mail.yahoo.com ([216.136.227.108]:28734 "HELO
	web21106.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S6133AbSJLOqG>;
	Sat, 12 Oct 2002 17:46:06 +0300
Message-ID: <20021012144603.51292.qmail@web21106.mail.yahoo.com>
Received: from [64.110.29.90] by web21106.mail.yahoo.com via HTTP; Sat, 12 Oct 2002 15:46:03 BST
Date:	Sat, 12 Oct 2002 15:46:03 +0100 (BST)
From:	=?iso-8859-1?q?grace=20vivian=20bangura?= 
	<grace_v_bangura2002@yahoo.co.uk>
Subject: ORPHAN LOOKING FOR AIDS AND INVESTMENT
To:	zmailer@nic.funet.fi
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Subject: ATTN. 

 
                AID AND ASSISTANCE.

DEAR Sir/Madam,

I AM A CITIZEN OF ANGOLA, DAUGHTER OF THE LATE DR
ROBERT BANGURA FORMER MINISTER OF MINES AND POWER
RESOURSES IN ANGOLA. SINCE THE DEATH OF MY LATE FATHER
LAST YEAR AGO I HAVE BEEN RESIDING IN ABIDJAN ON
TEMPORARY POLITICAL ASYLUM. 
ON MY ARRIVAL IN ABIDJAN AFTER MY LATE FATHER'S
BURIAL, I CAME INTO ABIDJAN WITH A DIPLOMATIC PACKAGED
CONSIGNMENTS CONTAINING THE SUM OF
$12,000,000.00(TWELVE MILLION UNITED STATES DOLLARS)
WHICH I GOT FROM PART OF THE MONEY MY LATE FATHER MADE
THROUGH DIAMONDS SALES WHEN HE WAS THE MINISTER IN
ANGOLA FOR ABOUT 5 YEARS.

PRECISELY, SINCE MY ARRIVAL WITH THE DIPLOMATIC
PACKAGED CONSIGNMENT IT HAS BEEN SAFELY KEPT WITH A
SECURITY COMPANY HERE IN ABIDJAN. 

MOREOVER,I DO NOT WANT TO INVEST THIS MONEY IN ANY
PART OF AFRICA DUE TO THE CONSTANT POLITICAL
INSTABILITY IN AFRICA.MY PLAN IS TO USE THIS MONEY TO
INVEST IN A PROFITABLE BUSINESS IN ANY PART OF THE
WORLD APART FROM AFRICA, ALSO TO PURCHASE A
RESIDENTIAL
ACCOMMODATION. I WILL COME OVER AND SETTLE THERE
TO CONTINUE MY EDUCATION AND MY LIVELYHOOD. 

HENCE,I AM SOLICITING FOR YOUR ASSISTANCE AS MY
FOREIGN PARTNER TO RECEIVE THIS MONEY ON MY BEHALF ON
ARRIVAL ABROAD AND TO KEEP IT IN A SAFE PLACE PENDING
MY ARRIVAL TO JOIN YOU UP. UPON THE RECEIPT OF YOUR
ACCEPTANCE TO MY PROPOSAL, I CAN IMMEDIATELY ARRANGE
FOR THE MONEY TO LEAVE ABIDJAN IN YOUR FAVOUR (i.e. AS
THE BENEFICIARY) FOR ONWARD MOVEMENT TO WHERE YOU CAN
RECEIVE THE CONSIGNMENT.

PLEASE IF YOU ARE WILLING TO ASSIST ME, DO SEND IN
YOUR
REPLY IMMEDIATELY BASED ON THE FOLLOWING: -

(1) WHAT PERCENTAGE OF THIS AMOUNT DO YOU INTEND
TO CHARGE FOR YOUR ASSISTANCE, PLEASE FEEL FREE
TO EXPRESS YOUR MIND,

(2) INCLUDE YOUR PRIVATE TELEPHONE AND FAX NUMBERS TO
ENHANCE THE CONFIDENTIALITY,WHICH THIS BUSINESS
DEMANDS.

I SHALL INFORM YOU WITH NEXT LINE OF ACTION AS SOON AS
I RECEIVE YOUR POSITIVE RESPONSE. 10% OF THE TOTAL
MONEY WILL BE SET ASIDE FOR ANY EXTRA EXPENDITURE. I
ASSURE YOU THAT THERE WILL NOT BE ANY BLOW BACK.
YOUR URGENT REPONSE THROGH MY E-MAIL FOR MORE DETAILS
EMAIL:grace_v_bangura2002@yahoo.uk.co,I SHALL BE
HIGHLY APPRECIATED.

BEST REGARDS,
MISS GRACE V.BANGURA
 






__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Oct 13 00:03:18 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S5142AbSJLVDN>; Sun, 13 Oct 2002 00:03:13 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S6630AbSJLVDM>;
	Sun, 13 Oct 2002 00:03:12 +0300
Received: from yonge.cs.toronto.edu ([128.100.1.8]:52011 "HELO
	yonge.cs.toronto.edu" ident: "root" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S6535AbSJLVDJ>;
	Sun, 13 Oct 2002 00:03:09 +0300
Received: from cox.net ([63.196.58.40]) by yonge.cs.toronto.edu with SMTP id <15338-27361>; Sat, 12 Oct 2002 17:03:00 -0400
Reply-To: "Alex Hardy" <alexhardy1157730o24@cox.net>
Message-ID: <006c05e18c5e$7144d7c6$7bd76cb0@eqtwet>
From:	"Alex Hardy" <alexhardy1157730o24@cox.net>
To:	Users@cs.toronto.edu
Subject: free HGH - Look 10 Years Younger in 3 Weeks                                                     2108WUBR6-183gO-14
Date:	Fri, 11 Oct 2002 16:49:09 -0400
MiME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_00B8_58A38C7A.D1387B61"
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
Importance: Normal
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

------=_NextPart_000_00B8_58A38C7A.D1387B61
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: base64


RlJFRSAzMCBkYXkgc3VwcGx5IG9mIEhHSCAxMDAwOg0KTG9vayBZb3VuZ2Vy
IGFuZCBMb3NlIFdlaWdodCBpbiAzIFdlZWtzISEhIQ0KDQpodHRwOi8vd3d3
LjRteXBvd2VyLmNvbS9oZ2gvaW5kZXgucGhwPzE1Mg0KDQpBcyBzZWVuIG9u
IE5CQywgQ0JTLCBDTk4sIGFuZCBPcHJhaCEgVGhlIGhlYWx0aCBkaXNjb3Zl
cnkgDQp0aGF0IGFjdHVhbGx5IHJldmVyc2VzIGFnaW5nIHdoaWxlIGJ1cm5p
bmcgZmF0LCB3aXRob3V0DQpkaWV0aW5nIG9yIGV4ZXJjaXNlISBUaGlzIHBy
b3ZlbiBkaXNjb3ZlcnkgaGFzIGJlZW4gcmVwb3J0ZWQNCm9uIGJ5IHRoZSBO
ZXcgRW5nbGFuZCBKb3VybmFsIG9mIE1lZGljaW5lLiBGb3JnZXQgYWdpbmcg
YW5kDQpkaWV0aW5nIGZvcmV2ZXIhICBBbmQgaXQncyBHdWFyYW50ZWVkIQ0K
DQoNCldvdWxkIHlvdSBsaWtlIHRvIGxvc2Ugd2VpZ2h0IHdoaWxlIHlvdSBz
bGVlcD8NCiAgICAgICAgICAgICAgICAgICAgTm8gZGlldGluZyENCiAgICAg
ICAgICAgICAgICAgTm8gaHVuZ2VyIHBhaW5zIQ0KICAgICAgICAgICAgICAg
ICAgIE5vIENyYXZpbmdzIQ0KICAgICAgICAgICAgICBObyBzdHJlbnVvdXMg
ZXhlcmNpc2UhDQogICAgICAgICAgICAgQ2hhbmdlIHlvdXIgbGlmZSBmb3Jl
dmVyISANCg0KICAgICAgICAgICAgICAgICAgMTAwJSBHVUFSQU5URUVEDQoN
Cmh0dHA6Ly93d3cuNG15cG93ZXIuY29tL2hnaC9pbmRleC5waHA/MTUyDQo0
NTMwa2dUZTItNDMzbHpvWDA2MzVoQmFROS0yMTZRRk1xNzQyMUVKVFA4LTIz
Mm9YYXk0NTA1ZEFKajUtbDU3
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct 14 17:09:39 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S10999AbSJNOJ3>; Mon, 14 Oct 2002 17:09:29 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14965AbSJNOJZ>;
	Mon, 14 Oct 2002 17:09:25 +0300
Received: from mail.icenter.pl ([213.25.174.23]:50232 "EHLO mail.icenter.pl"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S14962AbSJNOJT>;
	Mon, 14 Oct 2002 17:09:19 +0300
Received: from sun.icenter.pl ([213.25.174.28]:8900 "EHLO sun")
	by mars.icenter.pl with ESMTP id <S141507AbSJNOIr>;
	Mon, 14 Oct 2002 16:08:47 +0200
Date:	Mon, 14 Oct 2002 16:08:59 +0200
From:	Adrian Siemieniak <sauron@icenter.pl>
To:	zmailer@nic.funet.fi
Subject: Contentfilter problem CD
Message-Id: <20021014160859.7a0e8225.sauron@icenter.pl>
In-Reply-To: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A05A@COLOSSUS.dyadem.corp>
References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A05A@COLOSSUS.dyadem.corp>
Organization: Internet Center Polska
X-Mailer: Sylpheed version 0.8.5claws20 (GTK+ 1.2.10; )
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


Hello - i still haven't found any solution - can't anybody realy help
me with that problem? ;)

Few more clues -
when smtpserver is run with "-i" (interactive) IT WORKS FINE!

when run as a daemon or from inetd i have error like before
--
HWP009672r      data
HWP009672w      354 Start mail input; end with <CRLF>.<CRLF>
HWP009672#      policyprogram said: ĸ
HWP009672#      policyprogram said: 
HWP009672#      Content-policy analysis ordered message rejection.
(code=-1); ms g=''
HWP009672w      552 5.7.1 
--

The policy program is good for sure (since it writes only 0 520 as an
anwser)

strace put on smtpserver sais (cos is a name of policy program):
---
[pid  2195] execve("/zmailer/mailbin/cos", ["/zmailer/mailbin/cos"], [/*
20 vars */]) = 0
[pid  2195] uname({sys="Linux", node="sun", ...}) = 0
[pid  2195] brk(0)                      = 0x80495d4
...
[pid  2194] close(7)                    = 0
[pid  2194] write(9, "/zmailer/postoffice/public/sun.i"..., 47) = 47
[pid  2194] read(6,  <unfinished ...>
[pid  2195] <... nanosleep resumed> {5, 0}) = 0
[pid  2195] write(1, "0 520 OK\n", 9)   = 9
[pid  2195] munmap(0x40128000, 4096)    = 0
[pid  2195] _exit(0)                    = ?
[pid  2194] <... read resumed> 0x401f1000, 4096) = ? ERESTARTSYS (To be
restarte d)
[pid  2194] --- SIGCHLD (Child exited) ---
[pid  2194] wait4(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], WNOHANG,
NULL) = 21 95
[pid  2194] wait4(-1, 0xbfff7de8, WNOHANG, NULL) = -1 ECHILD (No child
processes)
[pid  2194] rt_sigaction(SIGCHLD, {0x804cc6c, [],
SA_INTERRUPT|SA_NOMASK|0x40000 00}, NULL, 8) = 0
[pid  2194] sigreturn()                 = ? (mask now [])
[pid  2194] write(3, "NN4M02194#\tpolicyprogram said: \377"..., 33) = 33
[pid  2194] close(9)                    = 0
[pid  2194] munmap(0x401f0000, 4096)    = 0
[pid  2194] write(3, "NN4M02194#\tpolicyprogram said: \n", 32) = 32
---

Both smtpserver and policyprogram are owner by root and run on it
(zmailers runs on chrooted environment with it's own libraries etc.)

If ANYONE have ANY clue - PLEASE help!

Pozdrawiam
--
Adrian Siemieniak | Administrator (at) Internet Center Polska
sauron(at)icenter.pl
tel. (0-71) 344-82-53 wew 26
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct 15 11:16:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S15635AbSJOIQV>; Tue, 15 Oct 2002 11:16:21 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S18644AbSJOIQQ>;
	Tue, 15 Oct 2002 11:16:16 +0300
Received: from chronos.sovam.com ([194.67.22.190]:52831 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S4306AbSJOIQI>;
	Tue, 15 Oct 2002 11:16:08 +0300
Received: from ariel ([194.67.3.216]:34305 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763803AbSJOIQF>;
	Tue, 15 Oct 2002 12:16:05 +0400
Subject: safe?
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	15 Oct 2002 12:15:53 +0400
Message-Id: <1034669753.12867.1.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-0.5 required=5.0
	tests=AWL,SIGNATURE_SHORT_DENSE,UNDESIRED_LANGUAGE_BODY
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti,

are you safe after the explosion in the shopping mall?
CVS server does not seem to work since then...

-- 
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct 15 14:23:14 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S19217AbSJOLXG>; Tue, 15 Oct 2002 14:23:06 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S19209AbSJOLXF>;
	Tue, 15 Oct 2002 14:23:05 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S18253AbSJOLXB>;
	Tue, 15 Oct 2002 14:23:01 +0300
Date:	Tue, 15 Oct 2002 14:23:00 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Eugene Crosser <crosser@rol.ru>
Cc:	zmailer@nic.funet.fi
Subject: Re: safe?
Message-ID: <20021015142300.O3443@nic.funet.fi>
References: <1034669753.12867.1.camel@ariel>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <1034669753.12867.1.camel@ariel>; from crosser@rol.ru on Tue, Oct 15, 2002 at 12:15:53PM +0400
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Tue, Oct 15, 2002 at 12:15:53PM +0400, Eugene Crosser wrote:
> Matti,
> 
> are you safe after the explosion in the shopping mall?
> CVS server does not seem to work since then...

  Office (where the machine is) has been in datacom blockage since
  this morning due to some transmission problem herearounds.  It got
  fixed 30 minutes ago.

  I have had flu/cold the past week/weekend.

  The explosion (roughly the only international news item in past
  few months from Finland) happened at a near-by mall, where I don't
  have a habit of visiting.  (Some 19 years young man carried a bomb
  into the mall, possibly with an intention to eat at local McD before
  going into somewhere else to test the device.  Was it purely an
  accident, or intended to explode there, is under investigation.)

> -- 
> Eugene Crosser, head of Internet Applications section, +7 501 787 1000
> ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/
-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct 16 17:02:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S22734AbSJPOCT>; Wed, 16 Oct 2002 17:02:19 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S16386AbSJPOCT>;
	Wed, 16 Oct 2002 17:02:19 +0300
Received: from waffle.cs.Dal.Ca ([129.173.67.10]:33561 "EHLO waffle.cs.dal.ca"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S22734AbSJPOCO>;
	Wed, 16 Oct 2002 17:02:14 +0300
Received: (from localhost user: 'maxwell' uid#5002 fake: STDIN (maxwell@borg))
	by waffle.cs.dal.ca id <S248067AbSJPOBP>;
	Wed, 16 Oct 2002 11:01:15 -0300
Date:	Fri, 11 Oct 2002 14:31:46 -0300
From:	Chris Maxwell <maxwell@cs.dal.ca>
To:	zmailer@nic.funet.fi
Subject: Re: Zmailer accepts mail from <> (empty address) - causes problems
Message-ID: <20021011143145.X9863@cs.dal.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


>> My standard zmailer configuration to my great surprise accepts a mail with
>> 
>> 3J1O28648r      MAIL From:<> SIZE=2495
>> 3J1O28648w      250 2.1.0 Sender syntax Ok
>> 
>> How can I disable this?
>
>Unfortunately, you may not. See http://www.rfc-ignorant.org/policy-dsn.html for full 
>explanations.

  I have a problem that is sort of related.


Running: Zmailer 2.99.55 on  Solaris 8


  This is all well and good, and I have been forced to go back to being 
compliant because I was also losing listserv responses.  However, I am getting 
many messages sent to the mailer-demon, which we have aliased to 
our support group alias.  The messages look like this:


======================================================================
To:	mailer-daemon@cs.dal.ca
From:	The Post Office <postmaster@cs.dal.ca>
Sender:	mailer-daemon@cs.dal.ca
Subject: Invalid message envelope information

Error in "to" envelope address:

	<< > >
	 ^-expected word, illegal end of route address, missing end of address


Error in "To" header address:

	<< > >
	 ^-expected word, illegal end of route address, missing end of address



The entire original message file follows.

-----------------------------------------
rcvdfrom STDIN ("??"@waffle.cs.dal.ca)
channel error
todsn NOTIFY=NEVER ORCPT=RFC822;<>
to <<>>
env-end
To: <<>>
From: The Post Office <postmaster@cs.dal.ca>
Sender:	mailer-daemon@cs.dal.ca
Subject: Errors: No such user(s)
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
	boundary="S247969AbSJISYP=_/errmail/waffle.cs.dal.ca"


--S247969AbSJISYP=_/errmail/waffle.cs.dal.ca
Content-Type: text/plain

This is a collection of reports about email delivery
process concerning a message you originated:


error: nosuchuser: cweqx@cs.dal.ca

--S247969AbSJISYP=_/errmail/waffle.cs.dal.ca
Content-Type: message/delivery-status

Reporting-MTA: dns; waffle.cs.dal.ca
Arrival-Date: Wed, 9 Oct 2002 15:24:14 -0300

Original-Recipient: rfc822;cweqx@cs.dal.ca
Final-Recipient: RFC822; cweqx@cs.dal.ca
Action: failed
Status: 5.0.0
Diagnostic-Code: X-LOCAL; 500 (nosuchuser)

--S247969AbSJISYP=_/errmail/waffle.cs.dal.ca
Content-Type: message/rfc822

Date:	Thu, 10 Oct 2002 00:03:11 +0900
From:	Mail Delivery Subsystem <MAILER-DAEMON@newtiis.co.kr>
Message-Id: <200210091503.g99F3Bj13747@newtiis.co.kr>
To:	<cweqx@cs.dal.ca>
Subject: Returned mail: see transcript for details
Auto-Submitted:	auto-generated (failure)


This is a MIME-encapsulated message

--g99F3Bj13747.1034175791/newtiis.co.kr

The original message was received at Wed, 9 Oct 2002 23:53:23 +0900
from 200-204-118-235.dsl.telesp.net.br [200.204.118.235]

   ----- The following addresses had permanent fatal errors -----
<tamtheram@ipxnet.com>
    (reason: 550 Host unknown)
<onesti@ix.netcom.com>
    (reason: 550 Dialups/open relays blocked. Contact <openrelay@abuse.earthlink.net>.)
<rogbabb@ix.netcom.com>
    (reason: 550 Dialups/open relays blocked. Contact <openrelay@abuse.earthlink.net>.)

[.....]

======================================================================


  So, here is my take:

+random_spam.net -> newtiis.co.kr
  MAIL From: <cweqx@cs.dal.ca>
  RCPT To: <various recipients>

   Hi!  I am a spammer!

+newtiss.co.kr -> cs.dal.ca [smtpserver]
  MAIL FROM: <> 
  RCPT To: <cweqx@cs.dal.ca> 

   Failed to deliver to <various recipients>

+cs.dal.ca [router] -> [scheduler]
   todsn NOTIFY=NEVER ORCPT=RFC822;<>
   to: <>

        cweqx does not exist

+cs.dal.ca [router]
   rfc822.c: parse envelope.
    Parse error in envelope, before checking that NOTIFY=NEVER.
    Must tell mailer-daemon.

  I can not quite figure out if this is fixed in a newer version, or if I 
have an incorrect configuration that is leading to this making it further
in the process than it should.

  We were not getting this behavior in what I think was a 2.99.54 
configuration.


  Any comments?  Help?

-- 
  Chris Maxwell
  Unix SysAdmin, Faculty of Computer Science, 
  Dalhousie University, Halifax, Nova Scotia, Canada
  (902) 494-1369 / chris.maxwell_AT_dal.ca / FAX: (902) 492-1517
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct 16 18:10:15 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S20645AbSJPPKL>; Wed, 16 Oct 2002 18:10:11 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S23015AbSJPPKK>;
	Wed, 16 Oct 2002 18:10:10 +0300
Received: from chronos.sovam.com ([194.67.22.190]:56481 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S7610AbSJPPKI>;
	Wed, 16 Oct 2002 18:10:08 +0300
Received: from ariel ([194.67.3.216]:35889 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764166AbSJPPJz>;
	Wed, 16 Oct 2002 19:09:55 +0400
Subject: Small bugfix - installment 1
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	16 Oct 2002 19:09:41 +0400
Message-Id: <1034780981.20986.19.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-3.0 required=5.0
	tests=AWL,PATCH_UNIFIED_DIFF
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

OK, as my megapatch does not seem to have a chance to get thorough, I'll
try "Linus approach": - one small patch at a time :-)

This one is easy: error messages lack of ending newline.

--- scheduler/mailq.c   2002/01/24 22:18:47     1.64
+++ scheduler/mailq.c   2002/10/16 14:49:58
@@ -446,7 +446,7 @@
            if (rc < 0) {
              eval = errno;
              close(fd);
-             fprintf(stderr, "%s: connect failed to %s",
+             fprintf(stderr, "%s: connect failed to %s\n",
                      progname, ai->ai_canonname ? ai->ai_canonname :
host);
              fd = -1;
              continue;
@@ -455,7 +455,7 @@
          if (fd >= 0)
            docat((char *)NULL, fd);
          else {
-           fprintf(stderr, "%s: connect failed to %s",
+           fprintf(stderr, "%s: connect failed to %s\n",
                    progname, host);
          }
        }


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct 16 18:18:55 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S21635AbSJPPSw>; Wed, 16 Oct 2002 18:18:52 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S21649AbSJPPSw>;
	Wed, 16 Oct 2002 18:18:52 +0300
Received: from chronos.sovam.com ([194.67.22.190]:56496 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S23759AbSJPPSu>;
	Wed, 16 Oct 2002 18:18:50 +0300
Received: from ariel ([194.67.3.216]:35894 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764165AbSJPPSf>;
	Wed, 16 Oct 2002 19:18:35 +0400
Subject: Small bugfix - installemnt 2
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	16 Oct 2002 19:18:15 +0400
Message-Id: <1034781495.22033.25.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-2.0 required=5.0
	tests=AWL,PATCH_UNIFIED_DIFF,UNDESIRED_LANGUAGE_BODY
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Another obvious thing.  The bugs are in the code that I contributed a
few years ago.  I am trying to log "whoson" information before it is
collected.  Result - always empty field.  Another thing: when "on the
fly" translation is activated, it is impossible to report error to the
peer at the point I am trying to do: SSL is not yet initialized at this
point.  Trying to "type()" leads to smtpserver busyloop.

--- smtpserver/smtpserver.c     2002/10/07 08:50:43     1.128
+++ smtpserver/smtpserver.c     2002/10/16 14:50:11
@@ -776,25 +776,15 @@
                " [port %d]", SS.rport);

        if (smtp_syslog && ident_flag) {
-#ifdef HAVE_WHOSON_H
-           zsyslog((LOG_INFO, "connection from %s@%s (whoson: $s)\n",
-                    SS.ident_username, SS.rhostname, SS.whoson_data));
-#else
            zsyslog((LOG_INFO, "connection from %s@%s\n",
                     SS.ident_username, SS.rhostname));
-#endif
        }

        pid = getpid();
        settrusteduser();       /* dig out the trusted user ID */
        openlogfp(&SS, daemon_flg);
-#ifdef HAVE_WHOSON_H
-       type(NULL,0,NULL,"connection from %s:%d ident: %s whoson: %s",
-            SS.rhostname, SS.rport, SS.ident_username, SS.whoson_data);
-#else
        type(NULL,0,NULL,"connection from %s:%d ident: %s",
             SS.rhostname, SS.rport, SS.ident_username);
-#endif

 #if 0
        SIGNAL_HANDLE(SIGCHLD, SIG_DFL);
@@ -1944,8 +1934,11 @@
     }
     if (!(*lang) || (X_settrrc < 0)) {
        /* we don't know our codetable, hush client away */
+       /* Oops!  With version 2.99.56-pre1 you cannot use type()
+          before some initialization of SS is performed!
        type(SS, 451, NULL, "Server could not setup translation.",
NULL);
        typeflush(SS);
+       */
        sleep(2);
        exit(0);
 #endif                         /* USE_TRANSLATION */


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct 16 18:26:56 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S22421AbSJPP0w>; Wed, 16 Oct 2002 18:26:52 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S21508AbSJPP0w>;
	Wed, 16 Oct 2002 18:26:52 +0300
Received: from chronos.sovam.com ([194.67.22.190]:56506 "EHLO
	chronos.sovam.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S20782AbSJPP0u>;
	Wed, 16 Oct 2002 18:26:50 +0300
Received: from ariel ([194.67.3.216]:35901 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764166AbSJPP0r>;
	Wed, 16 Oct 2002 19:26:47 +0400
Subject: Small bugfix - installment 3
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	16 Oct 2002 19:26:35 +0400
Message-Id: <1034781995.22033.34.camel@ariel>
Mime-Version: 1.0
X-Spam-Status: No, hits=-3.0 required=5.0
	tests=AWL,PATCH_UNIFIED_DIFF
	version=2.40
X-Spam-Level: 
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

smtp TA is the only thing that uses LOG_ERR priority.  In my (not so
humble) opinion, it does it in wrong circumstances.  "Nameserver data
inconsistency" is beyond the MTA administrator's control, [s]he cannot
do anything useful about it, so why be so intrusive?  On Solaris,
LOG_ERR *always* goes to the console.  If your console is a 9600 bps
serial terminal (think a box in a datacenter), and the traffic is high,
it results in syslogd problems, not to mention that console becomes
unusable.

--- transports/smtp/smtp.c      2002/09/23 09:17:54     1.275
+++ transports/smtp/smtp.c      2002/10/16 14:50:12
@@ -2610,7 +2610,7 @@
                  sprintf(SS->remotemsg,
                          "smtp; 500 (nameserver data inconsistency. All
MXes re
jected [we are the best?], no address: '%.200s')", host);
 #if 1
-                 zsyslog((LOG_ERR, "%s", SS->remotemsg));
+                 zsyslog((LOG_NOTICE, "%s", SS->remotemsg));
                  if (r != EX_TEMPFAIL)
                    r = EX_NOHOST;
 #endif
@@ -2618,7 +2618,7 @@
                  sprintf(SS->remotemsg,
                          "smtp; 500 (nameserver data inconsistency. No
MX, no a
ddress: '%.200s' (%s))",
                          host, gai_err == EAI_NONAME ? "NONAME" :
"NODATA");
-                 zsyslog((LOG_ERR, "%s r=%d", SS->remotemsg, r));
+                 zsyslog((LOG_NOTICE, "%s r=%d", SS->remotemsg, r));
 #if 0
                  if (r != EX_TEMPFAIL)
                    r = EX_NOHOST; /* Can do instant reject */
@@ -2630,7 +2630,7 @@
                          "smtp; 500 (nameserver data inconsistency. No
MX, no a
ddress: '%.200s', errno=%s, gai_errno='%s')",
                          host, strerror(errno), gai_strerror(gai_err));
 #if 1
-                 zsyslog((LOG_ERR, "%s", SS->remotemsg));
+                 zsyslog((LOG_NOTICE, "%s", SS->remotemsg));
                  r = EX_TEMPFAIL; /* This gives delayed rejection
(after a time
out) */
 #endif
                }


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Oct 16 22:16:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S22284AbSJPTQe>; Wed, 16 Oct 2002 22:16:34 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S9209AbSJPTQe>;
	Wed, 16 Oct 2002 22:16:34 +0300
Received: from blade.4t2.com ([194.77.116.115]:4494 "EHLO blade.4t2.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S20630AbSJPTQb>;
	Wed, 16 Oct 2002 22:16:31 +0300
Received: from mx.sem-gmbh.com ([172.16.11.10]:47324 "EHLO ipsec.blade.4t2.com"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-PEER: <none>)
	by blade.4t2.com with ESMTP id <S222AbSJPTQ1>;
	Wed, 16 Oct 2002 21:16:27 +0200
Received: from sem-dev01.sem-gmbh.com ([194.99.20.211]:53514 "EHLO
	sem-gmbh.com") by sem-two.sem-gmbh.com with ESMTP
	id <S1409877AbSJPTAy>; Wed, 16 Oct 2002 21:00:54 +0200
Message-ID: <3DADB714.7040707@sem-gmbh.com>
Date:	Wed, 16 Oct 2002 20:59:32 +0200
From:	Dirk Munzinger <Dirk.Munzinger@sem-gmbh.com>
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: de, de-at, en-us, en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
CC:	Adrian Siemieniak <sauron@icenter.pl>
Subject: Re: Contentfilter problem CD
References: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A05A@COLOSSUS.dyadem.corp> <20021014160859.7a0e8225.sauron@icenter.pl>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,

Adrian Siemieniak wrote:
> Hello - i still haven't found any solution - can't anybody realy help
> me with that problem? ;)
> 
> Few more clues -
> when smtpserver is run with "-i" (interactive) IT WORKS FINE!
> 
> when run as a daemon or from inetd i have error like before
> --
> HWP009672r      data
> HWP009672w      354 Start mail input; end with <CRLF>.<CRLF>
> HWP009672#      policyprogram said: ĸ
> HWP009672#      policyprogram said: 
> HWP009672#      Content-policy analysis ordered message rejection.
> (code=-1); ms g=''
> HWP009672w      552 5.7.1 

This looks like that zmailer can not execute the contenfilter script. 
Maybe the user running zmailer does not have the right to execute or 
maybe the script doese not have acces rights to a file (mail, 
filterlist, logfile)

Regards, Dirk

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 18 00:30:15 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S23804AbSJQVaK>; Fri, 18 Oct 2002 00:30:10 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S17325AbSJQVaJ>;
	Fri, 18 Oct 2002 00:30:09 +0300
Received: from dedos.pert.com.ar ([200.68.65.162]:1263 "EHLO dedos.pert.com.ar"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S23804AbSJQVaG>;
	Fri, 18 Oct 2002 00:30:06 +0300
Received: from mafalda.pert.com.ar ([192.168.1.20]:22537 "EHLO
	mafalda.pert.com.ar" whoson: "-unregistered-") by dedos.pert.com.ar
	with ESMTP id <S3383AbSJQV3i>; Thu, 17 Oct 2002 18:29:38 -0300
Received: by mafalda.pert.com.ar with Internet Mail Service (5.5.2655.55)
	id <RG5PAGS2>; Thu, 17 Oct 2002 18:29:38 -0300
Message-ID: <5DC7EB0268F3E549BA5ACFB1DDF1236D09BA2A@mafalda.pert.com.ar>
From:	zmailer <zmailer@lists.com.ar>
To:	zmailer@nic.funet.fi
Subject: toplevel domains
Date:	Thu, 17 Oct 2002 18:29:32 -0300
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2655.55)
Content-Type: text/plain;
	charset="iso-8859-1"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


If it helps somebody,
we just updated cf/standard.cf with:

toplevels=( ac ad ae aero af ag ai al am an ao aq ar arpa as at au aw
        az ba bb bd be bf bg bh bi biz bj bm bn bo br bs bt bv bw
        by bz ca cc cd cf cg ch ci ck cl cm cn co com coop cr cu
        cv cx cy cz de dj dk dm do dz ec edu ee eg er es et fi fj
        fk fm fo fr ga gb gd ge gf gg gh gi gl gm gn gov gp gq gr
        gs gt gu gw gy hk hm hn hr ht hu id ie il im in info int
        io iq ir is it je jm jo jp ke kg kh ki km kn kr kw ky kz
        la lb lc li lk lr ls lt lu lv ly ma mc md mg mh mil mk ml
        mm mn mo mp mq mr ms mt mu museum mv mw mx my mz na name
        nc ne net nf ng ni nl no np nr nu nz om org pa pe pf pg ph
        pk pl pm pn pr pro ps pt pw py qa re ro ru rw sa sb sc sd
        se sg sh si sj sk sl sm sn so sr st su sv sy sz tc td tf tg
        th tj tk tm tn to tp tr tt tv tw tz ua ug uk um us uy uz va
        vc ve vg vi vn vu wf ws ye yt yu za zm zw bitnet uucp)

  
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 18 14:12:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S26465AbSJRLMT>; Fri, 18 Oct 2002 14:12:19 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S26774AbSJRLMS>;
	Fri, 18 Oct 2002 14:12:18 +0300
Received: from leo.dk.speednames.com ([213.237.145.52]:1235 "EHLO
	leo.dk.speednames.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S26465AbSJRLMR>;
	Fri, 18 Oct 2002 14:12:17 +0300
Received: from aries.dk.speednames.com (unverified) by leo.dk.speednames.com
 (Content Technologies SMTPRS 4.2.5) with ESMTP id <T5e040a8c75d5ed9134560@leo.dk.speednames.com> for <zmailer@nic.funet.fi>;
 Fri, 18 Oct 2002 13:12:06 +0200
Received: by aries.dk.speednames.com with Internet Mail Service (5.5.2655.55)
	id <R9B06DDN>; Fri, 18 Oct 2002 13:12:05 +0200
Message-ID: <2F15A97500CFA0469C9BACC2041F8AC7032E7B8B@aries.dk.speednames.com>
From:	Florus Both <florusb@ascio.com>
To:	zmailer@nic.funet.fi
Subject: Maillist archives
Date:	Fri, 18 Oct 2002 13:12:00 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2655.55)
Content-Type: text/plain
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,

Can someone point me to a place where the mailarchives can be found of this
list? (other then www.zmailer.org which hasn't responded for almost 2 days
now)

Thanks!

Florus
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 18 14:30:46 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S26511AbSJRLam>; Fri, 18 Oct 2002 14:30:42 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S26799AbSJRLam>;
	Fri, 18 Oct 2002 14:30:42 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S26794AbSJRLak>;
	Fri, 18 Oct 2002 14:30:40 +0300
Date:	Fri, 18 Oct 2002 14:30:40 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Florus Both <florusb@ascio.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Maillist archives
Message-ID: <20021018143040.C3546@nic.funet.fi>
References: <2F15A97500CFA0469C9BACC2041F8AC7032E7B8B@aries.dk.speednames.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <2F15A97500CFA0469C9BACC2041F8AC7032E7B8B@aries.dk.speednames.com>; from florusb@ascio.com on Fri, Oct 18, 2002 at 01:12:00PM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Oct 18, 2002 at 01:12:00PM +0200, Florus Both wrote:
> Hi,
> 
> Can someone point me to a place where the mailarchives can be found of this
> list? (other then www.zmailer.org which hasn't responded for almost 2 days
> now)

  Oh, the http server didn't start automagically at system reboot
  yesterday...

> Thanks!
> Florus

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 18 15:09:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S21635AbSJRMJT>; Fri, 18 Oct 2002 15:09:19 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S26751AbSJRMJT>;
	Fri, 18 Oct 2002 15:09:19 +0300
Received: from leo.dk.speednames.com ([213.237.145.52]:1688 "EHLO
	leo.dk.speednames.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S21635AbSJRMJR>;
	Fri, 18 Oct 2002 15:09:17 +0300
Received: from aries.dk.speednames.com (unverified) by leo.dk.speednames.com
 (Content Technologies SMTPRS 4.2.5) with ESMTP id <T5e043ee423d5ed9134560@leo.dk.speednames.com> for <zmailer@nic.funet.fi>;
 Fri, 18 Oct 2002 14:09:16 +0200
Received: by aries.dk.speednames.com with Internet Mail Service (5.5.2655.55)
	id <R9B061KN>; Fri, 18 Oct 2002 14:09:16 +0200
Message-ID: <2F15A97500CFA0469C9BACC2041F8AC7032E7B9A@aries.dk.speednames.com>
From:	Florus Both <florusb@ascio.com>
To:	zmailer@nic.funet.fi
Subject: Msgbuffer write IO-error problem
Date:	Fri, 18 Oct 2002 14:09:08 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2655.55)
Content-Type: text/plain
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi again,

I tried to check the mail archives and found a reference to my problem back
in 2000, but alas no solution to it!

I get the following in the mailq:

        O/593360-30408: (7 tries, expires in 3h35m2s) smtp; 500 (msgbuffer
write IO-error[1]! [Resource temporarily unavailable] DATA 63111/110278
[57%])
        C/602474-8578: (7 tries, expires in 1d20h) 500 (msgbuffer write
IO-error[2]! [Resource temporarily unavailable] DATA 62584/94316 [66%])
        G/598578-30408: (7 tries, expires in 1d4h) smtp; 500 (msgbuffer
write IO-error[1]! [Resource temporarily unavailable] DATA 62942/82355
[76%])

(these are to different recipients in different domains)

One of the problems is that recipients do get the mails, several times even,
but zmailer keeps on thinking it didn't deliver them correctly, and tries to
keep on sending them.

Any suggestions what might be wrong?

Thanks,

Florus
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Oct 18 16:25:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S26175AbSJRNZQ>; Fri, 18 Oct 2002 16:25:16 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S25903AbSJRNZP>;
	Fri, 18 Oct 2002 16:25:15 +0300
Received: (mea@nic.funet.fi) by nic.funet.fi id <S25806AbSJRNZJ>;
	Fri, 18 Oct 2002 16:25:09 +0300
Date:	Fri, 18 Oct 2002 16:25:09 +0300
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Florus Both <florusb@ascio.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: Msgbuffer write IO-error problem
Message-ID: <20021018162508.D3546@nic.funet.fi>
References: <2F15A97500CFA0469C9BACC2041F8AC7032E7B9A@aries.dk.speednames.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <2F15A97500CFA0469C9BACC2041F8AC7032E7B9A@aries.dk.speednames.com>; from florusb@ascio.com on Fri, Oct 18, 2002 at 02:09:08PM +0200
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Oct 18, 2002 at 02:09:08PM +0200, Florus Both wrote:
> Hi again,
> 
> I tried to check the mail archives and found a reference to my problem back
> in 2000, but alas no solution to it!

  Maybe I have forgotten/missed the issue ..

  The IO-error in question is  EAGAIN,  which does happen in
  non-blocking sockets, when the write is attempted into
  a socket which is full..

> I get the following in the mailq:
> 
>         O/593360-30408: (7 tries, expires in 3h35m2s) smtp; 500 (msgbuffer
> write IO-error[1]! [Resource temporarily unavailable] DATA 63111/110278
> [57%])
>         C/602474-8578: (7 tries, expires in 1d20h) 500 (msgbuffer write
> IO-error[2]! [Resource temporarily unavailable] DATA 62584/94316 [66%])
>         G/598578-30408: (7 tries, expires in 1d4h) smtp; 500 (msgbuffer
> write IO-error[1]! [Resource temporarily unavailable] DATA 62942/82355
> [76%])
> 
> (these are to different recipients in different domains)
> 
> One of the problems is that recipients do get the mails, several times even,
> but zmailer keeps on thinking it didn't deliver them correctly, and tries to
> keep on sending them.
> 
> Any suggestions what might be wrong?

  I did encounter once a firewall at the remote end, which somehow
  didn't let thru the reply in the end of data-dot phase.
  (I think it was that, but I am not quite sure..)

  I have also seen "firewalls", which actually try to throw
  a spanner into the works of TCP flows.  Depending on many
  timing things, the spanner might actually come in and effectively
  break the network flow.  The actual remote server will also
  send a reply, and if the network/timing rearranges the packets
  suitably, the spanner does not have effect..

  Having a network level dump of the TCP traffic in between
  your machine, and the remote(s) would show, what has happened
  at that level.

  There has possibly been also some related problems in
    transports/smtp/smtptls.c:smtp_sfwrite()  routine,
  although I can't say that for sure..

  You are not saying what version you are using ?
  That would narrow down the possible 

> Thanks,
> 
> Florus

-- 
/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Oct 22 19:50:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S33524AbSJVQuQ>; Tue, 22 Oct 2002 19:50:16 +0300
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S33521AbSJVQuQ>;
	Tue, 22 Oct 2002 19:50:16 +0300
Received: from node-c-0b5b.a2000.nl ([62.194.11.91]:1290 "HELO nic.funet.fi"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S28165AbSJVQuM>;
	Tue, 22 Oct 2002 19:50:12 +0300
From:	"LAXIE ZUMANA" <lexie@profit.com>
Date:	Tue, 22 Oct 2002 18:50:13
To:	zmailer@nic.funet.fi
Subject: Urgent Assistance
MIME-Version: 1.0
Content-Type: text/plain;charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <20021022165014Z28165-25317+826@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

                  URGENT ASSISTANCE

I must be grateful to introduced myself. My name is Lexie Zamuna, a Zinbabwean. I was formerly a personer aid to one of the top minister, I absconded with Fifteen Million, Five Hundred Thousand United States Dollars (US$15.5M)that was part of the money meant for campaign for President Robert Mugabe's re-election into office.

Currently the funds are in a Security Finance Company in the Netherland where I am presently seeking a political asylum.

MY REQUEST:
I am looking for a trustworthy individual/firm who can stand as the beneficiary to help me clear this fund out from the Security Company, and also advice or assist me in making the rightful investment, more so I am intrested in buying properties for resident as my family will be residing there in the nearest future.

COMMISION/REMUNERATION:
As regads your commission/remuneration, my family and I shall offer you 25% of the total money, we have also set aside 5% for any expenses incurred (i.e telephone bills, travel exepenses and any other  miscellaneous expenses) while the transaction last.

Be informed also that I shall commit half of the total sum into a mutual beneficial joint venture project with you and be rest assured that you stand no risk of any kind as the funds belongs to me alone.
As soon as I have your consent, I will furnish you with the details and contact of the finance company and a face-to-face meeting will be arranged in order for us to know ourselves better.

I strongly beleive that associating with you to embark on this and other business ventures will derive huge success thereafter. If you have any questions, do not hesitate to include them in your reply.

I await your immediate response.

Best regards,
Mr.Lexie Zamuna.

NB.
Please, send your reply to laxie@techie.com



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From mikeabass@maktoob.com Fri Oct 25 16:27:12 2002
Received: from 66-178-46-139.reverse.newskies.net ([66.178.46.139]:1774 "HELO
	n2now899.com" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S35650AbSJYN1L> convert rfc822-to-8bit;
	Fri, 25 Oct 2002 16:27:11 +0300
From:	"MIKE ABASS" <mikeabass@maktoob.com>
Reply-To: mikeabass@email.com
To:	zmailer-log@nic.funet.fi
Date:	Sun, 16 Sep 2001 22:02:51 +0200
Subject: ASSISTANCE
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Message-Id: <20021025132711Z35650-25317+1498@nic.funet.fi>
Return-Path: <mikeabass@maktoob.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Dear sir,
  It is my humble pleasure to write this letter irrespective of
  the fact that you do not know me. However, I came to know of
  you in my private search for a reliable and trustworthy
  person that can handle a confidential transaction of this
  nature in respect to our investment plans in real estate.
  Though I know that a transaction of this magnitude will make
  any one apprehensive and worried, but I am assuring you that
  all will be well at the end of the day. Let me start by
  first, introducing myself properly to you. I am Mike Abass a
  Branch Manager at one of the Zenith International Bank
  Nigeria , Lagos. A foreigner, Late Nicholas Owen, a Civil
  Engineer/Contractor with the federal Government of Nigeria,
  until his death three years ago in a ghastly air crash,
  banked with us here at the Zenith International Bank , Lagos.
  He had a closing balance of USD$25.5M (Twenty five Million,
  Five Hundred Thousand United States Dollars) which the bank
  now unquestionably expects to be claimed by any of his
  available foreign next of kin. Or, alternatively be donated
  to a discredited trust fund for arms and ammunition at a
  military war college here in Nigeria. Fervent valuable
  efforts made by the Zenith Bank to get in touch with any of
  late Nicholas Owen's next of kin (he had no known wife and
  children)
  has been unsuccessful. The management under the influence of
  our chairman and board of directors, are making arrangement
  for the fund to be declared "UNCLAIMABLE " and then be
  subsequently donated to the trust fund for Arms and
  Ammunition which will further enhance the course of war in
  Africa and the world in general. In order to avert this
  negative development. Myself and some of my trusted
  colleagues in the bank, now seek for your permission to have
  you stand as late Nicholas Owen's next of kin. So that the
  fund (USD$25.5M), would be subsequently transferred and paid
  into your bank account as the beneficiary next of kin through
  our overseas corresponding bank. All documents and proves to
  enable you get this fund have been carefully worked out and
  we are assuring you a 100% risk free involvement. Your share
  would be 30% of the total amount. While the rest would be for
  me and my colleagues for purchase of properties in your
  country through you/your Company. If this proposal is OK by
  you, then kindly get to me immediately via my e-mail
  furnishing me with your most confidential telephone, fax and
  e-mail, so I can forward to you the relevant details of this
  transaction. Thank you in advance for your anticipated
  cooperation
. Best Regards.
 Mike Abass
 Branch Manager,
Zenith  Int. Bank
 


From zmailer-owner@nic.funet.fi Mon Oct 28 21:39:44 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S40427AbSJ1Tjl>; Mon, 28 Oct 2002 21:39:41 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S40500AbSJ1Tjk>;
	Mon, 28 Oct 2002 21:39:40 +0200
Received: from waffle.cs.Dal.Ca ([129.173.67.10]:34346 "EHLO waffle.cs.dal.ca"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S39862AbSJ1Tjf>;
	Mon, 28 Oct 2002 21:39:35 +0200
Received: (from localhost user: 'maxwell' uid#5002 fake: STDIN (maxwell@borg))
	by waffle.cs.dal.ca id <S248381AbSJ1TiS>;
	Mon, 28 Oct 2002 15:38:18 -0400
Date:	Mon, 28 Oct 2002 15:39:24 -0400
From:	Chris Maxwell <maxwell@cs.dal.ca>
To:	zmailer@nic.funet.fi
Subject: Re: Zmailer accepts mail from <> (empty address) - causes problems
Message-ID: <20021028153924.A5277@cs.dal.ca>
References: <20021011143145.X9863@cs.dal.ca>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20021011143145.X9863@cs.dal.ca>; from maxwell@cs.dal.ca on Fri, Oct 11, 2002 at 02:31:46PM -0300
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


  Well, since the only possible cause for this that was suggested was 
configuration:executable mismatch and I checked for this, I went ahead and
patched the code to errormail to count <> as an empty sender also.  I 
provide it here in case anyone else has the symptoms:

----BEGIN---------------------BEGIN-------------------BEGIN---------------
*** errormail.c.~1.12.~	Wed Apr 17 10:42:23 2002
--- errormail.c	Mon Oct 28 11:14:02 2002
***************
*** 236,241 ****
--- 236,242 ----
  	Sfio_t *mfp, *efp;
  	int n;
  	struct rcpt *rp;
+ 	struct taddress *sp;
  	char boundarystr[400];
  	char lastchar;
  	int reportcnt = 0;
***************
*** 261,266 ****
--- 262,296 ----
  	    diagnostic(verboselog, rp, EX_OK, 0, "error bounce dropped");
  	  return;
  	}
+ 	else {
+ 	  char emptyness = 1; /* Boolean whether it is empty. */
+           /* Check the senders for blank-ness with "<>" */
+           for (sp=dp->senders; sp != NULL; sp = sp->link) {
+             const char *user = sp->user, 
+ 	      *host = sp->host;
+ 	    
+             if  ( ( strncmp (user, "<>", 3) == 0 ) || 
+                   (strncmp (user, "", 2) == 0) ) {
+ 	      /* emptyness = 1;  */   /* This is the default */
+             }
+             else {
+ 	      emptyness = 0;
+             }
+           }
+           if ( emptyness ) {
+ 	    /*
+ 	     * If there was no error return address
+ 	     * it might be because this message was
+ 	     * an error message being bounced back.
+ 	     * We do NOT want to bounce this, but
+ 	     * instead just drop it on the floor.
+ 	     */
+ 	    for (rp = dp->recipients; rp != NULL; rp = rp->next)
+ 	      diagnostic(rp, EX_OK, 0, "error bounce dropped");
+ 	    return;
+           }
+         }
+ 	
  
  	if ((mfp = sfmail_open(MSG_RFC822)) == NULL) {
  	  for (rp = dp->recipients; rp != NULL; rp = rp->next)

---END-----------------------END-----------------------END--------------


  diff seems to have done something sort of odd with the indentation.
It looks fine in emacs, but does not look right when I do a diff.  Oh well, 
you get the idea.

  Have a nice day all,


-- 
  Chris Maxwell
  Unix SysAdmin, Faculty of Computer Science, 
  Dalhousie University, Halifax, Nova Scotia, Canada
  (902) 494-1369 / chris.maxwell@dal.ca / FAX: (902) 492-1517


On Fri, Oct 11, 2002 at 02:31:46PM -0300, Chris Maxwell wrote:
>   I have a problem that is sort of related.
> 
> 
> Running: Zmailer 2.99.55 on  Solaris 8
> 
> 
>   This is all well and good, and I have been forced to go back to being 
> compliant because I was also losing listserv responses.  However, I am getting 
> many messages sent to the mailer-demon, which we have aliased to 
> our support group alias.  The messages look like this:
> 
> 
> ======================================================================
> To:	mailer-daemon@cs.dal.ca
> From:	The Post Office <postmaster@cs.dal.ca>
> Sender:	mailer-daemon@cs.dal.ca
> Subject: Invalid message envelope information
> 
> Error in "to" envelope address:
> 
> 	<< > >
> 	 ^-expected word, illegal end of route address, missing end of address
> 
> 
> Error in "To" header address:
> 
> 	<< > >
> 	 ^-expected word, illegal end of route address, missing end of address
> 
> 
> 
> The entire original message file follows.
> 
> -----------------------------------------
> rcvdfrom STDIN ("??"@waffle.cs.dal.ca)
> channel error
> todsn NOTIFY=NEVER ORCPT=RFC822;<>
> to <<>>
> env-end
> To: <<>>
> From: The Post Office <postmaster@cs.dal.ca>
> Sender:	mailer-daemon@cs.dal.ca
> Subject: Errors: No such user(s)
> MIME-Version: 1.0
> Content-Type: multipart/report; report-type=delivery-status;
> 	boundary="S247969AbSJISYP=_/errmail/waffle.cs.dal.ca"
> 
> 
> --S247969AbSJISYP=_/errmail/waffle.cs.dal.ca
> Content-Type: text/plain
> 
> This is a collection of reports about email delivery
> process concerning a message you originated:
> 
> 
> error: nosuchuser: cweqx@cs.dal.ca
> 
> --S247969AbSJISYP=_/errmail/waffle.cs.dal.ca
> Content-Type: message/delivery-status
> 
> Reporting-MTA: dns; waffle.cs.dal.ca
> Arrival-Date: Wed, 9 Oct 2002 15:24:14 -0300
> 
> Original-Recipient: rfc822;cweqx@cs.dal.ca
> Final-Recipient: RFC822; cweqx@cs.dal.ca
> Action: failed
> Status: 5.0.0
> Diagnostic-Code: X-LOCAL; 500 (nosuchuser)
> 
> --S247969AbSJISYP=_/errmail/waffle.cs.dal.ca
> Content-Type: message/rfc822
> 
> Date:	Thu, 10 Oct 2002 00:03:11 +0900
> From:	Mail Delivery Subsystem <MAILER-DAEMON@newtiis.co.kr>
> Message-Id: <200210091503.g99F3Bj13747@newtiis.co.kr>
> To:	<cweqx@cs.dal.ca>
> Subject: Returned mail: see transcript for details
> Auto-Submitted:	auto-generated (failure)
> 
> 
> This is a MIME-encapsulated message
> 
> --g99F3Bj13747.1034175791/newtiis.co.kr
> 
> The original message was received at Wed, 9 Oct 2002 23:53:23 +0900
> from 200-204-118-235.dsl.telesp.net.br [200.204.118.235]
> 
>    ----- The following addresses had permanent fatal errors -----
> <tamtheram@ipxnet.com>
>     (reason: 550 Host unknown)
> <onesti@ix.netcom.com>
>     (reason: 550 Dialups/open relays blocked. Contact <openrelay@abuse.earthlink.net>.)
> <rogbabb@ix.netcom.com>
>     (reason: 550 Dialups/open relays blocked. Contact <openrelay@abuse.earthlink.net>.)
> 
> [.....]
> 
> ======================================================================
> 
> 
>   So, here is my take:
> 
> +random_spam.net -> newtiis.co.kr
>   MAIL From: <cweqx@cs.dal.ca>
>   RCPT To: <various recipients>
> 
>    Hi!  I am a spammer!
> 
> +newtiss.co.kr -> cs.dal.ca [smtpserver]
>   MAIL FROM: <> 
>   RCPT To: <cweqx@cs.dal.ca> 
> 
>    Failed to deliver to <various recipients>
> 
> +cs.dal.ca [router] -> [scheduler]
>    todsn NOTIFY=NEVER ORCPT=RFC822;<>
>    to: <>
> 
>         cweqx does not exist
> 
> +cs.dal.ca [router]
>    rfc822.c: parse envelope.
>     Parse error in envelope, before checking that NOTIFY=NEVER.
>     Must tell mailer-daemon.
> 
>   I can not quite figure out if this is fixed in a newer version, or if I 
> have an incorrect configuration that is leading to this making it further
> in the process than it should.
> 
>   We were not getting this behavior in what I think was a 2.99.54 
> configuration.
> 
> 
>   Any comments?  Help?
> 
> -- 
>   Chris Maxwell
>   Unix SysAdmin, Faculty of Computer Science, 
>   Dalhousie University, Halifax, Nova Scotia, Canada
>   (902) 494-1369 / chris.maxwell_AT_dal.ca / FAX: (902) 492-1517


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Oct 28 22:18:49 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S39928AbSJ1USp>; Mon, 28 Oct 2002 22:18:45 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S40305AbSJ1USp>;
	Mon, 28 Oct 2002 22:18:45 +0200
Received: from host-66-81-68-156.rev.o1.com ([66.81.68.156]:2563 "HELO
	yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with SMTP id <S24466AbSJ1USn>;
	Mon, 28 Oct 2002 22:18:43 +0200
From:	"Profiler Green" <frogslurpy@yahoo.com>
To:	<zmailer@nic.funet.fi>
Subject: bored of life?
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Date:	Mon, 28 Oct 2002 12:12:44 -0800
X-Priority: 1 (Highest)
Message-Id: <20021028201843Z24466-25317+2213@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

http://www.geocities.com/tyler2049/index.htm

visit this website and have all your dreams come true!

http://www.geocities.com/tyler2049/index.htm
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From graham_001@mail.com Fri Nov  1 06:18:57 2002
Received: from host-217-146-2-126.warsun.com ([217.146.2.126]:1597 "HELO
	ab17c373.com" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S23018AbSKAES4> convert rfc822-to-8bit;
	Fri, 1 Nov 2002 06:18:56 +0200
From:	"GRAHAM DOUGLAS" <graham_001@mail.com>
Reply-To: d.graham@caramail.com
To:	zmailer-log@nic.funet.fi
Date:	Fri, 1 Nov 2002 05:25:58 -0800
Subject: FROM:OKEAYA INNEH LAW FIRM
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Message-Id: <20021101041857Z23018-25317+3308@nic.funet.fi>
Return-Path: <graham_001@mail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi



 BARRISTER GRAHAM DOUGLAS
 OKEAYA INNEH LAW FIRM
 LEGAL PRACTITIONERS
 NIGERIA.


DEAR FRIEND,

COMPLIMENTS OF THE SEASON. GRACE, PEACE AND LOVE FROM THIS PART OF 
THE ATLANTIC TO YOU. I HOPE MY LETTER DOES NOT CAUSE YOU TOO MUCH 
EMBARRASSMENT AS I WRITE TO YOU IN GOOD FAITH. BASED ON THE CONTACT 
ADDRESS GIVEN TO ME BY A FRIEND WHO WORKS AT THE NIGERIAN CHAMBER 
OF COMMERCE ATTACHED TO YOUR EMBASSY IN  MY COUNTRY. PLEASE 
EXCUSE MY INTRUSION INTO YOUR PRIVATE LIFE.I AM BARRISTER  GRAHAM DOUGLAS,I REPRESENT MOHAMMED ABACHA, SON OF THE LATE GEN. SANI 
ABACHA, WHO WAS THE FORMER MILITARY HEAD OF STATE IN NIGERIA. HE DIED 
IN 1998. SINCE HIS DEATH, THE FAMILY HAS BEEN LOOSING A LOT OF MONEYDUE 
TO VINDICTIVE GOVERNMENT OFFICIALS WHO ARE BENT ON DEALING WITH THE 
FAMILY. 

CONSEQUENTLY, THE FAMILY HAS ASKED ME TO SEEK FOR A 
FOREIGN PARTNER WHO CAN WORK WITH US AS TO MOVE OUT THE TOTAL SUM 
OF US$75,000,000.00 ( SEVENTYFIVE MILLION UNITED STATES DOLLARS ), 
PRESENTLY IN THEIR POSSESSION. THIS MONEY WAS OF COURSE, 
ACQUIRED BY THE LATE PRESIDENT AND IS NOW KEPT SECRETLY BY THE 
FAMILY. THE SWISS GOVERNMENT HAS ALREADY FROZEN ALL THE ACCOUNTS 
OF THE FAMILY IN SWITZERLAND, AND SOME OTHER COUNTRIES WOULD SOON 
FOLLOW TO DO THE SAME. THIS BID BY SOME GOVERNMENT OFFICIALS TO DEAL 
WITH THIS FAMILY HAS MADE IT NECESSARY THAT WE SEEK YOUR ASSISITANCE 
IN RECEIVING THIS MONEY AND IN INVESTING IT ON BEHALF OF THE FAMILY.


THIS MUST BE A JOINT VENTURE TRANSACTION AND WE MUST ALL WORK 
TOGETHER.  SINCE THIS MONEY IS STILL CASH, EXTRA SECURITY MEASURES 
HAVE BEEN TAKEN TO PROTECT IT FROM THEFT OR SEIZURE, PENDING WHEN 
AGREEMENT IS REACHED ON WHEN TO MOVE IT INTO ANY OF THIS COUNTRIES 
HOLLAND,LONDON, SPAIN,PENDING ON OUR AGREEMENT. I HAVE PERSONALLY 
WORKED OUT ALL MODALITIES FOR THE PEACEFUL CONCLUSION OF THIS 
TRANSACTION. THE TRANSACTION DEFINITELY WOULD BE HANDLED IN PHASES 
AND THE FIRST PHASE WILL INVOLVE THE MOVING OF US$25,000,000.00( 
TWENTY FIVE MILLION UNITED STATES DOLLARS ).

MY CLIENTS ARE WILLING TO GIVE YOU A REASONABLE PERCENTAGE OF THIS 
MONEY AS SOON AS THE TRANSACTIONIS CONCLUDED. I WILL, HOWEVER, 
BASED ON THE GROUNDS THAT YOU ARE WILLING TO WORK WITH US AND 
ALSO ALL CONTENTIOUS ISSUES DISCUSSED BEFORE THE COMMENCEMENT OF 
THIS TRANSACTION. YOU MAY ALSO DISCUSS YOUR PERCENTAGE BEFORE 
WE START TO WORK. AS SOON AS I HEAR FROM YOU, I WILL GIVE YOU ALL 
NECESSARY DETAILS AS TO HOW WE INTEND TO CARRY OUT THE WHOLE 
TRANSACTION. PLEASE, DO NOT ENTERTAIN ANY FEARS,AS ALL NECESSARY 
MODALITIES ARE IN PLACE, AND I ASSURE YOU OF ALL SUCCESS AND SAFETY IN 
THIS TRANSACTION.

PLEASE, THIS TRANSACTION REQUIRES ABSOLUTE CONFIDENTIALITY AND YOU 
WOULD BE EXPECTED TO TREAT IT AS SUCH UNTIL THE FUNDS ARE MOVED 
OUT OF THIS COUNTRY TO WHERE YOU INTEND TO RECEIVE THEM.

IN COMPLIANCE WITH THIS YOU ARE TO FORWARD TO ME THE FOLLOWING 
DETAILS: YOUR COMPLETE NAMES AND ADDRRESS,CONFIDENTIAL TELEPHONE 
AND FAX NUMBERS, THIS IS TO ENABLE ME PERFECT ALL THE NECESSARY 
DOCUMENTATION WITH THE SECURITY FIRM AND MOVE THIS MONEY ACROSS 
TO YOUR COUNTRY OF CHOICE.

PLEASE, YOU WILL ALSO IGNORE THIS LETTER AND RESPECT OURTRUST IN 
YOU BY NOT EXPOSING THIS TRANSACTION, EVEN IF YOU ARE NOT 
INTERESTED.

I LOOK FORWARDS TO WORKING WITH YOU.

THANK YOU.

TRULY YOURS

BARRISTER  GRAHAM DOUGLAS.


http://www.transnationale.org/anglais/sources/tiersmonde/dirigeants__abacha.htm

http://allafrica.com/stories/200203180074.html

http://www.time.com/time/europe/magazine/2000/27/swiss.html

 NB:PLEASE DO COPY THIS SITE ON YOUR BROWSER AND YOU
 WILL UNDERSTAND BETTER WHAT I AM TALKING ABOUT.





From zmailer-owner@nic.funet.fi Wed Nov  6 10:39:29 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S42698AbSKFIjZ>; Wed, 6 Nov 2002 10:39:25 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S42014AbSKFIjZ>;
	Wed, 6 Nov 2002 10:39:25 +0200
Received: from [212.96.2.113] ([212.96.2.113]:3954 "HELO 2mails837.com" ident:
	"TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>) by nic.funet.fi
	with SMTP id <S42698AbSKFIjX> convert rfc822-to-8bit; Wed, 6 Nov 2002 10:39:23 +0200
From:	"Mohammed Abacha" <md_investment@mail.com>
Reply-To: md_investment@mail.com
To:	zmailer@nic.funet.fi
Date:	Wed, 6 Nov 2002 08:47:10 -0800
Subject: ASAP
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Message-Id: <20021106083924Z42698-25317+4574@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

DEAR SIR/MADAM,
Compliments of the season.Grace,peace and love from this part of the atlantic to you.
I hope my letter does not cause you too much embarrassment as i write to you in good faith.
Please excuse my intrusion into your private life.

I am Mohammed Abacha, Son of the late Nigerian Head of State, General Sani Abacha who died on 
the 8th of June 1998 while still on active service. May his gentle soul rest in peace.
I am contacting you on behalf of other members of my family with the hope that you will be of
great assistance to us. We currently have the sum of Thirty Million United State Dollars cash,
which we intend to use for investment purpose abroad. This money came as a result of a contract
deal between my late father and a Russian firm in our country's multi-billion dollars Ajaokuta
steel plant.
The Russian partners returned my father's share of $30,000.000.00 USD after the death of my
 father and lodged it in one of my father's bank account. Later, when I sensed out that the 
government wants to probe into my late father's accounts and financial resources, I quickly 
withdraw the $30,000.000.00 USD from my father's bank account and conceal all into two boxes
with lock and kept somewhere. Now, we are currently trapped down under house arrest and 
restricted from travelling abroad by the present Government. It is against this backdrop that
my family decided to search for a trustworthy person abroad who can help us receive the boxes
 for safekeeping so that our government would not trace the money. 

We are no longer comfortable with the location of the boxes as the Government is bent on 
frustrating my family, hence I resolved to search for a reliable business oriented person who
can help us receive and manage these funds until we are free to travel out. 
For your assistance, we shall offer you 20% of the total sum,while 80% shall be for my family.
If my request is acceptable by you, please confirm your interest by responding immediately.
Truly yours,
Mohammed Abacha.



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Nov  7 22:47:50 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S34336AbSKGUrr>; Thu, 7 Nov 2002 22:47:47 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S14562AbSKGUrr>;
	Thu, 7 Nov 2002 22:47:47 +0200
Received: from smtp.iplink.net ([192.139.81.186]:1344 "EHLO
	mailserver.iplink.net" ident: "root" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S14662AbSKGUrp>;
	Thu, 7 Nov 2002 22:47:45 +0200
Received: from mercutio.iplink.net ([192.139.81.54]:7305 "EHLO iplink.net")
	by mailserver.iplink.net with ESMTP id <S1408266AbSKGUrc>;
	Thu, 7 Nov 2002 15:47:32 -0500
Message-ID: <3DCAD115.8010405@iplink.net>
Date:	Thu, 07 Nov 2002 15:46:13 -0500
From:	alvin <alvin@iplink.net>
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003
X-Accept-Language: en-us, en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: alias expantion question.
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


I just grabbed the 2.99.55-1 srpm and whipped up a new install of zmailer.


All went ok  with the exception of an old aliases file problem coming 
back to haunt me.


bob:    bob,bobhotmailacct@hotmail.com

will not expand and and send to both locations what happens is that the 
mail is sent to hotmain and the local stuff goes to the bit bucket.

If there is a better way to do this I am open to suggestions.

-- 
Alvin Starr                   ||   voice: (416)785-4051
Interlink Connectivity        ||   fax:   (416)785-3668
alvin@iplink.net              ||


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Nov  8 00:05:48 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S48730AbSKGWFn>; Fri, 8 Nov 2002 00:05:43 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S48735AbSKGWFn>;
	Fri, 8 Nov 2002 00:05:43 +0200
Received: from midway.uchicago.edu ([128.135.12.12]:50917 "EHLO
	midway.uchicago.edu" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S48730AbSKGWFl>;
	Fri, 8 Nov 2002 00:05:41 +0200
Received: from ucp.uchicago.edu (ucp.uchicago.edu [128.135.181.28])
	by midway.uchicago.edu (8.12.5/8.12.5) with ESMTP id gA7M5cm4022881
	for <zmailer@nic.funet.fi>; Thu, 7 Nov 2002 16:05:38 -0600 (CST)
Received: (from rcb@localhost)
	by ucp.uchicago.edu (8.11.6+Sun/8.10.2) id gA7M4KD29940
	for zmailer@nic.funet.fi; Thu, 7 Nov 2002 16:04:20 -0600 (CST)
Date:	Thu, 7 Nov 2002 16:04:20 -0600
From:	Roy Bixler <rcb@ucp.uchicago.edu>
To:	zmailer@nic.funet.fi
Subject: reject-percent-kludge parameter of smtpserver
Message-ID: <20021107220420.GA2343@ucp.uchicago.edu>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.99i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I just had an interesting little adventure which started when I
checked the address of my mail server against http://openrbl.org and
found, to my surprise, that NJABL listed it as an open relay.  Further
investigation showed that they were using the percent sign trick to
get their relay test through.  I thought the fix is simple and I
should just add the

PARAM reject-percent-kludge

line to my smtpserver.conf file, reload Z-Mailer and the relay is
closed.  To my further surprise, I found that this did not work and I
still had an open relay.

Details of the system are that it is Z-Mailer extracted from CVS about
6 months ago.  It advertises itself as 2.99.56-pre3.  The OS is
NetBSD.  Originally, I ran NetBSD version 1.5.3 but then upgraded it
to 1.6beta5 and finally to 1.6.  I updated Z-Mailer to today's CVS and
that also did not solve the problem of SMTP server ignoring the
'reject-percent-kludge' directive.  I finally solved my open relay
issue by simply re-running the policy-builder.sh script.  Perhaps one
of the OS upgrades broke things.

Looking at the source code, it seems that 'reject-percent-kludge' is
deprecated and instead SMTP server tries to evaluate the relay attempt
according to SMTP policy files.  But shouldn't the
'reject-percent-kludge' pre-empt the SMTP policy files if the percent
sign is being used?

thx,

-- 
Roy Bixler <rcb@ucp.uchicago.edu>
The University of Chicago Press
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Nov  8 04:11:56 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S34804AbSKHCLp>; Fri, 8 Nov 2002 04:11:45 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S16235AbSKHCLo>;
	Fri, 8 Nov 2002 04:11:44 +0200
Received: from [210.22.80.16] ([210.22.80.16]:3777 "HELO another.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S34804AbSKHCLl>;
	Fri, 8 Nov 2002 04:11:41 +0200
From:	"A.Weiss" <178699ie@another.com>
To:	<zmailer@nic.funet.fi>
Subject: Possible Interest:
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Date:	Thu, 7 Nov 2002 21:14:42 -0500
Reply-To: "A.Weiss" <adam@adam23a.8m.net>
Content-Transfer-Encoding: 8bit
Message-Id: <20021108021141Z34804-15173+144@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello,
I represent an acquisition firm that brokers the e-mail
subscribers of websites that go defunct.

Due to a recent acquisition, we have access to several
databases full of individuals who are double opt-in
subscribers of newsletters and online offers. We sell off
these user bases for pennys per subscriber.

If interested, please let me know what category of
interest you would like, and i'll let you know what
currently available assets we have.

Thank You
Adam Weiss
Independent Rep
Market Share Group
877-281-8300 ext. 196 
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Nov  8 18:06:47 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S25182AbSKHQGl>; Fri, 8 Nov 2002 18:06:41 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S49069AbSKHQGk>;
	Fri, 8 Nov 2002 18:06:40 +0200
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:41872 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S25182AbSKHQGh>;
	Fri, 8 Nov 2002 18:06:37 +0200
Received: from [172.18.0.2] ([172.18.0.2]:44780 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S120821AbSKHQgo>; Fri, 8 Nov 2002 11:36:44 -0500
Received: from VENOM ([172.17.0.73]) by COLOSSUS.dyadem.corp with Microsoft SMTPSVC(5.0.2195.4905);
	 Fri, 8 Nov 2002 11:06:17 -0500
Message-ID: <033701c28740$c4b1f990$490011ac@bluecatnetworks.corp>
From:	"Vince Puzzella" <vpuzzella@bluecatnetworks.com>
To:	<zmailer@nic.funet.fi>
References: <20021107220420.GA2343@ucp.uchicago.edu>
Subject: 
Date:	Fri, 8 Nov 2002 11:06:16 -0500
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2720.3000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
X-OriginalArrivalTime: 08 Nov 2002 16:06:17.0084 (UTC) FILETIME=[C4E5B3C0:01C28740]
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,
I'm freezing spam in the SMTP Content Filtering phase by returning 1.
What's the best way to "re-inject" the frozen messages?  I tried moving the
file from the freezer to the public directory but Zmailer just ignores the
file.

Thanks.
Vince.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Fri Nov  8 18:18:11 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S48971AbSKHQSE>; Fri, 8 Nov 2002 18:18:04 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S48884AbSKHQSD>;
	Fri, 8 Nov 2002 18:18:03 +0200
Received: (mea@nic.funet.fi) by nic.funet.fi id <S48862AbSKHQSA>;
	Fri, 8 Nov 2002 18:18:00 +0200
Date:	Fri, 8 Nov 2002 18:17:59 +0200
From:	Matti Aarnio <mea@nic.funet.fi>
To:	Vince Puzzella <vpuzzella@bluecatnetworks.com>
Cc:	zmailer@nic.funet.fi
Subject: Re: your mail
Message-ID: <20021108181759.I764@nic.funet.fi>
References: <20021107220420.GA2343@ucp.uchicago.edu> <033701c28740$c4b1f990$490011ac@bluecatnetworks.corp>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In-Reply-To: <033701c28740$c4b1f990$490011ac@bluecatnetworks.corp>; from vpuzzella@bluecatnetworks.com on Fri, Nov 08, 2002 at 11:06:16AM -0500
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Fri, Nov 08, 2002 at 11:06:16AM -0500, Vince Puzzella wrote:
> Hi,
> I'm freezing spam in the SMTP Content Filtering phase by returning 1.
> What's the best way to "re-inject" the frozen messages?  I tried moving the
> file from the freezer to the public directory but Zmailer just ignores the
> file.

  (finally an easy question where I don't need to schedule time to think..)

  The file in freezer is named as   123456something

  cd $POSTOFFICE/freezer
  mv 123456something ../router/123456

  "public" is sort of local "temp", where messages are created,
  and then moved onwards to the router input box.

> Thanks.
> Vince.

/Matti Aarnio	<mea@nic.funet.fi>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Nov  9 02:42:02 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S49756AbSKIAl6>; Sat, 9 Nov 2002 02:41:58 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S49703AbSKIAl5>;
	Sat, 9 Nov 2002 02:41:57 +0200
Received: from andreit.net1.nerim.net ([62.212.105.118]:28302 "EHLO
	www.tatarchouk.net" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER:
	<none>) by nic.funet.fi with ESMTP id <S19978AbSKIAly>;
	Sat, 9 Nov 2002 02:41:54 +0200
Received: (from mathematics@localhost)
	by www.tatarchouk.net (8.10.2/8.10.2) id gA8Kk1j15908;
	Fri, 8 Nov 2002 21:46:01 +0100
Date:	Fri, 8 Nov 2002 21:46:01 +0100
From:	mathematics <mathematics@tatarchouk.net>
Message-Id: <200211082046.gA8Kk1j15908@www.tatarchouk.net>
To:	admin@www.tatarchouk.net
Subject: We Make Your Math for High School and Undergraduate
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


<html>
<head>
<title>Solution Easy</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<DIV ALIGN="center">
  <table width="750" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
    <!--DWLayoutTable-->
    <tr> 
      <td width="19" height="33">&nbsp;</td>
      <td width="159" valign="top">Hello,</td>
      <td width="15">&nbsp;</td>
      <td colspan="10" valign="top">You are receiving this letter because you 
        have expressed an interest in receiving information about online opportunities. 
        If this is erroneous then please accept my most sincere apology. </td>
      <td width="13">&nbsp;</td>
    </tr>
    <tr> 
      <td height="23">&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td width="93">&nbsp;</td>
      <td width="20">&nbsp;</td>
      <td width="164">&nbsp;</td>
      <td width="18">&nbsp;</td>
      <td width="10">&nbsp;</td>
      <td width="18">&nbsp;</td>
      <td width="20">&nbsp;</td>
      <td width="64">&nbsp;</td>
      <td width="74">&nbsp;</td>
      <td width="63">&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="2" rowspan="2" valign="top"><img src="http://www.solutioneasy.net/CountrySelectFlags.gif" width="119" height="128"></td>
      <td height="55">&nbsp;</td>
      <td>&nbsp;</td>
      <td colspan="2" rowspan="3" valign="top"><p><font color="#FF0000">You have 
          some problem with your math or physics?</font></p>
        <p>If you are a going to the <font color="#FF0000">high school</font> 
          or you are <font color="#FF0000">undergraduate</font> we can help you: 
          you send your job to us in the evening and next morning before you go 
          to school the solution is there in your email box.</p></td>
      <td>&nbsp;</td>
      <td colspan="5" valign="top"><a href="http://www.solutioneasy.net" title="http://www.solutioneasy.net">www.SolutionEasy.net</a></td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td height="75">&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td height="90">&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td height="69">&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td colspan="8" rowspan="4" valign="top"><p>My name <font color="#FF0000">Andrei 
          Tatarchouk</font> I'm the teacher of the math from Ukraine and I'm giving 
          the <font color="#FF0000">private lessons in Paris</font>, I realized 
          that sometimes the students have to get some job done but it's just 
          to difficult, if you are in the same situation and it's 8 p.m. there 
          is not a lot you could do, moreover your friends might find it to difficult 
          aswell or just be to to night. If you like you can contact me <a href="mailto:andrei@tatarchouk.net">andrei@tatarchouk.net</a></p>
        <p> </p>
        <p>If you send us the copy of your job before <font color="#FF0000">8.30 
          p.m.</font> by email you'll get the solution in yours before <font color="#FF0000">8.30 
          a.m.</font>, it will be the solution of your problems with a short explanation 
          and with indication of the thereme and rules used to get it, it's not 
          really a lection since we propose it in<font color="#FF0000"> very affordable 
          prizez</font> but it will be your <font color="#FF0000">home work</font> 
          done correctly so you could copy it directly moreover it's<font color="#FF0000"> 
          a good begining for better undertanding of the subject and starting 
          your own study</font> deeply,since it's done on the example of your 
          own home work you'll better understand the explanation of the cource 
          you got from school.</p></td>
      <td height="200">&nbsp;</td>
      <td>&nbsp;</td>
      <td colspan="3" valign="top"><img src="http://www.solutioneasy.net/GotTheProblem.jpg" width="200" height="200"></td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td height="91">&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td height="60"></td>
      <td colspan="5" valign="top">For more information please visite the <a href="http://www.solutioneasy.net/fag.htm">FAQ 
        page</a></td>
    </tr>
    <tr> 
      <td height="13"></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
      <td></td>
    </tr>
    <tr> 
      <td height="60">&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
    <tr> 
      <td height="60">&nbsp; </td>
      <td colspan="10" valign="top">Regards, Andrei Tatarchouk</td>
      <td>&nbsp;</td>
      <td valign="top">&nbsp;</td>
      <td valign="top">&nbsp;</td>
    </tr>
    <tr> 
      <td height="41">&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
      <td>&nbsp;</td>
    </tr>
  </table>
</DIV>
further transmissions to you by the sender of this
e-mail may be stopped at no cost to you by sending a reply to this e-mail
address with the word "remove" in the subject line.
</body>
</html>
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From okobo_rb4@yahoo.com Sat Nov  9 16:56:15 2002
Received: from web9403.mail.yahoo.com ([216.136.129.109]:16998 "HELO
	web9403.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S49844AbSKIO4P>;
	Sat, 9 Nov 2002 16:56:15 +0200
Message-ID: <20021109145613.94396.qmail@web9403.mail.yahoo.com>
Received: from [217.146.9.179] by web9403.mail.yahoo.com via HTTP; Sat, 09 Nov 2002 06:56:13 PST
Date:	Sat, 9 Nov 2002 06:56:13 -0800 (PST)
From:	okobo robert <okobo_rb4@yahoo.com>
Subject: URGENT AND CONFIDENTIAL
To:	okobo_rb4@yahoo.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Return-Path: <okobo_rb4@yahoo.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

MR.OKOBO ROBERT
3/5 RIDER HAGGARD
CLOSE, JO, BORG
SOUTH AFRICA.
ALT:moore_isaac@hotmail.com
http://www.fnb.co.za
PHONE:00873 7629 23690    
 
     
TRANSFER OF[$57,000.000.00 USD]   
 
[FIFTY SEVEN MILLION DOLLARS]  
 
HELLO, MY DEAR
 
We want to transfer to overseas [$ 57,000.000.00
USD)
FIFTY SEVEN million United States
Dollars] from a Bank in Africa, I want to ask you to
 
quietly  look for a reliable and honest person who
will be capable  and fit to provide either an
existing
bank account  or  to set up a new  Bank a/c
immediately to receive this money, even an empty a/c
can serve to receive this money, as long as you will
remain honest to me till the end for this important
business trusting in  you and believing  in God that
you  will never let me down either now or in future.
 
I am Mr.Okobo Robert. the Auditor General of a bank
in
Africa, during the course of our auditing  I  
discovered a floating fund  in an account opened in
the bank in 1990 and since 1993 nobody has operated
on
this account again, after going through some old
files
in the records I discovered that the owner of the
account  died without a [heir]  hence  the money is
floating and  if I do not remit this money out
urgently it will be forfeited for nothing. the owner
of this account is  Mr.  Magnus leon, a foreigner,
and
a sailor, and  he died,  since 1993. and  no other
person knows about this account or any thing
concerning it, the account has no other beneficiary
and my investigation proved to me as well that
Magnus
Leon until his death was the manager  Magnus
Coy.(pty). SA.  
 
We will start the  first transfer with TWENTY FIVE 
million [$25,000.000] upon successful transaction
without any disappoint from your side, we shall
re-apply for the payment of the remaining  rest
amount
to your account.
 
The amount involved is (USD 57.M)  
million United States Dollars, only I want
to first transfer $25,000.000 [TWENTY FIVE million
United States Dollar from this money into a safe
foreigners account abroad before the rest, but I
don't
know any foreigner, I am only contacting you as
a foreigner because this money can not be approved
to
a local person here, without valid international
foreign passport, but can only be approved to any
foreigner with valid international passport or
drivers
license and foreign a/c  because the money is in us
Dollars and the former owner of the  a/c  Mr.
Magnus Leon is a foreigner too, [and the money can
only be approved into a foreign a/c.
 
However, we will sign a binding agreement,  to bind
us
together   I got your contact address  from the Girl
who operates computer,  I am revealing this to you
with believe in God that you will never let me down
in
this business,  you are the first and the only
person
that I am contacting for this business, so please
reply urgently so that I will inform you the next
step
to take urgently. Send also your private telephone
and
fax number including the full details of the account
to be used for the deposit.
 
I want us to meet face to face to build confidence
and
to sign a binding agreement that will  bind us
together  before transferring the money to any
account
of  your choice  where the fund will be safe. Before
we fly to your country for withdrawal, sharing and
investments.
 
I need your full co-operation to make this work
fine.
because the management is ready to approve this
payment to any foreigner who has correct information
of this account, which I will give to you, upon your
positive response and once I am convinced that you 
are  capable  and will meet up with instruction of 
a
key bank official who is deeply involved with me in
this business.
I need your strong assurance that you will never,
never let me down.
 
With my influence and the position of the bank
official we can transfer this money to any
foreigner's
reliable account which you can provide with
assurance
that this money will be intact pending our physical
arrival in your country for sharing. The bank
official
will destroy all documents of transaction
immediately
we receive this money leaving no trace to any place
and to build confidence  you can  come immediately 
to
discuss with me face to face after which I will make
this remittance in your presence and three of us
will
fly to your country at least two days ahead of the
money going into the account.
 
I will apply for annual leave to get visa
immediately
I hear from you that you are ready to act and
receive
this fund in your account. I will use my position
and
influence to obtain all legal approvals for  onward
transfer of this money to your account with
appropriate clearance from  the relevant  ministries
and foreign exchange departments.
 
At the conclusion of this business, you will be
given
35% of the total amount, 60% will be for me, while
5%
will be for expenses both parties might have
incurred
during the process of transferring.

I look forward to your earliest reply through my 
email address:okobo_rb4@yahoo.com 
i am 54 years old man
Best Regards
 
MR.OKOBO ROBERT
 
 
 
 
 
 
 
 
 __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com














__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

From zmailer-owner@nic.funet.fi Sat Nov  9 16:56:24 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S49957AbSKIO4U>; Sat, 9 Nov 2002 16:56:20 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S49916AbSKIO4U>;
	Sat, 9 Nov 2002 16:56:20 +0200
Received: from web9403.mail.yahoo.com ([216.136.129.109]:17000 "HELO
	web9403.mail.yahoo.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S49900AbSKIO4P>;
	Sat, 9 Nov 2002 16:56:15 +0200
Message-ID: <20021109145613.94396.qmail@web9403.mail.yahoo.com>
Received: from [217.146.9.179] by web9403.mail.yahoo.com via HTTP; Sat, 09 Nov 2002 06:56:13 PST
Date:	Sat, 9 Nov 2002 06:56:13 -0800 (PST)
From:	okobo robert <okobo_rb4@yahoo.com>
Subject: URGENT AND CONFIDENTIAL
To:	okobo_rb4@yahoo.com
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

MR.OKOBO ROBERT
3/5 RIDER HAGGARD
CLOSE, JO, BORG
SOUTH AFRICA.
ALT:moore_isaac@hotmail.com
http://www.fnb.co.za
PHONE:00873 7629 23690    
 
     
TRANSFER OF[$57,000.000.00 USD]   
 
[FIFTY SEVEN MILLION DOLLARS]  
 
HELLO, MY DEAR
 
We want to transfer to overseas [$ 57,000.000.00
USD)
FIFTY SEVEN million United States
Dollars] from a Bank in Africa, I want to ask you to
 
quietly  look for a reliable and honest person who
will be capable  and fit to provide either an
existing
bank account  or  to set up a new  Bank a/c
immediately to receive this money, even an empty a/c
can serve to receive this money, as long as you will
remain honest to me till the end for this important
business trusting in  you and believing  in God that
you  will never let me down either now or in future.
 
I am Mr.Okobo Robert. the Auditor General of a bank
in
Africa, during the course of our auditing  I  
discovered a floating fund  in an account opened in
the bank in 1990 and since 1993 nobody has operated
on
this account again, after going through some old
files
in the records I discovered that the owner of the
account  died without a [heir]  hence  the money is
floating and  if I do not remit this money out
urgently it will be forfeited for nothing. the owner
of this account is  Mr.  Magnus leon, a foreigner,
and
a sailor, and  he died,  since 1993. and  no other
person knows about this account or any thing
concerning it, the account has no other beneficiary
and my investigation proved to me as well that
Magnus
Leon until his death was the manager  Magnus
Coy.(pty). SA.  
 
We will start the  first transfer with TWENTY FIVE 
million [$25,000.000] upon successful transaction
without any disappoint from your side, we shall
re-apply for the payment of the remaining  rest
amount
to your account.
 
The amount involved is (USD 57.M)  
million United States Dollars, only I want
to first transfer $25,000.000 [TWENTY FIVE million
United States Dollar from this money into a safe
foreigners account abroad before the rest, but I
don't
know any foreigner, I am only contacting you as
a foreigner because this money can not be approved
to
a local person here, without valid international
foreign passport, but can only be approved to any
foreigner with valid international passport or
drivers
license and foreign a/c  because the money is in us
Dollars and the former owner of the  a/c  Mr.
Magnus Leon is a foreigner too, [and the money can
only be approved into a foreign a/c.
 
However, we will sign a binding agreement,  to bind
us
together   I got your contact address  from the Girl
who operates computer,  I am revealing this to you
with believe in God that you will never let me down
in
this business,  you are the first and the only
person
that I am contacting for this business, so please
reply urgently so that I will inform you the next
step
to take urgently. Send also your private telephone
and
fax number including the full details of the account
to be used for the deposit.
 
I want us to meet face to face to build confidence
and
to sign a binding agreement that will  bind us
together  before transferring the money to any
account
of  your choice  where the fund will be safe. Before
we fly to your country for withdrawal, sharing and
investments.
 
I need your full co-operation to make this work
fine.
because the management is ready to approve this
payment to any foreigner who has correct information
of this account, which I will give to you, upon your
positive response and once I am convinced that you 
are  capable  and will meet up with instruction of 
a
key bank official who is deeply involved with me in
this business.
I need your strong assurance that you will never,
never let me down.
 
With my influence and the position of the bank
official we can transfer this money to any
foreigner's
reliable account which you can provide with
assurance
that this money will be intact pending our physical
arrival in your country for sharing. The bank
official
will destroy all documents of transaction
immediately
we receive this money leaving no trace to any place
and to build confidence  you can  come immediately 
to
discuss with me face to face after which I will make
this remittance in your presence and three of us
will
fly to your country at least two days ahead of the
money going into the account.
 
I will apply for annual leave to get visa
immediately
I hear from you that you are ready to act and
receive
this fund in your account. I will use my position
and
influence to obtain all legal approvals for  onward
transfer of this money to your account with
appropriate clearance from  the relevant  ministries
and foreign exchange departments.
 
At the conclusion of this business, you will be
given
35% of the total amount, 60% will be for me, while
5%
will be for expenses both parties might have
incurred
during the process of transferring.

I look forward to your earliest reply through my 
email address:okobo_rb4@yahoo.com 
i am 54 years old man
Best Regards
 
MR.OKOBO ROBERT
 
 
 
 
 
 
 
 
 __________________________________________________
> Do You Yahoo!?
> Yahoo! - Official partner of 2002 FIFA World Cup
> http://fifaworldcup.yahoo.com














__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sun Nov 10 11:32:46 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S51555AbSKJJcl>; Sun, 10 Nov 2002 11:32:41 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S50389AbSKJJcj>;
	Sun, 10 Nov 2002 11:32:39 +0200
Received: from 67-38-229-135.ded.ameritech.net ([67.38.229.135]:4351 "HELO
	servermenow.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with SMTP id <S50795AbSKJJcf>;
	Sun, 10 Nov 2002 11:32:35 +0200
From:	n11_09_2002@hotmail.com
Content-Type: text/plain; charset=iso-8859-1
Importance: Normal
To:	Comedy@
X-Sender: n11_09_2002@hotmail.com
X-MSMail-Priority: Normal
Subject: Live Interactive Internet Entertainment
Content-Transfer-Encoding: quoted-printable
X-Priority: 3 (Normal)
Received: from servermenow.com by 9N6ULE2H6L.servermenow.com with SMTP for Comedy@; Sun, 10 Nov 2002 04:32:40 -0500
Date:	Sun, 10 Nov 2002 04:32:40 -0500
Message-Id: <381Q0.CVSL4G3GDF1G8VPIOJ5.n11_09_2002@hotmail.com>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

FREE LIVE TV!=

Right on Your Computer!=

=

 =

RAVE 2000=

http://www.rave-2000.com/=

=

Radio Audio Visual Entertainment=

=

LIVE MUSIC!=

LIVE SPORTS!=

LIVE GAME SHOWS!=

CELEBRITIES AND MORE!=

=

INTERACTIVE???=

Rave2000 puts you there LIVE!!~=

=

FREE Membership for all PayperViews!!=

This is a Limited Promotional Offer!=

http://www.rave-2000.com/membershipx.htm=

=

=

Don't Miss the Wave with Rave2000........=

=

=3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D===

This mail is always sent with your=

permission; Rave-2000.com respects=

your wishes-always. If you would=

prefer not to receive messages in=

the future, please click below to=

be removed. Mail To: REMOVE@rave-2000.com =

=3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==3D==

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Nov 12 00:18:03 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S45615AbSKKWSA>; Tue, 12 Nov 2002 00:18:00 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S43679AbSKKWSA>;
	Tue, 12 Nov 2002 00:18:00 +0200
Received: from fw.msichicago.org ([209.100.36.130]:13233 "EHLO
	internetserver.msichicago.org" ident: "NO-IDENT-SERVICE[2]" smtp-auth:
	<none> TLS-CIPHER: <none>) by nic.funet.fi with ESMTP
	id <S42900AbSKKWR7>; Tue, 12 Nov 2002 00:17:59 +0200
Message-ID: <30CEF35F6BB61146B1C75E2730FF7E8B018C2C84@internetserver>
From:	msi@msichicago.org
To:	zmailer@nic.funet.fi
Subject: Thank you for writing
Date:	Mon, 11 Nov 2002 14:30:32 -0600
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Thank you for contacting the Museum of Science and Industry.  We will
respond to your e-mail as soon as possible.
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From johnson_ige1@hotvoice.com Tue Nov 12 18:46:47 2002
Received: from [80.88.131.40] ([80.88.131.40]:21867 "HELO emztd2299.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S47585AbSKLQqp> convert rfc822-to-8bit;
	Tue, 12 Nov 2002 18:46:45 +0200
From:	"DR.JOHNSON IGE." <johnson_ige1@hotvoice.com>
Reply-To: johnson_ige1@hotvoice.com
To:	zmailer-log@nic.funet.fi
Date:	Tue, 12 Nov 2002 05:40:01 -0800
Subject: REAL ESTATE!!!!!!!!!!!!!!!!!!!!
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Message-Id: <20021112164646Z47585-381+71@nic.funet.fi>
Return-Path: <johnson_ige1@hotvoice.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN:SIR.

ASSISTANCE REQUIRED FOR ACQUISITION OF ESTATE

I write to inform you of my desire to acquire estates or landed properties in your 

country.Considering your very strategic and influential position I know you will be in a 

better possition to help us, We would want the transaction to be strictly confidential as 

possible,hence our desire to have an overseas agent. I have therefore been directed to 

inquire if you would agree to act as our overseas agent in order to actualize this 

transaction.The deal,in brief,is that the funds with which we intend to carry out our 

proposed investments in your country is presently in a coded Escrow account of a Bank in 

Canada.

However,I am,DR.JOHNSON IGE. a native of Warri in Niger Delta,Nigeria and I am the 

Executive Director with the Nigerian Export Processing Zone Authority of Nigeria 

(NEPZA).Please accept my apology for using this medium to reach you for a 

transaction/business of this magnitude,but this is due to the confidentiality and prompt 

access reposed on this medium.Be informed that a member of the Nigerian Export promotion 

Council(NEPC) who was the Government delegation to your country during a trade exhibition 

gave your enviable credentials/particulars to me.I have decided to seek your co-operation in 

the execution of the deal described hereunder for the benefit of all parties and hope you 

will keep it as a top secret because of the nature of this business.

Within my Department NEPZA where I work as a Director and with the cooperation of Two 

other top Management officials.We have in our possession as overdue payment bills totalling 

to Thirty One Million,Five hundred Thousand US Dollars(US$3I,500.000.00) which was our 

commission for awarding a contract to Jullius Bergger of Germany A construction firm 

based in Germany.This amount(US$31.5M)represent the balance of the total contract value 

executed on behalf of my Department by this foreign contracting firm which we the 

officials over-invoiced deliberately.Though the actual cost have been paid to the original 

contractor leaving the balance in the tune of the said amount which we have in principle 

gotten approval to remit by Key Tested Telegraphic Transfer(K.T.T)to any foreign bank 

account you will provide by filing in an application through the Bank in Canada where the 

fund have been lodge for the transfer of rights and priviledge of the former contractor.Our 

arrangement with the construction company was to deposit our over-involce sum into a save 

account with the bank till we retire from active service to my Ministry for investment in 

your country.As you Know,we are civil servant and does not have the previledge to operate a 

foriegn account.

We have made countless effort with the management of the bank in Canada to see that the 

fund is transfer to another country for the propose investment,the management of the bank 

turn the application down that legal documentation must be effected before the fund is been 

transfer to any bank account.As a civil servant to the Government,we can not obtain this 

documents without the help or assistance of an international acclaimed personality(Foriegn 

Body)to fixe in as the true contractor/beneficiary to the fund,these will enable us obtain all 

relevant documents in your favour with the assistance of the accredited Attorney with my 

Ministry.

We are soliciting for your mutual understanding in lodging in application to the bank in 

Canada as soon as all the documents is processed in your name to release or transfer the 

contract fund to your account.We will truely compensate you for your candid effort in this 

deal and as well,you will be acting as our agent for the landed/housing property in your 

country.Once you have confirm your willingness to help us,the name and contact address of 

the bank,our account information with the bank and all the relevant details of the contract 

fund will be given to you for your perusal and for confirmation with the bank in Canada.The 

cost of processing the backup documents will be a collective responsibility from both parties 

so your sincerity and understanding will be highly appreciated to enable us achieve success.

All we need from you now is your company name & address(if any),telephone & fax 

numbers,your banking details and your recent picture for identification when we come over 

to your country for the project.As soon as i hear from you,I will give you our website to 

visit.

Thank you so much for your understanding and I await your urgent response to this mail.

Yours Faithfully,

DR.JOHNSON IGE.
N.E.P.Z.A


From zmailer-owner@nic.funet.fi Thu Nov 14 15:14:23 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S46782AbSKNNOU>; Thu, 14 Nov 2002 15:14:20 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S47219AbSKNNOU>;
	Thu, 14 Nov 2002 15:14:20 +0200
Received: from user211.net102.pa.sprint-hsd.net ([65.164.18.211]:32661 "EHLO
	commserver.sprint.com" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S18469AbSKNNOS>;
	Thu, 14 Nov 2002 15:14:18 +0200
Received: by COMMSERVER with Internet Mail Service (5.5.2650.21)
	id <WWYD6YP9>; Thu, 14 Nov 2002 06:49:03 -0500
Message-ID: <615D3BF332EBD511B7770060B05682F797B928@COMMSERVER>
From:	System Administrator <postmaster@hessagency.com>
To:	zmailer@nic.funet.fi
Subject: Undeliverable: Spy Into Someone Computer From Yours
Date:	Thu, 14 Nov 2002 06:49:00 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
X-MS-Embedded-Report: 
Content-Type: multipart/mixed;
	boundary="----_=_NextPart_000_01C28BD3.D2985430"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01C28BD3.D2985430
Content-Type: text/plain;
	charset="iso-8859-1"

Your message

  To:      tdopgc@ivillage.com; raven@beer.com; jbrown4166@yahoo.com;
japple@nyc.com; wcrow@twlakes.net
  Subject: Spy Into Someone Computer From Yours
  Sent:    Thu, 14 Nov 2002 18:54:13 -0500

did not reach the following recipient(s):

tdopgc@ivillage.com on Thu, 14 Nov 2002 06:48:56 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=US;a= ;p=Hess
Agency;l=COMMSERVER0211141148WWYD6YPL
    MSEXCH:IMS:Hess Agency:HESS:COMMSERVER 0 (000C05A6) Unknown Recipient
raven@beer.com on Thu, 14 Nov 2002 06:48:56 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=US;a= ;p=Hess
Agency;l=COMMSERVER0211141148WWYD6YPL
    MSEXCH:IMS:Hess Agency:HESS:COMMSERVER 0 (000C05A6) Unknown Recipient
jbrown4166@yahoo.com on Thu, 14 Nov 2002 06:48:56 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=US;a= ;p=Hess
Agency;l=COMMSERVER0211141148WWYD6YPL
    MSEXCH:IMS:Hess Agency:HESS:COMMSERVER 0 (000C05A6) Unknown Recipient
japple@nyc.com on Thu, 14 Nov 2002 06:48:56 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=US;a= ;p=Hess
Agency;l=COMMSERVER0211141148WWYD6YPL
    MSEXCH:IMS:Hess Agency:HESS:COMMSERVER 0 (000C05A6) Unknown Recipient
wcrow@twlakes.net on Thu, 14 Nov 2002 06:48:56 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=US;a= ;p=Hess
Agency;l=COMMSERVER0211141148WWYD6YPL
    MSEXCH:IMS:Hess Agency:HESS:COMMSERVER 0 (000C05A6) Unknown Recipient



------_=_NextPart_000_01C28BD3.D2985430
Content-Type: message/rfc822

Message-ID: <000001397a8d$00003f17$00002549@hotmail.com>
From: zmailer@nic.funet.fi
Reply-To: zmailer@nic.funet.fi
To: tdopgc@ivillage.com, raven@beer.com, jbrown4166@yahoo.com, 
	japple@nyc.com, wcrow@twlakes.net
Subject: Spy Into Someone Computer From Yours
Date: Thu, 14 Nov 2002 18:54:13 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
X-MS-Embedded-Report: 
Content-Type: text/plain;
	charset="iso-8859-1"



See Into Anyone's Computer Remotely 

Click  <http://200.46.156.21> here for more information or go to
http://200.46.156.21 






To to be remove email us at inremove@yahoo.com 

------_=_NextPart_000_01C28BD3.D2985430--
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Nov 14 15:31:58 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S47596AbSKNNbz>; Thu, 14 Nov 2002 15:31:55 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S47618AbSKNNbz>;
	Thu, 14 Nov 2002 15:31:55 +0200
Received: from [66.35.139.234] ([66.35.139.234]:2128 "EHLO pdc01.smcsouth.com"
	ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S47158AbSKNNbx>;
	Thu, 14 Nov 2002 15:31:53 +0200
Received: by pdc01 with Internet Mail Service (5.5.2653.19)
	id <W5QTH55P>; Thu, 14 Nov 2002 06:40:13 -0600
Message-ID: <3FFD7E8563F4D4118B8C00508BE7EF2EA3D0E0@pdc01>
From:	System Administrator <postmaster@smcsouth.com>
To:	zmailer@nic.funet.fi
Subject: Undeliverable: Spy Into Someone Computer From Yours
Date:	Thu, 14 Nov 2002 06:40:10 -0600
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
X-MS-Embedded-Report: 
Content-Type: multipart/mixed;
	boundary="----_=_NextPart_000_01C28BDA.F856B59E"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01C28BDA.F856B59E
Content-Type: text/plain;
	charset="iso-8859-1"

Your message

  To:      jegabaldon@mail.com; jpnacek@angelfire.com
  Subject: Spy Into Someone Computer From Yours
  Sent:    Thu, 14 Nov 2002 18:40:22 -0600

did not reach the following recipient(s):

jegabaldon@mail.com on Thu, 14 Nov 2002 06:40:05 -0600
    The recipient name is not recognized
	The MTS-ID of the original message is: c=us;a=
;p=smc?south;l=PDC010211141240W5QTH5ZQ
    MSEXCH:IMS:SMC_South:DOMAIN:PDC01 0 (000C05A6) Unknown Recipient
jpnacek@angelfire.com on Thu, 14 Nov 2002 06:40:05 -0600
    The recipient name is not recognized
	The MTS-ID of the original message is: c=us;a=
;p=smc?south;l=PDC010211141240W5QTH5ZQ
    MSEXCH:IMS:SMC_South:DOMAIN:PDC01 0 (000C05A6) Unknown Recipient



------_=_NextPart_000_01C28BDA.F856B59E
Content-Type: message/rfc822

Message-ID: <000015cc0a78$00000c35$0000489e@hotmail.com>
From: zmailer@nic.funet.fi
Reply-To: zmailer@nic.funet.fi
To: jegabaldon@mail.com, jpnacek@angelfire.com
Subject: Spy Into Someone Computer From Yours
Date: Thu, 14 Nov 2002 18:40:22 -0600
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
X-MS-Embedded-Report: 
Content-Type: text/plain;
	charset="iso-8859-1"



See Into Anyone's Computer Remotely 

Click  <http://200.46.156.21> here for more information or go to
http://200.46.156.21 






To to be remove email us at inremove@yahoo.com 

------_=_NextPart_000_01C28BDA.F856B59E--
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Nov 14 15:33:50 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S47750AbSKNNdr>; Thu, 14 Nov 2002 15:33:47 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S47761AbSKNNdr>;
	Thu, 14 Nov 2002 15:33:47 +0200
Received: from h-66-134-133-250.PHLAPAFG.covad.net ([66.134.133.250]:4321 "EHLO
	lvlexchg.eticomm.net" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S47731AbSKNNdp>;
	Thu, 14 Nov 2002 15:33:45 +0200
Received: by h-66-134-133-250.PHLAPAFG.covad.net with Internet Mail Service (5.5.2653.19)
	id <TV94PPHA>; Thu, 14 Nov 2002 09:01:32 -0500
Message-ID: <30D3F39DBDD0D611B16A006097604FE2A591C3@h-66-134-133-250.PHLAPAFG.covad.net>
From:	System Administrator <postmaster@lvlrealtors.com>
To:	zmailer@nic.funet.fi
Subject: Undeliverable: Spy Into Someone Computer From Yours
Date:	Thu, 14 Nov 2002 09:01:32 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
X-MS-Embedded-Report: 
Content-Type: multipart/mixed;
	boundary="----_=_NextPart_000_01C28BE6.5640DF30"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01C28BE6.5640DF30
Content-Type: text/plain;
	charset="iso-8859-1"

Your message

  To:      cuboru@msn.com; jtomala@canada.com; runnvs1@peoplepc.com;
chris123@ptd.net; jepp@freewebemail.com; nvib@usa.net
  Subject: Spy Into Someone Computer From Yours
  Sent:    Thu, 14 Nov 2002 20:29:17 -0500

did not reach the following recipient(s):

cuboru@msn.com on Thu, 14 Nov 2002 09:01:30 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=us;a=
;p=lvl;l=LVLEXCHG0211141401TV94PPGZ
    MSEXCH:IMS:LVL:LVL:LVLEXCHG 0 (000C05A6) Unknown Recipient
jtomala@canada.com on Thu, 14 Nov 2002 09:01:30 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=us;a=
;p=lvl;l=LVLEXCHG0211141401TV94PPGZ
    MSEXCH:IMS:LVL:LVL:LVLEXCHG 0 (000C05A6) Unknown Recipient
runnvs1@peoplepc.com on Thu, 14 Nov 2002 09:01:30 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=us;a=
;p=lvl;l=LVLEXCHG0211141401TV94PPGZ
    MSEXCH:IMS:LVL:LVL:LVLEXCHG 0 (000C05A6) Unknown Recipient
chris123@ptd.net on Thu, 14 Nov 2002 09:01:30 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=us;a=
;p=lvl;l=LVLEXCHG0211141401TV94PPGZ
    MSEXCH:IMS:LVL:LVL:LVLEXCHG 0 (000C05A6) Unknown Recipient
jepp@freewebemail.com on Thu, 14 Nov 2002 09:01:30 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=us;a=
;p=lvl;l=LVLEXCHG0211141401TV94PPGZ
    MSEXCH:IMS:LVL:LVL:LVLEXCHG 0 (000C05A6) Unknown Recipient
nvib@usa.net on Thu, 14 Nov 2002 09:01:30 -0500
    The recipient name is not recognized
	The MTS-ID of the original message is: c=us;a=
;p=lvl;l=LVLEXCHG0211141401TV94PPGZ
    MSEXCH:IMS:LVL:LVL:LVLEXCHG 0 (000C05A6) Unknown Recipient



------_=_NextPart_000_01C28BE6.5640DF30
Content-Type: message/rfc822

Message-ID: <00003fee1467$00006902$00006e0f@hotmail.com>
From: zmailer@nic.funet.fi
Reply-To: zmailer@nic.funet.fi
To: cuboru@msn.com, jtomala@canada.com, runnvs1@peoplepc.com, 
	chris123@ptd.net, jepp@freewebemail.com, nvib@usa.net
Subject: Spy Into Someone Computer From Yours
Date: Thu, 14 Nov 2002 20:29:17 -0500
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2653.19)
X-MS-Embedded-Report: 
Content-Type: text/plain;
	charset="iso-8859-1"



See Into Anyone's Computer Remotely 

Click  <http://200.46.156.21> here for more information or go to
http://200.46.156.21 






To to be remove email us at inremove@yahoo.com 

------_=_NextPart_000_01C28BE6.5640DF30--
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From johnson_ige1@hotvoice.com Tue Nov 19 17:08:26 2002
Received: from [80.88.131.37] ([80.88.131.37]:2276 "HELO n2now1644.com" ident:
	"NO-IDENT-SERVICE[2]" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with SMTP id <S56253AbSKSPIY> convert rfc822-to-8bit;
	Tue, 19 Nov 2002 17:08:24 +0200
From:	"DR.JOHNSON IGE." <johnson_ige1@hotvoice.com>
Reply-To: johnson_ige1@hotvoice.com
To:	zmailer-log@nic.funet.fi
Date:	Tue, 19 Nov 2002 04:03:11 -0800
Subject: REAL ESTATE!!!!!!!!!!!!!!!!!!!
X-Mailer: Microsoft Outlook Express 5.00.2919.6900 DM
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 8BIT
Message-Id: <20021119150826Z56253-825+1719@nic.funet.fi>
Return-Path: <johnson_ige1@hotvoice.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

ATTN:SIR.   

           ASSISTANCE REQUIRED FOR ACQUISITION OF ESTATE
          
I write to inform you of my desire to acquire estates or landed properties in your country.Considering your very strategic and influential position I know you will be in a better possition to help us, We  would want the transaction to be strictly confidential as possible,hence our desire to have an overseas agent. I have therefore been directed to inquire if you would agree to act as our overseas agent in order to actualize this transaction.The deal,in brief,is that the funds with which we intend to carry out our proposed investments in your country is presently in a coded Escrow account of  a Bank in Canada.

However,I am,DR.JOHNSON IGE. a native of Warri in Niger Delta,Nigeria and I am the Executive Director with the Nigerian Export Processing Zone Authority of Nigeria (NEPZA).Please accept  my apology for using this medium to reach you for a transaction/business of this magnitude,but this is due to the confidentiality and prompt access reposed on this medium.Be informed that a member of the Nigerian Export promotion Council(NEPC) who was the Government delegation to your country during a trade exhibition gave your enviable credentials/particulars to me.I have decided to seek your co-operation in the execution of the deal described hereunder for the benefit of all parties and hope you will  keep it as a top secret because of the nature of this business.
 
Within my Department NEPZA  where I work as a Director and with the cooperation of Two other top Management officials.We have in our possession as overdue payment bills totalling to Thirty One Million,Five hundred Thousand US Dollars(US$3I,500.000.00) which was our commission for awarding a contract to Jullius Bergger of Germany A construction firm based in Germany.This amount(US$31.5M)represent the balance of the total contract value executed on behalf of my Department by this foreign contracting firm which we the officials over-invoiced deliberately.Though the actual cost have been paid to the original contractor leaving the balance in the tune of the said amount which we have in principle gotten approval to remit by Key Tested Telegraphic Transfer(K.T.T)to any foreign bank account you will provide by filing in an application through the Bank in Canada where the fund have been lodge for the transfer of rights and priviledge of the former contractor.Our arrangement with the construction company was to deposit our over-involce sum into a save account with the bank till we retire from active service to my Ministry for investment in your country.As you Know,we are civil servant and does not have the previledge to operate a foriegn account.

We have made countless effort with the management of the bank in Canada to see that the fund is transfer to another country for the propose investment,the management of the bank turn the application down that legal documentation must be effected before the fund is been transfer to any bank account.As a civil servant to the Government,we can not obtain this documents without the help or assistance of an international acclaimed personality(Foriegn Body)to fixe in as the true contractor/beneficiary to the fund,these will enable us obtain all relevant documents in your favour with the assistance of the accredited Attorney with my Ministry.

We are soliciting for your mutual understanding in lodging in application to the bank in Canada as soon as all the documents is processed in your name to release or transfer the contract fund to your account.We will truely compensate you for your candid effort in this deal and as well,you will be acting as our agent for the landed/housing property in your country.Once you have confirm your willingness to help us,the name and contact address of the bank,our account information with the bank and all the relevant details of the contract fund will be given to you for your perusal and for confirmation with the bank in Canada.The cost of processing the backup documents will be a collective responsibility from both parties so your sincerity and understanding will be highly appreciated to enable us achieve success.

All we need from you now is your company name & address(if any),telephone & fax numbers,your banking details and your recent picture for identification when we come over to your country for the project.As soon as i hear from you,I will give you  our website to visit.

Thank you so much for your understanding and I await your urgent response to this mail.

Yours Faithfully,

DR.JOHNSON IGE.
N.E.P.Z.A.




From zmailer-owner@nic.funet.fi Tue Nov 19 21:17:12 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S56934AbSKSTRH>; Tue, 19 Nov 2002 21:17:07 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S57316AbSKSTRG>;
	Tue, 19 Nov 2002 21:17:06 +0200
Received: from dedos.pert.com.ar ([200.68.65.162]:4011 "EHLO dedos.pert.com.ar"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S57223AbSKSTRF>;
	Tue, 19 Nov 2002 21:17:05 +0200
Received: from cosa.pert.com.ar ([192.168.1.10]:25606 "EHLO COSA" whoson:
	"popbaby") by dedos.pert.com.ar with ESMTP id <S3712AbSKSTQq>;
	Tue, 19 Nov 2002 16:16:46 -0300
From:	"Mariano Absatz" <zmailer@lists.com.ar>
Organization: Pert Consultores
To:	ZMailer list <zmailer@nic.funet.fi>
Date:	Tue, 19 Nov 2002 16:16:36 -0300
MIME-Version: 1.0
Subject: SMTP AUTH and sender identification
Message-ID: <3DDA63E4.29905.1E81359A@localhost>
X-mailer: Pegasus Mail for Windows (v4.01)
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,

I don't know exactly how ZMailer's SMTP AUTHentication works, but if I 
understand it right, if I authenticate correctly, smptserver allows me to 
relay and notes my username in the corresponding Received: header... 
similarly to what whoson does.

What I need to do is to force the FROM (at least the envelope from) based on 
the authentication (be it via SMTP AUTH, or even with whoson).

That is, if I authenticate as me@example.com, it allows me to relay BUT ONLY 
IF I SAY
MAIL FROM:<me@example.com>

Is there a way to do that?

TIA.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Nov 19 21:34:36 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S56917AbSKSTec>; Tue, 19 Nov 2002 21:34:32 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S43342AbSKSTeb>;
	Tue, 19 Nov 2002 21:34:31 +0200
Received: from mail2.bluecatnetworks.com ([209.167.177.47]:49970 "EHLO
	mail2.bluecatnetworks.com" ident: "TIMEDOUT" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S34666AbSKSTea>;
	Tue, 19 Nov 2002 21:34:30 +0200
Received: from [172.18.0.2] ([172.18.0.2]:11576 "EHLO COLOSSUS.dyadem.corp"
	ident: "NO-IDENT-SERVICE[2]") by mail2.bluecatnetworks.com with ESMTP
	id <S120399AbSKSUBR> convert rfc822-to-8bit; Tue, 19 Nov 2002 15:01:17 -0500
X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0
content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="US-ASCII"
Content-Transfer-Encoding: 8BIT
Subject: RE: SMTP AUTH and sender identification
Date:	Tue, 19 Nov 2002 14:34:07 -0500
Message-ID: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A118@COLOSSUS.dyadem.corp>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: SMTP AUTH and sender identification
Thread-Index: AcKQAEvpOa7hXLXLTJqcQJ9vgDRZvQAAf+sg
From:	"Luke Galea" <lgalea@bluecatnetworks.com>
To:	"Mariano Absatz" <zmailer@lists.com.ar>,
	"ZMailer list" <zmailer@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The problem is that you can identify yourself as "me" ...  ie.. the smtp
auth username isn't usually a full email address or even necessarily
related. You would probably need another field in your database... 

Luke Galea 
Software Development
BlueCat Networks
905-762-5225
 

-----Original Message-----
From: Mariano Absatz [mailto:zmailer@lists.com.ar] 
Sent: November 19, 2002 2:17 PM
To: ZMailer list
Subject: SMTP AUTH and sender identification

Hi,

I don't know exactly how ZMailer's SMTP AUTHentication works, but if I 
understand it right, if I authenticate correctly, smptserver allows me
to 
relay and notes my username in the corresponding Received: header... 
similarly to what whoson does.

What I need to do is to force the FROM (at least the envelope from)
based on 
the authentication (be it via SMTP AUTH, or even with whoson).

That is, if I authenticate as me@example.com, it allows me to relay BUT
ONLY 
IF I SAY
MAIL FROM:<me@example.com>

Is there a way to do that?

TIA.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Tue Nov 19 23:53:52 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S57337AbSKSVxs>; Tue, 19 Nov 2002 23:53:48 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S57336AbSKSVxr>;
	Tue, 19 Nov 2002 23:53:47 +0200
Received: from dedos.pert.com.ar ([200.68.65.162]:4438 "EHLO dedos.pert.com.ar"
	ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S56837AbSKSVxp>;
	Tue, 19 Nov 2002 23:53:45 +0200
Received: from cosa.pert.com.ar ([192.168.1.10]:33800 "EHLO COSA" whoson:
	"popbaby") by dedos.pert.com.ar with ESMTP id <S3710AbSKSVx1> convert rfc822-to-8bit;
	Tue, 19 Nov 2002 18:53:27 -0300
From:	"Mariano Absatz" <zmailer@lists.com.ar>
Organization: Pert Consultores
To:	"Luke Galea" <lgalea@bluecatnetworks.com>
Date:	Tue, 19 Nov 2002 18:53:25 -0300
MIME-Version: 1.0
Subject: RE: SMTP AUTH and sender identification
CC:	ZMailer list <zmailer@nic.funet.fi>
Message-ID: <3DDA88A5.21195.1F10CA53@localhost>
In-reply-to: <5DEC3FFCDE2F7C4DA45433EE09A4F22C59A118@COLOSSUS.dyadem.corp>
X-mailer: Pegasus Mail for Windows (v4.01)
Content-type: text/plain; charset=ISO-8859-1
Content-transfer-encoding: 8BIT
Content-description: Mail message body
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

El 19 Nov 2002 a las 14:34, Luke Galea escribió:

> The problem is that you can identify yourself as "me" ...  ie.. the smtp
> auth username isn't usually a full email address or even necessarily
> related. You would probably need another field in your database... 
Right, but that's not the point... right now I'm identifying users as 
me@example.com, but anyway, if I HAD the fields
"uid=me;mail=me@example.com"
what I want to know is if I can restrict the FROM based on the SMTP AUTH (or 
whoson) info...

> 
> Luke Galea 
> Software Development
> BlueCat Networks
> 905-762-5225
>  
> 
> -----Original Message-----
> From: Mariano Absatz [mailto:zmailer@lists.com.ar] 
> Sent: November 19, 2002 2:17 PM
> To: ZMailer list
> Subject: SMTP AUTH and sender identification
> 
> Hi,
> 
> I don't know exactly how ZMailer's SMTP AUTHentication works, but if I
> understand it right, if I authenticate correctly, smptserver allows me to
> relay and notes my username in the corresponding Received: header...
> similarly to what whoson does. 
> 
> What I need to do is to force the FROM (at least the envelope from) based
> on the authentication (be it via SMTP AUTH, or even with whoson). 
> 
> That is, if I authenticate as me@example.com, it allows me to relay BUT
> ONLY IF I SAY
> MAIL FROM:<me@example.com>
> 
> Is there a way to do that?
> 
> TIA.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Nov 20 09:43:39 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S42646AbSKTHnf>; Wed, 20 Nov 2002 09:43:35 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S56896AbSKTHnf>;
	Wed, 20 Nov 2002 09:43:35 +0200
Received: from host-213-131-64-131.link.net ([213.131.64.131]:34250 "EHLO
	aramail.com" ident: "TIMEDOUT" smtp-auth: <none> TLS-CIPHER: <none>)
	by nic.funet.fi with ESMTP id <S31945AbSKTHnd>;
	Wed, 20 Nov 2002 09:43:33 +0200
MIME-Version: 1.0
Message-Id: <3DDA7883.00181@total>
Date:	Tue, 19 Nov 2002 19:44:35 +0200 (Egypt Standard Time)
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From:	"steven okafor" <s_o2002@aramail.com>
To:	s_o2002@aramail.com
Cc:	wendy@fcba.org, kkuo@ctia.org, majordomo@nic.funet.fi,
	zmailer@nic.funet.fi, ieng@export2000.ro,
	zmailer-owner@nic.funet.fi
Subject: Fwd: NEXT OF KIN
X-Mailer: ARAMAIL Web Mailer V 1.00
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Dear Sir,

I AM MR Steven Okafor,

THE CHIEF ACCOUNTANT WITH STANDARD
TRUST BANK ZIMBABWE PLC.I HAVE A TRANSACTION OF
WHICH I THINK WILL BE OF MUTUAL BENEFIT FOR BOTH OF US
IN MY DESIRE FOR A FOREIGN PARTNER WITH WHOM TO DO
THIS TRANSACTION I CAME ABOUT YOUR CONTACT FROM A
REPUTABLE NIGERIAN.AS THE HEAD OF ACCOUNTS DEPARTMENT
OF
(STB),I DISCOVERED SOME AMOUNT OF MONEY,WHILE I WAS
AUDITING ACCOUNT FOR THE YEAR 2000.THE MONEY HAS BEEN
LYING THERE FOR TWO YEARS WITH OUT ANY CLAIM.ON
FURTHER INQUIRY,I DISCOVERED THAT THIS MONEY TOTALLING
ABOUT $17 MILLION (SEVENTEEN MILLION DOLLARS)INCLUDING
ACCUMULATED INTEREST BELONGING TO ONE MR.BRUNO
GONZALEZ A SPANISH CITIZEN WHO LIVED HERE AND DIED
INTER STATE WITH OUT A BENEFICIARY OR NEXT OF KIN TO
HIS MONEY I HAVE SUCCESSFULLY SECURED THE MONEY WITH
THE HELP OF MY COLLEAGES,THE MONEY IS NOW IN A
SECURITY
COMPANY AWAITING FOR CLAIM.PLEASE I WILL
NEED YOUR ASSISTANCE TO ENABLE ME PREPARE DOCUMENTS
WHICH WILL AUTHENTICATE THAT THE MONEY BELONGS TO YOU
AND TO ENABLE YOU HAVE A FULL CLAIM OF IT.I WANT TO BE
ASSURED OF A SAVE AND TRUSTED PERSON WHO CAN HANDLE
THIS MONEY PENDING ON OUR ARRIVAL IN YOUR COUNTRY.WE
HAVE MAPPED OUT 30% FOR YOU AND 10% FOR ESPENCECS
INCURRED EITHER FROM OUR OWN SIDE OR YOURS WHILE
60%IS FOR ME AND MY COLLUGES.

THIS TRANSACTION IS ABSOLUTELY RISK FREE WITH NO LEGAL
COMPLICATION.ALL NECESSARY ARRENGMENTS FOR THIS
TRANSACTION HAVE BEEN PUTTEN IN PLACE.I MUST LET YOU
KNOW THAT A HIGH DEGREE OF TRUST IS REQUIRED.FURTHER
MORE,ALL NECESSARY DOCUMENTS COVERING THIS MONEY ARE
READY.PLEASE INDICATE YOUR INTEREST BY PROVIDING ME
(1) YOUR TELEPHONE AND FAX NUMBERS (2) YOUR FULL NAME
AND YOUR PRIVATE BANK PARTICULERS,THIS WILL
HELP IN PUTTING UP THE CLAIM IMMEDIATELY.NOTE THAT
THIS TRANSACTION WILL LAST ONLY FOR TEN
WORKING BANKING DAYS FROM THE DAY I RECEIVE YOUR BANK
PARTICULERS.I AWAIT YOUR URGENT REPLY.

BEST REGARDS
Steven Okafor


 


____________________________________________________
Cannot read this message in arabic?
Join the ARABIC mail community @ http://www.aramail.com
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Nov 21 06:34:47 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S47609AbSKUEen>; Thu, 21 Nov 2002 06:34:43 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S47913AbSKUEem>;
	Thu, 21 Nov 2002 06:34:42 +0200
Received: from p508B591D.dip.t-dialin.net ([80.139.89.29]:45320 "EHLO
	dea.linux-mips.net" ident: "NO-IDENT-SERVICE[2]" smtp-auth: <none>
	TLS-CIPHER: <none>) by nic.funet.fi with ESMTP id <S47609AbSKUEej>;
	Thu, 21 Nov 2002 06:34:39 +0200
Received: (from ralf@localhost)
	by dea.linux-mips.net (8.11.6/8.11.6) id gAL4YXc18128
	for zmailer@nic.funet.fi; Thu, 21 Nov 2002 05:34:33 +0100
Date:	Thu, 21 Nov 2002 05:34:33 +0100
From:	Ralf Baechle <ralf@linux-mips.org>
To:	zmailer@nic.funet.fi
Subject: Odd bounce
Message-ID: <20021121053433.A18061@linux-mips.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

What could be causing Zmailer to send a HELO command with no hostname
argument?

[...]
This is a MIME-encapsulated message

--EAA81461.1037852061/

The original message was received at Thu, 21 Nov 2002 04:14:20 GMT
from mail.linux-mips.org [80.63.7.146]

   ----- The following addresses had permanent fatal errors -----
<ian@orange.crush.net>

   ----- Transcript of session follows -----
... while talking to orange.crush.net.:
>>> HELO
<<< 501 HELO requires domain address
554 <ian@orange.crush.net>... Service unavailable

--EAA81461.1037852061/
Content-Type: message/delivery-status
[...]
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Sat Nov 23 08:17:05 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S6741AbSKWGRB>; Sat, 23 Nov 2002 08:17:01 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S49301AbSKWGRA>;
	Sat, 23 Nov 2002 08:17:00 +0200
Received: from chx400.switch.ch ([130.59.10.2]:61592 "EHLO chx400.switch.ch"
	smtp-auth: <none>) by nic.funet.fi with ESMTP id <S48793AbSKWGQ5>;
	Sat, 23 Nov 2002 08:16:57 +0200
Received: from nibble-4.nibble.net ([63.119.67.4] helo=newsfeed-east.nntpserver.com)
	by chx400.switch.ch with esmtp (Exim 3.20 #1)
	id 18FTb4-0005fY-00
	for muc-lists-zmailer@moderators.isc.org; Sat, 23 Nov 2002 07:16:54 +0100
Received: from newsfeed-east.nntpserver.com (localhost [127.0.0.1])
	by newsfeed-east.nntpserver.com (8.12.5/8.12.5) with ESMTP id gAN62npr019511
	for <muc-lists-zmailer@moderators.isc.org>; Sat, 23 Nov 2002 01:16:46 -0500
Received: (from news@localhost)
	by newsfeed-east.nntpserver.com (8.12.5/8.12.5/Submit) id g9S4rkSO013609;
	Sun, 27 Oct 2002 23:53:46 -0500
To:	muc-lists-zmailer@moderators.isc.org
From:	"GHarris" <TLTeddyBear24@aol.com>
Newsgroups: muc.lists.zmailer
Subject: Fast Cash, Extra Cash.....Small Investment, Work at Home!.....New Group to Share Ideas!
Date:	Sun, 27 Oct 2002 20:30:23 -0500
Lines:	10
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <3dbc937a$1_8@news.teranews.com>
X-Abuse-Report:	Send abuse reports to abuse@teranews.com
Organization: http://www.TeraNews.com - FREE NNTP Access
Path:	
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Come join us at http://groups.aol.com/themoneyquest.  You'll find some of
the newest ideas about how you can make extra cash and improve your standard
of living!

Even discover how you can work at home and be
your own boss!!

Don't put off until tomorrow......start earning NOW!


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Nov 25 17:51:03 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S59528AbSKYPu4>; Mon, 25 Nov 2002 17:50:56 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S33365AbSKYPuz>;
	Mon, 25 Nov 2002 17:50:55 +0200
Received: from bartek.bicom.pl ([213.25.142.1]:1070 "EHLO bartek.bicom.pl"
	smtp-auth: <none>) by nic.funet.fi with ESMTP id <S61157AbSKYPuw>;
	Mon, 25 Nov 2002 17:50:52 +0200
Received: (from localhost user: 'bartek' uid#1000 fake: STDIN
	(bartek@bartek.bicom.pl)) by bartek.bicom.pl id <S82328AbSKYPul>;
	Mon, 25 Nov 2002 16:50:41 +0100
Date:	Mon, 25 Nov 2002 16:50:41 +0100
From:	"Bartosz M. Krajnik" <bartek@bicom.pl>
To:	zmailer@nic.funet.fi
Subject: RCPT TO:<"some@domain.org"@mycomp.org>
Message-ID: <20021125155041.GB4799@bicom.pl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

I want that smtpserver don't accept this mails.

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Nov 27 13:31:47 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S6115AbSK0Lbn>; Wed, 27 Nov 2002 13:31:43 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S7412AbSK0Lbn>;
	Wed, 27 Nov 2002 13:31:43 +0200
Received: from sub.elektra.ru ([193.125.99.20]:4769 "EHLO sub.elektra.ru"
	smtp-auth: <none>) by nic.funet.fi with ESMTP id <S6115AbSK0Lbl>;
	Wed, 27 Nov 2002 13:31:41 +0200
Received: from sub.elektra.ru (IDENT:javoroleg@localhost.localdomain [127.0.0.1])
	by sub.elektra.ru (8.11.6/8.10.2) with ESMTP id gARBepS30334;
	Wed, 27 Nov 2002 14:40:51 +0300
Message-ID: <3DE4AF42.9070809@sub.elektra.ru>
Date:	Wed, 27 Nov 2002 14:40:50 +0300
From:	Oleg Javoronkov <javoroleg@sub.elektra.ru>
Reply-To: javoroleg@sub.elektra.ru
Organization: GVC RAO =?KOI8-R?Q?E=FC=F3_?=
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
X-Accept-Language: ru, en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi, mea@nic.funet.fi
Subject: Contentfilter 
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hi,

I use content filter with smtpserver:

PARAM  contentfilter my_filter

and I have a few lines at smtp-policy.relay like these:
domain.com
.domain.com

and I have problem.

Smtpserver doesnt check contentfilter
for clients connected from          .domain.com

Why ?
This is important for me checking content filter in this case.

!!!!!!!!!!!!!!!!!!!!!!!!!!HEEEEEEEEEEEEEEEEEELP !!!!!!!!!!!!!!!!!!!!!!!!

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Nov 27 15:16:43 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S8207AbSK0NQk>; Wed, 27 Nov 2002 15:16:40 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S8206AbSK0NQj>;
	Wed, 27 Nov 2002 15:16:39 +0200
Received: from chronos.sovam.com ([194.67.22.190]:37649 "EHLO
	chronos.sovam.com" smtp-auth: <none>) by nic.funet.fi with ESMTP
	id <S8154AbSK0NQh>; Wed, 27 Nov 2002 15:16:37 +0200
Received: from ariel ([194.67.3.216]:39823 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1763990AbSK0NQe>;
	Wed, 27 Nov 2002 16:16:34 +0300
Subject: non-deliveries from scheduler and BIND lookups
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	27 Nov 2002 16:16:34 +0300
Message-Id: <1038402994.31276.15.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Matti,

it seems to be a problem that shows up on high load.  When the scheduler
generates non-delivery report, it makes DNS lookup for local host name
(mind you, *despite* the host name in both short and FQDN form is in
/etc/hosts, it still does DNS resolve).  When the traffic is high and
the DNS resolver is slow, this results in slowdown of the whole queue
processing.  First, it seems that using DNS resolution from the
scheduler should be limited to a bare minimum, because onlike other
parts of Zmailer, this is a single process.  Second, repeated resolving
of own host name does not make sense in any case...  Any ideas?

open("/var/spool/postoffice/public/gnome02.net.rol.ru:14269",
O_RDWR|O_CREAT|O_E
XCL, 0600) = 358
shmat(358, 0x833df2d, 0x1ptrace: umoven: Input/output error
)              = ?
shmat(358, 0x833df2d, 0x2ptrace: umoven: Input/output error
)              = ?
fstat64(0x166, 0xbfff7b7c)              = 0
lseek(358, 0, SEEK_CUR)                 = 0
fstat64(0x166, 0xbfff7c6c)              = 0
uname({sys="Linux", node="gnome02", ...}) = 0
socket(PF_UNIX, SOCK_STREAM, 0)         = 359
connect(359, {sin_family=AF_UNIX,
path="                                        
                                               /var/run/.nscd_socket"},
110) = -
1 ENOENT (No such file or directory)
close(359)                              = 0
open("/etc/hosts", O_RDONLY)            = 359
shmat(359, 0x1, 0x1ptrace: umoven: Input/output error
)                    = ?
shmat(359, 0x1, 0x2ptrace: umoven: Input/output error
)                    = ?
fstat64(0x167, 0xbfff726c)              = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0
x40016000
read(359, "#\n# Internet host table\n#\n# $Id:"..., 4096) = 2232
read(359, "", 4096)                     = 0
close(359)                              = 0
munmap(0x40016000, 4096)                = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 359
connect(359, {sin_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("194.67
.2.114")}}, 28) = 0
send(359, "9\365\1\0\0\1\0\0\0\0\0\0\7gnome02\3net\3rol\2ru\0"..., 36,
0) = 36
gettimeofday({1038400810, 934062}, NULL) = 0
poll([{fd=359, events=POLLIN, revents=POLLIN}], 1, 5000) = 1
recvfrom(359,
"9\365\201\200\0\1\0\0\0\1\0\0\7gnome02\3net\3rol\2ru\0"..., 1024,
 0, {sin_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("194.67.2.114")}
}, [16]) = 94
close(359)                              = 0
socket(PF_INET, SOCK_DGRAM, IPPROTO_IP) = 359
connect(359, {sin_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("194.67
.2.114")}}, 28) = 0
send(359, "9\366\1\0\0\1\0\0\0\0\0\0\7gnome02\0\0\34\0\1", 25, 0) = 25
gettimeofday({1038400810, 971927}, NULL) = 0
poll([{fd=359, events=POLLIN, revents=POLLIN}], 1, 5000) = 1
recvfrom(359,
"9\366\201\203\0\1\0\0\0\1\0\0\7gnome02\0\0\34\0\1\0\0\6"..., 1024
, 0, {sin_family=AF_INET, sin_port=htons(53),
sin_addr=inet_addr("194.67.2.114")
}}, [16]) = 100
close(359)                              = 0


-- 
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Nov 27 17:01:57 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S7076AbSK0PBw>; Wed, 27 Nov 2002 17:01:52 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S8147AbSK0PBw>;
	Wed, 27 Nov 2002 17:01:52 +0200
Received: from chronos.sovam.com ([194.67.22.190]:37716 "EHLO
	chronos.sovam.com" smtp-auth: <none>) by nic.funet.fi with ESMTP
	id <S6948AbSK0PBu>; Wed, 27 Nov 2002 17:01:50 +0200
Received: from ariel ([194.67.3.216]:39873 "EHLO ariel.sovam.com" ident:
	"crosser" smtp-auth: <none> TLS-CIPHER: <none> TLS-PEER: <none>)
	by chronos.sovam.com with ESMTP id <S1764001AbSK0PBr>;
	Wed, 27 Nov 2002 18:01:47 +0300
Subject: error reports and DNS lookups
From:	Eugene Crosser <crosser@rol.ru>
To:	zmailer@nic.funet.fi
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.7 
Date:	27 Nov 2002 18:01:47 +0300
Message-Id: <1038409307.31619.4.camel@ariel>
Mime-Version: 1.0
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Following up my previous mail.  The culprit was sfmail_open() that calls
getmyhostname() which in turn calles getaddrinfo() every time.  I wonder
if it is OK to store canonic host name in a static buffer?

Index: libc/myhostname.c
===================================================================
RCS file: /cvsroot/zmailer/libc/myhostname.c,v
retrieving revision 1.6
diff -u -r1.6 myhostname.c
--- libc/myhostname.c	2000/11/16 16:58:41	1.6
+++ libc/myhostname.c	2002/11/27 14:57:31
@@ -23,8 +23,8 @@
 #endif
 #include "libc.h"
 
-int
-getmyhostname(namebuf, len)
+static int
+_getmyhostname(namebuf, len)
 	char *namebuf;
 	int len;
 {
@@ -130,4 +130,25 @@
 #endif
 	return 0;
 #endif
+}
+
+int
+getmyhostname(namebuf, len)
+	char *namebuf;
+	int len;
+{
+	int rc;
+	static char *savedname=NULL;
+
+	if (savedname) {
+		strncpy(namebuf, savedname, len);
+		namebuf[len - 1] = 0;
+		return 0;
+	}
+	rc = _getmyhostname(namebuf, len);
+	if (rc == 0) {
+		savedname=(char*)malloc(strlen(namebuf)+1);
+		strcpy(savedname, namebuf);
+	}
+	return rc;
 }

-- 
Eugene Crosser, head of Internet Applications section, +7 501 787 1000
ROL, Teleross, Golden Telecom, http://user.rol.ru/~crosser/

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Nov 27 23:00:15 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S9952AbSK0VAH>; Wed, 27 Nov 2002 23:00:07 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S9924AbSK0VAG>;
	Wed, 27 Nov 2002 23:00:06 +0200
Received: from 66-163-1-120.ip.tor.radiant.net ([66.163.1.120]:1077 "EHLO
	66-163-1-120.ip.tor.radiant.net" smtp-auth: <none>) by nic.funet.fi
	with ESMTP id <S9124AbSK0VAD>; Wed, 27 Nov 2002 23:00:03 +0200
Received: from info.cccgt.dhs.org ([IPv6:::ffff:172.17.1.230]:46342 "EHLO
        webserver" ident: "0") by vaogate.ccvolunteer.dhs.org with ESMTP
        id <S16124AbSK0U74>; Wed, 27 Nov 2002 15:59:56 -0500
Received: (from localhost user: 'acli' uid#512 fake: STDIN (acli@webserver))
        by webserver.cccgt.dyn.dhs.org id <S32196AbSK0U74>;
        Wed, 27 Nov 2002 15:59:56 -0500
Date:	Wed, 27 Nov 2002 15:59:56 -0500
From:	"Ambrose Li [CCCGT]" <acli@cccgt.dyn.dhs.org>
To:	zmailer@nic.funet.fi
Subject: sm with 8-bit input
Message-ID: <20021127155956.A3862@cccgt.dyn.dhs.org>
Reply-To: Ambrose Li <a.c.li@ieee.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Organization: Chinese Cultural Centre of Greater Toronto
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello,

I wonder if the sm program has changed since 2.99.56pre1, in
particular in its MIME handling.

I discovered a strange corruption problem some months ago;
it only affects mails with 8-bit plain-text attachments
(e.g., mail with Chinese plain-text attachments; mails
with binary attachments or us-ascii attachments are
not affected). I at first thought that this was Cyrus
deliver(8)'s problem, since there was no problem before we
switched to Cyrus; but today I find that it is actually
sm(8)'s fault. It seems that sm(8)'s MIME handling is (was?)
broken.  Passing -8 to sm (in scheduler.conf) caused the
corruption to vanish.

Regards,

-- 
Ambrose Li

``A good style should show no sign of effort;
  what is written should seem a happy accident.'' ~ Somerset Maugham
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From douglas_ib@netster.com Thu Nov 28 01:12:18 2002
Received: from [217.117.9.134] ([217.117.9.134]:4926 "HELO netster.com"
	smtp-auth: <none>) by nic.funet.fi with SMTP id <S9527AbSK0XMR>;
	Thu, 28 Nov 2002 01:12:17 +0200
From:	"Dr. Ibinabo Douglas" <douglas_ib@netster.com>
To:	<zmailer-log@nic.funet.fi>
Subject: THE 8TH ALL AFRICAN GAMES.
Sender:	"Dr. Ibinabo Douglas" <douglas_ib@netster.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
Date:	Thu, 28 Nov 2002 00:12:09 +0100
Reply-To: "Dr. Ibinabo Douglas" <dribdouglas@ecplaza.net>
Message-Id: <20021127231218Z9527-825+3591@nic.funet.fi>
Return-Path: <douglas_ib@netster.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


>From the desktop of;
Dr. Ibinabo Douglas.
Attn:

Dear Sir,

                                           THE 8TH ALL AFRICAN GAMES.

I am Dr. Ibinabo Douglas, the Chief Accountant of the Federal Ministry of
Youth, Sports and Culture, parent body of the 
Local Organizing Committee of the 8th All African Games tagged [COJA] 2003
taking place in my country in 2003. In the 
course of our preparation to host the 8th All African Games, huge sum of
money running into millions of United States 
Dollars was budgeted by the present civilian administration of our
president Chief Olusegun Obasanjo for the successful 
organization of this competition. In the same vein, the supreme council
for sport in Africa made millions of dollars available 
for the same competition.

However, in my capacity as the Chief Accountant, to both Local Organizing
Committee (LOC), and the Federal Ministry of 
Youth, Sports and Culture, I and some of my colleagues in sensitive
positions were able to influence the award of a 
contract for the supply and installation of some of the facilities that
will be used for the competition.

 The contractor who handled these projects agreed to give my colleagues
and I 10% of the total contract sum, if we were 
able to influence the award of the contract to their favour. So many
foreign firms bided for this same contract, but because 
we knew whom we wanted the contract to be awarded to, we made sure that
the contractor we had this understanding 
with won the contract. They have been paid 90% of their total contract sum
remaining the balance of 10% which we never 
wanted them to collect on our behalf because of the fear that they might
not give us the balance of 10%. It is pertinent to 
note that, the remaining balance of a total sum of seven Million United
States Dollars(US$7,000,000.00) is lying in the 
suspense account at First Chartered Bank Lagos, ready for transfer into
any good bank account of your choice.

I have been unanimously mandated to seek for an honest and trustworthy
foreign partner who will assist in ensuring the 
successful transfer of the above sum of money into his Personal/Company
account since the Nigerian Code of Conduct 
Bureau does not permit us to operate a foreign account as public servants.
On the successful remittance of the fund (US
$7,000,000.00) into your nominated account, for your kind assistance you
will be adequately compensated.

Be rest assured that, the modalities and logistics towards the successful
transfer of this fund have been worked out. All we 
require from you is your cooperation. This transaction is 100% risk free.
We kindly request that you accord to it the highest 
level of secrecy it deserves.

 Your swift response will be highly appreciated and kindly provide your
phone and fax number for more informative 
discussions. Upon your acknowledgement of this proposal, I will forward to
you the detailed procedure for this transaction.

Note that, this transaction is legal and free from all sorts of risk and
trouble. It does not contravene the laws of my country 
nor any International laws; hence the whole approval for the transfer will
be official and legally processed. This transaction 
will be concluded within five (5) working days if we follow it up and give
the serious attention it deserves.

Awaiting your prompt response.

Best Regards,
Dr. Ibinabo Douglas.

From zmailer-owner@nic.funet.fi Thu Nov 28 16:48:27 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S10413AbSK1OsY>; Thu, 28 Nov 2002 16:48:24 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S7886AbSK1OsX>;
	Thu, 28 Nov 2002 16:48:23 +0200
Received: from p508B66D6.dip.t-dialin.net ([80.139.102.214]:41091 "EHLO
	dea.linux-mips.net" smtp-auth: <none>) by nic.funet.fi with ESMTP
	id <S12401AbSK1OsW>; Thu, 28 Nov 2002 16:48:22 +0200
Received: (from ralf@localhost)
	by dea.linux-mips.net (8.11.6/8.11.6) id gASEmI716835
	for zmailer@nic.funet.fi; Thu, 28 Nov 2002 15:48:18 +0100
Date:	Thu, 28 Nov 2002 15:48:18 +0100
From:	Ralf Baechle <ralf@linux-mips.org>
To:	zmailer@nic.funet.fi
Subject: scheduler man page
Message-ID: <20021128154818.A16750@linux-mips.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The router(8) man page says:

       A mail message is submitted by placing it in a file in the
       POSTOFFICE/router  directory.   The  router(8)  scans this
       directory frequently for new files and will lock and  pro-
       cess  them as it finds them.  The result is a message con-
       trol file that gets linked into  the  POSTOFFICE/scheduler
       and POSTOFFICE/transport directories for use by the sched-
       uler(8) in the next step of message processing.  The orig-
       inal  message  file  is then moved to the POSTOFFICE/queue
       directory.

but my installation doesn't have a POSTOFFICE/scheduler.  So what's wrong,
my installation or the man page :)

  Ralf
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Nov 28 17:55:22 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S11273AbSK1PzN>; Thu, 28 Nov 2002 17:55:13 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S12640AbSK1PzN>;
	Thu, 28 Nov 2002 17:55:13 +0200
Received: from [220.114.3.120] ([220.114.3.120]:2953 "HELO 79.56.55.28"
	smtp-auth: <none>) by nic.funet.fi with SMTP id <S8332AbSK1PzK>;
	Thu, 28 Nov 2002 17:55:10 +0200
From:	Mr.Yu <motorcycle3@cqxh.com>
To:	zmailer@nic.funet.fi
Reply-To: motorcycle3@cqxh.com
Subject: China Motorcycle
Date:	Thu, 28 Nov 2002 23:56:59 +0800
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="71a724d9-0327-11d7-ad86-00c026651232"
Message-Id: <20021128155511Z8332-10698+28@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


This is a multi-part message in MIME format
--71a724d9-0327-11d7-ad86-00c026651232
Content-Type: text/plain; charset=gb2312
Content-Transfer-Encoding: quoted-printable

 Dear Sir
We fetch your name through our internet.
Last month, Our Group ( Chongqing Yingxiang motorcycle group Co.Ltd)'s
breach company
had set up one JV with Korean Motors & Machinery Inc
Our Group manufacture  and distributes various whole motorcycle units
(displacement ranging from 48cc to 250cc,
including two-wheel motorcycle three-wheel motorcycle and four-wheel =
motorcycle, for carrying goods and taking passengers) and
 accessories especially main accessories of motorcycle, such as engine
(including crankcase, crankshaft
 connecting rod, carburetor, engine cylinder head, cylinder body, clutch,
piston and piston rings),
 frame, fuel tank, shock absorber, disk brake, panels, wheel hub and so on.
So far, they have sold very well to markets in many countries and areas
around Asia, Africa and Latin America,
 meanwhile, we establish service spots and sub-factories around there. We
would now like to market the
 motorcycles and spare parts directly in your country.
We would appreciate your advise on whether your company would be interested
in
acting as a distributor in the your country or if you have any
recommendations on any other
 your country?=A1=A5s associates who might also be interested.
For further information about our products, kindly please visit our web
page:
http://www.cq114.com.cn/English/production/jiaotongys/moto/motozhanshi/YX/YX5=
0QT-2.htm
We look forward to your reply.
Yours sincerely,
Yu(Mr.Sales Manager)
Fax: 86-23-67732102
E-mail:
   motorcycle3@cqxh.com
  a67635035@cta.cq.cn  
--71a724d9-0327-11d7-ad86-00c026651232--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From makeletap@email.com Thu Dec 12 19:11:27 2002
Received: from node-c-0c73.a2000.nl ([62.194.12.115]:4349 "HELO 64.09.43.12"
	smtp-auth: <none>) by nic.funet.fi with SMTP id <S33232AbSLLRLY>;
	Thu, 12 Dec 2002 19:11:24 +0200
From:	Tapio Makele <makeletap@email.com>
Reply-To: makeletapio@mail.com
Subject: Urgent Assistance
Date:	Thu, 12 Dec 2002 18:09:47 +0100
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="ce78d714-1369-428b-af28-479ad12e4cb2"
Message-Id: <20021212171126Z33232-10678+14@nic.funet.fi>
To:	unlisted-recipients:; (no To-header on input)
Return-Path: <makeletap@email.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


This is a multi-part message in MIME format
--ce78d714-1369-428b-af28-479ad12e4cb2
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

Tel.+31-619-934-109

                                        
                                  CONFIDENTIAL BUSINESS PROPOSAL

You may be surprised to receive this letter from me since you do not know me =
personally. The purpose of my introduction is that I am Tapio Makele the =
first son of Frank Makele , a farmer in Zimbabwe who was recently murdered in =
the land dispute in my country. I got your contact through network online =
hence decided to write you.Before the death of my father, he had taken me to =
Johannesburg to deposit the sum of US8.5 million (Eight million, Five Hundred =
thousand United States dollars), in one of the private security company, as =
he foresaw the looming danger in Zimbabwe this money was deposited in a box =
as gem stones to avoid much demurrage from security company. This amount was =
meant for the purchase of new machines and chemicals for the Farms and =
establishment of new farms in Swaziland.

This land problem came when Zimbabwean President Mr.Robert Mugabe introduced =
a new Land Act Reform wholly affecting the rich white farmers and some few =
black farmers, and this resulted to the killing and mob action by Zimbabwean =
war veterans and some lunatics in the 
society. In fact a lot of people were killed because of this Land reform Act =
for which my father was one of the victims.It is against this background =
that, I and my family fled Zimbabwe for fear of our lives and are currently =
staying in the Netherlands where we are seeking political asylum and moreso =
have decided  to transfer my father's money to a more reliable foreign =
account. since the law of Netherlands prohibits a refugee (asylum seeker) to =
open any bank account or to be involved in any financial transaction =
throughout the territorial zone of Netherlands, As the eldest son of my =
father, I am saddled with the responsibility of seeking a genuine  partner =
that
could assist me without the knowledge of my government who are bent on taking =
everything we have got. The South African government seems to be playing =
along with them. 

I am faced with the dilemma of moving this amount of money out of South =
Africa for fear of going through the same experience in future, both =
countries have similar political history. As a businessman,I am seeking for a =
partner who I have to entrust my future and that of my
family in his hands, I must let you know that this transaction is risk free. =
If you accept to assist me and my family, all I want you to do for me, is to =
make an arrangements with the security company to clear the =
consignment(funds) from their afiliate office here in the Netherlands as i =
have already given directives for the consignment to be brought to the =
Netherlands from South Africa.But before then all modalities will have to be =
put in place like change of ownership to the consignment and more importantly =
this money I intend to use for investment. 

I have two options for you. Firstly you can choose to have certain percentage =
of the money for nominating your account for this transaction. Or you can go =
into partnership with me for the proper profitable investment of the money in =
your country. Whichever the option you want, feel free to notify me. I have =
also mapped out 5% of this money for all kinds of expenses incurred in the =
process of this transaction.If you do not prefer a partnership I am willing =
to give you 10% of the money while the remaining 85% will be for my =
investment in your country. Contact me with the above email address and =
telephone number , while I implore you to maintain the absolute
secrecy required in this transaction. 

Thanks, GOD BLESS YOU

Yours Faithfully

Tapio Makele

  
--ce78d714-1369-428b-af28-479ad12e4cb2--

From zmailer-owner@nic.funet.fi Sat Dec 14 05:49:59 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S36806AbSLNDtz>; Sat, 14 Dec 2002 05:49:55 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S37740AbSLNDtz>;
	Sat, 14 Dec 2002 05:49:55 +0200
Received: from yonge.cs.toronto.edu ([128.100.1.8]:49415 "HELO
	yonge.cs.toronto.edu" smtp-auth: <none>) by nic.funet.fi with SMTP
	id <S25066AbSLNDtu>; Sat, 14 Dec 2002 05:49:50 +0200
Received: from jane.cs.toronto.edu ([128.100.3.248]) by yonge.cs.toronto.edu with SMTP id <15225-17428>; Fri, 13 Dec 2002 22:49:45 -0500
Received: from 43.50.21.14 ([211.161.173.104]) by jane.cs.toronto.edu with SMTP id <453197-22900>; Fri, 13 Dec 2002 22:49:36 -0500
Illegal-Object:	Syntax error in From: address found on jane.cs.toronto.edu:
	From:	=?gb2312?q?=D5=C5=D4=C6=B7=E5_ <139@vip.163.com>?=
								^-missing end of mailbox
From:	<139@vip.163.com>
To:	zmailer@cs.toronto.edu
Reply-To: 139@vip.163.com
Subject: =?gb2312?q?=B4=F3=D6=DA=D6=C2=B8=BB=D0=C2=C9=CC=BB=FA?=
Date:	Fri, 13 Dec 2002 22:50:25 -0500
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="19cc20d8-0f5a-11d7-a909-00051c127920"
Message-Id: <02Dec13.224936edt.453197-22900@jane.cs.toronto.edu>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


This is a multi-part message in MIME format
--19cc20d8-0f5a-11d7-a909-00051c127920
Content-Type: text/plain; charset=gb2312
Content-Transfer-Encoding: quoted-printable

=A1=AA=A1=AA=D5=AA=D7=D42003=C4=EA=A1=B6=D6=D0=B9=FA=BF=C6=BC=BC=D6=C2=B8=BB=
=C5=A9=C0=FA=CA=D6=B2=E1=A1=B7=A3=A8=D3=D6=C3=FB=A1=B6=D6=D0=B9=FA=B3=C7=CF=E7=
=D6=C2=B8=BB=D0=C5=CF=A2=B4=F3=C8=AB=A1=B7=C3=BF=B1=BE=B6=A8=BC=DB2.80=D4=AA=
=A3=A9
         =D2=BB=C7=A7=CF=EE=D7=EE=D0=C2=BF=C6=BC=BC=D6=C2=B8=BB=CF=EE=C4=BF=BC=
=BC=CA=F5=BB=E3=B1=E0
               =A1=B6=B4=F3=D6=DA=D6=C2=B8=BB=D0=C2=C9=CC=BB=FA=A1=B7
    =D4=DA=BE=BA=D5=F9=C8=D5=D2=E6=BC=A4=C1=D2=B5=C4=BD=F1=CC=EC=A3=AC=D2=AA=
=B4=B4=D2=B5=D6=C2=B8=BB=A3=AC=B1=D8=D0=EB=D1=A1=D4=F1=CA=B5=CA=B5=D4=DA=D4=DA=
=B5=C4=D6=C2=B8=BB=D0=C2=C9=CC=BB=FA=A1=A3=CA=C2=CA=B5=B1=ED=C3=F7=A3=AC=D2=BB=
=B8=F6=D0=C2=CF=EE=C4=BF=A1=A2=D0=C2=BC=BC=CA=F5=A3=AC=D2=BB=D6=D6=BF=C6=D1=A7=
=CF=C8=BD=F8=B5=C4=D6=D6=D1=F8=D0=C2=CF=EE=C4=BF=D0=C2=BC=BC=CA=F5=BC=B0=B7=BD=
=B7=A8=A3=AC=B2=BB=BD=F6=BF=C9=CA=B9=C4=E3=B3=C9=B9=A6=D6=C2=B8=BB=A3=AC=B6=F8=
=C7=D2=C4=DC=BB=F1=B5=C3=CA=FD=B1=B6=BE=AD=BC=C3=D0=A7=D2=E6=A1=A3=D0=ED=B6=E0=
=C8=CB=D5=FD=CA=C7=D7=A5=D7=A1=D5=E2=D0=A9=D7=EE=D0=C2=D6=C2=B8=BB=C9=CC=BB=FA=
=B6=F8=D7=DF=C9=CF=B3=C9=B9=A6=D6=AE=C2=B7=A1=A3
    =CE=AA=C1=CB=C8=C3=B9=E3=B4=F3=C5=A9=C3=F1=A1=A2=CF=C2=B8=DA=D6=B0=B9=A4=
=BA=CD=B4=FD=D2=B5=C7=E0=C4=EA=BC=B0=CA=B1=D5=C6=CE=D5=CA=D0=B3=A1=C9=CF=D0=C2=
=B3=F6=CF=D6=B5=C4=B8=F7=C0=E0=D7=EE=D0=C2=D6=C2=B8=BB=CF=EE=C4=BF=A1=A2=D6=C2=
=B8=BB=C9=CC=BB=FA=BA=CD=D6=C2=B8=BB=BC=BC=CA=F5=B5=C8=C8=AB=C3=E6=D0=C5=CF=A2=
=A3=AC=BF=EC=CB=D9=CE=C8=CD=D7=D6=C2=B8=BB=A3=AC=CE=D2=D6=D0=D0=C4=CD=A8=B9=FD=
=B6=D4=D2=BB=C4=EA=C0=B4=B9=FA=C4=DA=BD=FC300=D6=D6=B8=F7=C0=E0=BF=C6=BC=BC=B1=
=A8=BF=AF=BA=CD=BF=C6=BC=BC=CD=F8=D5=BE=D6=D0=B1=A8=B5=C0=BA=CD=BD=E9=C9=DC=B5=
=C4=D7=EE=D0=C2=BF=C6=BC=BC=D6=C2=B8=BB=CF=EE=C4=BF=BC=BC=CA=F5=C8=CF=D5=E6=BB=
=E3=D7=DC=BC=EC=CB=F7=A3=AC=BE=AB=D1=A1=B3=F6=B8=F7=C0=E0=BF=C6=BC=BC=D6=C2=B8=
=BB=D0=C2=BC=BC=CA=F5=D0=C2=CF=EE=C4=BF=D2=BB=C7=A7=B6=E0=CF=EE=A3=AC=BB=E3=B1=
=E0=B6=F8=B3=C9=A1=B6=B4=F3=D6=DA=D6=C2=B8=BB=D0=C2=C9=CC=BB=FA=A1=B7=D7=CA=C1=
=CF=A1=A3=D5=E2=D0=A9=CF=EE=C4=BF=BC=BC=CA=F5=B4=F3=B2=BF=B7=D6=B8=D5=B8=D5=BD=
=F8=C8=EB=CA=D0=B3=A1=A3=AC=C8=A8=CD=FE=A1=A2=D5=E6=CA=B5=A3=AC=BE=DF=D3=D0=B7=
=C7=B3=A3=B8=DF=B5=C4=BC=DB=D6=B5=BA=CD=D0=A7=D2=E6=A1=A3=CD=B6=D7=CA=D0=A1=A3=
=AC=C9=D9=D4=F2=BC=B8=B0=D9=D4=AA=BC=B4=BF=C9=A3=AC=CA=B5=D3=C3=D0=D4=C7=BF=A3=
=AC=CA=D0=B3=A1=C7=B0=BE=B0=B9=E3=C0=AB=A1=A3=D5=C6=CE=D5=B2=A2=D4=CB=D3=C3=BA=
=C3=C3=BF=CF=EE=BC=BC=CA=F5=A3=AC=B6=BC=BF=C9=BB=F1=B5=C3=B3=C9=B1=B6=C4=CB=D6=
=C1=BC=B8=CA=AE=B1=B6=B5=C4=CA=D5=D2=E6=A3=AC=CF=D6=D2=D1=D3=D0=B2=BB=C9=D9=C8=
=CB=B4=D3=D6=D0=BB=F1=B5=C3=BF=C9=B9=DB=B2=C6=B8=BB=A1=A3=B1=BE=D7=CA=C1=CF=D6=
=D0=C3=BF=B8=F6=CF=EE=C4=BF=BC=BC=CA=F5=B6=BC=D3=D0=BC=AB=CF=EA=BE=A1=B5=C4=BD=
=E9=C9=DC=BC=B0=B2=D9=D7=F7=B9=A4=D2=D5=B7=BD=B7=A8=A3=AC=BC=F2=B5=A5=D2=D7=B6=
=AE=D2=D7=D3=C3=A1=A3=D7=CA=C1=CF=C4=DA=C8=DD=BC=F2=D2=AA=BD=E9=C9=DC=C8=E7=CF=
=C2=A3=BA
=A1=A1=A1=A1=A1=F1=CA=D0=B3=A1=D6=D8=B5=E3=CD=C6=B9=E3=B5=C4=B8=F7=D6=D6=B8=DF=
=D0=A7=D6=D6=D1=F8=D0=C2=CF=EE=C4=BF=D0=C2=BC=BC=CA=F5=A3=A8=C0=FD=C8=E7=A3=BA=
=CB=C4=BC=BE=B2=DD=DD=AE=A1=A2=D6=B2=CE=EF=BF=CB=C2=A1=BC=BC=CA=F5=B5=C8=A3=A9=
=A3=BB
=A1=A1=A1=A1=A1=F1=CC=D8=C9=AB=CA=B5=D3=C3=D6=D6=D1=F8=D0=C2=CF=EE=C4=BF=A3=A8=
=C0=FD=C8=E7=A3=BA=B8=D5=CD=B6=C8=EB=CA=D0=B3=A1=B5=C4=B4=B9=B1=DE=D0=E5=C8=DE=
=C7=F2=A1=A2=CF=E3=B2=DD=A1=A2=B2=CA=C9=AB=CB=AE=BE=A7=BB=A8=B5=C8=A3=A9=A3=BB=

=A1=A1=A1=A1=A1=F1=BF=C6=D1=A7=D6=D6=D1=F8=D4=F6=B2=FA=D4=F6=D0=A7=BC=BC=CA=F5=
=A3=A8=C0=FD=C8=E7=A3=BA=D2=BB=D6=D6=CA=B9=CE=F7=B9=CF=B2=DD=DD=AE=BA=C8=C4=CC=
=C4=B6=B6=E0=CA=D5=C8=EB=BC=B8=C7=A7=D4=AA=D0=C2=BC=BC=CA=F5=B5=C8=A3=A9=A3=BB=

=A1=A1=A1=A1=A1=F1=B8=F7=C0=E0=C5=A9=B8=B1=B2=FA=C6=B7=BC=D3=B9=A4=D6=C6=D7=F7=
=D4=F6=D6=B5=D0=C2=BC=BC=CA=F5=BC=B0=B7=BD=B7=A8=A3=A8=C0=FD=C8=E7=A3=BA=CC=D8=
=C9=AB=B3=B4=BB=F5=A3=AC=B8=F7=D6=D6=C5=A9=B2=FA=C6=B7=BC=D3=B9=A4=A1=A2=B1=A3=
=CF=CA=A3=AC=C9=FA=C1=CF=C4=F0=BE=C6=A1=A2=CF=D6=B4=FA=C9=FA=CE=EF=BC=BC=CA=F5=
=D6=C6=BD=D5=B8=D1=CB=C7=C1=CF=B5=C8=CF=C8=BD=F8=BC=BC=CA=F5=A3=A9=A3=BB
=A1=A1=A1=A1=A1=F1=B9=AB=BF=AA=CA=D0=B3=A1=C9=CF=B8=F7=D6=D6=B3=A9=CF=FA=D0=C2=
=B3=B1=D0=A1=CA=B3=C6=B7=B5=C4=BC=F2=B5=A5=BC=D3=B9=A4=D0=C2=BC=BC=CA=F5=A1=A2=
=D0=C2=C5=E4=B7=BD=A1=A2=D0=C2=B9=A4=D2=D5=A3=BB
=A1=A1=A1=A1=A1=F1=D7=EE=D0=C2=CA=B5=D3=C3=BC=BC=CA=F5=BC=B0=D0=C2=B2=FA=C6=B7=
=D6=C6=D7=F7=A3=A8=C0=FD=C8=E7=A3=BA=C0=D8=C9=E4=C6=DF=B2=CA=CC=CC=BD=F0=B4=BA=
=C1=AA=A1=A2=CB=AE=BE=A7=BB=A8=C9=FA=B6=B9=B8=AF=A1=A2=B2=C1=B5=D8=CD=CF=D0=AC=
=A1=A2=C9=B3=C9=FA=C2=CC=C9=AB=B6=B9=D1=BF=A1=A2=BB=B7=B1=A3=C8=BC=C3=BA=D6=C6=
=C6=F8=C2=AF=A1=A2=C3=E2=C9=D5=C6=DF=B2=CA=CD=DF=D7=A9=A1=A2=D5=E6=BF=D5=BD=E9=
=D6=CA=B4=AB=B5=BC=C8=A1=C5=AF=A1=A2=BE=A7=C4=E0=C8=BC=C1=CF=B5=C8=D0=C2=BC=BC=
=CA=F5=B9=A4=D2=D5=A3=A9=A3=BB
=A1=A1=A1=A1=A1=F1=BC=D2=CD=A5=CA=B5=D3=C3=B0=EC=B3=A7=D0=C2=CF=EE=C4=BF=BC=B0=
=BE=AD=C9=CC=D6=C2=B8=BB=D0=C5=CF=A2=A3=A8=C0=FD=C8=E7=A3=BA=CF=C2=B8=DA=B9=A4=
=BE=AD=CF=FA=C6=E6=CC=D8=BF=A8=CD=A8=BB=AD=A3=AC=D2=BB=C4=EA=D7=AC=B0=D9=CD=F2=
=B5=C81000=D6=D6=B3=A9=CF=FA=D0=A1=B2=FA=C6=B7=CF=EA=CF=B8=BD=E9=C9=DC=A1=A2=
=D0=C2=D0=CD=B8=DF=B5=B5=D2=FB=C1=CF=D6=C6=D7=F7=A1=A2=CC=D8=C9=AB=D6=C2=B8=BB=
=D0=A1=BB=FA=D0=B5=A1=A2=BE=C9=BB=F5=C2=A2=B6=CF=BE=AD=D3=AA=B5=C8=B8=F7=D6=D6=
=BE=AD=C9=CC=BE=F7=C7=CF=A3=A9=A3=BB
=A1=A1=A1=A1=A1=F1=BE=AD=D3=AA=B8=F7=C0=E0=D0=C2=CF=EE=C4=BF=A1=A2=D0=C2=BC=BC=
=CA=F5=B3=C9=B9=A6=D6=C2=B8=BB=B5=C4=CA=C2=C0=FD=A1=A2=BE=AD=D1=E9=A3=AC=CF=C2=
=B8=DA=B4=FD=D2=B5=D5=DF=C8=AB=D0=C2=BE=CD=D2=B5=B4=B4=D2=B5=C4=A3=CA=BD=A1=A2=
=CA=CA=BA=CF=B8=F6=C8=CB=BF=AA=B7=A2=B5=C4=C9=FA=CC=AC=D6=D6=D1=F8=C4=A3=CA=BD=
=B5=C8=A3=BB
=A1=A1=A1=A1=A1=F1=B8=F7=D6=D6=C8=CB=D0=F3=D6=CE=B2=A1=C6=AB=B7=BD=A1=A2=D1=E9=
=B7=BD=A1=A2=C1=BC=B7=BD=A1=A2=C3=D8=B7=BD=B5=C8=A3=BB
=A1=A1=A1=A1=A1=F1=D0=E9=BC=D9=D6=C2=B8=BB=CF=EE=C4=BF=BC=BC=CA=F5=D0=C5=CF=A2=
=C6=D8=B9=E2=B5=C8=A1=A1=A1=AD=A1=AD1000=B6=E0=B8=F6=D6=C2=B8=BB=D0=C2=CF=EE=
=C4=BF=A1=A3
 =A1=A1=B1=BE=D7=CA=C1=CF=CE=AA=B4=F316=BF=AA=A3=AC=BD=FC50=CD=F2=D7=D6=A3=AC=
=D3=CA=B9=BA=BB=E3=BF=EE=D7=A2=C3=F7=A3=BA=B9=BA=A1=B6=D0=C2=C9=CC=BB=FA=A1=B7=
=BC=B4=BF=C9=A3=AC=D3=C5=BB=DD=BC=DB=A3=BA68=D4=AA/=B2=E1=A1=A3
     =B5=A5=CE=BB=A3=BA=CB=E7=BB=AF=D0=C2=CA=B1=B4=FA=BF=C6=BC=BC=C9=CC=CE=F1=
=D6=D0=D0=C4
=A1=A1=A1=A1=C0=B4=D0=C5=BC=B0=BB=E3=BF=EE=BC=C4=A3=BA=BA=DA=C1=FA=BD=AD=CA=A1=
=CB=E7=BB=AF=CA=D0=B1=B1=B6=FE=B6=AB=C2=B7120=BA=C5=A3=A8=D0=C2=CA=B1=B4=FA=BF=
=C6=BC=BC=D6=D0=D0=C4=A3=A9 
=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1=A1 =D5=C5=D4=C6=B7=E5 =CA=
=D5
=A1=A1=A1=A1=D3=CA=B1=E0=A3=BA152000        =D7=C9=D1=AF=B5=E7=BB=B0=A3=BA=
0455---8322223
=A1=A1=A1=A1EMAIL=A3=BA139@vip.163.com  
--19cc20d8-0f5a-11d7-a909-00051c127920--

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Dec 18 12:51:40 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S55411AbSLRKvg>; Wed, 18 Dec 2002 12:51:36 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S4022AbSLRKvg>;
	Wed, 18 Dec 2002 12:51:36 +0200
Received: from ns1.agate.co.il ([212.199.222.4]:2802 "EHLO mail.agate.co.il"
	smtp-auth: <none>) by nic.funet.fi with ESMTP id <S57063AbSLRKve>;
	Wed, 18 Dec 2002 12:51:34 +0200
Received: from mail.agate.co.il
        by mail.agate.co.il (Merak 5.3.2) with SMTP id GPG73985
        for <zmailer@nic.funet.fi>; Wed, 18 Dec 2002 12:51:39 +0200
Date:	Wed, 18 Dec 2002 12:51:39 +0200
From:	Agate Mail Delivery Subsystem <mailer-automatic@agate.co.il>
To:	zmailer@nic.funet.fi
Message-Id: <764569203@mail.agate.co.il>
Subject: Warning: antivirus system report
Content-Type: multipart/report; report-type=virus-report; boundary="76456920320021218125113177A@mail.agate.co.il"
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

This is a MIME-encapsulated message

--76456920320021218125113177A@mail.agate.co.il


Hello.

This is Agate Web solutions - Antivirus Server Message.

We have detected a virus in a message that was sent to you from:
rt <rt@agate.co.il>. 
The subject of that message was:

The Virus has been detected at 12/18/2002.

Mail message that contain virus is rejected by our system.

We will do our very best to help you fight any virus that 
was sent to you by mail.

Thank You.
Agate Web solutions.

========== Best Hosting Service in Israel ==========


The original message was received at Wed, 18 Dec 2002 12:51:39 +0200
The message was sent from: rt <rt@agate.co.il>


--76456920320021218125113177A@mail.agate.co.il
Content-Type: message/rfc822

Received: from Ahpcaw ([62.0.84.92])
        by mail.agate.co.il (Merak 5.3.2) with SMTP id GPG73985
        for <zmailer@nic.funet.fi>; Wed, 18 Dec 2002 12:51:13 +0200
From: rt <rt@agate.co.il>
To: zmailer@nic.funet.fi
Subject:  
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary=XO80hyT21Px7QM8mI99R10TKcfT9l

--XO80hyT21Px7QM8mI99R10TKcfT9l--


--76456920320021218125113177A@mail.agate.co.il---
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Wed Dec 18 23:14:41 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S12554AbSLRVOh>; Wed, 18 Dec 2002 23:14:37 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S57566AbSLRVOg>;
	Wed, 18 Dec 2002 23:14:36 +0200
Received: from vogon.scs.ryerson.ca ([141.117.57.37]:33413 "EHLO
	vogon.scs.ryerson.ca" smtp-auth: <none>) by nic.funet.fi with ESMTP
	id <S12554AbSLRVOf>; Wed, 18 Dec 2002 23:14:35 +0200
Received: from vogon.scs.ryerson.ca ([IPv6:::ffff:141.117.57.37]:33410 "HELO
	scs.ryerson.ca" ident: "NO-IDENT-SERVICE") by mail3.scs.Ryerson.CA
	with SMTP id <S258794AbSLRVO1>; Wed, 18 Dec 2002 16:14:27 -0500
Received: from 141.117.57.23
        (SquirrelMail authenticated user ghe)
        by webmail.scs.ryerson.ca with HTTP;
        Wed, 18 Dec 2002 16:14:27 -0500 (EST)
Message-ID: <39047.141.117.57.23.1040246067.squirrel@webmail.scs.ryerson.ca>
Date:	Wed, 18 Dec 2002 16:14:27 -0500 (EST)
Subject: configure router question
From:	"Grace He" <ghe@scs.ryerson.ca>
To:	<zmailer@nic.funet.fi>
X-Priority: 3
Importance: Normal
Reply-To: ghe@scs.ryerson.ca
X-Mailer: SquirrelMail (version 1.2.10)
MIME-Version: 1.0
Content-Type:	text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7BIT
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

To set up out mail server to check for Windows' viruses, I have installed
virus scanner.  Now I need to tell the router to look at a different dir
instead of the default POSTOFFICE.  Is the following the only way to set
it up?

change router.cf 1st line from
 #!/usr/local/zmailer/bin/router -dkf
to
 #!/usr/local/zmailer/bin/router -dkf -P <scanned-dir>

then use a script to scan mails in the default postoffice before moving
them to the <scanned-dir>.

Thanks,

grace

-----------------------------------------------
Grace He - Sysadmin

Ryerson University - School of Computer Science
Voice : (416) 979-5000, ext. 6697
Fax   : (416) 979-5064




-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Dec 19 00:52:18 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S57822AbSLRWwP>; Thu, 19 Dec 2002 00:52:15 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S57864AbSLRWwP>;
	Thu, 19 Dec 2002 00:52:15 +0200
Received: from p508B5DCD.dip.t-dialin.net ([80.139.93.205]:43619 "EHLO
	dea.linux-mips.net" smtp-auth: <none>) by nic.funet.fi with ESMTP
	id <S57669AbSLRWwN>; Thu, 19 Dec 2002 00:52:13 +0200
Received: (from ralf@localhost)
	by dea.linux-mips.net (8.11.6/8.11.6) id gBIMqBo01094
	for zmailer@nic.funet.fi; Wed, 18 Dec 2002 23:52:11 +0100
Date:	Wed, 18 Dec 2002 23:52:11 +0100
From:	Ralf Baechle <ralf@linux-mips.org>
To:	zmailer@nic.funet.fi
Subject: Another odd bounce / BDAT
Message-ID: <20021218235211.A1027@linux-mips.org>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

The email of one of my users is bouncing with this error message:

[...]
  Diagnostic texts:
      <<- MAIL From:<linux-cvs-bounce@linux-mips.org> SIZE=941
     ->> 250 Requested mail action okay, completed
     <<- RCPT To:<john.doe@some.com>
     ->> 250 Requested mail action okay, completed
     <<- BDAT 943 LAST
     ->> 500 Syntax error, command unrecognized
[...]

So what's BDAT?

  Ralf
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Dec 19 01:56:25 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S44315AbSLRX4W>; Thu, 19 Dec 2002 01:56:22 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S55654AbSLRX4V>;
	Thu, 19 Dec 2002 01:56:21 +0200
Received: from bra.gulbrandsen.priv.no ([212.125.101.197]:1078 "EHLO
	bra.gulbrandsen.priv.no" smtp-auth: <none>) by nic.funet.fi
	with ESMTP id <S44315AbSLRX4U>; Thu, 19 Dec 2002 01:56:20 +0200
Received: from melkebalanse.gulbrandsen.priv.no ([217.19.171.131]:10913 "ehlo
	melkebalanse.gulbrandsen.priv.no") by gulbrandsen.priv.no with ESMTP
	id <S152443AbSLRX4L>; Thu, 19 Dec 2002 00:56:11 +0100
Message-Id: <4YdtAb1iRKVzuUNLAP9EUg.md5@melkebalanse.gulbrandsen.priv.no>
From:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To:	Ralf Baechle <ralf@linux-mips.org>
Subject: Re: Another odd bounce / BDAT
Cc:	zmailer@nic.funet.fi
References: <20021218235211.A1027@linux-mips.org>
In-Reply-To: <20021218235211.A1027@linux-mips.org>
Content-Type: text/plain; format=flowed
MIME-Version: 1.0
Date:	Thu, 19 Dec 2002 00:44:52 +0100
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Ralf Baechle writes:
> So what's BDAT?

RFC 1830. A failed extension meant to replace DATA for efficient 
transmission of 8-bit data. Didn't catch on.

Very few SMTP clients and servers support it, so it won't be well 
tested. I suggest that you simply rip the support out of your zmailer.

--Arnt
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Dec 19 12:47:52 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S57994AbSLSKrs>; Thu, 19 Dec 2002 12:47:48 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S57993AbSLSKrs>;
	Thu, 19 Dec 2002 12:47:48 +0200
Received: from cmail.yandex.ru ([213.180.193.1]:2246 "EHLO cmail.yandex.ru"
	smtp-auth: <none>) by nic.funet.fi with ESMTP id <S57998AbSLSKrp>;
	Thu, 19 Dec 2002 12:47:45 +0200
Received: from yandex-team.ru (alg.yandex.ru [213.180.193.78])
	by cmail.yandex.ru (8.12.6/8.12.6) with ESMTP id gBJAldwM004786
	for <zmailer@nic.funet.fi>; Thu, 19 Dec 2002 13:47:39 +0300 (MSK)
	(envelope-from alg@yandex-team.ru)
Message-ID: <3E01B1D6.7000500@yandex-team.ru>
Date:	Thu, 19 Dec 2002 14:47:34 +0300
From:	Alexey Gadzhiev <alg@yandex-team.ru>
Reply-To: alg@yandex-team.ru
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: en-us, en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: smtp transport looping with tls
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, hits=-1.3 required=9.0
	tests=GAPPY_TEXT,USER_AGENT,USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG
	version=2.43
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello!

I get this with latest CVS zmailer and openssl 0.9.6h or 0.9.5. Linux 
redhat 6.2. Probably this is happend after error in ssl handshake.  I 
can reproduce the error with broken smtp server sertificate.


Looping inside  smtp_sync after lebel reread_line:
smtp_nbread returns -1 with errno == 1
then inside "if (!nonblocking && len < 0)"
  select_sleep returns 0	and goto reread_line:

I feel  smtp should not continue the loop after error
in smtp_nbread/SSL_read other then EAGAIN or something...


smtp log:

  smtp_sync() did yield code 0/OK (rcptstates = 0x0)
--> EHLO rc=0 demand_TLS_mode=0 tls_available=1 STARTTLS
STARTTLS
  smtp_sfwrite() to write 10 bytes
220 Ready to start TLS
  smtp_sync() did yield code 0/OK (rcptstates = 0x0)
# setting up TLS connection
# SSL_connect:before/connect initialization
# write to 0808EC98 [0809F3E0] (114 bytes => 114 (0x72))
# 0000 80 70 01 03 01 00 57 00|00 00 10 00 00 16 00 00  .p....W. ........
# 0010 13 00 00 0a 07 00 c0 00|00 66 00 00 07 00 00 05  ........ .f......
# 0020 00 00 04 05 00 80 03 00|80 01 00 80 08 00 80 00  ........ ........
# 0030 00 65 00 00 64 00 00 63|00 00 62 00 00 61 00 00  .e..d..c ..b..a..

# 0040 60 00 00 15 00 00 12 00|00 09 06 00 40 00 00 14  `....... ....@...
# 0050 00 00 11 00 00 08 00 00|06 00 00 03 04 00 80 02  ........ ........
# 0060 00 80 74 96 01 b5 9f f0|ed e1 ef 81 85 6c a2 51  ..t..... .....l.Q
# 0070 f0 5f     ._
# SSL_connect:SSLv2/v3 write client hello A
# read from 0808EC98 [080A4940] (7 bytes => -1 (0xFFFFFFFF))
# SSL_connect:error in SSLv2/v3 read server hello A
# read from 0808EC98 [080A4940] (7 bytes => 0 (0x0))
# TLS connection established: TLSv1 with cipher (NONE) (0/0 bits)
  TLS mode running successfully!
  TLS cipher: (NONE)
  TLS protocol: TLSv1
  TLS cipher bits: 0 in use: 0
  TLS peer CN-1:             <>
  TLS peer cert issuer name: <>
  Cert not valid Before:     <>
  Cert not valid After:      <>
EHLO alg.yandex.ru
  smtp_sfwrite() to write 20 bytes
# read from 0808EC98 [080A4940] (7 bytes => 0 (0x0))
smtp; 500 (write to server error: Operation not permitted)
# read from 0808EC98 [080A4940] (7 bytes => 0 (0x0))
# smtp_nbread() rc=-1 errno=1
# read from 0808EC98 [080A4940] (7 bytes => 0 (0x0))
# smtp_nbread() rc=-1 errno=1
# read from 0808EC98 [080A4940] (7 bytes => 0 (0x0))
# smtp_nbread() rc=-1 errno=1

  ... And so on...

strace:

Looping in:
....
time(NULL)                              = 1040294759
getpid()                                = 8749
read(6, "", 7)                          = 0
time([1040294759])                      = 1040294759
write(3, "08749A089-0550-0734#\tread from 0"..., 72) = 72
getpid()                                = 8749
getpid()                                = 8749
time([1040294759])                      = 1040294759
write(3, "08749A089-0551-0734#\tsmtp_nbread"..., 49) = 49
time([1040294759])                      = 1040294759
select(7, [6], [], NULL, {0, 0})        = 1 (in [6], left {0, 0})
time(NULL)                              = 1040294759
getpid()                                = 8749
read(6, "", 7)                          = 0
time([1040294759])                      = 1040294759
write(3, "08749A089-0552-0734#\tread from 0"..., 72) = 72
getpid()                                = 8749
getpid()                                = 8749
time([1040294759])                      = 1040294759
write(3, "08749A089-0553-0734#\tsmtp_nbread"..., 49) = 49
time([1040294759])                      = 1040294759
select(7, [6], [], NULL, {0, 0})        = 1 (in [6], left {0, 0})
...



-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Dec 19 16:49:30 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S58288AbSLSOt0>; Thu, 19 Dec 2002 16:49:26 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S58302AbSLSOt0>;
	Thu, 19 Dec 2002 16:49:26 +0200
Received: from p508B5DCD.dip.t-dialin.net ([80.139.93.205]:46450 "EHLO
	dea.linux-mips.net" smtp-auth: <none>) by nic.funet.fi with ESMTP
	id <S58288AbSLSOtZ>; Thu, 19 Dec 2002 16:49:25 +0200
Received: (from ralf@localhost)
	by dea.linux-mips.net (8.11.6/8.11.6) id gBJEnHb26199;
	Thu, 19 Dec 2002 15:49:17 +0100
Date:	Thu, 19 Dec 2002 15:49:17 +0100
From:	Ralf Baechle <ralf@linux-mips.org>
To:	Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
Cc:	zmailer@nic.funet.fi
Subject: Re: Another odd bounce / BDAT
Message-ID: <20021219154917.B26125@linux-mips.org>
References: <20021218235211.A1027@linux-mips.org> <4YdtAb1iRKVzuUNLAP9EUg.md5@melkebalanse.gulbrandsen.priv.no>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
In-Reply-To: <4YdtAb1iRKVzuUNLAP9EUg.md5@melkebalanse.gulbrandsen.priv.no>; from arnt@gulbrandsen.priv.no on Thu, Dec 19, 2002 at 12:44:52AM +0100
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

On Thu, Dec 19, 2002 at 12:44:52AM +0100, Arnt Gulbrandsen wrote:

> > So what's BDAT?
> 
> RFC 1830. A failed extension meant to replace DATA for efficient 
> transmission of 8-bit data. Didn't catch on.

Ah...  Thanks for the pointer.

> Very few SMTP clients and servers support it, so it won't be well 
> tested. I suggest that you simply rip the support out of your zmailer.

The remote side is advertising it's chunking capability and then rejects
a BDAT command.  Looks like a broken firewall.  Easy fix for me, let the
remote side deal with their own crap.

  Ralf
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Thu Dec 19 18:09:31 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S58367AbSLSQJZ>; Thu, 19 Dec 2002 18:09:25 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S57341AbSLSQJY>;
	Thu, 19 Dec 2002 18:09:24 +0200
Received: from cmail.yandex.ru ([213.180.193.1]:2719 "EHLO cmail.yandex.ru"
	smtp-auth: <none>) by nic.funet.fi with ESMTP id <S58406AbSLSQJV>;
	Thu, 19 Dec 2002 18:09:21 +0200
Received: from yandex-team.ru (alg.yandex.ru [213.180.193.78])
	by cmail.yandex.ru (8.12.6/8.12.6) with ESMTP id gBJG9FwM073475
	for <zmailer@nic.funet.fi>; Thu, 19 Dec 2002 19:09:16 +0300 (MSK)
	(envelope-from alg@yandex-team.ru)
Message-ID: <3E01FD36.5010500@yandex-team.ru>
Date:	Thu, 19 Dec 2002 20:09:10 +0300
From:	Alexey Gadzhiev <alg@yandex-team.ru>
Reply-To: alg@yandex-team.ru
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
X-Accept-Language: en-us, en
MIME-Version: 1.0
To:	zmailer@nic.funet.fi
Subject: typo in mxverify.c in cvs version 
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, hits=-1.3 required=9.0
	tests=USER_AGENT,USER_AGENT_MOZILLA_UA,X_ACCEPT_LANG
	version=2.43
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi


I think, should be

RCS file: /cvsroot/zmailer/smtpserver/mxverify.c,v
retrieving revision 1.30
diff -u -r1.30 mxverify.c
--- mxverify.c  2002/09/18 08:23:08     1.30
+++ mxverify.c  2002/12/19 16:06:10
@@ -735,9 +735,9 @@

           s = suf + strlen(suf);
           if (s > hbuf) --s;
-         if (*s != '.') {
-           *suf++ = '.';
-           *suf = 0;
+         if (*s++ != '.') {
+           *s++ = '.';
+           *s = 0;
           }

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From vne5@hotmail.com Fri Dec 20 09:12:26 2002
Received: from fl-del1c1a-3.pbc.adelphia.net ([24.48.22.3]:3628 "HELO computer"
	smtp-auth: <none>) by nic.funet.fi with SMTP id <S53913AbSLTHM0>;
	Fri, 20 Dec 2002 09:12:26 +0200
From:	<vne5@hotmail.com>
To:	<zmailer-log@nic.funet.fi>
Subject: Free money..NO GIMMICS..my second time
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date:	Fri, 20 Dec 2002 02:11:07
Message-Id: <20021220071226Z53913-10698+4333@nic.funet.fi>
Return-Path: <vne5@hotmail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

This is not spam. See end for removal instructions. How does $20,000 
in two weeks sound? It IS possible... Maybe you have seen an older version of this $5 letter going 
around, but WHAT IF you haven't seen this NEWEST version?? WHAT IF you don't SAVE THIS 
LETTER...then the idea has time to sink in and you realize THIS VERSION is SIMPLE, CHEAT 
PROOF, LEGAL, and SPAM FREE!! Finally a proven method of making extra money on line! 
SAVE THIS EMAIL!! If you are already working a home business, you can do this one along with 
it. If not, this is the easiest way to earn $$$ online that you've ever seen! Just be sure to read it 
all...take your time, come back to it... go over it again and again, you won't be sorry. WHAT IF I 
share with you a way to make some fast and easy cash, using a copy of this letter and the simplest 
Internet Payment System around? You have most likely seen or heard about "The $5.00 Letter" 
program that was recently televised on 20/20, OPRAH WINFREY, and an article published in the 
Wall Street Journal on 6/16/2001. If not, here it is!! WHAT IF it took only a half hour to set it up? 
Even if you are already in another program, stay with it, but do yourself a favour and DO THIS ONE 
as well. There is NO LIMIT to the income you can generate from this business!! You can do it over 
and over again, ANY TIME you need extra income. THE FACTS ARE SIMPLE;- IF YOU NEED TO 
MAKE A FEW THOUSAND DOLLARS REALLY FAST, THEN THE PROGRAM I'M GOING TO 
SHARE WITH YOU IS THE WAY TO DO IT! IT'S THE FASTEST, EASIEST PROGRAM YOU 
WILL EVER DO!!! Please read all of this, right to the very last sentence. If you don't have time 
now, then SAVE THIS LETTER, and read it later. Everyone has heard about " PayPal" (if you 
haven't you will soon) and, when I came across this concept I knew it would work because, as a 
member of Pay Pal, I had already experienced their efficiency and excellent standing. PayPal is 
the simplest method of making and receiving payments online anyone has ever seen.! Anyone 
with an email address can join, for FREE! Please read further before you go there... You can 
complete this whole process in less than one hour and you will never forget the day you decided to 
do so!!! Oh! Did I say FAST? By fast I mean 'the speed of the Internet-type fast.' Everything is 
done on the Internet by E-mail. And, if you abide by the rules, it is NOT considered SPAM, so it's 
perfectly legal! NEED PROOF? Here are just two testimonials from individuals who decided to 
invest nothing more than a little of their time. TESTIMONIALS FROM: Tony Stevens, Vandenberg 
AFB, CA: Hey! I got your e-mail! YOU ROCK! I sent it to all of our frat brothers.....and while I 
haven't seen my $20 grand yet, I'm up to $8,285. Hook me up when you run this program 
again........ Mary Gathers, Columbia, SC: Hey cuz! This is Mary. I only have one thing to say to 
you... OH MY GOD! I sent 20 e-mail's out like you said and went on vacation. When I got back, my 
account was up to over $12,000! I owe you! GETTING STARTED: If you're not already a user, the 
very first thing you need to do is go to PayPal and SIGN UP. It takes two minutes and PayPal will 
deposit $5.00 in your account once you start using it. That makes this program FREE! HERE'S 
THE LINK: https://www.paypal.com/refer/pal=7GCTKJ6KA5A2C BE SURE TO USE THE LINK 
ABOVE, THEN SIGN UP FOR A PREMIER (FREE) ACCOUNT OR YOU'LL BE LIMITED TO 
ACCEPTING $100 DOLLARS ONLY!!! YOU WILL MAKE MUCH MORE THAN THIS!!! Then...... 
SEND a $5.00 payment from your PayPal account ($5.00 you can earn back from Paypal, which 
makes this program FREE!) to the FIRST email address in this letter (No.1) along with a note 
saying "Please add me to your mailing list." BE PREPARED TO GET EXCITED.... YOU WON'T 
BE DISAPPOINTED!!! Don't laugh! Try this while you wait for the others to start working. One half 
hour of work to get started - no mailing lists. No printing, copying or waiting and the concept is 
100% legal (refer to US Lottery Laws, Title 18, Section 1302 and 1341, or Title 18, Section 3005 
in the US code, also in the code of Federal Regulations, Volume 16, Sections 255 and 436, which 
state a product or service must be exchanged for money received). This version has nothing to do 
with Postal Laws, as it's EMAIL ONLY. Here's How It Works. Unlike many other PayPal programs, 
this THREE LEVEL PROGRAM costs only $5, that's right, only $5 ONCE, which is much more 
realistic and brings much, much faster results. No cheating can occur (Don't be fooled by other 
PayPal letters that mention cheaters) as Paypal only allows one Account per person. Because it is 
SO easy, the response rate is VERY HIGH, VERY FAST-Internet E-mail FAST-and you will start 
seeing results in less than one week! JUST IN TIME FOR NEXT MONTHS BILLS! You need only 
mail out 20 copies, to start with. Start right away, as soon as you pay the #1 email address below! 
Send to personal contacts, reply to people who send their programs to you as they are already 
working on the web, and they know these programs work. They are already believers in the 
system! It is NOT considered SPAM if you are replying to people who send you ads, or if you are 
sending to friends. Once you have paid the $5 to the number one (No. 1) email position, please 
send an email to the No.3 position, with "THANKS I'VE JOINED" in the subject (topic) area, and I'll 
send you a copy of the "Follow Up Letter" that is FULL of TIPS and HINTS on where to obtain 
THOUSANDS of spam free email addresses to send to, where to find free web based email 
accounts to send your emails from, instructions on how NOT to lose a web based email account, 
and much, much MORE. This program is MUCH, MUCH FASTER and has a HIGHER 
RESPONSE RATE than any other program! Even if you are already in another program, stay with 
it, but do yourself a favour and DO THIS ONE as well. START RIGHT NOW! It's simple and will 
only cost $5.00 max. It will pay off long before others even begin to receive letters! Just give ONE 
person a $5.00 gift (REMEMBER THOUGH, this $5.00 is the $5.00 YOU GET BACK WHEN YOU 
START USING YOUR new PayPal account). That's all! If you already have a PayPal account, 
please still donate a $5.00 GIFT to the person in the No.1 spot and add your name on the list at 
No.3 position having moved up the remaining two. Follow the simple instructions and in two weeks 
you will have approximately $20,000 in your PayPal account! Because of the VIRTUALLY ZERO 
INVESTMENT, SPEED and HIGH PROFIT POTENTIAL, this program has a VERY HIGH 
RESPONSE RATE! All from just one $5.00 transaction that you can get back from PayPal!!! 
Follow These Simple Instructions: Click below to open your free Paypal account, and be sure to 
open a Premiere Account, as it does not limit you as to how much money you can have deposited 
into your account. Then come back to these instructions. 
https://www.paypal.com/refer/pal=7GCTKJ6KA5A2C Once you link to the Paypal site using the 
link above, open your PayPal account, and E-mail the $5.00 payment to the FIRST name on the 
list (#.1) along with a "note" in the NOTE AREA of that page, saying "SUBSCRIBE ME TO YOUR 
MAILING LIST". Be certain to add this note, as this is what KEEPS THIS LETTER LEGAL. 
Instructions on how to send a payment are under "SEND MONEY" at the Paypal site. It's so easy!! 
Only the first person on the list gets your $5.00 gift. Edit the list, REMOVING the FIRST #1) EMAIL 
ADDRESS FROM THE LIST after you have made the $5 payment. Then, move the other two 
email addresses UP and ADD YOUR PAYPAL EMAIL ADDRESS in the #3 position. Don't try to 
add your name in the first position in order to earn money fast! If you do that, you will ONLY reach 
people YOU send e- mails to, then your name will be immediately removed from the No.1 place 
and you won't reach thousands of people! But if you add your name on the No.3 place, there will 
be millions of people receiving and sending e-mail's later, when your name is No.1!!! NOTE: Do 
not forget to replace the PayPal referring URL in the body of the letter with your own PayPal 
referring URL. You can find YOUR referring URL at Paypal after you join, just look at the bottom of 
the first page once you sign into Paypal, and click on the "referrals" link. Send out 20 copies 
(minimum) of this letter, but only to people you know, or respond to MLM offers. Once you've paid 
the person in the #1 position, be sure to email the person in the #3 position, with "Thanks, I've 
Joined" as a topic in the reply. You will then receive a follow up letter that is full of SPAM free hints 
and tips to insure your success in this version of the PayPal letter. ALSO NOTE: By sending this 
letter and the payment via E-MAIL, the response time is much faster... ELECTRONIC TRANSFER 
INTERNET FAST! Consider this! Millions of people surf the Internet everyday, all day, all over the 
world! Here are the 3 people to start with. Sign up, send $5.00 to the first person, move the other 
two up to Number's 1 &2 respectively and add your own e-mail address at No.3. Be sure to use 
your email address that is associated with your PayPal account. ******************* 1.. 
fieldal@dodo.com.au 2. shelleybabes18@hotmail.com  3. vne5@hotmail.com************* 
There are fifty thousand new people who get on the Internet every month! An excellent source of 
email addresses are the people who send you offers by email. The source is UNLIMITED! It 
boggles my mind to think of all the possibilities! Mail, or should I say 'E-mail', your letter and 
payment TODAY! It's so easy. One hour of your time, THAT'S IT! To send your letter by e-mail, 
copy this ENTIRE PAGE and paste it in a new message of your E-mail. TO DO THIS: 1. Go in 
your toolbar to "edit" and "select all" 2. Go in your toolbar to "edit" and select "copy" 3. Start 
(compose) a new E-mail message (make sure it's PLAIN TEXT so everyone can view it!) 4. Fill in 
your Address and Subject Box 5. Go to "edit" and "paste" (Then you can format it anyway you 
want!) Now you can edit the addresses with ease. Delete the top name, adding your name and 
address to the bottom of the list, then simply changing the numbers. Remember, YOUR NAME 
goes on the BOTTOM and the other 2 names move up. But DO NOT forget to send $5.00 via 
PayPal (along with your note) to the position #1 - TOP E-MAIL address before deleting it! NOTE: 
Be sure to replace the PayPal referring URL in this e-mail of the letter with your own PayPal 
referring URL: https://www.paypal.com/refer/pal=7GCTKJ6KA5A2C THERE'S NOTHING MORE 
TO DO. When your name reaches the first position in a few days, it will be your turn to collect your 
MONEY! The money will be sent to you by 2,000 to 4,000 people like yourself, who are willing to 
invest one half hour to receive $20,000 in cash! That's all! There should be a total of $20,000 in 
$5.00 bills in your mailbox (account) in two weeks. $20,000 for one hour's work! This is real money 
that you can spend on anything you wish! Just deposit it to your own bank account or spend it 
directly from your PayPal account!!! It's just that easy!!! I think it's WORTH IT, don't you? GO 
AHEAD--- TRY IT!!! EVEN IF YOU MAKE JUST 3 OR 4 THOUSAND, WOULDN'T THAT BE 
NICE? IF YOU TRY IT, IT WILL PAY! CAN YOU DO IT AGAIN? OF COURSE YOU CAN--- This 
plan is structured for everyone to send only 20 letters each to start. However, you are certainly not 
limited to 20. Mail out as many as you want. Every 20 letters you send has a return of $20,000 or 
more. If you can E-MAIL forty, sixty, eighty, or whatever, GO FOR IT! THE MORE YOU PUT INTO 
IT THE MORE YOU GET OUT OF IT! Each time you run this program, just follow steps 1 through 3 
and everyone on your gift list benefits! Simple enough? You bet it is! Besides, there are no mailing 
lists to buy (and wait for), and trips to the printer or copier, and you can do it again and again with 
your regular groups or gift givers, or start up a new group. Be SURE and PAY the first person on 
the list. This is proof that you paid to get put on the list which is the service rendered to make all 
this legal!!! Why not? It's working! Each time you receive an MLM offer, respond with this letter! 
Your name will climb to the number one position at dizzying rates. Follow the simple instructions, 
and above all, PLEASE PLAY FAIR. That's the key to this program's success. Your name must run 
the full gamut on the list to produce the end results. Sneaking your name higher up on the list WILL 
NOT produce the results you think, and it only cheats the other people who have worked hard and 
have earned the right to be there. So please, play by the rules and the $$$ will come to you! $$$ 
E-MAIL YOUR LETTERS OUT TODAY! Together we will prosper! $$$ You are probably sceptical 
of this, especially with all the different programs out there on the web, but if you don't try this you 
will never know. That's the way I felt. I'm glad I did it! I've been watching this type of program for 
years and this is about as easy and fast as you can get it and it can even be free to try now with 
Pay Pal, no stamps, no envelopes, no copies to be made - just a little effort and faith!!! This 
program really "Keeps It Short and Simple"! OH BY THE WAY....each time someone signs up with 
your link under your name... you also make $5.00 from PayPal... so they pay to open up the 
account but they also pay you when someone signs up from being referred by you. AWESOME! 
Let's all make some serious money $$$$$$ CLICK HERE TO BEGIN: 
https://www.paypal.com/refer/pal=7GCTKJ6KA5A2C Play by the rules, this doesn't cost anything 
but your time, and if everyone plays fair everyone WINS. FOLLOWING ARE SOME NOTES 
FROM THE PAYPAL SITE WHICH YOU MAY FIND HELPFUL: PayPal lets you pay anyone with 
an e-mail address and is the world's No.1 online payment service - it's accepted on over 3 million 
eBay auctions and thousands and thousands of online shops. You can also use PayPal to pay 
your friends - example; it's a convenient way to split the phone bill with your roommate, send cash 
to your kids in college, or send cash to someone in another country. Better yet, you can also earn 
$5 while you do it. Each time someone signs up for an account and completes the Refer-a-Friend 
requirements, we'll give you a $5 BONUS! When you send money through Pay Pal, you can fund 
your payments with your credit card or checking account. You won't have to worry about your 
privacy, because PayPal keeps your accounting information safe. Making a purchase with PayPal 
is more secure than mailing a check or giving your credit card number to a stranger. That's why 
over 9 MILLION people from around the world use PayPal to move money. Signing up for a 
PayPal account is easy. It takes only a couple of minutes and, if you complete the bonus 
requirements PayPal will automatically add $5 to your account balance. To learn more about 
PayPal visit the web site at: https://www.paypal.com/refer/pal=7GCTKJ6KA5A2C "Best of the 
Web" - Forbes "Using the service is actually safer than a check or money order"- Wall Street 
Journal. "PayPal can play a major role in your life. You can use it to pay for stuff at auction sites, 
settle dinner debts with friends or nudge your cousin to repay that $50 he borrowed at the family 
reunion. - Time Magazine PS. Does this sound too good? Well maybe to some sceptics it is. But 
it actually works, and is worth a few minutes of your time now. P.S.S. If You Decide to Join in on 
this Venture Please Return a blank Email to the third person on the list (#3) with "Thanks, I've 
Joined" in the Subject line. This Helps everyone keep track of their progress, and assures you will 
receive the Follow Up Letter. You Will Not be added to any other Email Lists. P.S.S.S. The letter is 
not written by PayPal, and its creator is not an employee or contracted by PayPal to send out this 
letter. This is a totally independent SPAM FREE and LEGAL method of earning extra money 
online. ********************************************************************* This is a "ONE TIME" mailing 
sent to those interested in Home and Business Opportunities, and to friends. Your address is not 
added to any other lists, so this is NOT considered spam. To your enormous success -----------------
---------------------------------------------------- This email is sent in compliance with strict anti-abuse and 
NO SPAM regulations. You are receiving this email because: I read an advertisement of yours and 
replied, I visited your Website and replied, we are members of the same opt-in list, Your address 
was collected as a result of posting to a link, a classified ad to my FFA Page, you have sent me 
an E-mail recently, or you are on a list that I have purchased. You may remove your E-mail address 
at no cost to you whatsoever by replying to Africared@mail.com with "Remove" in the subject line. 
All removal requests are handled personally and immediately upon receipt. -- 
__________________________________________________________

From zmailer-owner@nic.funet.fi Fri Dec 27 23:18:38 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S66542AbSL0VSe>; Fri, 27 Dec 2002 23:18:34 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S59047AbSL0VSe>;
	Fri, 27 Dec 2002 23:18:34 +0200
Received: from [218.64.23.99] ([218.64.23.99]:3568 "HELO 218.64.23.99"
	smtp-auth: <none>) by nic.funet.fi with SMTP id <S11261AbSL0VSa>;
	Fri, 27 Dec 2002 23:18:30 +0200
Received: from rly-xw01.mx.aol.com ([153.196.56.114]) by da001d2020.lax-ca.osd.concentric.net with SMTP; Dec, 27 2002 3:49:55 PM -0300
Received: from [130.91.58.120] by mta6.snfc21.pbi.net with SMTP; Dec, 27 2002 2:57:13 PM +0400
Received: from a231242.upc-a.chello.nl ([96.216.72.224]) by m10.grp.snv.yahoo.com with NNFMP; Dec, 27 2002 2:05:11 PM -0100
Received: from unknown (26.113.85.29) by smtp4.cyberec.com with esmtp; Dec, 27 2002 1:05:57 PM -0700
From:	bgcMontiadora@nic.funet.fi, Cheryl <whqcontra55@aol.com>
To:	John@nic.funet.fi, A@nic.funet.fi, McCusker@nic.funet.fi
Subject: we have e-mail AddREssES of people residing in different cities and counties
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Date:	Fri, 27 Dec 2002 16:18:35 -0500
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
Message-Id: <20021227211830Z11261-10698+5820@nic.funet.fi>
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

You want email addresses; we've got lots of fresh ones.
Face it, there's no way you're going to extract 400 million email addresses
with some flimsy email extractor program you downloaded from the web.
You're lucky if you can extract 2 million in a year! 

Our email addresses are even targeted in 34 different categories to help you 
reach only the market you want.

No need to buy any more directories from the web. We've bought almost all of
them for you, cleaned them up including removal of duplicates and flamers, 
and compiled them into a 4 disk volume for only $139.00

Now you can send emails to millions of people worldwide. Imagine if only
a small number out of even 1 million emails sent responded to your email. 
Don't you think you'd make something out of that?

No need to worry if our email addresses will work with your mailing program.
We already thought of that and made sure to save all files as text files. Text files
are the most universal types of files so they will import easily. Also, there's no
limit to how many times you can use our email addresses.

Still have more specific questions? We're here to help. You can contact us by email
At Superstud@btamail.net.cn  make sure to put "ENQUIRY" in the subject line

Want to order? Follow the instructions below:

[] I want to order online

Please complete ONLY section A & B of the order form below and either fax or email it back to us. If you're faxing it, send it to 1-6 30-604-1030 or 1-44 3-659-0730

[] I want to order by Credit Card

Please complete section A , B & C  of the order form below. For your security, DO NOT email anything with your credit card number on it. Please fax your order form to 
1-63 0-604-10 30 or 1-4 43-659-07 30

[] I want to order by Paypal

Please complete section A , B & D of the order form below. You can email or fax the order form back to us for processing. Return by fax to 1-630-604-1 030 or 1-443-6 59-0730

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

SECTION A  - Products & Shipping (prices are in US$)

BULK DIRECTORIES:

[] Email Marketing CD with 100 million Addresses $69.00
[] 200 Million Email Addresses on 2 CD's $79.00 
[] 1.5 Million USA Business Fax Numbers $49.00 
[] PACKAGE "A" - ALL DIRECTORIES ABOVE (3 CDs) $99.00 

[] Email Gold CD FRESHLY EXTRACTED 100 Million Addresses $99.00
[] 7 Million Chinese Email Addresses $99.00 
[] PACKAGE "B" + PACKAGE "A"- All directories above (4 CDs) $139.00

SPECIALTY DIRECTORIES:

[] 1 Million Email Addresses from French speaking countries $69
[] 1 Million Email Addresses from Spanish speaking countries $69
[] 1 Million U.K. only email addresses $69

SHIPPING & HANDLING OPTIONS (YOU MUST SELECT ONE): 

[] $7 Regular Mail (2 - 4 weeks)
[] $15 Priority Mail (1 - 2 weeks) 
[] $30 Fedex (overnight) For US & Canada Only - Other countries extra, please enquire by phone or email


TOTAL:_________________________________ US$

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

SECTION B - Personal Information

Full Name:________________________________________________________________

Company Name:________________________________________________________________

Tel: ( ______) ___________-______________

Email Address:__________________________________________________________      


Shipping Addresss:_______________________________________Zip/Postal:_______________

City:___________________________________ State/Province:____________________

Country:________________________________________________________________

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

SECTION C - Credit Card Information

Card Number:____________________________________________________________

Expiration Date:____/____    CVV2 code (last 3 digits on reverse):__________________

Type of card :   [] Visa   [] Mastercard    [] American Express

Exact name on card:_______________________________________________________

Billing Address:________________________________________Zip/Postal_______________

City:____________________________________State/Province:___________________

Country:________________________________________________________________


Cardholder Signature:______________________________________________________

I hereby authorize F.T. Internat ion al to bill my credit card for the items ordered on this form. I understand that all sales are final and further agree not to dispute this charge.

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

SECTION D - Paypal Information

Email Address associated with Paypal:________________________________________

Note: After receiving this order form, we will send a payment request to the address 
above.

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

If you want off our list, please send an email to  Superstud@btamail.net.cn with DELETE in the subject line.


-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From martin.igho@latinmail.com Sat Dec 28 14:19:03 2002
Received: from [207.153.214.76] ([207.153.214.76]:48162 "EHLO
	smtp.latinmail.com" smtp-auth: <none>) by nic.funet.fi with ESMTP
	id <S60129AbSL1MTB>; Sat, 28 Dec 2002 14:19:01 +0200
Received: from latinmail.com.com (unknown [216.167.63.12])
	by smtp.latinmail.com (Postfix) with SMTP id 08010186E5
	for <zmailer-log@nic.funet.fi>; Sat, 28 Dec 2002 07:18:57 -0500 (EST)
To:	zmailer-log@nic.funet.fi
From:	martin igho <martin.igho@latinmail.com>
Date:	Sat, 28 Dec 2002 07:19:01 -0500
Subject: LETTER OF ASSISTANCE!!
X-Mailer: LatinMail v3.0 -- http://www.latinmail.com.com
Content-Type: text/plain; charset=us-ascii
X-Priority: 3
Message-Id: <20021228121857.08010186E5@smtp.latinmail.com>
Return-Path: <martin.igho@latinmail.com>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

From: ESPACE MEDICAL Saint Paul 
Plateau 06bp 449 
Abidjan 

Dear sir/madam, 

I have a business proposal, which I know might 
interest you. My name is Dr. Martin Igho a medical 
doctor and the sole proprietor of the above specialist 
hospital. 

I have a widow here in my clinic who is on a political 
asylum in Abidjan-Cote d'Ivoire Refugee Camp, she has 
been so ill for some couple of months now. This woman 
confided in me based on the free medical attention I 
have been given to her and her children. She had 
revealed to me of her life history and about her late 
husband who was a top military officer in one of the 
West African country (Sierra-Leone) before his death 
during the civil war and the fortune she inherited 
from her late husband. 

She has asked me to source a credible and trustworthy 
partner abroad who will manage her funds for 
investment, the sum of Twenty Eight Million US Dollars 
(US$28m) which her late husband deposited in a safe 
Fiduciary Agent in Europe through a Security Company 
based in Abidjan. I wish to chose you for this venture 
and I believe you will be in the position to assist in 
managing this large sum in a profitable venture and 
also to help create a safe heaven for her and her 
children by making a residence arrangement for them in 
your country. 

After she had disclosed this information to me; I saw 
the reason to request from her to allow me see the 
documents relating to this deposit of which she did, 
now I have the documents covering the deposit which I 
will not hesitate to fax to you the copies as a prove 
for your confirmation as soon as I receive your 
response via email. I am obliged to assist this lady 
knowing too well that she has a limited knowledge in 
the business world and as such she can not manage this 
funds herself and in Africa in order to avoid any 
trace of her by the government, I will need from you a 
mutual understanding and then we shall make plans on 
how the funds would be secured into an account in your 
name; after which you will arrange and travel 
immediately to meet with the security company Agent in 
Europe for clearing. 

This amount is contained in a sealed trunk box and it 
is registered and declared as containing family 
treasures, so even as I am writing you now the 
security company and it's Agent is not aware that 
there is cash money in the trunk. Let me assure you 
that this transaction is 100% hitch - free and risk &#8211; 
free. 

>From my discussion with her, she has agreed to give 
you a reasonable amount of percentage for your 
involvement in this and this has to be discussed upon 
the receipt of your quick response. 

Thanks and God bless for your understanding, 

Sincere regards, 

Dr. Martin Igho








_________________________________________________________
http://www.latinmail.com.  Gratuito, latino y en espaņol.

From zmailer-owner@nic.funet.fi Sun Dec 29 09:36:06 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S55382AbSL2HgB>; Sun, 29 Dec 2002 09:36:01 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S53326AbSL2HgA>;
	Sun, 29 Dec 2002 09:36:00 +0200
Received: from acli.tor.istop.com ([66.11.164.128]:4254 "EHLO
	acli.tor.istop.com" smtp-auth: <none>) by nic.funet.fi with ESMTP
	id <S35413AbSL2Hf4>; Sun, 29 Dec 2002 09:35:56 +0200
Received: from localhost (user: 'acli', uid#852) by ada.dhs.org id <131251-4765>; Sun, 29 Dec 2002 02:34:42 -0500
Date:	Sun, 29 Dec 2002 02:34:42 -0500
From:	Ambrose Li <a.c.li@ieee.org>
To:	zmailer@nic.funet.fi
Subject: [Q] meaning of (local pipe.foo ...) calls in aliases.cf
Message-ID: <20021229023442.A3910@ada.dhs.org>
Reply-To: Ambrose Li <a.c.li@ieee.org>
Mail-Followup-To: Ambrose Li <a.c.li@ieee.org>, zmailer@nic.funet.fi
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

Hello,

I am trying to hack aliases.cf to recognize queue names for
my freshly-installed ticketing system (RT), and I find that
I don't understand what I am copying.

I managed to copy-and-paste and arrive at something like this:

        # Recognize foo-{correspond,comment}@$mydomain
        # as an RT correspondance/comment for queue foo
        ([-A-Za-z0-9_.]+)-(correspond|comment)
                queue="\1"
                action="\2"
                return (((local pipe.nobody "|/software/rt2/bin/rt-mailgate --queue $queue --action $action" $(newattribute $attr privilege "0" ))))
                break
                ;;

I wrote "pipe.nobody" in the "return" line. However, when I
read other "return" commands for pipes in the rest of the
file, I find that what I think is a userid is usually the
list name or something like that. What exactly is that part
(that I wrote "nobody")?

Also, is there a way to force the pipe to run as a certain
user (other than specifying the command as "su ....")?

Thanks in advance,

-- 
Ambrose Li  <a.c.li@ieee.org>
http://ada.dhs.org/~acli/cmcc/  http://www.cccgt.org/

DRM is theft - We are the stakeholders
-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

From zmailer-owner@nic.funet.fi Mon Dec 30 06:04:06 2002
Received: (majordom@nic.funet.fi) by nic.funet.fi via listexpand
	id <S14827AbSL3EEC>; Mon, 30 Dec 2002 06:04:02 +0200
Received: (majordom@nic.funet.fi) by nic.funet.fi id <S53147AbSL3EEB>;
	Mon, 30 Dec 2002 06:04:01 +0200
Received: from realbig.com ([207.150.192.181]:57692 "EHLO realbig.com"
	smtp-auth: <none>) by nic.funet.fi with ESMTP id <S8778AbSL3ED7>;
	Mon, 30 Dec 2002 06:03:59 +0200
Received: from IDENT-NOT-QUERIED@blister.realbig.com (port 6931 [10.0.1.11]) by realbig.com with ESMTP id <399174-23949>; Sun, 29 Dec 2002 20:03:55 -0800
Date:	Sun, 29 Dec 2002 23:03:47 -0500 (EST)
From:	Andy Poling <andy@realbig.com>
X-Sender: andy@blister.redondo.realbig.com
To:	Ambrose Li <a.c.li@ieee.org>
cc:	zmailer@nic.funet.fi
Subject: Re: [Q] meaning of (local pipe.foo ...) calls in aliases.cf
In-Reply-To: <20021229023442.A3910@ada.dhs.org>
Message-ID: <Pine.LNX.4.21.0212292256120.11249-100000@blister.redondo.realbig.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender:	zmailer-owner@nic.funet.fi
Precedence: bulk
X-Mailing-List:	zmailer@nic.funet.fi
Return-Path: <zmailer-owner@nic.funet.fi>
X-Envelope-To: <"/pub/unix/mail/zmailer/listlog/zmailer"> (uid 0)
X-Orcpt: rfc822;zmailer-log@nic.funet.fi
Original-Recipient: rfc822;zmailer-log@nic.funet.fi

> I am trying to hack aliases.cf to recognize queue names for
> my freshly-installed ticketing system (RT), and I find that
> I don't understand what I am copying.
> 
> I managed to copy-and-paste and arrive at something like this:
> 
>         # Recognize foo-{correspond,comment}@$mydomain
>         # as an RT correspondance/comment for queue foo
>         ([-A-Za-z0-9_.]+)-(correspond|comment)
>                 queue="\1"
>                 action="\2"
>                 return (((local pipe.nobody "|/software/rt2/bin/rt-mailgate --queue $queue --action $action" $(newattribute $attr privilege "0" ))))
>                 break
>                 ;;
> 
> I wrote "pipe.nobody" in the "return" line. However, when I
> read other "return" commands for pipes in the rest of the
> file, I find that what I think is a userid is usually the
> list name or something like that. What exactly is that part
> (that I wrote "nobody")?
> 
> Also, is there a way to force the pipe to run as a certain
> user (other than specifying the command as "su ....")?

If you want to be in control of the situation and/or you're talking about
delivering significant mail volume this way, your best bet is to write a
transport/delivery agent that does specifically what you want.  Put it in
scheduler.conf, and then route stuff to that channel.

You'll get much better performance (using the scheduler's native interface to
your agent), and you'll be in complete control.  The scheduler->ta interface
is (somewhat) documented in the scheduler man page, and you could use one of
the existing transport agents as a template or starting point.

Another option is to use the "sm" transport agent to run your application in a
traditional sendmail-ish way.  This will be inefficient though, since "sm"
will be invoked for each message.  No worse than using "local" to a pipe
though...

-Andy

-
To unsubscribe from this list: send the line "unsubscribe zmailer" in
the body of a message to majordomo@nic.funet.fi

