
Here is what happens:
In my arcade I set my machines to listen for me to say "report". When I say that my gambling machines all send me an instant message that is very simple:
pot_amount +collected -awarded. If there is no pot for the game then that is left blank.
Example:
IM Gold Grabber: +322 -100
This works fine for most cases. I need to relook at my script doing this for the gold grabber because twice now it has sent me this IM when I'm not online. Which means it gets emailed to me.
Problem? When it emails me Ioutlook express starts to download, but as soon as it starts this message it stops and I get this error:
Your server has unexpectedly terminated the connection. Possible causes for this include server problems, network problems, or a long period of inactivity. Account: 'amaprotu.net', Server: 'mail.amaprotu.net', Protocol: POP3, Server Response: '+OK 742 octets follow.', Port: 110, Secure(SSL): No, Error Number: 0x800CCC0F
CODE
Return-Path: <object@users.secondlife.com>
Delivered-To: [email]1040-amaprotu@amaprotu.net[/email]
Received: (qmail 10158 invoked from network); 30 Apr 2003 04:53:41 -0000
Received: from data.agni.lindenlab.com (HELO mail.agni.lindenlab.com) (63.211.151.20)
by ns1.usware.net with SMTP; 30 Apr 2003 04:53:41 -0000
Received: from Lindenlab (data.agni.lindenlab.com [63.211.151.20])
by mail.agni.lindenlab.com (Postfix) with SMTP id 0995928ABAE
for <amaprotu@amaprotu.net>; Tue, 29 Apr 2003 21:53:37 -0700 (PDT)
From: "Gold Grabber" <object@users.secondlife.com>
To: [email]amaprotu@amaprotu.net[/email]
Subject: Message From Second Life
+322 -0
Message-Id: <20030430045338.0995928ABAE@mail.agni.lindenlab.com>
Date: Tue, 29 Apr 2003 21:53:38 -0700 (PDT)
I think it is partially my fault, in that the entire message is just "+322 -0" and it is mistaken for a command, which outlook express doesn't recognise. However I think it is a common enough mistake that maybe something should be done about it. Such as adding to the begining of the message (if it is sent over email) "Instant Message from ..." or something.
Another concern that I havn't tested is I may be able to screw up anyone from getting their email by sending them such an IM while they are off line.
[edit] As a side note to anyone who is wondering about those numbers - that is the only game so skewed and it will be getting a significant change very shortly. Most of that money has been my testing, and the game is just too hard, even for its high 100 to 1 pay out.