- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
The question is if the application was written with JSP pages using the PDF format.
Admin
Look at John's reply to Polly: "We're a tech startup and we don't do any bulk mailings." No one at the company intended to process large amounts of e-mail traffic, so they didn't change the mail server config from the small-scale default of processing messages sequentially (or with very limited parallelism).
There's no reason to think they were using a lousy mail server.
The idea that everything else in the network is infinitely scalable is depressingly common among programmers. "What? My code/config/test-procedure spammed the mail server and caused service interruption? Why, that's not abusing the server, that's a lousy server!!1" <-- TRWTF
DM
Admin
I'm sure the folks over at test.com are sick of getting my emails. I always use [email protected] when I dont feel like giving my read address.
Admin
If the site wasn't down at the moment, you could go to http://www.donotreply.com/ and read all the funny (and important) emails this guy gets just because some morons use [email protected] as sender-address in automatic emails.
Admin
No, it was XML language.
Admin
I use [email protected]. However, I did see an article a couple of years ago which stated that this was actually a real address.
Admin
The comments here are sure full of TLA acronyms.
Admin
If John was in Argentina, was this a US or Argentinian company? If it was the latter then would the CAN-SPAM act have even be enforceable no matter what blustery threats Pam spouted? Or would having a US presence of any sort give it some teeth?
Admin
I guess it's too much to ask developers to read or even be aware of pertinent RFCs...
Reserved Top Level DNS Names
Admin
"in layman's terms it synergizes backward overflow while optimizing cardinal grammeters in addition to allowing customers to parabolize slithy toves at the least embiggoned cost possible"
Yeah, right. This is the real WTF, the rest of the story is just a rather mundane, everyday config error...
Admin
One of my first development projects implementing a web based membership management system.
One of the features was a system that allowed a mass mail to be sent to all members in the system. There were about 7,000 members.
After finishing the code, I decided to give it a test run. I thought I had overridden the code that returned the e-mail addresses with my own e-mail address, but due to a mistake, it instead pulled the first person on the mailing list.
Then, due to a 2nd defect, the system stuck in an infinite loop mailing the words "Test 123" to this poor user.
It sent over 7,000 e-mails before my outbound SMTP server died.
I'm a much better developer now :)
Admin
<PChekov>Is even better in the original Russian!</PChekov>
Admin
Lots of people think that US law applies to the whole world. The FBI, for instance.
Admin
The real WTF is sdfjgi.com really isn't registered, was the keyboard mashing changed to protect the innocent?
Admin
Thank you!
Admin
Admin
Admin
Even law firms think that. This page is like the daily wtf, but for lawyers: http://thepiratebay.org/legal
Admin
Don't have a cow, man. He's just trying to help embiggen our vocabularies. If you don't like it, you can eat my shorts.
Admin
At our company, there was recently an incident where test emails were sent to [email protected]. (The testers were non-US citizens who didn't realize that ABC is, well, a major American broadcasting company.)
I don't think abc.com would have noticed a couple of emails hitting their server -- but we did, since they used the ENTIRE COMPANY'S email address in the From: field. needless to say, that was a pretty confusing email until we sorted it out.
Admin
Admin
Once upon a time I was working for a travel booking website and a tester thought it a great idea to enter their email address as <their_name>@<valid_isp_domain>. We shortly received a call from the irate mother of the 11 year old girl we were spamming with booking confirmation emails.
Admin
We had some servers in restart loops. Simple shell script. The server ran in the foreground, in a while loop. if it died, it would go to next command which would send an email and loop back for restart. My boss put it out without much testing. It's fine if the server tries to start and it dies, but if you put in a config that the server wouldn't accept (which i didn't tet for before he pushed out) it just runs. I forgot about it, moved to something else, then we got nailed with 10,000 emails in about an hour. Since many of the people on the list had blackberrys, they got spammed harder, sicne the poor machine wasn't designed to deal with that kind of deluge, not in frequency of mails, storage, or UI to deal with the issue.
We put in a simple sleep, i thought better of my testing on shell scripts, and a kludged form of it is still used today.
Admin
Ahh, the joy of randomly picking domain names. The Guy at donotreply.com even has a Blog where he puts some of the main that he gets whenever someuse uses donotreply.com as a "bogus-mail".
http://www.donotreply.com/ seems down at the moment, but Slashdot featured it: http://it.slashdot.org/article.pl?sid=08/03/21/1737248 http://consumerist.com/371600/the-man-who-owns-donotreplycom-knows-all-the-secrets-of-the-world
and for the german speaking audience: http://www.heise.de/security/news/meldung/105427
Admin
A friend worked for a very large international company and was working on a system to SMS sales reps their daily sales figures every hour on the hour so they didn't always have to call in.
After months of testing they went live and it was great, except the head of sales was complaining he never got any SMS's. Months later they found a typo in his cell number. They'd been sending summaries of tens of millions of dollars of sales to the wrong cell number.
Opps.
Admin
I'm hoping that's a small company, otherwise having a publicly-reachable address for "everyone" would be TRWTF.
Admin
I like how in the us they prohibit spamming but allow people to carry guns.
Admin
Do you retrieve that from the ATM machine with your PIN number?
Admin
In retrospect, we should have noticed the error every time we sat down; but those were heady times, and perhaps we didn't sit down often enough.
Odd to think that both the start-up in question and VISA were formed by hiving off the cream of Bank of America's technical wizards (both PHB and code monkey), yet one is now a multi-billion dollar corporation and the other is a sad repository for orphaned Aeron machines and foosball chairs.
(The core product was based on a re-invention of MUMPS, btw. A fitting commentary on the frothy nature of the bubble, I think.)
Admin
And it's MUCH better in the original Klingon.
Admin
Not just everything else in the network. Lots of freshly minted "programmers" see no problem with checking a setting from a file in every pass of an inner loop. "caching" is for pansies. We actually just let a guy go because of that kind of stuff... his code ran amazingly slow because he did so much repeated processing and expensive function calls inside of inner loops. Not to mention it pretty much just not working very well in general, it broke a ton of other things on it's way down. Programmers who haven't ever actually paid attention to what a system is are often very quick to allocate new objects on the stack or just call a function to get something they need when they need it without ever thinking about the other ramifications of doing so.
Admin
I've been using "[email protected]" for over 10 years as my "you need an email address to sign up to this site and we're probably going to spam the fuck out of you once you do" email, for sites that don't have email validation.
I've often wondered if the guy who owns joes.com ever looks at his email logs.
CAPTCHA: eros. That's hot. (and so are the JLH videos on joes.com right now)
Admin
-Harrow.
Admin
[email protected] is my address for those situations. Given that the purpose of the site is to provide anonymous logins for whatever, I assume they don't mind.
Admin
-Harrow.
Admin
I use [email protected] or the harsher [email protected]. Depends on how upset I am at the site asking for my email address to just spam me :)
Admin
Your regexes are broken
Admin
Well this is not properly email related.
I worked on a project where we customized an email server to allow users to send sms through their email client. It worked for a couple of years with no problems until one day the message queue management got crazy and one message didn't get out of it.
Nobody knew anything about it until our customer received its phone bill the next month...
Well, we discovered we sent the same SMS message 4.000 times to one of their clients mobile phones. She had to change SIM card and number for that... as there are no spam filters for it!
Admin
Well someone's a moron for not knowing what 404 actually means.
Admin
Admin
For some reason, we appear to be stuck with 1970s technology here. It's not like it was any damn good in the 1970s, for chrissake. It's kind of like disco before the glitter ball.
Why are we still putting up with this crap?
Admin
Well, I already knew that the original Russians were Swedish. (Not too far out from Stockholm, if you care to look at a map.)However, the inspiration for Charles Dodgson's poem was in fact Anglo-Saxon.
I'm having trouble looking this up on the Web, which shows how much fucking use that is, but the whole thing is basically a parody of an Anglo-Saxon saga. (Written when he was twenty-three, apparently. We should all have so much time in between fighting off slithy WTFs.)
Admin
nobody has bothered to purchase sdfjgi.com yet?
Admin
No, the real WTF is that example.com is the test domain, but a comment with the wrong domain got highlighted.
Admin
I mean, it's not like you have to have an email server on the other end. Given the state of today's Net, you're in for a huge blizzard of pointless test emails.
Even if all you do is to open a listening socket -- how much damn hardware does this involve?
Admin
Try using [email protected]
Admin
Admin
I was amused to receive the below who, having accidentally emailed this customers, probably had that jubilant Woot smacked the hell off his face by an angry boss when he got back from the long weekend...
From: notifications-noreply@[a hosting company I use] Reply-To: dev@[said hosting company] To: [my personal email address] Subject: Test Date: Thu, 3 Jul 2008 18:36:37 -0700 (21:36 EDT)
Admin
Extra WTF: the American invoking an American law with someone they KNEW was not in the USA, or even on the same continent, since I'm pretty sure you can't be extradited for spamming. (They must have known since they phoned)
Admin
Have you ever even looked at example.com? EVER?
In other words you're the ones whose wrong, next time when you don't know something just don't say anything.