What I think may be helpful to you is BYPASSWHITELIST. The WHITELIST AUTH ensure that if an email authenticates it is then automatically whitelisted. However what you are asking is even if authenticated you still want to run tests ? I understand that you want to subtract on authentication but I would suggest that this method will achieve the same end goal.
This test instructs Declude to bypass any whitelisting for E-mails with at least a specific number of recipients and at least a specific weight. For example, you could define a test with the following line in the global.cfg BYPASSWHITELIST bypasswhitelist 60 5 0 0 The 60 refers to the weight the Email must reach, and the 5 refers to the minimum number of recipients. In this case, it would attempt to bypass the whitelisting for E-mail with 5 or more recipients and a weight of 60 or higher. In conjunction with this test ensure your PREWHITELIST OFF this will ensure Declude will not run whitelists before the other tests are run. David -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Don Winsauer Sent: Thursday, April 30, 2015 2:31 PM To: [email protected] Subject: [MBF] Proposed Authorized test Can there be a Authorized test? Something were I can subtract points if a user authenticated to send an email but still act upon the final score. I use "WHITELIST AUTH" but it processes all tests and then ignores the result no matter what the score. Don ________________________________________________________________ Sent via the WebMail system at net1media.com ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]> ############################################################# This message is sent to you because you are subscribed to the mailing list <[email protected]>. To unsubscribe, E-mail to: <[email protected]> To switch to the DIGEST mode, E-mail to <[email protected]> To switch to the INDEX mode, E-mail to <[email protected]> Send administrative queries to <[email protected]>
