diff options
author | Phil Pennock <pdp@exim.org> | 2011-01-27 19:08:45 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-01-27 19:08:45 -0500 |
commit | f7274286b6f492600e811791733544345551eea8 (patch) | |
tree | f9af78e8e4d092efdeccd8f5b5cbac7baabf9d1c /doc | |
parent | 0cc9542ab26b35cba3a5523acb8991eb18ce0656 (diff) |
Pulled spamd_address-expanded caching fix.
Author: Wolfgang Breyha
Bugzilla: 935
Attachment: 378
(looks like it could do with a strcmp check at the end before the extra
string_copy, but that's a nicety and the author has presumably been
running with this).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f196095ab..493157501 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -20,6 +20,9 @@ PP/01 Permit LOOKUP_foo enabling on the make command-line. Also via indented variable definition in the Makefile. (Debugging by Oliver Heesakkers). +PP/02 Restore caching of spamd results with expanded spamd_address. + Patch from author of expandable spamd_address patch, Wolfgang Breyha. + Exim version 4.74 ----------------- |