On 9/6/19 4:16 PM, Matus UHLAR - fantomas wrote: >>>> On 9/6/2019 11:45 AM, David Galloway wrote: >>>>> I'm running SpamAssassin 3.4.2 on Ubuntu 16.04 with Postfix and >>>>> Mailman3. >>>>> >>>>> Occasionally, SpamAssassin will rewrite a message's subject with a >>>>> score >>>>> higher than what's in X-Spam-Status. This is not a rounding issue. >>>>> >>>>> For example, I'm looking at an e-mail now with "***** SPAM 5.4 >>>>> *****" in >>>>> the subject but "X-Spam-Status: No, score=3.2 required=5.0" >>>>> >>>>> AFAIK, there is no instance of SpamAssassin between the mail server >>>>> and >>>>> me that >>>>> could have added the score to the subject. > > On 06.09.19 16:11, David Galloway wrote: >> I'm not crazy! > >> https://lists.ceph.io/hyperkitty/list/d...@ceph.io/thread/GN3DLKWDIW2NUDO4T4MZG6E5FQEIB7NN/ >> >> >> 7.3 in the subject (that my SpamAssassin instance definitely set) and: >> X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on lists.ceph.io >> X-Spam-Level: * >> X-Spam-Status: No, score=1.8 required=5.0 >> tests=FREEMAIL_REPLYTO_END_DIGIT, >> MAILING_LIST_MULTI,RCVD_IN_RP_RNBL,RDNS_NONE,SPF_HELO_NONE, >> SUBJ_OBFU_PUNCT_FEW,URIBL_BLOCKED autolearn=no autolearn_force=no >> version=3.4.2 > > are you sure you don't process mail two times, when delivering to list and > when delivering to end-users (you)? >
Oof, that is exactly what was happening. Which leads me to figuring out why my mailman header filter regex isn't working. Anyway, thanks for the help!