On Wed, 30 Jun 2004, Peter J. Holzer wrote: > On 2004-06-29 22:41:35 +0100, Matt Sergeant wrote: > > I haven't examined whether it's qpsmtpd or Mail::Internet that does > > this yet - but I would like to change $headers->add() to put headers > > onto the front of the email instead of the back. > > It's qpsmtpd. $headers->add() has an optional 3rd argument, which tells > where the new header should be inserted. Changing all calls to > $headers->add to include a third argument of "0" should do the trick.
Easier still would be to change the default value to "0", would it not? --- Charlie
