Problem
Spam messages moved to Quarantine databases via Router tend to clog up mail journals and many Administrators do not want them found there.
Background Information
Domino will not add a mail message to the Journal database if the field $JournalResponsibility has a value of "0". SpamSentinel can set this field value using the Inbound Formula After Processing feature.
Solution
1. Open the SpamSentinel server Configuration document to the tab Advanced then the sub-tab Formulas
2. Enable the option 'Formula After' in the field 'Use Inbound Formulas'
3. Paste the following formula in the field 'Inbound Formula After Processing' then save the document.
Select IsSpam = "Y";
Field $JournalResponsibility := "0";
4. Repeat these steps for any other SpamSentinel Server Configuration documents in the SpamSentinel Admin database.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article