SA Bugzilla – Bug 7455
AWL and TxRep Need Documentation and Feature Parity
Last modified: 2023-04-28 01:09:37 UTC
With AWL, you could whitelist/blacklist an email with the spamassassin executable: Specifically --add-addr-to-whitelist=addr Add addr to persistent address whitelist --add-addr-to-blacklist=addr Add addr to persistent address blacklist --remove-addr-from-whitelist=addr Remove addr from persistent address list Those commands need to be clarified as AWL only (for now) And extend them for all persistent blacklist/whitelist engines (AWL and/or TXrep and/or xyz) We should also clarify that the command for whitelist, weights the address in the whitelist to the extreme. However, new emails could evolve the entry.
also that TxRep does not support SA-Grey 3dr party plugin, is this planned to be added to TxRep
I've never even heard of that plugin so I doubt there is any work planned around supporting TXRep with SA-Grey. Perhaps open a ticket and if you can submit even a framework of code, that would be helpful
link to current hopefully https://github.com/szepeviktor/spamassassin-sagrey i can provide what i do, just not commit it to sa
SAGrey checks for AWL like this: ($permsgstatus->get_names_of_tests_hit() =~ /\bAWL\b/) it's SAGrey that needs to be updated rather than TxRep.
(In reply to RW from comment #4) > it's SAGrey that needs to be updated rather than TxRep. Actually that's not quite correct because TxRep can do score averaging for IP addresses etc, so it would exempt more than an AWL hit.
(In reply to Kevin A. McGrail from comment #0) > With AWL, you could whitelist/blacklist an email with the spamassassin > executable: > > Specifically > > --add-addr-to-whitelist=addr Add addr to persistent address whitelist > --add-addr-to-blacklist=addr Add addr to persistent address blacklist > --remove-addr-from-whitelist=addr Remove addr from persistent address list These are implemented in SA 4.0.x (and since 3.4.1 when TxRep was first included) as sub blocklist_address sub welcomelist_address sub remove_address and called from SpamAssassin.pm / spamassassin executable via call_plugins(). spamassassin executable options' documentation seems appropriate, and overall TxRep plugin documentation extensive. Closing RESOLVED FIXED.