Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: converting to DocumentMode

How do I manually whitelist certain addresses ? What file do I need to stick those addresses into ? How do I set up per-user whitelists ? Is there any way to force AutoWhitelist to whitelist certain addresses ?
DavidCary

Have a look at To manually whitelist a particular address, say d.cary@sparkingwire.com, edit your local user prefs file ( ~/.spamassassin/user_prefs ):

No Format

# whitelist d.cary:
whitelist_from  d.cary@sparkingwire.com

Whitelist and blacklist addresses are now file-glob-style patterns, so
# "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work.e.g. use:

No Format

# whitelist everyone at sparkingwire.com:
whitelist_from  *@sparkingwire.com

To manually blacklist,

@spammersdomain.de *@otherspammersdomain.deBut how to setup a manual blacklist? – Marcus Dressler You can use spamassassin --add-addr-to-blacklist=addr to add one address tou to your blacklist. Xavier.

Is there any way to force AutoWhitelist to whitelist certain addresses ?
DavidCary

contributors