https://bugs.exim.org/show_bug.cgi?id=2348
Bug ID: 2348
Summary: 4.92-RC1 M treated as G in check_spool_space and
check_log_space
Product: Exim
Version: N/A
Hardware: x86-64
OS: OpenBSD
Status: NEW
Severity: bug
Priority: medium
Component: General execution
Assignee: nigel@???
Reporter: exim-bugs@???
CC: exim-dev@???
In 4.92-RC1, when configuration file sets check_spool_space and
check_log_space, Exim treats M as G.
Below is example configuration file with just four lines:
km@build ~/src/exim-git $ cat /etc/exim/configure
check_spool_space = 10M
check_log_space = 10M
message_size_limit = 50M
bounce_return_size_limit = 100K
When exim -bP is run to print values of the options, the first and second are
no longer Megabytes, but Gigabytes:
km@build ~/src/exim-git $ ./src/build-OpenBSD-amd64/exim -bP check_spool_space
check_log_space message_size_limit bounce_return_size_limit
check_spool_space = 10G
check_log_space = 10G
message_size_limit = 50M
bounce_return_size_limit = 100K
--
You are receiving this mail because:
You are on the CC list for the bug.