mlandauer / cuttlefish

Transactional email server with a lovely web interface
http://cuttlefish.io
Other
1.51k stars 176 forks source link

Use spamassassin on outgoing email to warn of potential problems #389

Open mlandauer opened 3 years ago

mlandauer commented 3 years ago
dragoangel commented 3 years ago

Look at rspamd as filter engine, it much more profitable then spamassassin. And it will allow you to handle many stuff: from spam/av checks to rate limiting or dkim/arc signing or even modify email body or headers before signing 😉. It has api to return scan results and store many useful data at redis which can be reused.