Actions
Bug #5069
closedON INPUT doesn't trigger in some wildcard cases
Start date:
06/03/2020
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Regression:
No
Description
Hello,
I am trying to use the following code and seems not triggering.
Example:
Bugged:
ON *:INPUT:!ip *: { echo -a OK }
But the following works
ON *:INPUT:*: { if ($1 == !ip) { echo -a OK } }
- Thanks!
Updated by Per Amundsen over 4 years ago
- Status changed from New to Invalid
There is no text match for on INPUT, only target match.
Actions