Subscribing to Mailing Lists
Limitations of E-mail
A caveat about mailing lists: Mailing lists have their strong points, but
generally speaking, you'll get a lot more help via direct, human interaction.
Go to office hours, go to the lab and talk to a consultant, TA, or instructor.
In particular, it is nearly impossible to debug programs via email; so
taking those kinds of questions directly to a human is the best approach.
Finally, you should never post homework related code to any mailing
list.
How do I subscribe?
To subscribe to a mailing list, send e-mail to majordomo@cs.washington.edu;
with the line
subscribe cse373
in the message's body (not its header).
Within minutes (or sometimes hours), you should receive a response confirming your addition to the list.
Avoid Embarrassment!!! When subscribing to a list, make sure you
send your "subscribe" message to majordomo@cs -- not to the mailing list!
Otherwise you'll send a message to all the students already on the list.
If you want to leave a list, send an "unsubscribe" message to majordomo
instead:
unsubscribe cse373
Additional Information
You can find general information about how to use mailing lists in here.
yi@cs.washington.edu