You can also create two "work with mail" steps. The first step looks for username and if the email isn't found the second step looks for domain name.
Sometimes i get 5 different emails when i use the domain name, because they have partnerwebsites and in the emails is something like: "also visit domain1.com, domain2. com, domain3.com etc.
And sometimes it's the best to look for uniqueness in the activation links, so you can exclude welcome emails. E.g. in pligg you get something like:
http://www.pligg.com/activation1234567uid=username
So i search for uid=username and can parse the exact message. Then in the second step i parse the activationn link. Works 100%.
Sometimes i get 5 different emails when i use the domain name, because they have partnerwebsites and in the emails is something like: "also visit domain1.com, domain2. com, domain3.com etc.
And sometimes it's the best to look for uniqueness in the activation links, so you can exclude welcome emails. E.g. in pligg you get something like:
http://www.pligg.com/activation1234567uid=username
So i search for uid=username and can parse the exact message. Then in the second step i parse the activationn link. Works 100%.