Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
With openssl installed by brew on macOS, OpenSSL headers are not in a
normal place. I can fiddle with LDFLAGS/CPPFLAGS to get them available,
but then the `./configure` step succeeds and build fails.
Propagating the CPPFLAGS into the generated Makefile lets the build
succeed and we get a `client-ssl` binary output.
|
|
|
|
Patch from Matthias, with additional code indentation tweaks from JGH
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Before, it was just dropped, but we document that it's replaced by ?.
Tests updated, manual test-case for -be prompt is:
${utf8clean:${length_1:フィル}}
|
|
|
|
Bug 2296
|
|
|
|
|
|
Missed from 611b1961b8.
|
|
|
|
|
|
|
|
Following discussions on the exim-user mailinglist it seems that the conclusion
that the interface was nonfunctioning was unwarranted.
|
|
This reverts commit c5f280e20a8e3ecd5f016b8fb34a436588915ed2.
|
|
This reverts commit f6f239461fd62b3a4f3142b6b2a85f8f65eee486.
|
|
|
|
|
|
|
|
Broken-by: 42055a3385
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Broken-by: 0e8aed8aab
|
|
Broken-by: 777e3beace
|
|
|
|
|
|
|
|
|
|
|
|
The ordering of headers being signed was wrong when a message
being forwarded arrived with a dkim signature
|
|
Too many variables were being cleared between connections
Broken-by: c780096c29 4.91 RC2
|