|
kaet Diamond
Registered User
Join date: 29 Mar 2005
Posts: 32
|
01-18-2007 16:33
Hi, has anyone else noticed the problem is that inbound external emails are being delayed up to about an hour or sometimes are just bounced. This problem seems to be happening more and more x.x What I mean by external email External email ------------------> Second life (gmail hotmail) AKA Email sent from gmail to second life not the other way around etc. Here is the code i used to test it, Please test it and if you notice the same results post a bug report and give me the number so i can harass lindens about it =D ^^ //Code i tested this problem with. Make sure you test using an external email server as internal email is not affected! default { state_entry() { llOwnerSay((string)llGetKey()); llSetTimerEvent(1.5); } timer() { llGetNextEmail("", ""); } email(string time, string address, string subj, string message, integer num_left) { llOwnerSay("OMG EMAIL"); } }
|
|
Masakazu Kojima
ケロ
Join date: 23 Apr 2004
Posts: 232
|
01-19-2007 04:30
I'm having the same problem. I replaced one object that didn't seem to be getting emails, and the new copy started getting emails right away. About 8 hours later I got a bounce from an old message to the old object. I tried replacing it again when the delays came back but no luck. All my email-based stuff is backed up 45+ minutes.
|
|
kaet Diamond
Registered User
Join date: 29 Mar 2005
Posts: 32
|
01-19-2007 17:20
Thank god the lindens think im crazy so im pestering them all >=3. I hope they fix it soon my vendors run of emails and its killing my buissness making it look unreliable when its freaking SLs fault. I supose its partly my fault for not building in a redundency system but meh.
|
|
Ina Centaur
IC
Join date: 31 Oct 2006
Posts: 202
|
01-19-2007 18:03
yeah. a lot of great slpics have been lost in the jam 'cuz of that. 
|
|
kaet Diamond
Registered User
Join date: 29 Mar 2005
Posts: 32
|
01-19-2007 19:03
If possible can i get your bug report numbers if you reported it and if you havent if you would it would help me greatly. I talked ot a couple lindens but they think im crazy and making it all up :x
|
|
Masakazu Kojima
ケロ
Join date: 23 Apr 2004
Posts: 232
|
01-20-2007 11:51
#563678
I included this test I did with a newly rezzed object. "sent" is the local timestamp from `date +%s`with 30 seconds added manually (sent via the subject), ts is the timestamp parameter to the email event, and cur is the result of llGetUnixTime().
Object: sent=1169311624, ts=1169313412, cur=1169313417
|
|
Ronald Richez
Registered User
Join date: 26 Nov 2006
Posts: 1
|
They are aware, but just ignoring us now
01-22-2007 22:59
Kaet,
They are very aware of the problem, but it looks almost as if they are ignoring it deliberately after a grid wide reboot they did two days ago only resolved the issue for approx. 12 hours.
I do not know what is causing it, no one of the lindens is saying anything about that. I put bug reports in using several meganisms, but still no progress.
Here is my bug report numbers #560900 #563568 for the one I send through bug reporting.
Ronald Richez
|