[Mimedefang] MIMEDefang 2.74 is released

Philip Prindeville philipp_subx at redfish-solutions.com
Thu Jun 6 15:57:15 EDT 2013


On Jun 6, 2013, at 1:16 PM, "David F. Skoll" <dfs at roaringpenguin.com> wrote:

> On Thu, 6 Jun 2013 12:52:49 -0600
> Philip Prindeville <philipp_subx at redfish-solutions.com> wrote:
> 
>> So it looks like I need to have:
>> MD_EXTRA="y"
>> set on all Fedora systems running 8.14.7 or later…
> 
> You could put the list of macros to export to milter in the sendmail
> config file.


I'm not the package owner for mimedefang in Fedora and EL6 but I've worked with him before.

Going to recommend the patch:


--- mimedefang-2.74/mimedefang.c.orig	2012-02-10 09:19:44.000000000 -0700
+++ mimedefang-2.74/mimedefang.c	2013-06-06 13:23:18.340237707 -0600
@@ -1123,9 +1123,11 @@ static sfsistat mf_negotiate(SMFICTX *ct
     /*** libmilter 8.14.3 leaked memory, so don't use smfi_setsymlist
 	 unless invoked with -y option ***/
 
+#if !defined(POST8_14_3)
     if (!setsymlist_ok) {
 	return SMFIS_CONTINUE;
     }
+#endif
 
     /* Send along the list of macros we want */
     dbuf_init(&dbuf);


and then we can just always build with this flag set.

-Philip





More information about the MIMEDefang mailing list