Replies: 2 comments
-
function filterMessage() {
msg.score = 63.5; // value between 0.0 - 100.0
return MessageObject.Accept;
} Of course the logic for evaluating each message must be according your needs. You simply assign the number to the "score" property and accept message. That's it. Typical usage could be that you find some keywords in the message and depending on how those keywords are important, you assign the score. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Converting this to discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Brief description of the feature request
RSS Guard's ability to label and score messages attracted my attention. There might be an obvious way, but I could not find out how to edit a message's score from within the application by reading the documentation.
If someone knows how to do this, please let me know ;)
Beta Was this translation helpful? Give feedback.
All reactions