I getting all the time this error email.
**************************************************************************
This is the mail system at host data.agni.lindenlab.com.
I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.
For further assistance, please send mail to postmaster.
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
<mailtolsl@data.agni.lindenlab.com> (expanded from
<110fe7cfe-5242-9f26-a6dc-17852bfbf675@lsl.secondlife.com>
: Command diedwith status 100: "/opt/linden/indra/tools/mailglue/mailglue --grid=agni
--system=lsl". Command output: Your email must be addressed to an object
key or an IM session identifier.
Final-Recipient: rfc822; [email]mailtolsl@data.agni.lindenlab.com[/email]
Original-Recipient: rfc822;110fe7cfe-5242-9f26-a6dc-17852bfbf675@lsl.secondlife.com
Action: failed
Status: 5.3.0
Diagnostic-Code: x-unix; Your email must be addressed to an object key or an IM
session identifier.
*************************************************************************
this is the server im using:
**************************************************************************
default
{
state_entry()
{
llSetTimerEvent(2);
}
timer()
{
llGetNextEmail("", ""
;}
email(string time, string address, string subj, string message, integer num_left)
{
llSay(0, message);
}
}
**************************************************************************