diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-29 07:53:59 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-29 07:53:59 +0000 |
commit | e168a13ce589300db74c09e82bbe63c1297a1274 (patch) | |
tree | 7d64b648a2ce43783c0a8945c591e1dbd1c89240 /NEWS | |
parent | 01c9b0afb3e30324f2984cece695f79b925d7a9f (diff) | |
download | fetchmail-e168a13ce589300db74c09e82bbe63c1297a1274.tar.gz fetchmail-e168a13ce589300db74c09e82bbe63c1297a1274.tar.bz2 fetchmail-e168a13ce589300db74c09e82bbe63c1297a1274.zip |
Let logfile take precedence over syslog if and only if logfile is effective.
svn path=/branches/BRANCH_6-3/; revision=5349
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -97,6 +97,10 @@ fetchmail 6.3.10 (not yet released): errors. Partially taken from Petr Cerny's patch in Novell Bugzilla #246829. The 501 part of said patch was not added, as the maintainer is not convinced 501 is a temporary condition, and softbounce takes care of this anyways. +* Proper precedence ordering for the syslog and logfile options. If the logfile + option is effective (i. e. we're not in daemon mode and nodetach isn't used), + kill the syslog option. If logfile is ineffective (we're not in daemon mode, + or nodetach is set), syslog takes precedence. # CHANGES * Make the comparison of the SSL fingerprints case insensitive, to |