On 19/8/25 23:44, Wietse Venema via Postfix-users wrote:
[An on-line version of this announcement will be available at
https://www.postfix.org/announcements/postfix-3.10.4.html]
Fixes for Postfix 3.10, 3.9, 3.8, 3.7:
Hmm...
$ diff postfix-3.10.{3,4}/src/util/dict_dbm.c
475c475,476
< dict_dbm->dict.mtime = st.st_mtime;
---
> if (open_mode == O_RDONLY)
> dict_dbm->dict.mtime = st.st_mtime;
I /think/ it should be "open_flags", but I'm not sure it should not be
((open_flags & O_RDONLY) != 0).
Cheers,
Gary B-)
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org