Yeah, really need this too.
Rather than making lots of rules I would like to do a rule using a list.
Example.
Download all emails and if within the email there is a link that has the following syntax then add the URL to a list.
This is a bit like the logic you can run using ubot.
You say, parse the emails and cycle through a list that contains an identifier
(example of list
confirmation.php
act=
verifty)
If Identifier is found, add to a list. Then when process has complete, cycle through that list activating each of the urls one by one.
Can this be done in Zenno?