Note: Internet Explorer users may need to install the Adobe SVG Plugin to view graphs on this page.
The Computer Science Department mail servers receive hundreds of thousands of
messages per day. The reality of the modern internet, unfortunately, is that
the vast majority of these messages are scams, unsolicited bulk commercial
e-mail, mail-based denial of service attacks, or outright gibberish, all
otherwise known as spam.
Systems Staff employ a wide array of methods on our central mail servers in
order to protect our users from spam, including:
Scanning for known viruses, blacklisted scammer URLs, and known spam indicators
These methods are explained in detail below, with instructions on how users can
take advantage of these features, where applicable. As always, if you have
questions or need assistance setting something up, contact staff@cs.umd.edu.
Over the past 14 days, we've received 1,178,650 messages from off-campus, averaging 84,189 per day.
We blocked 813,463 of those messages (69%).
Traditional virus and spam testing, currently performed by MailScanner, ClamAV, and SpamAssassin. Every mail message accepted by
Department servers is run through these software packages, which inspect the
content for known viruses, phishing scams, blacklisted URLs, and other
indicators associated with spam. Additionally, we hand-maintain localized
spamassassin rules to supplement scoring on the newest variations from
spammers.
Each mail message is assigned a score based on the occurrence of spam indicators.
If the score is high enough, the mail is marked as spam with the
X-Spam-Status: Yes header, so that users may filter or inspect the
mail as they see fit. Viruses and extremely high-scoring spam are
quarantined, meaning they are not delivered, but kept in storage for one
month in the unlikely case that they are legitimate and needed.
Any user with a unix account can take advantage of the
X-Spam-Status header by setting up procmail
filters. Users who need assistance setting up filtering with this or other
mail setups should contact staff@cs.umd.edu.
Additionally, if you would like to use custom scoring with
spamassassin, you can also run your mail through
your own instance of the program.
Spam engines will often attempt to deliver many messages in a great hurry,
so in addition to DNS restrictions, our servers enforce a limit to the rapidity
of connections from remote sites. This does not block any mail, but does
require spam engines to slow down in their deliveries.
These features are automatically enabled for all department users.