postalserver / postal

📮 A fully featured open source mail delivery platform for incoming & outgoing e-mail
https://postalserver.io
MIT License
14.83k stars 1.05k forks source link

Outgoing Emails SPAM Threshold #1330

Open gitaayush opened 3 years ago

gitaayush commented 3 years ago

What could be the recommended SPAM threshold that should be set for outgoing emails ??

image

I have set the outgoing threshold to 20.0 for outgoing emails, but the spam checks doen't shows any results

willpower232 commented 3 years ago

I'm going to flag this as a documentation issue since I couldn't find it mentioned.

If you want to enable outbound spam checking (for messages you are sending via Postal) you have to change this setting to be a positive number.

image

This is handy if you are using a contact form from a website, for example, as you can probably expect spammers to make use of your contact form at some point.

There isn't a recommended amount since your messages may be accidentally written in a way which triggers the spam filter. You could set this to 5 as a starting point and monitor your emails to see if it needs to be raised on average.

gitaayush commented 3 years ago

For now i will set it to 5, but my main concern is the SPAM checks shows "this message doesn't have any spam check" though i have enabled outgoing spam threshold to 5. However the incoming mails have spam checks results which shows the score of the messages.

willpower232 commented 3 years ago

Messages are only checked when Postal first sees them so the next message you send with Postal will have a spam check.

gitaayush commented 3 years ago

Thank you @willpower232 I will have a look into it.