[Diverted: post from non-subscriber] Flushing queue with 5.x.y error / status failed

2013-10-10 Thread Axel Rau
Sometimes shit happens and sox queue is filling up with mails with status 'failed'. aox flush queue does not help in this case. You have to do something like: --- select * from delivery_recipients where status != ''; update delivery_recipients set last_attempt = NULL, action = 2 where action = 1;

Re: [Diverted: post from non-subscriber] Flushing queue with 5.x.y error / status failed

2013-10-10 Thread Abhijit Menon-Sen
This was the only message I found that was rejected by the list software while it was… indisposed. If anyone else posted in the last couple of days and didn't see the message on-list, please repost. Sorry for the inconvenience. -- ams

Re: test

2013-10-10 Thread Mark Felder
On Thu, Oct 10, 2013, at 4:15, Abhijit Menon-Sen wrote: The list was down briefly. Is it back up now? -- ams most certainly is :)

Re: aox 3.2 and the list fubar

2013-10-10 Thread sean dreilinger
Greetings Arnt co: i upgraded aox to the latest git master (commit b247a8506fe9625796a185cb9fd2e9ef6c5fe908 from October 2) and had to make a small adjustment to get the schema upgraded from revision 95 to 96. the postgresql command create extension citext specified in db/schema.cpp must run as