Open dominicraf opened 3 years ago
I find that the additional symbol in v0.12 'loopable=true' does not seem to work in stopping more than one trigger for the same event. Example:
/var/lib/amavis/virusmails IN_CREATE,loopable=true /opt/myscript $@/$#
When a new file is placed in /var/lib/amavis/virusmails, incrontab triggers the action twice. I work around this in myscript with flock, but it would be much better if it didn't happen.
/var/lib/amavis/virusmails
myscript
flock
I'm seeing this same behavior, and it's rather important for my use case. Any progress on this issue?
Same issue here, any update?
I find that the additional symbol in v0.12 'loopable=true' does not seem to work in stopping more than one trigger for the same event. Example:
When a new file is placed in
/var/lib/amavis/virusmails
, incrontab triggers the action twice. I work around this inmyscript
withflock
, but it would be much better if it didn't happen.