ESATInformer 1.30.x is compatible with all versions of XWall starting with version 3.34
Un-installing ESATInformer will not make you start from scratch it simply will remove the old program files and the entry in the MS add/remove table. All your data files are preserved. In addition the new install will not over write the old data. This however is the reason that you have to manually delete some files at times when a new release is installed. In most cases that's the style sheets (CSS). Whenever we add a new style, a color or a type face we need to publish a new style sheet. If you forget to delete the old style sheet the new reports will not display correctly.
Please consult the manual in regard of the use of new features
Maintenance release
Maintenance release
Informer
Changed the mail bytes type size to Int64 to handle really big mail systems
Fixed log output messages for blocks and excludes summary data.
Fixed range grouping bug that was causing exception for Heuristic data
Changed user report footer last sentence to "For more information click here" with "here" as a link which is configurable via a new config key "HelpURL"
Added code to deal with single quotes (') in email addresses which were causing problems or records to be skipped
Changes to support the new EmailAddress modules
- Fixed bug in the automatic user list creation. Was not always automatic lay generating the user list correctly. For example, might not add a user that received mail without any spam
Admin
Added the manual to the installer which places a shortcut on the start menu
- Changed the help document to show that the EmailFrom key can be set to the friendly email address form that includes a name
Agent
- Change the Retrieve and Informer web result pages to use JavaScript to show nicer results page
ESATCommon
Changed File open mode
Click to go to the ESATInformer Home page
Added a HTMLEncodeColumn to the CSVDataTable class.
Created two new modules to handle email address work. EmailAddress.cs for basic storage and EmailAddressParser to work with them.
Removed the Misc.ExtractEmail function. It's replaced by one in the parser described above.
Modified SimpleSMTP to take advantage of the new EmailAddress features.