masqmail-0.2

annotate acconfig.h @ 179:ec3fe72a3e99

Fixed an important bug with folded headers! g_strconcat() returns a *copy* of the string, but hdr->value still pointed to the old header (which probably was a memory leak, too). If the folded part had been quite small it was likely that the new string was at the same position as the old one, thus making everything go well. But if pretty long headers were folded several times it was likely that the new string was allocated somewhere else in memory, thus breaking things. In result mails to lots of recipients (folded header) were frequently only sent to the ones in the first line. Sorry for the inconvenience.
author meillo@marmaro.de
date Fri, 03 Jun 2011 09:52:17 +0200
parents
children
rev   line source
meillo@0 1 #undef DEF_MAIL_GROUP
meillo@0 2 #undef DEF_MAIL_USER
meillo@0 3
meillo@0 4 /* Define if you want to use lockfile library. */
meillo@0 5 #undef USE_LIBLOCKFILE
meillo@0 6
meillo@0 7 #undef ENABLE_DEBUG
meillo@0 8
meillo@0 9 #undef ENABLE_RESOLVER
meillo@0 10
meillo@0 11 #undef ENABLE_SMTP_SERVER
meillo@0 12
meillo@0 13 #undef ENABLE_POP3
meillo@0 14
meillo@0 15 #undef ENABLE_AUTH
meillo@0 16
meillo@0 17 #undef ENABLE_MAILDIR
meillo@0 18
meillo@0 19 #undef USE_LIB_CRYPTO
meillo@0 20
meillo@0 21 #undef ENABLE_IDENT
meillo@0 22
meillo@0 23 #undef ENABLE_MSERVER
meillo@0 24
meillo@0 25 #undef CONF_DIR
meillo@0 26
meillo@0 27 #undef DATA_DIR
meillo@0 28
meillo@0 29 #undef SBINDIR