2

How can a specific from address be whitelisted using rspamd? The address I have in mind is someone@hotmail.com so I certainly don't want to whitelist the whole hotmail.com domain since it is the source for a lot of rubbish. Although the from address can be forged, it's not very likely in this case, so whitelisting on it seems to make sense. If I could figure out how to do it!

mbrampton
  • 301
  • 3
  • 12

1 Answers1

0

To whitelist email addresses you can use user settings or multimap module.

  • 2
    That seems a fairly major operation. I had hoped that rspamd might have a standard facility for whitelisting specific from addresses. – mbrampton Mar 31 '19 at 19:56