Hey Andrew, This is the result of 'describe mailq': +--------------+--------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------+--------------+------+-----+---------+----------------+ | id | int(11) | NO | PRI | NULL | auto_increment | | messageid | varchar(255) | NO | | NULL | | | timestamp | datetime | NO | | NULL | | | from_address | varchar(255) | NO | MUL | NULL | | | to_address | varchar(255) | NO | MUL | NULL | | | subject | longtext | NO | | NULL | | | hostname | longtext | NO | | NULL | | | size | int(11) | NO | | NULL | | | attempts | int(11) | NO | | NULL | | | lastattempt | datetime | NO | | NULL | | | direction | int(11) | NO | | NULL | | | reason | longtext | NO | | NULL | | +--------------+--------------+------+-----+---------+----------------+
While tailing celeryd, I can see it's working and I'm able to train/release/delete messages. However, when I delete a message and go back to the quarantine, it's still listed. If I click on the message, it still takes me into it, but if I try to do any quarantine functions, it tells me message not found in quarantine. Shouldn't this message be deleted from the quarantine? If I turn off javascript, I can release/delete/train messages from the mail queue as well as add/delete from the lists. The only errors I get when JavaScript is enabled is Error connection to server. Check network! and Server Error respectively. Rocky > -----Original Message----- > From: [email protected] [mailto:baruwa- > [email protected]] On Behalf Of Andrew Colin Kissa > Sent: Thursday, March 17, 2011 8:50 AM > To: Baruwa users list > Subject: Re: [Baruwa] ubuntu 10.10 with 1.1.0 rc2 issues > > > On 17 Mar 2011, at 4:31 PM, Mohammed Alli wrote: > > > That's all I have for you right now and I think that may be all. > > Thanks Rocky, > > + The mailq exceptions should not be happening if you are on 1.1.0rc2 > whats the output of "describe mailq" in mysql > + The all the other issues are caused by the fact that you are not running a worker > manage.py celeryd (to run as a service celery does provide init scripts that you > can use) > > -- > Baruwa - www.baruwa.org > > _______________________________________________ > Baruwa mailing list > [email protected] > http://lists.baruwa.org/mailman/listinfo/baruwa _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

