Options

Read Mail Nuisance message

benzaabenzaa Posts: 3
edited October 28, 2008 3:10PM in Aardvark
We are getting a nuisance message from Aardvark:

Error in ReadMail - There are more than 50 queued messages in the Trackster mailbox.

This comes through on every 15 minute mail cycle and is annoying, to say the least.
Can this be switched off, or can the threshold be raised above 50? We have enough user tracking enough issues that there will always be more than 50 messages...

Thank you

Comments

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    Sorry to say that the 50 email limit is hard-coded:
    If lCount > 50 Then
                .POP3Close
                Err.Raise vbObjectError + 1, , "There are more than 50 queued messages in the " & m_sPOP3User & " mailbox."
            End If
    
    Since Aardvark is no longer in development, there won't be a change made to the service to support the configuration of this variable. On the other hand, you could try shortening your Aardvark Service's service interval (HKLM\Software\Red Gate\Aardvark\Service interval REG_DWORD=<number of minutes>), this would cause the mailbox to be cleaned out more frequently.

    Hope this helps!
  • Options
    We have cleared the queue on this issue, however, now we are getting this message on every service interval cycle:

    Error in ReadMail - Overflow
Sign In or Register to comment.