Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion testdriver1.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</P>
<P>
If the bounce is not well formed, it tries to extract some useful information anyway. Currently Postfix and Exim are supported, partially. You can edit the function <code>get_the_facts()</code> if you want to add a parser for your own busted MTA. Please forward any useful & reuseable code to the keeper of this class. <a href="http://cfortune.kics.bc.ca/">Chris Fortune</a></P>
<?
<?php

// a perl regular expression to find a web beacon in the email body
$bouncehandler->web_beacon_preg_1 = "/u=([0-9a-fA-F]{32})/";
Expand Down