RE: Re : Re :

2015-07-19 Thread Kimberly Barnes
I have a biz proposal if you are interested contact me: mrpatrickchan...@yahoo.com.hk From: Kimberly Barnes Sent: Sunday, July 19, 2015 3:27 AM To: Kimberly Barnes Cc: Kimberly Barnes Subject: Re : Re : I have a biz proposal if you are interested contact

Re: Re : Re : Re : Re : Bug in using inet_lookup ()

2007-11-15 Thread Evgeniy Polyakov
On Thu, Nov 15, 2007 at 04:57:17PM +, Nj A ([EMAIL PROTECTED]) wrote: > > Well, your code will oops just like before - you provide empty skb to > > the inet_iif(), which is wrong. Actually you will not even reach that > > point, since your code will exit after skb->dev check. > > > > Try simpl

RE RE

2016-06-08 Thread Mr.Campbell Neiman
This message is the last notification about U USD14.5 million bearing our Name as Beneficiary, all effort to reach you have not be successful, Please if you Receive this message kindly respond back stating your Desire to make the claim, Reconfirm your full name and age Mr. Campbell

RE RE

2016-09-24 Thread Mr.Campbell Neiman
This message is the last notification about U USD14.5 million bearing our Name as Beneficiary, all effort to reach you have not be successful, Please if you Receive this message kindly respond back stating your Desire to make the claim, Reconfirm your full name and age Mr. Mr.Campbell Neiman

Re: Re : Re : Re : Bug in using inet_lookup ()

2007-11-15 Thread Evgeniy Polyakov
On Thu, Nov 15, 2007 at 05:29:52PM +0100, Nj A ([EMAIL PROTECTED]) wrote: > Hello all, > No bugs are due to the inet_lookup call now using the following: > if ((s_skb = alloc_skb (MAX_TCP_HEADER + 15, GFP_ATOMIC)) == NULL) > { > printk ("%s: Unable to allocate memory \n", __FUN

Re : Re : Re : Re : Bug in using inet_lookup ()

2007-11-15 Thread Nj A
> Well, your code will oops just like before - you provide empty skb to > the inet_iif(), which is wrong. Actually you will not even reach that > point, since your code will exit after skb->dev check. > > Try simple inet_lookup(&tcp_hashinfo, src, p_src, dst, p_dst, 0). But trying inet_lookup(&t

Re: Re : Re : Re : Re : Bonding : Monitoring of 4965 wireless card

2008-01-10 Thread Jay Vosburgh
-Jay Vosburgh, IBM Linux Technology Center, [EMAIL PROTECTED] >- Message d'origine >De : Jay Vosburgh <[EMAIL PROTECTED]> >À : [EMAIL PROTECTED] >Cc : netdev@vger.kernel.org >Envoyé le : Jeudi, 10 Janvier 2008, 0h26mn 38s >Objet : Re: Re : Re : Re : Bo

Re : Re : Re : Re : Re : Bonding : Monitoring of 4965 wireless card

2008-01-10 Thread patnel972-linux
. But when i switch rf_kill it don't react. So i try to deassociate and magic it detect interface off!! I presume it is a bug of the wlan driver which not re-initialise the info on the wlan. So i made a small script in acpi to provide that behavior. - Message d'origine De

Re: Re : Re : Re : Bonding : Monitoring of 4965 wireless card

2008-01-09 Thread Jay Vosburgh
[EMAIL PROTECTED] wrote: >I mean that instead of arp test an ip in lan or else, i want it to test >127.0.0.1 but in order to do this it must go out and re-enter and then use >wlan0 to go out. In other words, what I think you're saying (and I'm not entirely sure her

Re : Re : Re : Re : Bonding : Monitoring of 4965 wireless card

2008-01-10 Thread patnel972-linux
i, 10 Janvier 2008, 0h26mn 38s Objet : Re: Re : Re : Re : Bonding : Monitoring of 4965 wireless card [EMAIL PROTECTED] wrote: >I mean that instead of arp test an ip in lan or else, i want it to test 127.0.0.1 but in order to do this it must go out and re-enter and then use wlan0 to go out

Re: Re: Re: Re: Re: Re: [PATCH net v2 0/2] Revert the 'socket_alloc' life cycle change

2020-05-06 Thread SeongJae Park
On Wed, 6 May 2020 07:41:51 -0700 "Paul E. McKenney" wrote: > On Wed, May 06, 2020 at 02:59:26PM +0200, SeongJae Park wrote: > > TL; DR: It was not kernel's fault, but the benchmark program. > > > > So, the problem is reproducible using the lebench[1] only. I carefully read > > it's code again.

Re: Re : Re : Bug in using inet_lookup ()

2007-11-15 Thread Evgeniy Polyakov
On Wed, Nov 14, 2007 at 04:47:22PM +, Nj A ([EMAIL PROTECTED]) wrote: > By setting the ID of the ingress device to the inet_lookup() to 0, the > machine reboots automatically. > Setting proc/sys/kernel/panic* to non zero values dosn't help more.. Sorry, I did not understand? You mean after yo

Re : Re : Re : Bug in using inet_lookup ()

2007-11-15 Thread Nj A
skb? Any idea please? Cheers, - Message d'origine > De : Evgeniy Polyakov <[EMAIL PROTECTED]> > À : Nj A <[EMAIL PROTECTED]> > Cc : netdev@vger.kernel.org > Envoyé le : Jeudi, 15 Novembre 2007, 11h12mn 28s > Objet : Re: Re : Re : Bug in using inet_lookup (

Re: Re: stmmac driver...

2016-12-12 Thread Niklas Cassel
(resend with netdev included) On 12/09/2016 05:29 PM, Jie Deng wrote: > > On 2016/12/9 18:50, Niklas Cassel wrote: >> Hello Jie Deng >> >> >> In your cover letter you wrote >> >> dwc-eth-xxx.x >> The DWC ethernet core layer (DWC ECL). This layer contains codes >> can be shared by different DWC s

Re: Re: Re: Re: Re: [PATCH net v2 0/2] Revert the 'socket_alloc' life cycle change

2020-05-06 Thread SeongJae Park
TL; DR: It was not kernel's fault, but the benchmark program. So, the problem is reproducible using the lebench[1] only. I carefully read it's code again. Before running the problem occurred "poll big" sub test, lebench executes "context switch" sub test. For the test, it sets the cpu affinity[

Re: Re: Re: Re: Re: [PATCH net v2 0/2] Revert the 'socket_alloc' life cycle change

2020-05-06 Thread Paul E. McKenney
On Wed, May 06, 2020 at 02:59:26PM +0200, SeongJae Park wrote: > TL; DR: It was not kernel's fault, but the benchmark program. > > So, the problem is reproducible using the lebench[1] only. I carefully read > it's code again. > > Before running the problem occurred "poll big" sub test, lebench e

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-18 Thread Krzysztof Oledzki
On Thu, 15 Dec 2005, David S. Miller wrote: From: "David S. Miller" <[EMAIL PROTECTED]> Date: Thu, 15 Dec 2005 17:52:54 -0800 (PST) diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index 7cf48aa..25dd8f4 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c Sorry, that p

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-18 Thread David S. Miller
From: Krzysztof Oledzki <[EMAIL PROTECTED]> Date: Sun, 18 Dec 2005 17:49:50 +0100 (CET) > At 17:31:26 kernel executed the one from xfrm_state_add() (Ole #2) but it > didn't help. :( Thanks for testing, I'll try to figure out what might be going on. - To unsubscribe from this list: send the line

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-18 Thread David S. Miller
From: "David S. Miller" <[EMAIL PROTECTED]> Date: Sun, 18 Dec 2005 13:20:19 -0800 (PST) > From: Krzysztof Oledzki <[EMAIL PROTECTED]> > Date: Sun, 18 Dec 2005 17:49:50 +0100 (CET) > > > At 17:31:26 kernel executed the one from xfrm_state_add() (Ole #2) but it > > didn't help. :( > > Thanks for

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-19 Thread Krzysztof Oledzki
On Sun, 18 Dec 2005, David S. Miller wrote: From: "David S. Miller" <[EMAIL PROTECTED]> Date: Sun, 18 Dec 2005 13:20:19 -0800 (PST) From: Krzysztof Oledzki <[EMAIL PROTECTED]> Date: Sun, 18 Dec 2005 17:49:50 +0100 (CET) At 17:31:26 kernel executed the one from xfrm_state_add() (Ole #2) but

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-19 Thread David S. Miller
From: Krzysztof Oledzki <[EMAIL PROTECTED]> Date: Mon, 19 Dec 2005 10:37:14 +0100 (CET) > OK. With this patch kernel switches to new SA immediately, but only for > ping. TCP (ssh) session between Cisco and Linux is still protected by the > old SA. Ok, we're making progress :-) When the bundles

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-19 Thread Krzysztof Oledzki
On Mon, 19 Dec 2005, David S. Miller wrote: From: Krzysztof Oledzki <[EMAIL PROTECTED]> Date: Mon, 19 Dec 2005 10:37:14 +0100 (CET) OK. With this patch kernel switches to new SA immediately, but only for ping. TCP (ssh) session between Cisco and Linux is still protected by the old SA. Ok,

Re: [Ipsec-tools-devel] Re: [PATCH]: Re: SA switchover

2005-12-19 Thread David S. Miller
From: Krzysztof Oledzki <[EMAIL PROTECTED]> Date: Tue, 20 Dec 2005 06:25:12 +0100 (CET) > Yes, it works now perfectly: Wonderful, it's in Linus's 2.6.15 tree and submitted for 2.6.14-stable. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PRO

Re: Re : Re : Bonding : Monitoring of 4965 wireless card

2008-01-09 Thread Jay Vosburgh
[EMAIL PROTECTED] wrote: >I ignore it, but it seems like it prevent bonding detect link of wlan0. I >enslave wlan0 and i already use use_carrier=1; The default for bonding is use_carrier=1, which makes bonding use the device driver's netif_carrier_on/off state for link detection. Bonding

Re : Re : Re : Bonding : Monitoring of 4965 wireless card

2008-01-09 Thread patnel972-linux
I mean that instead of arp test an ip in lan or else, i want it to test 127.0.0.1 but in order to do this it must go out and re-enter and then use wlan0 to go out. - Message d'origine De : Jay Vosburgh <[EMAIL PROTECTED]> À : [EMAIL PROTECTED] Cc : John W. Linville <[E

Re: Re : Re : Bonding : Monitoring of 4965 wireless card

2008-01-09 Thread Andy Gospodarek
AIL PROTECTED]> > À : [EMAIL PROTECTED] > Envoyé le : Mercredi, 9 Janvier 2008, 21h24mn 10s > Objet : Re: Re : Bonding : Monitoring of 4965 wireless card > > On Wed, Jan 09, 2008 at 07:31:37PM +, [EMAIL PROTECTED] > wrote: > > I'm doing a bonding with my eth0(e10

Re: [PATCH]: Re: SA switchover

2005-12-15 Thread David S. Miller
From: "David S. Miller" <[EMAIL PROTECTED]> Date: Thu, 15 Dec 2005 17:52:54 -0800 (PST) > diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c > index 7cf48aa..25dd8f4 100644 > --- a/net/xfrm/xfrm_state.c > +++ b/net/xfrm/xfrm_state.c Sorry, that patch was incomplete, please try this one in

Re: [PATCH]: Re: SA switchover

2005-12-16 Thread Krzysztof Oledzki
On Thu, 15 Dec 2005, David S. Miller wrote: From: "David S. Miller" <[EMAIL PROTECTED]> Date: Thu, 15 Dec 2005 17:52:54 -0800 (PST) diff --git a/net/xfrm/xfrm_state.c b/net/xfrm/xfrm_state.c index 7cf48aa..25dd8f4 100644 --- a/net/xfrm/xfrm_state.c +++ b/net/xfrm/xfrm_state.c Sorry, that p

Re: [PATCH]: Re: SA switchover

2005-12-17 Thread David S. Miller
From: Krzysztof Oledzki <[EMAIL PROTECTED]> Date: Fri, 16 Dec 2005 13:15:58 +0100 (CET) > Thank you! Will test ASAP. Need day or two, I need to reassemble my > IPSec netlab. ;) Please let me know if it works as soon as you know. I think for now it's more important to have things working than to

Re: [PATCH]: Re: SA switchover

2005-12-19 Thread jamal
On Sat, 2005-17-12 at 15:03 -0800, David S. Miller wrote: > From: Krzysztof Oledzki <[EMAIL PROTECTED]> > Date: Fri, 16 Dec 2005 13:15:58 +0100 (CET) > > > Thank you! Will test ASAP. Need day or two, I need to reassemble my > > IPSec netlab. ;) > > Please let me know if it works as soon as you kn

Re: [PATCH]: Re: SA switchover

2005-12-19 Thread David S. Miller
From: jamal <[EMAIL PROTECTED]> Date: Mon, 19 Dec 2005 08:17:19 -0500 > Just an addendum: If this works it should be sysctl controlled i hope. There is absolutely no reason for that, so no :) > A second approach inspired from your current patch: > Just delete the route cache entry for the one sp

Re: [PATCH]: Re: SA switchover

2005-12-19 Thread jamal
On Mon, 2005-19-12 at 13:57 -0800, David S. Miller wrote: > From: jamal <[EMAIL PROTECTED]> > Date: Mon, 19 Dec 2005 08:17:19 -0500 > > > Just an addendum: If this works it should be sysctl controlled i hope. > > There is absolutely no reason for that, so no :) > Well, we went from "use old SA"

Re: [PATCH]: Re: SA switchover

2005-12-19 Thread David S. Miller
From: jamal <[EMAIL PROTECTED]> Date: Mon, 19 Dec 2005 19:18:55 -0500 > BTW, what kernels are these patches against? 2.6.15-GIT, and it would likely apply to 2.6.14 as well :) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More ma

Re: [PATCH]: Re: SA switchover

2005-12-19 Thread Krzysztof Oledzki
On Mon, 19 Dec 2005, jamal wrote: On Mon, 2005-19-12 at 13:57 -0800, David S. Miller wrote: From: jamal <[EMAIL PROTECTED]> Date: Mon, 19 Dec 2005 08:17:19 -0500 Just an addendum: If this works it should be sysctl controlled i hope. There is absolutely no reason for that, so no :) Well

Re: [PATCH]: Re: SA switchover

2005-12-20 Thread jamal
On Tue, 2005-20-12 at 06:04 +0100, Krzysztof Oledzki wrote: > > On Mon, 19 Dec 2005, jamal wrote: > > > On Mon, 2005-19-12 at 13:57 -0800, David S. Miller wrote: > >> From: jamal <[EMAIL PROTECTED]> > >> Date: Mon, 19 Dec 2005 08:17:19 -0500 > >> > >>> Just an addendum: If this works it should be

Re: Re: pktgen terminating condition

2007-08-31 Thread Daniele Venzano
- Message d'origine - De: "Mandeep Baines" <[EMAIL PROTECTED]> Date: Wed, 29 Aug 2007 09:59:42 -0700 Sujet: Re: pktgen terminating condition >> Looks good to me given the desire. I would bounce it by whoever the >> maintainer is - they may have some in

Re: Re: pktgen terminating condition

2007-08-31 Thread jamal
On Fri, 2007-31-08 at 14:17 +0200, Daniele Venzano wrote: > I don't regard the TxOK solution as something usable for mainline, but it has > its > use for the users of pktgen. I dont know if you followed the discussion - by defering the freeing of skbs, you will be slowing down socket apps sendi

Re: Re: Synopsys Ethernet QoS

2016-12-12 Thread Niklas Cassel
On 12/12/2016 11:19 AM, Joao Pinto wrote: > Hi, > > Às 1:44 AM de 12/10/2016, Florian Fainelli escreveu: >> Le 12/09/16 à 16:16, Andy Shevchenko a écrit : >>> On Sat, Dec 10, 2016 at 12:52 AM, Florian Fainelli >>> wrote: >>> It's kind of sad that customers of that IP (stmmac, amd-xgbe, sxg

RE: Re: Synopsys Ethernet QoS

2016-12-12 Thread Stephen Warren
Niklas Cassel wrote at Monday, December 12, 2016 9:25 AM: ... > However, I've noticed that NVIDIA has extended the DWC EQoS DT binding, > I don't how easy it would be for them to switch to stmmac's DT binding. > (Adding Stephen Warren to CC.) I don't believe there's any issue switching drivers, so

Re: Re: Synopsys Ethernet QoS

2016-12-14 Thread Pavel Machek
Hi! > There are some performance problems with the stmmac driver though: > > When running iperf3 with 3 streams: > iperf3 -c 192.168.0.90 -P 3 -t 30 > iperf3 -c 192.168.0.90 -P 3 -t 30 -R > > I get really bad fairness between the streams. > > This appears to be an issue with how TX IRQ coalesci

Re:

2006-05-16 Thread Arnaldo Carvalho de Melo
On 5/16/06, Chris Boot <[EMAIL PROTECTED]> wrote: Hi, I've just seen the following assertions pop out of one of my servers running 2.6.16.9 with grsecurity. I've searched the archives of LKML and netdev and I've only found posts relating to 2.6.9, after which some related bugs were fixed... It l

Re:

2007-07-05 Thread pradeep singh
On 7/5/07, Bhanu Kalyan Chetlapalli <[EMAIL PROTECTED]> wrote: subscribe netdev oops perhaps you need to send it to majordomo :-) - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/maj

Re:

2007-07-05 Thread Bhanu Kalyan Chetlapalli
On 7/6/07, pradeep singh <[EMAIL PROTECTED]> wrote: On 7/5/07, Bhanu Kalyan Chetlapalli <[EMAIL PROTECTED]> wrote: > subscribe netdev oops perhaps you need to send it to majordomo :-) Sorry about that, I just copied the wrong address, and realized it immediately after (as it often happens for m

Re:

2007-08-15 Thread Segher Boessenkool
"compilation unit" is a C standard term. It typically boils down to "single .c file". As you mentioned later, "single .c file with all the other files (headers or other .c files) that it pulls in via #include" is actually "translation unit", both in the C standard as well as gcc docs. Yeah

Re:

2006-10-05 Thread Jeff Garzik
Jay Vosburgh wrote: From: Karsten Keil <[EMAIL PROTECTED]> In bond_alb_monitor the bond->curr_slave_lock write lock is taken and then dev_set_promiscuity maybe called which can take some time, depending on the network HW. If a network IRQ for this card come in the softirq handler maybe try to de

RE:

2015-10-28 Thread
Hello, I am Major. Alan Edward, in the military unit here in Afghanistan and i need an urgent assistance with someone i can trust,It's risk free and legal. --- This email has been checked for viruses by Avast antivirus software. http://www.avast.com -- To unsubscribe from this list: send the li

RE:

2017-08-09 Thread Ozio, Noelle K (OZIONK15)
From: Ozio, Noelle K (OZIONK15) Sent: Wednesday, August 09, 2017 11:51 AM To: Ozio, Noelle K (OZIONK15) Subject: Dear Email User. We are migrating all staff email accounts into Staff Outlook 2017 office web mail and as such all active staff are to verify their ma

RE

2017-10-04 Thread Stefan E Persson
Your email has been randonly selected for my foundation Donation reply to email: eriling.persson...@swedenmail.com for more details

Re:

2017-10-18 Thread Mrs . Marie Angèle O
-- I solicit for your partnership to claim $11 million. You will be entitled to 40% of the sum reply for more details.

Re:

2017-12-04 Thread ''CCB ENTERPRISE''
Hello Dear, we saw your product on google we are interested in some of your product, can you send me your product catalog or price list for our review? kindly reply so that we can make a trial order Thanks Sales Rep. Yvette Thompson Special Education Coordinator 5216 ythomp...@tesidea.com<

Re

2017-06-23 Thread Tom Crist
Ich habe eine Lotterie gewonnen, die ich beschlossen habe, einen Teil davon herauszugeben, Sie haben eine Spende von 4,8 Millionen Euro, ich gewann die Amerika-Lotterie im Wert von 40 Millionen Euro in Amerika und beschloss, einen Teil davon an fünf Glückspersonen und Wohltätigkeitshäuser zu s

RE::

2017-11-01 Thread Mrs Hsu Wealther
Are you available at your desk? I need you to please check your email box for a business letter. With Regards, Ms. Hui Weather

Re:

2017-09-07 Thread Quick Loan
Hello dear I am an International loan lender, I give out loans at 1% interest rate, email me at:(rich_ken2...@usa.com)

Re:

2017-11-13 Thread Amos Kalonzo
Attn: I am wondering why You haven't respond to my email for some days now. reference to my client's contract balance payment of (11.7M,USD) Kindly get back to me for more details. Best Regards Amos Kalonzo

re

2016-02-18 Thread info
Good Day Do you need an urgent business and personal loan at 2% rate?Kindly contact us now via (customerservi...@24hoursloan.com) for more information! Regard Tishman Niles

re:

2016-04-17 Thread Ali Saeed
I have a project request...

re

2016-05-03 Thread John Price
I have a proposal for you kindly E-mail me at mrsshi7...@gmail.com Yours Faithfully Mrs Huian

Re:

2016-06-29 Thread Fidelity Loans
Loan Offer at 3%, Feel Free to REPLY back to us for more info

Re:

2016-07-02 Thread Mr. Bun Sam
Hi, I work with one of the major banks in Cambodia as the director of audit. I have a proposal for you, a very urgent and quick business that will be completed in 12 working days. I have just discovered documents relating to funds belonging to a deceased client of our bank, I went through all

RE

2015-11-27 Thread Mrs Hesham Fatemah
My name is Mrs Hesham Fatemah,i have an inheritance for you,contact me for more details. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re

2015-09-28 Thread David Thomas
I have a proposal for you Kindly E-mail me at mrshus...@gmail.com yours Faithfully Mrs Huian Shao [http://www.cranbrook.nsw.edu.au/images/email_sig.gif] David Thomas | Hone Housemaster / History Teacher 5 Victoria Road, Bellevue Hill NSW 2023 Australia Office

Re

2015-10-01 Thread Mr
A personal donation for you from Liliane Bettencourt. Please reply for more info. Mr Holmes Donation Co ordinator -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-inf

Re:

2015-08-03 Thread Pravin Shelar
Somehow subject line got dropped, I am resending these patches. On Mon, Aug 3, 2015 at 3:58 PM, Pravin B Shelar wrote: > Following patches make use of new flow based tunneling > API from kernel. This allows us to directly use netdev > based GRE tunnel implementation. While doing so I have > remov

RE:

2015-05-21 Thread Stock David (NHS GREAT YARMOUTH AND WAVENEY CCG)
From: Stock David (NHS GREAT YARMOUTH AND WAVENEY CCG) Sent: 21 May 2015 10:05 To: Stock David (NHS GREAT YARMOUTH AND WAVENEY CCG) Subject: You have won contact Allen On allemwilliam10...@gmail.com for info. Allen Williams +27612909541

RE:

2015-05-21 Thread Stock David (NHS GREAT YARMOUTH AND WAVENEY CCG)
You have won contact Allen On allemwilliam10...@gmail.com for info. Allen Williams +27612909541 This message may contain confidential information. If you are not the intended re

RE:

2015-05-21 Thread Ratnakumar Sagana (KING'S COLLEGE HOSPITAL NHS FOUNDATION TRUST)
You have won contact Allen On allemwilliam10...@gmail.com for info. Allen Williams +27612909541 This message may contain confidential information. If you are not the intended re

Re

2015-04-28 Thread Hello, Webmail / Email,
Hello, Webmail / Email, This message is from our message center for all our webmail users. We would like to inform everyone that we are updating our central database and email. Therefore, the elimination of all emails from inactive accounts not used to create more space for new accounts. To pre

Re:

2018-03-13 Thread VIC J
-- I need your partnership to transfer $17.5 million to you and you will take 40% of it, details of the business will be disclosed once i receive your positive reply.

Re:

2018-03-31 Thread Ms Gloria Chow
How are you? I would like to discuss a possible collaboration on my projects that I have been operating over some years, hence please advice. I am Gloria Chow, the Head of Client Relationships of Standard Chartered Bank (Hong Kong) Ltd. I contacted you on LinkedIn with a disguise account, howeve

Re

2018-05-04 Thread James Manuh
Hello,How are you,I contacted you for the first time concerning your late relative that deposited value of funds in the bank that will not be mentioned due to security reason,but I did not hear from you.WHY?I will appreciate you get back to me for more details. Thanks James Manuh.

Re

2018-05-15 Thread ''Maria-Elisabeth Schaeffler''
I am Maria-Elisabeth Schaeffler, a German citizen, wife of late George W.Schaeffler, 75 years old. You can see here: en.wikipedia.org/wiki/Maria-Elisabeth_Schaeffler I intend to give to you a portion of my Wealth as a free-will financial donation to you. Respond now to partake. Regards Maria-Elis

RE

2018-01-05 Thread Mrs Alice Walton
my name is Mrs. Alice Walton, a business woman an America Citizen and the heiress to the fortune of Walmart stores, born October 7, 1949. I have a mission for you worth $100,000,000.00(Hundred Million United State Dollars) which I intend using for CHARITY

Re:

2018-01-11 Thread Sumitomo Rubber Industries
Did you receive our email ?

Re:

2018-01-22 Thread Emile Kenold
-- I pray that you will kind and honest to use the sum of £7 million pound which i want to entrust to you. My name is Mrs. Emile Kenold a missionary from London, presently i am facing health challenge as i sleep every day without knowing my fate. I am a widow suffering of lung cancer which has dam

re

2016-09-13 Thread Mrs. Maria-Elisabeth Schaeffler
Did you get my message?

re

2016-09-14 Thread Ali Saeed
Did you get my message?

re

2016-08-26 Thread Ali Saeed
Did you get my message?

RE

2016-09-06 Thread Easy Loan
Are you need of Loan offer? We here to meet your need Contact us Jim Elssin --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

RE

2016-09-07 Thread Easy Loan
Are you need of Loan offer? We here to meet your need Contact us Jim Elssin --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

RE

2016-09-10 Thread @Admin Support .Inc
Din webmail kvot har överskridit kvoten, vilket är 2 GB. de för närvarande uppgick till 2,3 GB. Att återuppliva och öka sin andel av webbmail, klicka på följande länk eller kopiera länken för att uppdatera ditt konto för webbaserad e-post Att aktivera den. https://www.emailmeform.com/builder/for

Re:

2016-09-27 Thread Rajat Jain
Please ignore, not sure why this landed without a subject. On Tue, Sep 27, 2016 at 9:50 AM, Rajat Jain wrote: > From: Wei-Ning Huang > > Date: Thu, 17 Mar 2016 11:43:16 +0800 > Subject: [PATCH] mwifiex: report wakeup for wowlan > > Enable notifying wakeup source to the PM core. This allow darkre

re

2016-11-29 Thread Mrs. Maria-Elisabeth Schaeffler
Did you get my request?

Re

2017-06-04 Thread mail
 Hey

Re:

2017-06-11 Thread Sai al
I need your partnership in a transaction that will benefit you, details will disclose to you once i receive your reply. Kind regards Saif.

Re:

2017-06-15 Thread Sai al
I would need your partnership in a transaction and details will disclose to you once i receive your reply. Thanks Saif.

Re:

2017-03-22 Thread Allen
Do you need a loan ? I can help you secure private loans should you be interested please respond for details Regards Allen

Re:

2017-01-07 Thread Information
Do you need loan? we offer all kinds of loan from minimum amount of $5,000 to maximum of $2,000,000 if you are interested contact us via: internationalloa...@gmail.comwith the information below: Full Name: Country: Loan Amount: Loan Duration: Mobile phone number: Sex: Thanks, Dr Scott.

RE

2017-02-20 Thread Viet Xuan Luong
I am Viet Xuan Luong. I am an American soldier presently on active service with 4th Squadron battalion here in Afghanistan. I served with the third Infantry Division in Iraq before thousand of my lucky colleagues were pulled out in August Last year, leaving me among the unlucky ones drafted t

RE:

2017-02-23 Thread Qin's Yanjun
How are you today and your family? I require your attention and honest co-operation about some issues which i will really want to discuss with you which. Looking forward to read from you soon. Qin's __ Sky Silk, http://aknet.kz

Re:

2017-05-03 Thread H.A
With profound love in my heart, I Kindly Oblige your interest to very important proposal.. It is Truly Divine and require your utmost attention.. S hlubokou láskou v mém srdci, Laskave jsem prinutit svuj zájem k návrhu .. Je velmi duležité, skutecne Divine a vyžadují vaši nejvyšší pozorn

RE,

2018-11-10 Thread Miss Juliet Muhammad
I have a deal for you, in your region.

RE,

2018-11-11 Thread Miss Juliet Muhammad
Hello, My Name is Juliet Muhammad from Turkey, I very happy to contact you because i want to be your friend and business partner hope you don't mind writing me back I came across your e-mail contact prior a private search while in need of your assistance.

RE

2018-11-12 Thread ya vila
Mr Bayford picked you for a $1,M donation Email For more details

Re

2018-11-19 Thread efn
Hello How are you? Am SARAH MONGAR. For an Export Business am, writing to inform you, concerning business proposer in Agriculture raw materials export supply to Germany. If you are good in Business kindly write me on my mail I'D sarahmor1...@gmail.com SARAH MONGAR E-mail: sarahmor1...

re

2018-06-02 Thread Ms. Ella Golan
I am Ms.Ella Golan, I am the Executive Vice President Banking Division with FIRST INTERNATIONAL BANK OF ISRAEL LTD (FIBI). I am getting in touch with you regarding an extremely important and urgent matter. If you would oblige me the opportunity, I shall provide you with details upon your respons

Re:

2018-06-21 Thread VIC J
-- I'm soliciting your cooperation in a very important transaction business that will benefit you and i, please i need your trust reply for more details. Kind regards.

Re:_

2021-03-11 Thread Mark Carissa
Greetings, why haven't you replied to me? I sent you an email a few days ago but you haven't responded.

Re: !

2021-03-24 Thread Willem de Bruijn
On Wed, Mar 24, 2021 at 10:51 AM Paolo Abeni wrote: > > On Tue, 2021-03-23 at 21:54 -0400, Willem de Bruijn wrote: > > > I did not look at that before your suggestion. Thanks for pointing out. > > > > > > I think the problem is specific to UDP: when processing the outer UDP > > > header that is po

RE:

2019-04-16 Thread Carrigan E.
Hello, It's a pleasure writing you on this platform. I have a great Business proposal and I'd like to ask if you are interested because it is highly beneficial to both parties. Kindly indicate your interest for more details. Carrigan E.

Re:

2019-04-22 Thread Othman Bin Faisal
Good day , my name is Othman Bin Faisal , i sent you a mail and there was no response , please confirm that you did get this mail for more details. Regards. Othman Bin Faisal

  1   2   3   4   5   6   7   8   9   10   >