I'm using PEAR's Mail_Queue and unfortunately there are many deprecation warnings (this is a common SO topic). Of course I can modify php's config to silence non-fatal errors but even then it seems that PEAR's mail_mime is outputting header information when it throws an error of any kind.
Is there a simple way to turn off PEAR errors completely so that I can modify header information after making a call to mail_queue?