Once 3.02 was installed, I sent myself something that should be detected as spam yet it wasn't. Here is the header:
X-Spam-Status: No, score=3.1 required=4.0 tests=ALL_TRUSTED,AWL, DEEP_DISC_MEDS,DRUGS_ANXIETY,DRUGS_ANXIETY_EREC,DRUGS_DIET, DRUGS_ERECTILE,DRUGS_MANYKINDS,DRUGS_MUSCLE,DRUGS_PAIN, DRUG_ED_GENERIC,DRUG_ED_ONLINE,NO_REAL_NAME,UPPERCASE_25_50 autolearn=no version=3.0.2
I have "use_auto_whitelist 0" in my user_prefs so why is there a hit on AWL? Is ALL_TRUSTED telling me that because it came from me, it's assumed to be ham?
You can't set use_auto_whitelist in user_prefs.. that's an administrator setting and must be set in local.cf. Even "allow_user_rules" can't bypass this.
http://spamassassin.apache.org/full/3.0.x/dist/doc/Mail_SpamAssassin_Conf.html#administrator_settings
Also, you have one MAJOR issue. ALL_TRUSTED should never fire for spam. If it does, SA is being confused by your MTA headers and you probably need to set trusted_networks manually in local.cf.