You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Show the spamassassin score to the user so they can be confident that the emails they're sending do not look like spam
Also notify the site admins immediately if any outgoing email looks very much like spam. It is important for reputation of the server that these emails are stopped. It's either a sign that a user of cuttlefish is actively sending spam (possible but very unlikely) or more likely that transactional email from an application is being hijacked by a spammer to send spam content.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: