On 08/04/2023 23:35, Peter via Exim-users wrote:
(1) The man page shows option -f without explanation. How is it used?
It has no effect, though it is parsed and is not an error. Despite the author's note on that manpage (at least in the Ubunto online one I found) the source must have been glanced at. The actual Exim documentation doesn't mention it.
(2) Why split the database identifier into path and file? Why not just the fully qualified name? Eg. exim_tidydb -t 1m /var/spool/exim4/db/retry
That's not a "file", it's a hints-database name. It lets the utility Do The Right Thing when the database is made of multiple files, or a file with some name depending on, but not identical to, the name of the hints-db. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
