Bill Talcott wrote:
>
> Each method has its pros and cons, but people were saying that SA
> was blocking their anti-spam development emails, because they
> contained those phrases...
You'd think people developing antispam software would know to disable
their antispam filters for a mailing list discussing antispam filters.

Spamassassin's default rules are exactly that, a default -- you're able to
and maybe even expected to tweak individual rules, the values assigned
to default rules, and the overall threshold to fit with the mail you receive.
It also uses auto-whitelisting and GA to modify its own rules to fit the
sort of mail you receive.
For instance, all of the mail I get through RT has an In-Reply-To header,
because RT always adds it -- but that doesn't stop people sending spam
through RT. So I added a rule with a penalty of 2.0 for a message from RT,
which cancels out the -2.0 score an In-Reply-To header gives.
Cheers,
--Rich