Dan Mahoney via Postfix-users: > Hey there folks. > > I've been debugging a faulty milter, which was crashing due to one particular > malformed message. While trying to figure out how to get it to core (and > replace it with a build with debug symbols), I changed postfix to change the > default milter action to quarantine. > > Ergo, my question is: what?s the best way to take the queue file and convert > it back to something which most closely resembles what came in over the wire? > The read generated by postcat has some weird wrapping and formatting. > > -Dan > _______________________________________________
The formatting depends in the postcat command options. You want to avoid '-d', '-f', '-o', '-v'. postcat -ehb file minimizes the noise. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org