Slashdot Mirror


FTC Encourages Consumers to Forward Them Spam

Burl Ives writes "See this CNN Article. 'The FTC encourages consumers to forward any spam they receive to the e-mail address uce@ftc.gov'. I'd say if they've posted their e-mail on the web, they are probably getting as much as the rest of us already, which isn't to say I'm not hoping to see some discussion of using the statistical spam sorters to auto forward a lot to them in encouragement..." I've been using SpamAssassin for some time now with excellent results. Perhaps now I need to have my spam folder auto-forward to the FTC as well.

39 of 261 comments (clear)

  1. What will they do? by pgrote · · Score: 5, Interesting

    I like the idea of forwarding the spam, but the question remains what will they do with it?

    For instance, Yahoo Mail has a feature where you can forward Spam to their Yahoo! Customer Care department. Yet, you don't know what happens.

    I don't know if this is a "feel good" attempt at showing that they are handling spam or they actually run some super secret program and change their spam variables.

    I'd like to see what the FTC is doing with the spam sent to them. Are they going to start a black list? Will they take action against the spammers?

    1. Re:What will they do? by Amit+J.+Patel · · Score: 5, Funny

      I used to send them all my spam, but like you, I started wondering what they did with it. I think I'd start sending them spam if they sent me a summary monthly of:

      You sent us 1385 spam messages.
      We had not seen 18 of them before.
      We prosecuted 58 of the spammers:
      13 were shot
      19 were beheaded
      26 were forced to read spam in prison

      They'd probably get a lot better response rate that way.

      - Amit

    2. Re:What will they do? by AntiNorm · · Score: 3, Funny

      26 were forced to read spam in prison

      I don't think spammers would last long enough in prison to read spam...they'd be too busy servicing their fellow inmates.

      --

      I pledge allegiance to the flag...
      of the Corporate States of America...
    3. Re:What will they do? by Coppit · · Score: 5, Informative

      They prosecute when they can. And (blatant self promotion) they use grepmail to help them. I got a bug report from a guy on the project:

      Specifically, grepmail -r reports a grand total of 3,046,173 messages, but MHonArc generated only 2,558,869 HTML files.

      And you thought your mail archive was big. ;)

    4. Re: What will they do? by Black+Parrot · · Score: 3, Funny


      > I like the idea of forwarding the spam, but the question remains what will they do with it?

      They're just looking for good deals on toner cartridges.

      --
      Sheesh, evil *and* a jerk. -- Jade
    5. Re:What will they do? by Eric+Damron · · Score: 3, Insightful

      "I used to send them all my spam, but like you, I started wondering what they did with it."

      Make a quilt maybe? hehe

      Seriously, they are probably trying to gather data to support some kind of action or to get a better sense of what should be done.

      Unfortunately you won't see a complete ban on spam. Likely there will be 'acceptable spam' defined.

      I believe that they will adopt a 'honest email' policy. That is all email is okay if there is no deception. Truthful return address, subject line and an opt-out method that isn't used to gather the email addresses of 'the live ones.'

      One State (I don't remember which.) is considering requiring all spams to contain some standard indicator in the header that would allow users to easily identify the email as spam. Like 'ADV.' Of course the spammers don't want their emails to be easily identified for what they really are. That would make it too easy for ISP's to bit bucket them.

      I do feel however that we should be given the power to reliably identify spam. Opt-out strategies do not work. Obviously if your email address is being sold and traded by hundreds or thousands of spammers, you could spend a lot of time from now until hell freezes over opting out again and again and again.... If all legal spam carried 'ADV' in the header we could opt-out ourselves by filtering the junk. Spam that didn't carry the 'ADV' flag would have to be treated seriously and offenders fined, jailed or killed. :-)

      --
      The race isn't always to the swift... but that's the way to bet!
  2. from the posting by no+reason+to+be+here · · Score: 3, Insightful

    I'd say if they've posted their e-mail on the web, they are probably getting as much as the rest of us already

    most spammers are smart enough not to spam a .gov e-mail address.

    1. Re:from the posting by dizzy8578 · · Score: 3, Funny

      checking my inbox, I see 6 spams in the last week addressed to my "abuse@" alias..

      Don't overestimate a spammers ability to even know where the spam is going

      P. T. Barnum was right :)

      --
      *"Cogito Ergo Liberalis"*
  3. How about international use? by vidnet · · Score: 4, Interesting

    Should I forward my spam even though I'm not American?

    1. Re:How about international use? by Angry+White+Guy · · Score: 4, Insightful

      If you're that interested, I would forward anything that apparently originated from the US, or is promoting US company interest. And lobby your government to do something about spam coming to your accounts.
      Hopefully, an honest attempt will be made by the US authorities to combat spam, and it sets a precident in other countries.

      Now if only Nigeria would set one up, I could do something about those damned 419 emails I keep getting!

      --
      You think that I'm crazy, you should see this guy!
  4. Self-inflicted DDOS by tuxedo-steve · · Score: 3, Funny

    Heh, FTC slashdots self.

    --
    - SMJ - (It's not just a name: it's a bad aftertaste.)
    1. Re:Self-inflicted DDOS by RiotXIX · · Score: 5, Funny

      ...and then blames terrorists.

      --
      "You know you don't act like a scientist, you're more like a game show host." Dana Barret
  5. If... by darkov2 · · Score: 5, Funny

    ...we find FTC commissioners have suddenly become very thin and rich with enourmous penises, we will know they got the spam.

  6. Sample .procmailrc and .forward file by Anonymous Coward · · Score: 5, Informative

    To use with spamassasin username is "cartman"

    bash-2.05$ cat .forward
    "|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #cartman"

    bash-2.05$ cat .procmailrc
    LOGFILE=/home/cartman/proc.log

    :0fw
    | /home/cartman/SpamAssassin/spamassassin -P -c /home/cartman/SpamAssassin/rules

    :0:
    * ^X-Spam-Status: Yes
    /dev/null

    Yeah and lets stay anonymous not to be a carma whore...

    /cartman

    1. Re:Sample .procmailrc and .forward file by tiny69 · · Score: 3, Informative
      # forward to ftc
      :0 c
      ! uce@ftc.gov
      That would forward _EVERYTHING_ to them. If you are going to do that, you might as well switch the email address with narc@fbi.gov. You need something to filter on:

      # forward to ftc
      :0c
      * ^X-Spam-Status: Yes
      ! uce@ftc.gov
      --
      Go not unto/. for advice, for you will be told both yea and nay (but have nothing to do with the question)
  7. filtering by Datasage · · Score: 3, Informative
    I've been using SpamAssassin for some time now with excellent results. Perhaps now I need to have my spam folder auto-forward to the FTC as well.


    I'm using spampal for Windows with Outlook. i have the filters set up to forward it to the ftc and delete the email. Spampal is avalable here.
    --
    In America we are imprisoned by our fear of them.
  8. human spam filters? by dankelley · · Score: 3, Interesting
    Since automatic spam filters seem to be somewhat problematic (e.g. the one used at my university has way too many false positives to be useful), I wonder if there might be a new industry for human spam filters?

    The question is, how much would you pay to have somebody delete a spam message? If it's 1 cent, and if the person could kill one every 5 seconds (which seems pretty reasonable ... I don't even read the whole subjectline before deleting most spam), then we are at about 7 dollars an hour. Given that this is not a high-skill task that could be done from the home (possibly in the third world, where $7/hour is a very high wage), we may have a new industry here.

    For less than the price of a coffee per day, a user gets spam-free email, and somebody else gets to pay the rent.

    Of course, there is a downside: somebody might pay the anti-spam folks money to look the other way on some messages. And there is a privacy concern.

    So, am I nuts?

    1. Re:human spam filters? by Angry+White+Guy · · Score: 3, Interesting

      In a word: yes
      In two words : damn skippy!

      It sounds like an ideal setup(aside from privacy concerns), but in a third world country, people probably wouldn't be able to read english, let alone the hundreds of other languages which exist.
      We are never going to stop spam completely. We just have to take measures to reduce the amount of spam that we do get to tolerable levels. RBL's, sane filter rules, and products like SpamAssasin (gratuitous plug) help. And don't be afraid to blackhole countries. I know absolutely nobody from China, Korea, the Netherlands, or a host of other countries, so I shut them down. I don't want emails describing hot asian teens, hardcore lesbians, or hot rear action (Thanks to Drew and Mike on 101 WRIF in Detroit for that term, listen to the webcast 6-10am EST), so I filter that. I make gratuitous use of aliases for published e-mail accounts, so when one starts filling up, I shut it down.
      Spam is a consequence of the internet. Think of it as a badge of honor. The longer you're on, the higher your spam potential. Just don't let it reach critical mass.

      --
      You think that I'm crazy, you should see this guy!
  9. Old news by mutende · · Score: 3, Informative
    The FTC encourages consumers to forward any spam they receive to the e-mail address uce@ftc.gov

    This is old news (26th April 2001).

    --
    Unselfish actions pay back better
  10. Increasing the waste of resources by ergo98 · · Score: 4, Insightful

    Is this really necessary? Personally I'd think a much better approach would be to simply set up test accounts (not with .gov, but I mean on AOL, local ISPs, etc) and reference the email on a couple of webpages, and perhaps in a usenet posting. They will, without any doubt, very quickly get every spam that everyone else gets, without getting hundreds of thousands of duplicates of each and every spam. This idea of forwarding all spams, either a request or some people who have mentioned that they do this by default, is just a grotesque waste of internet resources, doubling or tripling the damage a spam does.

    Having said that, spam is grotesquely out of control: My hotmail inbox now gets about 90 spams a day, and while Hotmail's spam filter catches most of them, I still have a noise floor as a dozen or so make it into my inbox every day (and conversely I have to go through the Junk Mail folder every week or so as real emails get stuck in there, particularly when associates or friends use subject lines like "BTW").

  11. This is news? by uhmmmm · · Score: 4, Interesting

    Heck, it even made it into a slashdot poll

  12. Ironic by erroneus · · Score: 3, Interesting

    I just recieved from SPAMCOP.NET what I suspect might be 'SHAKEDOWN Email.'

    I own a domain but do not operate it. (I will not disclose the domain because that just makes me a target so you will forgive my lack of being specific on this.) My email server will recieve email for this domain, but there is no active use for it. My server has no open relays.

    They sent me an email saying there has been or are complaints. This is the smaller part of the email. The rest of it is advertising services to me... SELLING ME THINGS and delivering propaganda.

    When a bulk of the email contains advertisment of services and only a small portion of it delivers vague and unsupported information, I have to believe it's SPAM.

    Is this a standard practice for SPAMCOP.NET?

  13. Read about Microsoft's efforts to do this. by fmaxwell · · Score: 5, Funny
    From http://www.bbspot.com/News/2002/03/block.html

    Microsoft Unveils New Spam Blocking Technology
    By Francisco Rangel

    Redmond, WA - Microsoft has taken a new step in the ongoing fight against spam. The software company will offer a new Spam Blocking service named "Block XP". Initially, the service was tested on Hotmail accounts, but now is included as an IIS Service.

    At a press conference, Steve Ballmer explained, "Our new system is guaranteed to only let through the e-mail that you want to see." He then proceeded to dance around singing, "Unspamable! Unspamable! Unspamable! Unspamable!"

    Bill Gates spoke to the audience, explaining how the system works. "We've replaced unreliable computer filtering with specially trained third-world laborers. These workers, or 'Spam Blockers' as we like to call them, will personally check each and every one of the e- mails you are getting. Any suspicious messages will be sent to a Junk Mail folder or deleted right away."

    The initial Hotmail users, were impressed by the new technology. "This system really has cut down on the spam I've been receiving. Come to think of it I haven't gotten any e-mails recently," said Harold Gorman, MSCE.

    Consuela Xiang a 12 year old veteran employee of Microsoft's Block XP project said, "I get mail. I delete mail. I eat today."

    Some users did remark that they were receiving more "special offers" about Windows XP and MSN than they did before the system was put in place.

    George W. Bush chastised Microsoft for exporting e-mail monitoring jobs when the US had a fully staffed FBI already in place.


    Sorry, but it looks like someone beat you to the idea. ;-)
  14. Re:Some costs of spam. by realgone · · Score: 5, Informative
    Ah, the "lost time" argument -- rhetoric at its most manipulative and least accurate. (Nothing personal against you, arkham. Your post was actually an entertaining read.)

    The fallacy here is in assuming that every employee exists in a continual "on-and-working" state from the moment she sits down at her desk. Under such an assumption, 10 seconds spent doing something else equals 10 seconds of quantifiable production loss. Problem is, most white-color jobs are task based: I need to get X done today, where X equals a presentation, a subroutine, a sales call to Duluth -- whatever. Ten seconds spent doing something else don't result in 10 seconds less of X.

    The only place where these efficiencies would truly come into play is repetitive (and, might I add, borderline inhumane) assembly line work like meatpacking. And I'm assuming most meatpackers are less concerned about getting spam than making it.

    Heck, given the original argument, we could calculate astronomical amounts of monetary loss for just about everything. Employee time spent blinking could bankrupt a third world country. The time spent typing smiley faces? There goes Luxemburg. =)

  15. Re:I won't do it by Guppy06 · · Score: 4, Insightful
    "and that the government should not be allowed to restrict the free flow of information"

    Please allow me to gratuitously quote myself:
    I have seen some ineffective bills drift through both houses of Congress that are written to allow unsolicited messages so long as they have an "opt-out" mechanism. Ignoring the fact that such legal loopholes would essentially negate the law entirely (can you prove that you tried to opt out?), it quite literally sickens me the way some of your fellow members of Congress feel that spam is somehow an issue dealing with the freedom of speech. The mere existence of the internet and the supposed changes it has on how business and the legal system work (even though such "changes" have been shown to be a lie) have helped to convince these poor fools that people should somehow have a right to use and abuse the property of others. Does my neighbor have the constitutional right to break my kneecap so long as they provide me with the ability to "opt out" of future kneecappings?

    The United States Constitution guarantees that all citizens are free to say what they want. It does not guarantee a soapbox upon which they can say it. Just as I am not guaranteed the right to have a billboard on Interstate 10, spammers should not have the "right" to use the resources of others simply because they're there.
    Spam isn't about the "free flow of information." It is the equivalent of graffiti. You are free to say whatever the hell you want, just don't use my e-mail account space.
  16. Where's the government bunco sqad? by swb · · Score: 3, Interesting

    I thought one of the police jobs for the federal governemnt was investigating and arresting people for committing fraud. Why aren't they doing it to spam businesses?

    Most people are pissed about spam because its unwanted email and the popular focus has been on limiting or controlling unwanted email. I think this is misguided, because the spammers (both the freelance mail senders and those who do their own sending for their own products) tend to join forces with the more legitimate direct marketing community and bring the debate about stopping spam to a standstill.

    I think a better tactic would be to go after the products and services being sold via spam. IMHO nearly all (95%?) of them are fraudulent or illegal. If you eliminate the fraud businesses behind the spam, I think the spam itself will dramatically lighten up.

    Going after the people that send the mail is also very difficult since you don't know where they are and many spams are impossible to track the origin. But in order to sell something you have to at least be reachable enough to be paid, and that should make it much easier and less resource intensive to find the fraudsters and put the screws to them.

    While I like the idea that getting rid of the unsolicited email in and of itself, I think its also the least effective way to get rid of spam.

  17. Re: Scam Canada by rakerman · · Score: 3, Informative
    In Canada, the main organization set up to deal with phone / snailmail / email fraud is PhoneBusters.

    You can forward email scams to them at the West African Fraud Letter address. The RCMP webmaster said "This is now a general account for all scam letters."

  18. This is not the firts time ... by Tsk · · Score: 3, Informative

    This has already been done in France the email adress is spam@cnil.fr.
    So many people did the forwards that the mailbox was Full almost everyday. They thought One person could deal with all the mails : they were wrong so they updated the mailbox and said they'll carry along with thos forwarded mails.
    The results from these mails will permit to create a law to ban spamming in France, thus starting something in the EU, that would force a EU law for Spam.

    --
    none Yet.
  19. NO!!! by norweigiantroll · · Score: 3, Funny

    It's a trick to get you to open and read your spam, to promote the US economy!!! Don't fall for it!!!

  20. SpamAssassin by ceswiedler · · Score: 5, Informative

    For me, the killer app for using Linux at home was fetchmail / IMAP / procmail / SpamAssassin. I was using POP3 to download email from several accounts, into mail clients at home and at work. I was tired of re-downloading the same messages, and of sorting the messages into folders in one place and having those changes not reflected other places.

    So I set up my Linux server, which up to that point didn't do much except NAT, to fetchmail my messages from various accounts, run them through procmail and Spamassassin, and then publish the messages via IMAP. Now my email is accessible from anywhere, through an IMAP client or over the web (running IMP) or through ssh/pine. It's filtered for spam and sorted into folders, and I can back it up easily.

    I wish Mozilla mail supported addressbooks stored in IMAP folders, but instead I have to run an LDAP server (way overkill) to manage contacts. IMP's address book component, Turba, is just about the only LDAP client which acts like a sensible contact manager and allows adding / editing entries.

    I'm serious when I say this is a killer app for me. Before, I could have replaced my Linux server with a NAT router and not really missed it. Now it's essential to the way I work and communicate.

    1. Re:SpamAssassin by ceswiedler · · Score: 4, Informative

      If I have time I'll write a formal HOWTO and maybe submit it to /. In the meantime, here's a synopsis:

      You need a Linux machine with a static IP address. If you can't have a static IP I suppose you can play games with dynamic IP addresses to access the server. Get a DNS entry to make it easier to access.

      Set up fetchmail . Fetchmail is a simple program (written by ESR) which downloads mail via POP or IMAP. You configure it with your mail server, username, and password, and it downloads mail to the local machine. Actually, it re-delivers your mail locally. Your remote email might be chris2912@earthlink.net, and your username on your Linux server might be ces; fetchmail delivers the mail it downloads to ces@localhost.

      At this point, you can use pine or mutt to read your mail. By default, they read mail from your local spool. Note that your "inbox" is /var/spool/mail/username, but other mail folders are usually under your home directory. Configure pine or mutt to put your mail folders in ~/mail.

      Install procmail. Procmail allows you to set up filters for handling mail. It will let you move mail to a folder based on sender (something like various mail client's rules) and more importantly, it will let you run SpamAssassin (or junkfilter, but I recommend SpamAssassin). Set up procmail to run SpamAssassin on each email, and then either delete the spam or move it to a certain folder. The SpamAssassin documentation is pretty clear on how to do this. Make sure procmail is configured to use the folders in ~/mail.

      Install an IMAP server. I use the standard UW server; there are others. The UW server runs via [x]inetd. I recommend setting up the SSL support (imaps).

      What IMAP does is allow you to access your email remotely, without downloading it like POP. Mail is kept on the server, in folders. Through an IMAP client, you "subscribe" to a certain set of folders; these are the only folders IMAP clients will see. You want to configure your IMAP clients to use ~/mail as your root folder; otherwise you will see any other folders in your home directory (IMAP isn't limited to email).

      When you set up an IMAP client (Outlook will work, though Outlook 2000 has an annoying bug, always reporting "server dropped connection", I use Mozilla mail) you provide the IP address of your server, and your username and password on that server.

      IMAP is strange about deleting. Many IMAP clients by default want to move deleted messages into a folder. That's okay if you want to do that, I prefer to actually delete them. Even if you actually delete a message, it is only marked as deleted; it's still there until you purge it. Pine asks if you want to purge messages when you leave a folder; other clients do similar things.

      Finally, install a web email package. IMP is the best, but it can be very hard to set up. I resorted to another package called squirrelmail before I finally got IMP set up. Squirrelmail is perfectly fine. Configure the package to use IMAP, using localhost as the server.

      That's the basic points. Email me at ceswiedler@mindspring.com if you want any further help.

  21. Expiring subdomains are very helpful against spam by DocSnyder · · Score: 4, Interesting
    If you're running your own DNS and email server, use email addresses with subdomains which will become invalid after some time.

    For example, I'm a quite active Usenet poster, using "[something]@expires-[year][month].[mydomain]" as my email address. "expires-200209" means the entire subdomain will be kicked after Sep 30. After that time, the spammer won't find a MX record for that subdomain and has no possibility to annoy me with his junk.

    For legitimate correspondents, I'm telling them email adresses with a subdomain which will never expire or only very far in the future.

    Running the risk of having my cute web server /.'d until it blows the whistle, here is a more detailed draft.

    /.
    DocSnyder.

  22. Hmm by langed · · Score: 3, Informative
    I hate to sound like I don't think this is news... But it's not. CNN just decided to let the rest of you in on something that the FTC has been doing for a long time. For example, even I mentioned it in one of my previous messages. And that comment was from a post called Spamming Gets Expensive in Utah and Ohio, which happened a little over a month ago. I've been emailing uce@ftc.gov messages for about 6 months now.

    As for what they are going to do with it--us not-so-paranoid people would expect them to use it to generate a "paper trail", a collection of evidence, for the location, apprehension, and prosecution of said spammer. We who are paranoid may worry about the government taking a sudden interest in us when they discover we exist, but I would tend to think that argument is well worn and a little unfounded anyway.

    Nevertheless, it's always nice to see it happen when the public gets a startling revelation of what they really have at their disposal--lots of people simply don't know, and since they don't know, they can't very well take proper advantage of the tools afforded them as US citizens.

    Now, if you go look at Spam Laws you'll see the US has been considering a few federal bills, but haven't gotten anywhere yet. But a lot of states do have laws in effect--whether these have had stood up in court is another question...

  23. Opting out is NOT the right way by Skapare · · Score: 3, Interesting

    How many times do I have to opt out if a million businesses decide to take up spamming over the course of the next year or so. Sometimes I get over a dozen different copies of exactly the same spam from exactly the same sender, sent to a dozen different email addresses. These are legitimately different addresses because they have different roles. Of course a spammer won't know they go to the same person. But sending spam to them is essentially OFF TOPIC because their role isn't to respond to advertising.

    Until the FTC (and this may require Congress to do this) adopts the principle that opting *IN* is required first, and that I should not have to go to the trouble to opt out if I never opted in in the first place, then as far as I'm concerned, any actions by the FTC is misguided and useless.

    --
    now we need to go OSS in diesel cars
  24. Re:No Fallacy Whatsoever by Howzer · · Score: 3, Interesting
    You've still missed the point.

    Imagine, say, the outcry if you regularly got sales calls at work from telemarketers. Even if you were able to hang these calls up in a second or two, they would still be a completely unwarranted disturbance to your working routine, and heads would undoubtedly roll.

    Why is spam any different? Your argument about yawning, etc, is totally spurious as this time is already factored in. In effect, the company PAYS you to be comfortable at work (ie. breathe in and out, shift in your chair, etc.) so you can be maximally productive. They DO NOT pay you to read advertisements for penile enlargement products, throw the paper version of such advertisements in the wastepaper basket, hang up the phone on such telemarketed advertisements, or delete the same email advertisements from your inbox.

    I've never heard anybody who wanted to keep their job say they were going to miss any project meeting, by the way, but I have certainly heard people wish they had, say, another 10 productive minutes at a crucial time of the day, so they could go to that meeting more prepared.

    Spam costs individuals time. Time they do not chose to spend - and that's the key. After all, time is money as we all know.

  25. WTF? by CaptainSuperBoy · · Score: 3, Informative

    They have been doing this for years now.. It could be as long as 5 years uce@ftc.gov has been accepting spam. Talk about your old news. And all the slashdot drones eat it up like it's some kind of spam revolution.. "Wow, Uncle Sam will help us fight spam! Gee whiz!"

  26. Re:Be Careful What You Wish For by elemental23 · · Score: 4, Interesting

    I had exactly the opposite problem. Earthlink has an address where you can forward spam, and every time you do, they send you an acknowledgement message!

    What address are you sending it to? Spam originating outside Earthlink's network may be sent to junkmail@earthlink.net. This mailbox does not send an auto-response. You will get an auto-response if you send mail to abuse@earthlink.net (or variations, ie, abuse@corp.earthlink.net, etc), but you should only send mail to abuse if it originated on Earthlink's network.

    Then I carefully read their web page about forwarding. The only people they are going after are the ones that use Earthlink's own facilities to send spam.

    This is correct if you are referring to mail sent to abuse. What can Earthlink do about spam from a MSN (for example) user?

    Mail sent to the junkmail address, on the other hand, is forwarded on to Brightmail who runs Earthlink's Spaminator. They will consider it for inclusion in their incoming mail filters. So this mail is being looked at, and something is being done with it (albiet not by Earthlink directly).

    --
    I like my women like my coffee... pale and bitter.
  27. Re:It's only fraud if... by swb · · Score: 3, Insightful

    I don't think the simpleminded "But I didn't know it wouldn't work" excuse really carries any legal water. It might get a 5 year old out of a spanking for taking cookies from the cookie jar, but I don't think it allows someone to feign ignorance to sell magic pixie dust.

  28. Re:No Fallacy Whatsoever by Steve+B · · Score: 3, Interesting
    These seconds aren't additive (to uptime) but subtractive (from downtime).

    Nope -- a given person works about the same percentage of the time on average. Being put under the gun will push the percentage up for a while; getting ahead of schedule and having the boss on vacation will let the percentage down for a while -- but in the long run it stays more or less constant.

    Someone deprived of his usual downtime one day will make it up later, one way or another, to blow off the stress. (If anything, the annoyance of being spammed is likely to raise the overall percentage of "down time" by adding just a bit more grind to each day.)

    --
    /. If the government wants us to respect the law, it should set a better example.