1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2026-01-17 05:33:35 +00:00

Merge pull request #1679 from ghost/patch-1

improved spam config explanations
هذا الالتزام موجود في:
Adam Cooke
2022-01-26 09:20:55 +00:00
ملتزم من قبل GitHub
الأصل cc65d781a4 e1c355919b
التزام 9f4160ff5c

عرض الملف

@@ -14,17 +14,17 @@
%p.pageContent__subTitle Incoming Spam Threshold %p.pageContent__subTitle Incoming Spam Threshold
%p.pageContent__text.u-margin %p.pageContent__text.u-margin
The main spam threshold is what determines whether a message is spam or not. How incoming The main spam threshold is what determines whether a message is spam or not. How incoming
messages that are detected as spam is determined by the route which the incoming message was messages that are detected as spam are processed is determined by the route which the incoming
sent to. You can choose between marking the message as spam and sending it on to your endpoint, message was sent to. You can choose between marking the message as spam and sending it on to
putting it into quarantine (holding it until manually released) or just failing it. your endpoint, putting it into quarantine (holding it until manually released) or just failing it.
%p= f.text_field :spam_threshold, :type => :range, :class => 'spamRange', :min => -10, :max => 25, :step => 0.5, :data => {:update => "js-spam-threshold-text"} %p= f.text_field :spam_threshold, :type => :range, :class => 'spamRange', :min => -10, :max => 25, :step => 0.5, :data => {:update => "js-spam-threshold-text"}
%p.spamRangeLabel Threshold is currently <b class='js-spam-threshold-text'>#{@server.spam_threshold}</b> %p.spamRangeLabel Threshold is currently <b class='js-spam-threshold-text'>#{@server.spam_threshold}</b>
.u-margin .u-margin
%p.pageContent__subTitle Incoming Spam Failure Threshold %p.pageContent__subTitle Incoming Spam Failure Threshold
%p.pageContent__text.u-margin %p.pageContent__text.u-margin
Any messages which are over your spam failure threshold will failed immediately. This is used Any messages which are over your spam failure threshold will fail immediately. This is used
to catch messages that we very sure at spam to avoid sending them needless around the place. to catch messages that we are very sure are spam to avoid needlessly sending them around the place.
%p= f.text_field :spam_failure_threshold, :type => :range, :class => 'spamRange spamRange--hot', :min => 10, :max => 50, :step => 0.5, :data => {:update => "js-spam-failure-threshold-text"} %p= f.text_field :spam_failure_threshold, :type => :range, :class => 'spamRange spamRange--hot', :min => 10, :max => 50, :step => 0.5, :data => {:update => "js-spam-failure-threshold-text"}
%p.spamRangeLabel Threshold is currently <b class='js-spam-failure-threshold-text'>#{@server.spam_failure_threshold}</b> %p.spamRangeLabel Threshold is currently <b class='js-spam-failure-threshold-text'>#{@server.spam_failure_threshold}</b>