Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

4.2.5 Makefile.in backfix: was: milter-greylist 4.3.8 is available

2010-07-13 by R P Herrold

On Tue, 13 Jul 2010, manu@... wrote:

> R P Herrold <herrold@...> wrote:
>
>> sure.  per the autoconf manual, it seems to be a one liner
>
> Got it. Do we need in on the 4.2 branch too?

testing

[herrold@centos-5 milter-greylist-4.2.5]$ ./configure 2>&1 | grep data
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
[herrold@centos-5 milter-greylist-4.2.5]$

so, yes

(post patch)
[herrold@centos-5 milter-greylist-4.2.5]$ ./configure 2>&1 | grep data
[herrold@centos-5 milter-greylist-4.2.5]$

--- milter-greylist-4.2.5-ORIG/Makefile.in      2010-04-14 00:41:22.000000000 -0400
+++ milter-greylist-4.2.5/Makefile.in   2010-07-13 09:07:03.000000000 -0400
@@ -33,6 +33,7 @@
  LDFLAGS=       @LDFLAGS@
  LIBS=          @LIBS@
  prefix=                @prefix@
+datarootdir=   @datarootdir@
  exec_prefix=   @exec_prefix@
  SYSCONFDIR=    @sysconfdir@
  LOCALSTATEDIR= @localstatedir@

=========================================================================

On an unrelated matter, after solving an SMTP-AUTH issue for a 
customer last night, I would also add to the default:
 	greylist.conf
example in each branch:

#	permit without delay when receiving email from a 
#	locally authenticated sender
racl whitelist auth /.*/

-- Russ herrold

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.