> I did not find a way of doing this through qmail-scanner: is there a way
> of doing this directly with spamassassin ?
Possibly someone else knows of a way with qmail-scanner. If not, you can't
"exclude" it with SA, but you *can* whitelist the list with SA. That will
probably be sufficient.
This will do the trick for you:
header WHITELIST_SA List-Id =~
/(?:dev|users)\.spamassassin\.apache\.org/i
describe WHITELIST_SA SA List
score WHITELIST_SA -100
Someone will doubtless point out that this test is forgable, and potentially
will let real spam into your system. I haven't had it happen yet. But the
possibility exists.
Loren