[Mimedefang] MIMEDefang 2.72-BETA-1 is available

Philip Prindeville philipp_subx at redfish-solutions.com
Wed Nov 3 19:02:18 EDT 2010


On 11/3/10 3:26 PM, Philip Prindeville wrote:
> Actually, I realized that the filter_helo() and filter_relay() signatures don't need to change.
>
> 70% of the patch is just moving stuff around to make functionality available earlier.

Just realized that the code:

-    /* Clear out any old myip address */
-    if (data->myip&&  (data->myip != MyIPAddress)) {
-	free(data->myip);
-	data->myip = NULL;
-    }


needs to move inside cleanup().  Retesting my patch with that.






More information about the MIMEDefang mailing list