Auto Reply

Started by Wolvar ยท Apr 6, 2011 05:56 UTC

#763

Is the Auto Reply something we should see an immediate response from or may it take a bit. The reason I ask is I have yet to receive one and being as paranoid as I am I sent in orders again. Sometimes it has taken the auto responder several hours to give a message back that it has received orders.


Mainly looking for assurances that orders has been received.

#788

Starting last week the auto reply should be sent within 15-30 minutes.

Make sure you are sending the email from the correct address. I'll look into your emails and see if there is an issue.


Edit: Looks like my email parsing program was choking on your email. I've fixed the underlying bug. Also, you have long comments in your orders, which are being word wrapped, causing errors to appear. I fixed it for you this time :D In the future please send the orders as an attachment or be careful not to have very long lines.

Unfortunately, you cannot disable word wrapping in gmail.

Edited Apr 6, 2011 23:00 UTC

#789

OK I will make sure I strip out all comments from future orders. Don't want to make your job any more difficult :)

#790

[quote='Ramblurr' pid='788' dateline='1302130781']
Starting last week the auto reply should be sent within 15-30 minutes.

Make sure you are sending the email from the correct address. I'll look into your emails and see if there is an issue.


Edit: Looks like my email parsing program was choking on your email. I've fixed the underlying bug. Also, you have long comments in your orders, which are being word wrapped, causing errors to appear. I fixed it for you this time :D In the future please send the orders as an attachment or be careful not to have very long lines.

Unfortunately, you cannot disable word wrapping in gmail.
[/quote]

Ram, can't you set a flag when you hit a semi-colon and strip out anything until you hit a cr or lf?

#797

That is not the issue. You assume that the comments are all on one line, but they are not because they are being hard word wrapped.

The issue is players are sending in very long lines like:


; this is a very very long line that is more than XX characters in length whoop dee doo
GMail hard wordwraps (read: inserts a \n) after about 80 characters, thus making the line:

; this is a very very long line that is more than XX characters
in length whoop dee doo

The first line is still a comment, the second line is not. There is nothing I can do on my end. I've been urging the players to send me an attachment instead, and most everyone is except those who are plagued by this problem haha.
[quote='Wolvar' pid='789' dateline='1302132107']
OK I will make sure I strip out all comments from future orders. Don't want to make your job any more difficult
[/quote]

Don't do that, that is a bunch of extra work. Just put the orders in a txt file using Notepad and send it as an attachment :)

Edited Apr 7, 2011 00:04 UTC

#800

[quote='Ramblurr' pid='797' dateline='1302134592']
That is not the issue. You assume that the comments are all on one line, but they are not because they are being [i]hard]/i] word wrapped.
[/quote]

I didn't think that happened in anything but notepad these days. :rolleyes:

Okay, my bad.

#805

Haha no worries. It is a "feature" of gmail, with no option to change :(

It doesn't word wrap if you send an html email, and at the moment my parser can't handle HTML.

#826

Maybe this would help? http://www.clickomania.ch/progs/HTMLstripper.htm

#829

[quote='JonO' pid='826' dateline='1302196318']
Maybe this would help? http://www.clickomania.ch/progs/HTMLstripper.htm
[/quote]

Well, that program won't help help as I'm using Linux and python, and I'm sure not going to manually run emails through that thing.

The idea though is a good suggestion, though I've already considered it and dismissed it.

There are fundamental issues regarding parsing and stripping HTML that make it way too much of a headache. The main reason is that clients insert HTML and linebreaks willy-nilly into the message, and I guarantee after stripping HTML all the formatting of the original orders will be lost. And I'm not about to go and parse the HTML to determine the structure of the message.

This will all be irrelevant after this game, because the primary input interface will not be a manually crafted email message. If a player insists on submitting orders that way, they will have the benefit of the tools I've created this game, but receive no support if those fail.

#844

[quote='Ramblurr' pid='829' dateline='1302196965']
This will all be irrelevant after this game, because the primary input interface will not be a manually crafted email message. If a player insists on submitting orders that way, they will have the benefit of the tools I've created this game, but receive no support if those fail.
[/quote]

I'd consider telling 'em to go find another game.

I'm trying to figure out now whether to tell people who use IE6 to go away, or whether I should add in the JavaScript that can allow IE6 to deal with png files, and listen to 'em complain about the slow response time.

#845

[quote='JonO' pid='844' dateline='1302222840']
I'm trying to figure out now whether to tell people who use IE6 to go away, or whether I should add in the JavaScript that can allow IE6 to deal with png files, and listen to 'em complain about the slow response time.
[/quote]

I'd just tell IE6 people to go away. Apparently even Microsoft is doing it now.

Hatch
http://projectlibertine.blogspot.com

#849

[quote='Hatch' pid='845' dateline='1302224590']
I'd just tell IE6 people to go away. Apparently even Microsoft is doing it now.

Hatch
http://projectlibertine.blogspot.com
[/quote]

It's tempting, but if I do, I am going to find out that my best friend in Junior High owns only a 2004 computer with XP and IE6 specially fitted out to take vocal commands since he's a paraplegic due to his rescue of a four year old girl from a burning building and did I mention he saved her kitten, too?