Internal Info: Admin Computing Personnel Safety Stores Teaching Web email Links: Funding Bodies Learned Societies University of Oxford World Wide |
Spam Filtering
Unsolicited email, or spam, is widespread and everyone receives it. Some of it is offensive and most of it is just annoying. Senders of spam do not care how many messages they send out or whether those addresses are targetted to potential customers. The marginal cost of sending to an extra address on their lists is zero.
Spammers get your address by various means:
It is important never to reply to a spam mail, or to click on any "Unsubscribe me" link. This just verifies that your email address is real and is being read by someone. Your address will be likely to attract further spam emails.
The To: address is easily faked, so that spam to a list of people including yourself may appear to be sent to someone else (this is the way mailing lists work, by using a To: address which is the mailing list address).
The "From:" address of an email is not used by mail delivery software. It is trivial to fake the "From:" address and make it appear that the unsolicited email is coming from another company, a colleague, or even from your own address. Therefore replying to the "From:" address is not recommended and will do one of three things:
Ignore it. Delete it. Don't waste your time.
However it is annoying to have to wade through lots of this stuff, so it would be a good thing to filter it out.
OUCS run filtering mechanisms which you can opt in to:
If you look at the email "headers" (information at the top of any email message) you will find an extra line of text such as:
X-Oxmail-Spam-Level: ***The number of asterixes after X-Oxmail-Spam-Level: show the likelyhood that the message is spam. (To look at the message headers, your email program will probably have options under the "view" menu such as "View Full Headers" or "View Source"). The line of text is inserted if the spam filtering mechanisms on the mail server think that a particular mail is spam. It is possible to filter mail that has this header line.
The filtering mechanism normally works very well. However there is a real risk of characterising genuine email as spam and missing an important message, so for this reason it should not be deleted immediately. To avoid these false positives, mail characterised as spam should be delivered to a separate mail folder, "Junk". "Junk" should be reviewed periodically, after which the spam can be deleted.
Although there are filtering mechanisms in many email programs, it is better to filter on the mail server when messages get delivered. In this way the spam filter will be in place whatever email program is being used.
In Netscape 7 and Mozilla mail, message filter controls are on the Tools menu. These programs also have their own Junk mail filters. However, the technology is not as mature as the filtering done on the server, and again your email is not filtered if you use another program.
SHELL=/bin/sh
# junk mail filtering using OUCS SpamAssassin header with score 5 or more :0 * ^X-Oxmail-Spam-Level: \*\*\*\*\* |/usr/local/bin/dmail +mail/Junk
You may also like to visit the OUCS pages on junk mail