11-05-2006 13:26
hey all - i'm experiencing what MUST be a bug with llGetNextEmail().

i have an email server object in world. when i try to send it email i get a bounce with an error message: Pending mail queue is full (100 messages).

but when i call llGetNextEmail("", "";) from a script within the object - the email() event is NEVER invoked.

...

when i create a new object to test - everything works fine. and when i originally created this object, everything worked fine. but now after a couple months - i get this weird non-functionality.

i could delete the object and make a new one (which should fix things, as it did with my test) but this requires i go to all my client objects and change the email address of my server. and who knows how often i'll need to do this...

(yes, i'll automate something to workaround this problem... but SHEESH. fix these bugs, guys.)


K.