Age | Commit message (Collapse) | Author |
|
malformed smtp transport configurations.
|
|
the file did not previously exist.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
special ones.
|
|
in the os-type script was giving problems when libc.so lives in lib64,
like on x86_64 Fedora Core.
|
|
makefile, as these are not listed in the general $(HDRS) list.
|
|
|
|
|
|
|
|
no transport.
|
|
|
|
crashes while opening hints files.
|
|
|
|
|
|
(1) The filter variables $n0-$n9 and $sn0-$sn9 were broken.
(2) The table of control names was missing some conditional names,
leading to the wrong name in some error messages.
|
|
code. I hadn't compiled it before, but a user complained...
|
|
out.
|
|
local functions static.
|
|
|
|
to be included in bounce messages, as it doesn't seem to be a security
risk.
|
|
Tom's prvs patch to avoid the hardwired use of "%lld" and "long long".
Replaced the call to snprintf() with a call to string_vformat().
|
|
Exim Makefiles.
|
|
|
|
use_postmaster after the random test.
|
|
|
|
in expand.c. :-)
|
|
|
|
|
|
off_t values as appropriate. Assume that %lld is available if the size
of off_t is greater than 4. This involved some modifications to
string_vformat() in order to handle %lld.
|
|
|
|
|
|
renaming some others.
|
|
|
|
|
|
Jeremy Harris <jgh@wizmail.org> in exim-users Message-ID:
<42AC48EB.90406@wizmail.org>
|
|
ratelimits more than once in the same ACL (e.g. to increase the
delay for higher rates) so the code didn't do the right thing in
that situation. There's now a per_cmd cache which is reset at the
start of each ACL run.
|
|
from a bug report by John Horne. The lack of initialization of the
found variable in acl_verify_csa() was not a bug but I've fixed it
because it's risky.
Bug ID 26
|
|
|
|
|
|
greater than 2G.
|
|
unexpected characters after the variable name.
|
|
|
|
|
|
Write proper mbox delimiter in .eml files. 3) add X-Envelope-Sender and X-Envelope-To headers to .eml file
|