I have a fairly simple spam filter mechanism in place which uses a list of naughty words which are likely to be from spam (I use these for post content as well as user profile fields etc).
I currently have:
array ('shop','bags','shoes','shag','watches','sales','health','insurance','trader','wedding','casino','hack','ps3','cheap','episode','accessories','movie','nobod.info')
What lists are you using? I'm adding/changing words all the time, so seeing other lists could be a big help!