On Sat, 2005-11-12 at 22:32 -0500, Bill Kearney wrote: > Is there a way to a) have cyrus clean up the headers or b) ignore then and > perhaps somehow flag them for later clean up?
If you've identified the offending header, you could delete it with: $ sed -i.bak -e '/^X-Message-Status/d' mailbox Run that on each of the failing mailboxes. First, however, you should grep for the header with a line or two of trailing context (grep -A 2 -E '^X-Message-Status') and verify that the none of them are longer than a line. Wil -- Wil Cooley [EMAIL PROTECTED] Naked Ape Consulting http://nakedape.cc * * * * Linux, UNIX, Networking and Security Solutions * * * *
signature.asc
Description: This is a digitally signed message part
---- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html