2 messages in com.mysql.lists.eventum-usersRe: Deleting emails from the error ma...
FromSent OnAttachments
Barry Benowitz18 Jan 2006 06:33 
Travis Pierce18 Jan 2006 07:48 
Subject:Re: Deleting emails from the error mail queue
From:Travis Pierce (trav@yahoo.com)
Date:01/18/2006 07:48:30 AM
List:com.mysql.lists.eventum-users

I check this weekly by running this query using MySQL Query Browser:

select * FROM `eventum_mail_queue` where maq_status <> 'sent'

I then delete the bad ones by running:

Delete FROM `eventum_mail_queue` where maq_status = 'error'

Usually the bad emails are caused by the eventum users putting bad emails addresses in the CC field of emails sent from Eventum. Eventum will try and try to send the email and will fill up the errors.log real fast.

Travis Pierce

--- Barry Benowitz <barr@raritan.com> wrote:

I would like to just remove

these mails from the queue. How can I do this?

Thanks,