Which of the following is NOT a step to reduce the amount of spam you receive?

A. Reply to spam when you receive it.
B. Don't click links in e-mail messages, even if it's an opt-out link.
C. If your e-mail provider offers a way to report spam, use it.
D. When spam gets out of hand, consider changing your e-mail account so that you have a different e-mail address.

Answer: A

Computer Science & Information Technology

You might also like to view...

When creating a chart, each cell in the blue range finder is a(n) ________

A) data marker B) legend C) data point D) axis

Computer Science & Information Technology

If the derived class classD overrides a public member function functionName of the base class classB, then to specify a call to that public member function of the base class, you use the statement ____.

A. classD::functionName(); B. classB::functionName(); C. classD.functionName(); D. classB.functionName();

Computer Science & Information Technology