repairing queued messages with invalid content filter field

2013-10-05 Thread mls
ext=remote [...] *** HEADER EXTRACTED 151CB1180A42 *** *** MESSAGE FILE END 151CB1180A42 *** Is there a way to repair these messages so they can be delivered? How can I remove the "content_filter: spamfilter" attribute from the spooled messages? Thanks & regards, mls

Re: repairing queued messages with invalid content filter field

2013-10-06 Thread mls
On Sunday 06 October 2013 08:04:14 Noel Jones wrote: > All you need to do is requeue those messages. > > # postsuper -r QUEUEID > is sufficient for a handful of messages, or > # postsuper -r ALL > to requeue everything. Thanks, Noel, that was exactly what I was looking for.