diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-29 17:14:07 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-06-29 17:14:07 +0100 |
commit | 62b2ccce05a9a3127736d84d20e2bbe7b0885287 (patch) | |
tree | aeeb468c4f6215ae272863f5582373832e88a121 /doc/doc-txt | |
parent | 3d0472791a0928963a3f8184fe28479e80d1a47d (diff) |
Taint: fix ACL "spam" condition, to permit tainted name arguments.
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b2b9a74b8..41a9629cf 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -69,6 +69,10 @@ JH/13 Fix dsearch "subdir" filter to ignore ".". Previously only ".." was JH/14 Bug 2606: Fix a segfault in sqlite lookups. When no, or a bad, filename was given for the sqlite_dbfile a trap resulted. +JH/15 Fix "spam" ACL condition. Previously, tainted values for the "name" + argument resulted in a trap. There is no reason to disallow such; this + was a coding error. + Exim version 4.94 ----------------- |