Hi,

On 20/08/2013 10:14, Thomas Raschbacher wrote:
hi.

just noticed something a bit odd:

# dbmail-users -V
This is DBMail version 0.9.9

Copyright (C) 1999-2004 IC & S, [email protected]
Copyright (C) 2001-2007 Aaron Stone, [email protected]
Copyright (C) 2004-2011 NFG Net Facilities Group BV, [email protected]

Please see the AUTHORS and THANKS files for additional contributors.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of
the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

It lists version 0.9.9 ?
I don't have time to check the code now as to why it does this though,
but somewhere
the print statement doesn'T seem to work out right.

The version is from mutils/mhash_config.h

For FreeBSD I include the config.h a second time to get round this.

Regards,
Alan

--- src/dbmail.h.in.orig
+++ src/dbmail.h.in
@@ -154,6 +160,11 @@
 #include <endian.h>
 #endif

+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+
 #define GETCONFIGVALUE(key, sect, var) \
        config_get_value(key, sect, var); \
        if (strlen(var) > 0) \

on a side note: you probably also want to change COPYRIGHT in dbmail.h
to include 2013 as it says 2011
at the moment.

Regards
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to