I created over 50 spamming rules. In every rule there’s an action that moves all messages in a trash database. I want to know which rule is applied to a single mail. Thanks in advance to all.
Best regards
Cià
Domenico
I created over 50 spamming rules. In every rule there’s an action that moves all messages in a trash database. I want to know which rule is applied to a single mail. Thanks in advance to all.
Best regards
Cià
Domenico
Subject: How to know which spamming rule stops an email ?
I guess you wrote an lotus script or java agent.If so, then you can put a rule info message in a (created) mail field.
robert
Subject: RE: How to know which spamming rule stops an email ?
Without trying it, it seems to me you should be able to write a view action that works on the highlighted document, iterates thru the documents in the Rules view, executes each $FilterFormula in the context of the highlighted document, and tells you which rules evaluate True for that document.