09-02-2017 12:02 PM 03-08-2019 07:23 PM 更新
Hi guys,
quick question about the behaviour of the reputation filtering action.
If I use for example if (reputation <= 2.0) is there reputation score "none" included?
I usually use this action to keep the false positives low, but if I am doing this I might aswell cover the "none" reputation. It would be cool to have an option in the content filter to in- or exclude "none".
You see, as soon as I want to have an OR I already have to switch to message filters due to the lacking option of nested boolean operators.
thanks
Cheers
Daniel
解決済! 解決策の投稿を見る。
09-03-2017 07:40 PM
Hello,
You can use the if (no reputation) condition via message filter to filter on 'NONE' verdicts. More info and examples can be found within our user guide: here.
+++
Values for the SenderBase Reputation rule are -10 through 10, but the value NONE may also be returned. To check specifically for the value NONE , use the no-reputation rule.
none_rep:
if (no-reputation) {
strip-header ('Subject');
insert-header ('Subject', '*** Reputation = NONE *** $Subject');
}
+++
Hope that helps! :)
Thanks!
-Dennis M.
09-03-2017 07:40 PM
Hello,
You can use the if (no reputation) condition via message filter to filter on 'NONE' verdicts. More info and examples can be found within our user guide: here.
+++
Values for the SenderBase Reputation rule are -10 through 10, but the value NONE may also be returned. To check specifically for the value NONE , use the no-reputation rule.
none_rep:
if (no-reputation) {
strip-header ('Subject');
insert-header ('Subject', '*** Reputation = NONE *** $Subject');
}
+++
Hope that helps! :)
Thanks!
-Dennis M.
エキスパートの回答、ステップバイステップガイド、最新のトピックなどお気に入りのアイデアを見つけたら、あとで参照できるように保存しましょう。
コミュニティは初めてですか?これらのヒントを活用してスタートしましょう。 コミュニティの活用方法 新メンバーガイド