Simon Wilson via users skrev den 2024-07-03 14:13: > I don't think SA 3.4.6 on RH8 has AuthRes plugin:
take it from spamassassin trunc, this plugin works on 3.4.6 aswell, but was not released or tested on it, i have verify it does work #!/bin/sh svn checkout http://svn.apache.org/repos/asf/spamassassin/trunk spamassassin-trunk OK, done and working. Plugin added, loaded with a .pre and configured with a .cf Working, e.g.:X-Spam-Status: No, score=-1.798 tagged_above=-999 required=6.2 tests=[AUTHRES_ARC_FAIL=1.5, AUTHRES_DKIM_PASS=-0.5, AUTHRES_DMARC_PASS=-0.5, AUTHRES_SPF_PASS=-0.5, BAYES_00=-1.9, DCC_REPUT_70_89=0.1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, LR_ARC_FAIL=1, LR_DMARC_PASS=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001] autolearn=no autolearn_force=no Received: from mail.simonandkate.net ([127.0.0.1]) by localhost (amavis.simonandkate.net [127.0.0.1]) (amavis, port 10024) with LMTP id qiXZppjAGmSg for <simon@mail.local>; Wed, 3 Jul 2024 22:48:54 +1000 (AEST) Authentication-Results: mail.simonandkate.net; spf=pass smtp.helo=smtp-out.orange.com; spf=pass smtp.mailfrom=orange.com Authentication-Results: mail.simonandkate.net; dmarc=pass (p=none dis=none) header.from=orange.com Authentication-Results: mail.simonandkate.net; arc=fail smtp.remote-ip=80.12.126.238 Authentication-Results: mail.simonandkate.net; dkim=pass (2048-bit key, secure) header.d=orange.com header.i=@orange.com header.a=rsa-sha256 header.s=orange002 header.b=OKdWrX63 Next question though - When the next email comes from Wasabi that my server tags as “Authentication-Results: mail.simonandkate.net; dkim=pass”, I understand that Authres plugin will accept the authres_trusted_authserv assignment to my server, resulting in AUTHRES_DKIM_PASS=-0.5. Do I also need to disable the normal SA DKIM plugin evaluation, i.e. trusting my upstream authres_trusted_authserv only?