Issue Details (XML | Word | Printable)

Key: JAMES-574
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Vincenzo Gianferrari Pini
Reporter: Vincenzo Gianferrari Pini
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JAMES Server

Annoying logging of whitelist/blacklist nomatching as "unknown host exception thrown: listname" if INFO is enabled

Created: 22/Jul/06 11:39 AM   Updated: 21/Nov/07 08:31 AM
Return to search
Component/s: SMTPServer
Affects Version/s: 2.3.0
Fix Version/s: 2.3.0

Time Tracking:
Not Specified

Resolution Date: 22/Jul/06 11:44 AM


 Description  « Hide
When a checkDNSRBL is done, in case getLogger().isInfoEnabled() is true, both successfull and unsuccessfull matches are being logged.
While successfull matches are useful to log as INFO, the much more frequent unsuccessfull matches are logged as "unknown host exception thrown: listname", heavily increasing the size of the log file. Such log message is useful only in DEBUG mode.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Vincenzo Gianferrari Pini added a comment - 22/Jul/06 11:44 AM
Changed the log message level to debug when match fails.

Danny Angus added a comment - 21/Nov/07 08:31 AM
Closing issue fixed in released version.