Only Chris can do that but I'll add them as attachments here.
Additionally, if you use the great EZBounce add-on for invalid (bounced) emails, you will find the lines to add the EZBounce headers in the attached remindermail.php files, commented out and ready for uncommenting at lines 51-54:
Code:
// add EZBounce headers - uncomment the following if you use EZBounce
// $bounceurl = $vbulletin->options['ezb_admincpurl'] . "/ezbounce.php?u=" . $userid;
// $bouncestring = "<a href=\"$bounceurl\" target=\"_blank\">$bounceurl</a>";
// $headers .= 'X-EZbouncer: ' . $bouncestring . $delimiter;
Please note that I have uploaded the files for version 1.09 and 1.11. Before uploading these to your ./includes/cron/ folder, make sure you rename the file to simply
remindermail.php for the version you have installed.