Re: Greetings from Sourceforge and Slashdot

2008-12-24 Thread Sheila Dy

Hello Giorgos. Thank you for your reply.

I am reaching out to talk to someone from your group who would be 
interested in advertising with Sourceforge and/or Slashdot.
If talks about this topic would be something that you would wish to 
pursue, please do let me know so that we can set up a time and day to 
conference call. To help us as well, we'd like to know if your 
headquarters is located outside of the US or if you have a branch here. 
Our headquarters is based in Mountain view, California.


Looking forward to hearing from you.


Sincerely,
Sheila Dy
Account Executive
Sourceforge.net / Slashdot.org
Voice: (510) 520-0490


Giorgos Keramidas wrote:

On Wed, 24 Dec 2008 08:27:28 -0800, Sheila Dy  wrote:
  

May I inquire as to who I should discuss media online partnerships with?
    


Greetings from FreeBSD too,

We hold discussions about FreeBSD publicity over at the freebsd-advocacy
mailing list.

For anything that is not directly covered by the advocacy team or
anything that needs some sort of official partnership, it may also be a
good idea to contact the FreeBSD Core team.  You can reach the Core Team
through email, at .

We will then make sure that you are in touch with all the right people
or that any mutual questions about how things can work out are resolved.

Happy holidays :)

For the FreeBSD Core Team,
Giorgos Keramidas
  

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: Greetings from Sourceforge and Slashdot

2008-12-24 Thread Giorgos Keramidas
On Wed, 24 Dec 2008 08:27:28 -0800, Sheila Dy  wrote:
> May I inquire as to who I should discuss media online partnerships with?

Greetings from FreeBSD too,

We hold discussions about FreeBSD publicity over at the freebsd-advocacy
mailing list.

For anything that is not directly covered by the advocacy team or
anything that needs some sort of official partnership, it may also be a
good idea to contact the FreeBSD Core team.  You can reach the Core Team
through email, at .

We will then make sure that you are in touch with all the right people
or that any mutual questions about how things can work out are resolved.

Happy holidays :)

For the FreeBSD Core Team,
Giorgos Keramidas


pgp03bhkCJXl8.pgp
Description: PGP signature


Greetings from Sourceforge and Slashdot

2008-12-24 Thread Sheila Dy

May I inquire as to who I should discuss media online partnerships with?

Thank you for your time.
Sheila
(510) 520-0490
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: greetings from FreeBSD DLL Hell!

2005-03-24 Thread N.J. Thomas
* Chuck Swiger <[EMAIL PROTECTED]> [2005-03-23 20:44:39 -0500]:
> > now I seem to find myself in the FreeBSD equivalent of "DLL Hell".
> > Should I just blow my system away and start from scratch?
>
> Oh, goodness no-- almost anything that goes wrong with a system can be
> fixed without reinstalling.  The key is to solve the problem the right
> way. :-)

Thanks for the tip! I almost blew my system away before I saw your
email. The solution in this case was to delete all the packages (there
were only a few that I had installed anyways), update the ports tree,
and then start installing from there.

Thomas

-- 
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: greetings from FreeBSD DLL Hell!

2005-03-24 Thread N.J. Thomas
* Joshua Tinnin <[EMAIL PROTECTED]> [2005-03-23 18:21:05 -0800]:
> Packages are built to work with the particular release specified. Once 
> ports are unfrozen, right before release, they start changing again, 
> and updating new packages for all ports for every minor version bump in 
> the tree is not viable at the moment (12000+ ports), AFAIK, nor would 
> it be in line with freezing ports before release.

Yeah, this was the one thing I didn't understand about packages. I just
assumed it would do the right thing and download the latest version.

> > now I seem to find myself in the FreeBSD equivalent of "DLL Hell".
> > Should I just blow my system away and start from scratch? Is that
> > the best course of action to take at this point?
> 
> You don't need to reinstall the OS, but it might be simpler for you if
> you deleted all the packages, with pkg_delete -a (from root).

That's what I ended up doing. I deleted all my packages. installed only
the ones I absolutely needed (in my case: zsh, vim, and cvsup), upgraded
ports, and then went from there.

Thank for your help.

Thomas

-- 
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: greetings from FreeBSD DLL Hell!

2005-03-24 Thread N.J. Thomas
* <[EMAIL PROTECTED]> [2005-03-23 23:06:25 -0500]:
> here is real good install guide.
> http://freebsd.packards-home.net/index.php
> 
> It has section on ports and packages.

Cool, it seems like a fairly well written and mostly up to date site.
I'm surprised I hadn't stumbled onto it before. Thanks for the tip.

Thomas

-- 
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: greetings from FreeBSD DLL Hell!

2005-03-24 Thread N.J. Thomas
* Bob Johnson <[EMAIL PROTECTED]> [2005-03-23 22:00:58 -0500]:
> On Wednesday 23 March 2005 08:16 pm, N.J. Thomas wrote:
> > "pkg_add -r foo". This worked, but it went and downloaded older
> > versions of various programs (i.e. Mozilla Firefox 0.9).
>
> By default, pkg_add uses the packages that were built for your release
> (so everything is consistent).  As a result, when your release gets to
> be a few months old, so do the packages.

Thanks for the tip. I wasn't aware that pkg_add -r was more or less tied
strictly to the release version. I followed your advice and deleted all
the older packages, installed portupgrade, updated the ports tree, and
reinstalled everything I needed.

Things seem to be okay now.

> > I installed some packages with pkg_add -r (which used the
> > 5.3-RELEASE versions of the software), and then installed some other
> > stuff with ports, and then updated ports with cvsup and then
> > installed yet some more stuff, and now I seem to find myself in the
> > FreeBSD equivalent of "DLL Hell".
>
> What do you mean when you say you are in DLL hell?  Is something
> actually not working right?  FreeBSD is pretty good about managing
> libraries.

Well, the specific problem I had was that after doign a fresh install, I
installed some packages with pkg_add. Then I updated ports, and
installed some more stuff. And then when I went back to use pkg_add, it
complained about some program need library v1.4 but v1.6 was installed
on the system (because it had been installed by ports).

thanks,
Thomas

-- 
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: greetings from FreeBSD DLL Hell!

2005-03-23 Thread bob
here is real good install guide.
http://freebsd.packards-home.net/index.php

It has section on ports and packages.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of N.J. Thomas
Sent: Wednesday, March 23, 2005 8:16 PM
To: [EMAIL PROTECTED]
Subject: greetings from FreeBSD DLL Hell!

I installed FreeBSD 5.3-RELEASE and was installing packages via
"pkg_add
-r foo". This worked, but it went and downloaded older versions of
various programs (i.e. Mozilla Firefox 0.9). How can I tell pkg_add
to
use the "5-latest" (5-STABLE? RELENG_5_3?) branch? Do I have to
update
my sources before I can do this?

So after I installed 5.3 yesterday I installed some packages with
pkg_add -r (which used the 5.3-RELEASE versions of the software),
and
then installed some other stuff with ports, and then updated ports
with
cvsup and then installed yet some more stuff, and now I seem to find
myself in the FreeBSD equivalent of "DLL Hell". Should I just blow
my
system away and start from scratch? Is that the best course of
action to
take at this point?

thanks,
Thomas

--
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: greetings from FreeBSD DLL Hell!

2005-03-23 Thread Bob Johnson
On Wednesday 23 March 2005 08:16 pm, N.J. Thomas wrote:
> I installed FreeBSD 5.3-RELEASE and was installing packages via "pkg_add
> -r foo". This worked, but it went and downloaded older versions of
> various programs (i.e. Mozilla Firefox 0.9). How can I tell pkg_add to
> use the "5-latest" (5-STABLE? RELENG_5_3?) branch? Do I have to update
> my sources before I can do this?

By default, pkg_add uses the packages that were built for your release (so 
everything is consistent).  As a result, when your release 
gets to be a few months old, so do the packages.

One approach to solving your problem is to go to 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/All/ and 
download the package you want, then install it with pkg_add.  

Another is to set the appropriate environment variable to tell pkg_add to use 
that URL as the location from which to automatically fetch packages (I don't 
remember the variable, try to decipher the man page).

That said, the solution I usually use is to upgrade everything from ports 
rather than packages.  One way to accomplish this is to install the 
portupgrade port, then use it to upgrade a port/package and everything it 
depends on:

First, install portupgrade.  Then cvsup your ports collection so it is as 
recent as possible, then fetch the updated index so you don't have to wait 
for your system to build one:

# cvsup ports-supfile
# cd /usr/ports
# make fetchindex

then upgrade the ports that need upgrading:

# portupgrade -R portname

This will upgrade (from source) the port (or package) named portname, as well 
as all ports that it requires.  There can be some glitches with this method 
on some ports, so read the man page and look at the examples it gives.  
Sometimes a dependency won't update automagically and you will need to 
portupgrade it separately, then go back and issue the top-level command again 
and let it pick up where it left off.  This method can take a very very long 
time if something big gets rebuilt from source.

You can also tell portupgrade to install packages rather than ports.  I 
believe portupgrade uses the PKG_FETCH environment variable to tell it where 
to fetch packages from, so set it to the ftp URL above and you should get the 
latest packages, e.g. in bash, something like
# export PKG_FETCH ftp://(etc) ; portupgrade -RPP portname

You can even upgrade every package/port installed on your system with 
something like 

# export PGK_FETCH ftp://(...) ; portupgrade -RrP *



The portmanager fans out there will tell you it is easier to use portmanager 
than portupgrade, but I've never used it, so you'll have to wait for their 
suggestions.


>
> So after I installed 5.3 yesterday I installed some packages with
> pkg_add -r (which used the 5.3-RELEASE versions of the software), and
> then installed some other stuff with ports, and then updated ports with
> cvsup and then installed yet some more stuff, and now I seem to find
> myself in the FreeBSD equivalent of "DLL Hell". Should I just blow my
> system away and start from scratch? Is that the best course of action to
> take at this point?
>

What do you mean when you say you are in DLL hell?  Is something actually not 
working right?  FreeBSD is pretty good about managing libraries.  It should 
not be a problem to have multiple versions of the same library; different 
programs will use the version they were built for.  This may not be true for 
Linux ports, though (not sure).

Anyway, any (or a combination of) the methods I described above should be able 
to get everything straightened out after you fix the parts I likely 
remembered wrong.

> thanks,
> Thomas

Good luck.

- Bob
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: greetings from FreeBSD DLL Hell!

2005-03-23 Thread Joshua Tinnin
On Wednesday 23 March 2005 18:21, Joshua Tinnin <[EMAIL PROTECTED]> 
wrote:
> You don't need to reinstall the OS, but it might be simpler for you
> if you deleted all the packages, with pkg_delete -a (from root). From
> there you can install cvsup and other essentials, but you might
> consider running /bin/sysinstall to reinstall the packages you once
> had, just so you're not running blind.

Ack! That should be /usr/sbin/sysinstall

Mea culpa ...

- jt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: greetings from FreeBSD DLL Hell!

2005-03-23 Thread Joshua Tinnin
On Wednesday 23 March 2005 17:16, "N.J. Thomas" <[EMAIL PROTECTED]> wrote:
> I installed FreeBSD 5.3-RELEASE and was installing packages via
> "pkg_add -r foo". This worked, but it went and downloaded older
> versions of various programs (i.e. Mozilla Firefox 0.9). How can I
> tell pkg_add to use the "5-latest" (5-STABLE? RELENG_5_3?) branch? Do
> I have to update my sources before I can do this?

Packages are built to work with the particular release specified. Once 
ports are unfrozen, right before release, they start changing again, 
and updating new packages for all ports for every minor version bump in 
the tree is not viable at the moment (12000+ ports), AFAIK, nor would 
it be in line with freezing ports before release.

> So after I installed 5.3 yesterday I installed some packages with
> pkg_add -r (which used the 5.3-RELEASE versions of the software), and
> then installed some other stuff with ports, and then updated ports
> with cvsup and then installed yet some more stuff, and now I seem to
> find myself in the FreeBSD equivalent of "DLL Hell". Should I just
> blow my system away and start from scratch? Is that the best course
> of action to take at this point?

You don't need to reinstall the OS, but it might be simpler for you if 
you deleted all the packages, with pkg_delete -a (from root). From 
there you can install cvsup and other essentials, but you might 
consider running /bin/sysinstall to reinstall the packages you once 
had, just so you're not running blind.

From there, you can run cvsup and update your ports tree. In some 
instances, you can still upgrade to a package, but in others you can't. 
I find it simpler to build everything on my machine, but I prefer to 
track ports changes. If you're running a server you don't really want 
to track ports all the time, just track security updates, otherwise 
you're going to take it down a lot to upgrade, but if you're running a 
desktop it can be useful, depending. Sometimes you don't really need to 
update from the packages on the install CD, but obviously Firefox does 
need to be updated from 0.9 for security reasons. So, you're going to 
end up installing some packages and building others, which can lead to 
some interesting problems, but it's workable. It might be easier to 
build all from ports, but that's up to you and your CPU cycles. Either 
way, a utility caleld portupgrade will solve most of your dependency 
problems for you.

Here's a good tutorial on how to use cvsup and portupgrade:

http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html

Also, I highly recommend reading the handbook: 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html

You don't have to read all of it, but you probably want to read what is 
relevant to your configuration. It's great documentation, and it can 
help answer many of your questions as situations arise. If you don't 
find the answer there or from searching the list archives (Google can 
be useful, too), then come to the list and ask. This question has been 
asked and answered many times on this list, but I didn't want to leave 
you hanging ;)

- jt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: greetings from FreeBSD DLL Hell!

2005-03-23 Thread Chuck Swiger
N.J. Thomas wrote:
I installed FreeBSD 5.3-RELEASE and was installing packages via "pkg_add
-r foo". This worked, but it went and downloaded older versions of
various programs (i.e. Mozilla Firefox 0.9). How can I tell pkg_add to
use the "5-latest" (5-STABLE? RELENG_5_3?) branch? Do I have to update
my sources before I can do this?
You do not have to update the FreeBSD sources to use the latest version of tha 
ports, no.  However, you do need to update the ports tree itself:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html
See section 4.5 in particular, using cvsup, although it sounds like you've 
already done some of this

So after I installed 5.3 yesterday I installed some packages with
pkg_add -r (which used the 5.3-RELEASE versions of the software), and
then installed some other stuff with ports, and then updated ports with
cvsup and then installed yet some more stuff, and now I seem to find
myself in the FreeBSD equivalent of "DLL Hell". Should I just blow my
system away and start from scratch? Is that the best course of action to
take at this point?
Oh, goodness no-- almost anything that goes wrong with a system can be fixed 
without reinstalling.  The key is to solve the problem the right way.  :-)

Try installing sysutils/portupgrade, and run "portupgrade -ai" to begin with. 
 That will likely solve many of your issues, although if you have some of the 
more complicated ports installed (think Perl, KDE, GNOME), consult 
/usr/ports/UPDATING for additional help and suggestions.

--
-Chuck
PS: Another choice besides portupgrade is sysutils/portmanager; it uses a 
different approach to dealing with dependencies that may involve compiling 
more stuff, but also seems to be little more robust in the face of complex 
dependency changes...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: greetings from FreeBSD DLL Hell!

2005-03-23 Thread Nick Pavlica
Hello,
  You may want to try portupgrade to bring everything up to date. 
Here is a link to a tutorial:

http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html

--Nick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


greetings from FreeBSD DLL Hell!

2005-03-23 Thread N.J. Thomas
I installed FreeBSD 5.3-RELEASE and was installing packages via "pkg_add
-r foo". This worked, but it went and downloaded older versions of
various programs (i.e. Mozilla Firefox 0.9). How can I tell pkg_add to
use the "5-latest" (5-STABLE? RELENG_5_3?) branch? Do I have to update
my sources before I can do this?

So after I installed 5.3 yesterday I installed some packages with
pkg_add -r (which used the 5.3-RELEASE versions of the software), and
then installed some other stuff with ports, and then updated ports with
cvsup and then installed yet some more stuff, and now I seem to find
myself in the FreeBSD equivalent of "DLL Hell". Should I just blow my
system away and start from scratch? Is that the best course of action to
take at this point?

thanks,
Thomas

-- 
N.J. Thomas
[EMAIL PROTECTED]
Etiamsi occiderit me, in ipso sperabo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Greetings for the Holiday Season

2002-12-20 Thread nbbn
Warm greetings from UnitedBorneo.com for the holiday seasons.
 
*Selamat Hari Raya
*Merry Christmas &
*Happy new year 2003   
   
   
   

We would like to take this opportunity to invite you to visit our website at 

http://www.unitedborneo.com

and also to look out for special bird's nest offer on Nan Yang Siang Bao 21/12/2002

**We apologise if this email has caused you much inconvenience, Please reply to us 
with "Remove" title,
   nbbn will not send you further emails.

Yours Sincerely,
North Borneo Bird Nest 
& Sea Products

Tony
Marketing Manager












<>

Greetings

2002-11-12 Thread sanusibello sanusibello
FROM: DR.SANUSI BELLO.
H.O.D. ACCOUNTS.
CHARTERED BANK OF TOGO


Email: [EMAIL PROTECTED]

First I must solicit your confidence in this
transaction, this is by virtue of it being very
confidential.

I am Dr. SANUSI BELLO, the head of accounts
department in the Chartered Bank of Togo. 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 a huge sum
of money to a foreign bank account requiring maximum
confidence.

The proposition, Late Engineer Kelvin Michael, an Oil
Merchant/Contractor with the Republic of Togo, until his
untimely death three years ago in a
ghastly motor accident, banked with us here at
Chartered Bank of Togo, and has a
closing balance of US$35.725m (Thirty Five Million,
Seven Hundred and Twenty Five Thousand Dollars), only
which the bank now unquestionably expects to be
claimed by Mr. Kelvin?s next of kin or alternatively
be donated to a discredited trust fund for arms and
ammunition at a military war college here in Republic of
Togo.
Fervent efforts being made by the Chartered Bank of
Togo Plc. to get in touch with any of the Kelvin
Michael?s family has proved abortive. It is because of
the perceived possibility of not being able to locate
the late Engineer Kelvin?s next of kin (He had no wife
or children) that the management under the influence
of
our chairman and member of the board of directors,
retired Major Gen. Bensons maka, that an arrangement
be made for the funds to be declared? Unclaimed? and
subsequently be donated to the trust fund for arms and
ammunitions to further enhance the cause of war in
Africa and the world at large.

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 Engineer
Kelvin Michael so that the funds US$35.725m would be
released and paid in to your bank account as the next
of kin. All documents and proof to enable you get
this fund will be forwarded to you and more so; we are
assuring you of 100% risk-free involvement. We have
agreed to part with 20% percentage of the total amount
as your own share of the money for assisting us in
this deal. We shall also map out percentage of this
money to take care of incidental expenses that may
arise in the course of this transaction.

If this proposal is OK by you and assure us that you
will not take undue advantage of the trust, we
hope to bestow on you. Please kindly get back to me by
email, above telephone and fax for further
details and step to progress and include your banking
details so that I can use these information to apply
for the release and subsequent transfer of the funds
in your favor and benefit into your nominated bank
account. We shall both smile together at the end.


But, if you are not interested please keep it
confidential. I believe you should understand my
explanation as you are a matured person who is living
for good.

Thank you in anticipation of your cooperation.

Awaiting your response urgently.

Regards,

Dr.SANUSI BELLO
H.O.D. ACCOUNTS DEPT.
CAHRTERED BANK OF TOGO.
_
Gagne une PS2 ! Envoie un SMS avec le code PS au 61166
(0,35€ Hors coût du SMS)




Greetings

2002-11-12 Thread sanusibello sanusibello
FROM: DR.SANUSI BELLO.
H.O.D. ACCOUNTS.
CHARTERED BANK OF TOGO


Email: [EMAIL PROTECTED]

First I must solicit your confidence in this
transaction, this is by virtue of it being very
confidential.

I am Dr. SANUSI BELLO, the head of accounts
department in the Chartered Bank of Togo. 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 a huge sum
of money to a foreign bank account requiring maximum
confidence.

The proposition, Late Engineer Kelvin Michael, an Oil
Merchant/Contractor with the Republic of Togo, until his
untimely death three years ago in a
ghastly motor accident, banked with us here at
Chartered Bank of Togo, and has a
closing balance of US$35.725m (Thirty Five Million,
Seven Hundred and Twenty Five Thousand Dollars), only
which the bank now unquestionably expects to be
claimed by Mr. Kelvin?s next of kin or alternatively
be donated to a discredited trust fund for arms and
ammunition at a military war college here in Republic of
Togo.
Fervent efforts being made by the Chartered Bank of
Togo Plc. to get in touch with any of the Kelvin
Michael?s family has proved abortive. It is because of
the perceived possibility of not being able to locate
the late Engineer Kelvin?s next of kin (He had no wife
or children) that the management under the influence
of
our chairman and member of the board of directors,
retired Major Gen. Bensons maka, that an arrangement
be made for the funds to be declared? Unclaimed? and
subsequently be donated to the trust fund for arms and
ammunitions to further enhance the cause of war in
Africa and the world at large.

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 Engineer
Kelvin Michael so that the funds US$35.725m would be
released and paid in to your bank account as the next
of kin. All documents and proof to enable you get
this fund will be forwarded to you and more so; we are
assuring you of 100% risk-free involvement. We have
agreed to part with 20% percentage of the total amount
as your own share of the money for assisting us in
this deal. We shall also map out percentage of this
money to take care of incidental expenses that may
arise in the course of this transaction.

If this proposal is OK by you and assure us that you
will not take undue advantage of the trust, we
hope to bestow on you. Please kindly get back to me by
email, above telephone and fax for further
details and step to progress and include your banking
details so that I can use these information to apply
for the release and subsequent transfer of the funds
in your favor and benefit into your nominated bank
account. We shall both smile together at the end.


But, if you are not interested please keep it
confidential. I believe you should understand my
explanation as you are a matured person who is living
for good.

Thank you in anticipation of your cooperation.

Awaiting your response urgently.

Regards,

Dr.SANUSI BELLO
H.O.D. ACCOUNTS DEPT.
CAHRTERED BANK OF TOGO.
_
Gagne une PS2 ! Envoie un SMS avec le code PS au 61166
(0,35€ Hors coût du SMS)