I'm not sure if this falls more under unsupportable or general work, so please feel free to shift it if it belongs somewhere else.
Anyway, on to the thing that probably makes me a sucky customer.
My local paper is running a competition at the moment, send an email to a specified address with a specified subject and your details and go into the running to win ~$6k worth of home theater gear (now i REALLY would like to win this).
Me being me, i actually read (the so far only posted) terms and conditions. The one that makes me sucky is "One entry per email address".
I run my own personal (not related to my work in any way shape or form) email server, i have a catch-all account setup (for people not in the know that means if mail comes in addressed to an account which doesn't actually exist, it gets delivered to the catch-all). I dodged up a simple little bash script to send in 100-600 entries an hour (i thought adding a random timer would be a little nicer on their server) sending from accounts of the format "comp_entry_<number>@<my mail server>" where <number> gets incremented every time the script ticks over.
Does that make me a sucky customer ?
Anyway, on to the thing that probably makes me a sucky customer.
My local paper is running a competition at the moment, send an email to a specified address with a specified subject and your details and go into the running to win ~$6k worth of home theater gear (now i REALLY would like to win this).
Me being me, i actually read (the so far only posted) terms and conditions. The one that makes me sucky is "One entry per email address".
I run my own personal (not related to my work in any way shape or form) email server, i have a catch-all account setup (for people not in the know that means if mail comes in addressed to an account which doesn't actually exist, it gets delivered to the catch-all). I dodged up a simple little bash script to send in 100-600 entries an hour (i thought adding a random timer would be a little nicer on their server) sending from accounts of the format "comp_entry_<number>@<my mail server>" where <number> gets incremented every time the script ticks over.
Does that make me a sucky customer ?
Comment