Line 811 of my eventhandlers script is part of Sorens 'GeoAutoban' (that blocks connections) as follows:"ERROR" 4840 "2017-08-08 22:58:28.767" "Script Error: Source: hMailServer COM library - Error: 800403E9 - Description: An error occurred processing the request. - Line: 811 Column: 3 - Code: (null)"
Code: Select all
Function GeoAutoban(oClient)
' COM authentication
Const ADMIN = "Administrator"
Const PASSWORD = "password"
Dim obApp : Set obApp = CreateObject("hMailServer.Application")
Call obApp.Authenticate(ADMIN, PASSWORD)
Include(obApp.Settings.Directories.EventDirectory & "\VbsJson.vbs") <<<<<<<<<<<<<<<------ line 811
Dim strRegEx
If (oClient.Port <> 25) then
Dim oGeoip, Json : Set Json = New VbsJson
Dim strPort : strPort = Trim(Mid("SMTP IMAP SMTPSsm587IMAPS", InStr("25 143 465 587 993 ", oClient.Port), 5))
On Error Resume Next
Any clues what this error could be? Why would it give this error now? What does this error "Error: 800403E9 while processing" mean?3088 "2017-08-04 03:17:27.831" "status:200--IMAP 45.55.21.112 US United States"
4216 "2017-08-05 04:06:47.308" "status:200--IMAP 45.55.21.197 US United States"
4056 "2017-08-05 10:01:53.407" "status:200--IMAP 158.85.81.114 CA Canada"
4396 "2017-08-06 23:10:52.240" "status:200--sm587 151.216.93.11 "
3144 "2017-08-07 01:20:17.507" "status:200--IMAP 141.212.122.32 US United States"