Age | Commit message (Collapse) | Author |
|
|
|
Broken-by: ea97267cea
|
|
|
|
|
|
|
|
|
|
|
|
Commit 251b9eb46 broke heimdal_gssapi by changing the function
definition in the `.c` without changing the declaration in the `.h`.
Was part of 4.92.
Make corresponding `.h` change to reflect newer internal API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Broken-by: 12e9bb25fc
|
|
|
|
deliveries as default
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There might be reasons to cheat about the Exim version you're running.
(Think of stupid security scanners.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-M (--related) was hidden by -m (--man), because of case insensitive
option matching. (4.90 … 4.92 did case insensitive option processing)
Thanks to Andreas Metzler for reporting this issue.
|
|
Make tempfile names unique across Exim instances running in a cluster on
a shared $spool_directory. (They need to set localhost_number to have
cluster-unique message_exim_ids.)
|
|
On at least one *BSD system, /tmp is owned by root:wheel and
files created there are owned by <creator>:wheel. The following
mv /tmp/<tmpfile> to an existing file with other permissions fails
for the non-privileged user.
|
|
|
|
|
|
|
|
on missing default TLD file.
|
|
|
|
|
|
Broken-by: a5ffa9b475
|
|
|
|
|
|
|
|
|
|
|