You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exmdb: add unique per-process identifier for eml object filenames
Cure a case of E-5310 appearing in log messages which can happen if
lib/ruleproc.cpp processes a OP_MOVE/OP_COPY rule.
E-5310: link /var/lib/gromox/user/horio/eml/1753728954.1.a4.inai.de ->
/var/lib/gromox/user/horio/eml/1753728954.1.a4.inai.de: File exists
exmdb's copy_eml_ext() is prone to derive a new_name that is equal to
old_name. gromox-delivery creates e.g. 1234567890.1.hostname, and
exmdb can too if their sequence number lines up.
0 commit comments