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
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.