Hotot icon indicating copy to clipboard operation
Hotot copied to clipboard

Combining firewall criterias by "or"

Open HeikoAdams opened this issue 12 years ago • 1 comments

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

HeikoAdams avatar Jan 13 '13 07:01 HeikoAdams

Just create two rules:

  • tag:foo do:drop
  • tag:bar do:drop

There you go, tweets with either tag will be dropped.

elkangaroo avatar Jun 01 '13 11:06 elkangaroo