> > so I whitelist on: > > List-Id: <users.spamassassin.apache.org> > > Do you mind posting the exact syntax in your local.cf to do this?
Don't know about the OP's, but mine is header WHITELIST_SA List-Id =~ /(?:dev|users)\.spamassassin\.apache\.org/i describe WHITELIST_SA SA List score WHITELIST_SA -100 You can simplify that a bit if you aren't on the dev list. If the line wraps, there are NO SPACES in the regex. Loren Of course, the better way to do this is not let the list mail get to SA in the first place.