>What causes [MessageLimit][lowlimit] and how do I get rid of those. >It’s been driving me nuts!
1. RTM 2. RTM in the GUI or manual under 'PenaltyBox - Message and IP Scoring' you can read: Message Scoring Mode (DoPenaltyMessage) If this feature is selected, the total score for all checks during a message is used to determine if the email is Spam. If the combined score is greater than the Low MessageLimit (PenaltyMessageLow) and less than or equal the High MessageLimit (PenaltyMessageLimit) the message will not be blocked but tagged. If the combined score is greater than the High MessageLimit (PenaltyMessageLimit), the message will be blocked. Low MessageLimit (PenaltyMessageLow) MessageMode will not block messages whose score exceeds this threshold during the message but will tag them. For example: 40 High MessageLimit (PenaltyMessageLimit) MessageMode will block messages whose score exceeds this threshold during the message. For example: 50 3. read the log for such a mail in the maillog.txt you'll find something like Apr-10-21 19:23:30 M1-75405-13482 [Worker_1] [TLS-in] [MessageLimit][lowlimit] 1xx.1xx.1xx.7x <sender> to: recipient [spam found] and possibly passing because messagescore(45) low [-----.....-----] -> ..... .eml 4. now - think about if messagescore > PenaltyMessageLow and messagescore <= PenaltyMessageLimit = the mail will be tagged not blocked (you don't want this) if score > 40 and score <=50 = tag if messagescore > PenaltyMessageLimit = the mail will be blocked (this should be done) if score > 50 = block logical conclution : >>>>>>> setting 'PenaltyMessageLow' to the same value as 'PenaltyMessageLimit' will prevent assp from detecting the 'lowlimit' <<<<<<<< if score > 50 and score <=50 (will never become true) = tag if score > 50 = block because a = b is the same like b = a >>>>>>> setting 'PenaltyMessageLimit' to the same value as 'PenaltyMessageLow' will have the same effect (no tagging) - but block early<<<<<<<< if score > 40 and score <=40 (will never become true) = tag if score > 40 = block >I’d like it to just say "[SPAM] - " _______________________________________________ [MessageLimit][lowlimit] these tags are hard coded for the described case (messagescore > PenaltyMessageLow and messagescore <= PenaltyMessageLimit) [SPAM] - tagging .... was already answered by Ken Thomas Von: "Eric Germann via Assp-user" <assp-user@lists.sourceforge.net> An: "For Users of ASSP" <Assp-user@lists.sourceforge.net> Kopie: "Eric Germann" <ekgerm...@semperen.com> Datum: 14.04.2021 22:16 Betreff: [Assp-user] subject tagging with spam I’m seeing messages like this for spam messages which I filter in to a Junk mail folder [SPAM] - [MessageLimit][lowlimit] What causes [MessageLimit][lowlimit] and how do I get rid of those. I’d like it to just say "[SPAM] - " _______________________________________________ Assp-user mailing list Assp-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/assp-user DISCLAIMER: ******************************************************* This email and any files transmitted with it may be confidential, legally privileged and protected in law and are intended solely for the use of the individual to whom it is addressed. This email was multiple times scanned for viruses. There should be no known virus in this email! *******************************************************
_______________________________________________ Assp-user mailing list Assp-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/assp-user