https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7455

Karsten Bräckelmann <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #6 from Karsten Bräckelmann <[email protected]> ---
(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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to