Berkeley CSUA MOTD:Entry 34825
Berkeley CSUA MOTD
 
WIKI | FAQ | Tech FAQ
http://csua.com/feed/
2025/04/03 [General] UID:1000 Activity:popular
4/3     

2004/11/11-12 [Computer/SW/Languages, Computer/SW/Mail] UID:34825 Activity:moderate
11/11   Simple question I suppose, but this happened to me with an ISP in
        Japan. Have two email accounts set up.  First account has forwarding
        to the second account.  The 2nd account recently set up a vacation
        reply. So mail arrives in first account, is forwarded to 2nd account,
        which in turn generates vacation reply, which the first account gets,
        it forwards that email, another vacation response is generated and
        received, etc, etc.  Pandemonium ensues.  The ISP called it a
        denial-of-service attack and is threatening to cut off service.  But
        this was an honest mistake (2nd account is used by a colleague and he
        set up vacation response on his client without telling me.)  Question:
        would any other ISP (or Soda) have been able to prevent this, or at
        least stop it before it brought down their system?
        \_ a reasonable vacation reply mechanism would implement loop
           detection headers and/or duplicate message-id checks (as should
           any other auto-responder).
           \_ Not to mention keeping track of recipients.  Your first
              ISP should also have some kind of reasonable loop detection.
              Tell them both that the gaijin tech gods have spoken and that
              they should get /<l00 or we'll whip out the black ships. -John
           \- Thanks for the replies.  Should these checks have been
              implemented on server software, client software (maybe there is
              a setting for "reply once"?), or both?
              \_ basic rule of computing: never trust clients, never rely on
                 clients to do the right thing.  your isps are both stupid.
                 \_ Not even a 'trust' question--this is basic mail server
                    config 101.
                    \_ I was making a more general statement about all client/
                       server relationships, not just mail.
           \_ But isn't a vacation responses a separate piece of e-mail
              similar to when the user does a reply, instead of a re-route of
              the original?  How does loop detection help in this case?
              \_ It should not be similar; it should have a Precedence: junk
                 header, among other things.  And as noted above, the vacation
                 program should keep track of recipients.  -tom
              \_ it should notice its own message sent  back to itself and
                 not reply.  this would solve OP's problem.  you are right
                 that this might not help two vacation systems in a volley,
                 but that is caught by not sending vacation notices to the
                 same recipient within some time period, e.g. a week.
ERROR, url_link recursive (eces.Colorado.EDU/secure/mindterm2) 2025/04/03 [General] UID:1000 Activity:popular
4/3     

You may also be interested in these entries...
2010/3/8-30 [Computer/SW/Unix] UID:53745 Activity:nil
3/8     I have a mod_rewrite question that I think should be straight-
        forward but I think I'm not getting something.
        I have a virtual server with some root, say /home/user/public_html/
        and in there I have two subdirs, say /app1/ and /app2/
        and i want the following:
        http://mysite/app1   -->   /home/user/public_html/app1
	...
2009/4/24-28 [Computer/SW/Languages/Functional] UID:52902 Activity:nil
4/23    what book is this?
        "I'm reading this horrible horrible book about a programmer
         from silicon valley that gets magically
         transported into some world where magic is real
         and uses computer programming skillz to become the world's
         greatest sorceror … in book 1 of the series
	...
2008/4/2-6 [Computer/SW/Languages/C_Cplusplus] UID:49645 Activity:moderate
4/2     Is there an interpreted version of C or C++ that can be used for
        educational purposes? It doesn't have to be full-featured or
        strictly adhere to the standards, but it's painful for students
        to change a variable in a for loop and then wait for a compile
        to see how it changes the result. Something really lightweight
        would encourage them to play around a lot more and learn more in
	...
2007/11/27-30 [Computer/SW/Languages/C_Cplusplus, Computer/SW/OS/Solaris] UID:48701 Activity:high
11/27   I'm using select to do a nonblocking check to see if a single socket
        has anything to read off it.  Problem is, I can have up to 12228
        file descriptors, and Linux fd_set only supports up to 4096.  Any idea
        what I can do about this?  (Or a better solution?) -jrleek
        \- 1. who are you
           2. i am busy this week and you didnt mention language
	...
2007/11/13-21 [Computer/Networking] UID:48628 Activity:low
11/13   If I have a application on machine foo sending data really fast to
        an application on machine bar via TCP, and the bar applications job
        is write that to disk as fast as possible, what happens if the
        network stream is faster than the disk writes?
        \_ Look up the differences between TCP/IP flow control and
           congestion control. The answer is in front of you.
	...
2012/10/15-12/4 [Computer/SW/Mail] UID:54501 Activity:nil
10/15   What's the soda email client these days?
        \_ Don't know.  /usr/bin/mail hasn't been working for a while.
        \_ forward to Gmail.
        \_ mutt works for me
	...
2012/8/29-11/7 [Computer/SW/Security] UID:54467 Activity:nil
8/29    There was once a CSUA web page which runs an SSH client for logging
        on to soda.  Does that page still exist?  Can someone remind me of the
        URL please?  Thx.
        \_ what do you mean? instruction on how to ssh into soda?
           \_ No I think he means the ssh applet, which, iirc, was an applet
              that implemented an ssh v1 client.  I think this page went away
	...
2011/11/14-30 [Computer/SW/Security] UID:54228 Activity:nil
11/14   Social Engineering call centers:
        http://www.itbusiness.ca/it/client/en/home/News.asp?id=64887
	...
2011/2/14-4/20 [Computer/SW/Unix] UID:54039 Activity:nil
2/14    You sure soda isn't running windows in disguise?  It would explain the
        uptimes.
        \_ hardly, My winbox stays up longer.
        \_ Nobody cares about uptime anymore brother, that's what web2.0 has
           taught us.  Everything is "stateless".
           \_ You;d think gamers would care more about uptime.
	...
2011/4/6-20 [Computer/SW/Mail, Computer/SW/Unix, Industry/Startup] UID:54078 Activity:nil
4/6     My company is evaluating version control systems. Our two candidates
        are Perforce and Subversion. Anyone worked with both and have good
        arguments one way or the other? (These are the only two options we
        have.) We're most interested in client performance, ease of use, and
        reasonable branching.
        \_ I'll be 'that guy'. If perforce and subversion are optins, why isn't
	...
2010/8/8-9/7 [Computer/SW/Languages/C_Cplusplus, Computer/SW/Languages/Web] UID:53914 Activity:nil
8/8     Trying to make a list of interesting features languages have
        touted as this whole PL field comes around, trying to see if they
        have basis in the culture of the time: feel free to add some/dispute
        1970 C, "portability"
        1980 C++, classes, oop, iterators, streams, functors, templates
             expert systems
	...
2009/8/3-11 [Computer/HW/Laptop] UID:53235 Activity:low 70%like:53232
8/1     Where is the mac desktop going to go? It seems all the development
        in sw/hw now is for the iphone, imac.  2 finger Gestures won't work
        on the desktop.  What happened to the xserve line?
        \_ Two finger gestures DO work on the desktop.  Have you used a new
           Apple laptop lately...they support up to 5 finger gestures.
           \_ you're making my point even harder, do the 5 finger gestures
	...
2009/7/22-29 [Computer/SW/Mail] UID:53183 Activity:nil
7/22    How many people here use rss/atom, and how many people don't use it
        at all? If you use it, what client do you use? I'll start.
        \_ mix of google reader and safari subscription                 -kchang
        \_ I go to <DEAD>blogger.com<DEAD> and http://livejournal.com
        \_ I use NetNewsWire on mac.
	...
2009/4/26-29 [Computer/Networking] UID:52910 Activity:nil
4/25    I have an Airport Express.  is there some way to let computer
        1 ping computer 2?  both computers are connected to wireless network
        successfully.  I can get to internet on both of them.  I just can't
        ping each other.  weird.  maybe they think that's a feature?
        \_ Sounds like your router is enforcing client isolation. If you can't
           change the setting on the router you're probably SOL.
	...