This router works as an email forwarders, with the following conditions
foo@??? => fun@??? -> This option works fine
a@??? => :blackhoe: -> This also works fine
b@??? => :fail: -> This doesn't work
c@??? => myuser -> This also doesn't work
The "data" will have the values of ":fail:" , "myuser" , ":blackhole:"
, "fun@???
I still wonder why the last two conditions are not working in this
router, can any one point me to a trouble shooting direction