Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: more details about whitelisting/blacklisting

...

Blacklisting/whitelisting can be done manually through the following command line options of SpamAssassin:

...

  • spamassassin --add-addr-to-whitelistblacklist=spamming.biz
  • spamassassin --add-addr-to-whitelist=12.123.12.234
  • spamassassin --add-addr-to-whitelist=1234:abcd:1111:12::3
  • spamassassin --add-addr-to-blacklist=foe-pc

Please note that when blacklisting/whitelisting an email address or domain, all records of the address or domain bound to certain IP address, DKIM signature, or an SPF pass, will be removed from the database, and only the plain record (not bound to any specific IP address or signature) is kept.

TxRep can also automatically whitelist all recipients of outgoing email. To enable this feature, set the option txrep_whitelist_out. Please note that this feature can only work when SpamAssassin processes outbound email too, and, of course, it does not work for email sent through 3rd party SMTP servers.

Database Storages & Utilities

...