We use spamassassin for identifying SPAM, but we do not do system-wide filtering. It's up to each user to filter out the identified SPAM messages using his/her own email client.
spamassassin marks each message it considers SPAM by adding "[SPAM]" in the subject of the message, but please be aware that spamassassin isn't 100% accurate, so legit messages may be identified as spam from time to time, which means that you'll lose those messages if you simply junk all messages marked as "[SPAM]". We suggest to save all marked SPAM messages in a mail folder, which should be inspected for non-SPAM and then emptied on a regular basis.
You can report the SPAM message manually by saving the message (on max2) and using the command
spamassassin -r < messagefilename
it's also possible to pipe the message to spamassassin in pine (on max2) by selecting the message and using the pipe (|) command and then enter the command "spamassassin -r"
You can report a HAM (non-SPAM) message identified as SPAM by saving the message (on max2) and using the command
spamassassin -k < messagefilename
it's also possible to pipe the message to spamassassin in pine (on max2) by selecting the message and using the pipe (|) command and then enter the command "spamassassin -k"
Yes, use the command (on max2)
spamassassin -r --mbox < messagemboxname
where messagemboxname should be in unix mbox format (e.g. mail folders created by pine).
menu (m) -> setup (s) -> rules (r) -> filters (f)
[more info]
add this recipe (e.g.) to your procmailrc file (on max2):
:0 : * ^Subject:.*\[SPAM\] SPAM
Note: using procmail as filter can be dangerous because procmail recipes aren't intuitive and slight mistakes could mean losing mail messages. So it's recommened that the internal filters in mail clients be used instead.
There seems to be a campus-wide email filter for filtering incoming email messages sent to any official @stonybrook.edu or @sunysb.edu email addresses, so if some of your incoming messages to those addresses bounced, the campus-wide mail filter is the likely culprit. This is a rather bad policy because the campus-wide mail filter quite often identifies non-SPAM messages as SPAM. If you don't like it, we suggest you should send them a complaint:
telnet@notes.cc.stonybrook.edu support@noc.stonybrook.edu
All outgoing messages from campus are scanned and filtered by some virus scanning software. It's not clear whether the software also scans for SPAM.