Hotot
Hotot copied to clipboard
Combining firewall criterias by "or"
Currently tag:foo tag:bar do:drop is interpreted as: Drop all tweets which contain #foo and #bar
But it would be nice to have a possibility to tell hotot to interpret the condition as: Drop all tweets which contain #foo or #bar
Just create two rules:
- tag:foo do:drop
- tag:bar do:drop
There you go, tweets with either tag will be dropped.