I bet your problem is the execution order of your plugins which reside at your hook location: mail_send
In other words, it sounds like the plugin for the other mod located at mail_send is executing before the plugin for the ezbounce mod located at mail_send.
Try changing execution order for the plugins so that ezbounce has an execution order before (lower number) than that of the other hack.
|