Rebol does do all that you expound on. Check out http://www.rebol.com/docs/network.html
Every protocol can have its own, proxy :: port :: type ::
userid:: password :: bypass rules.
It appears that you are just setting your
system/schemes/default/proxy settings and not
defining any of the i
I'm only a newbie, but according to the REBOL official guide you can
selectively disable proxies for each protocol by doing
/system/schemes/smtp/proxy/host: false
/system/schemes/smtp/proxy/port-id: false
/system/schemes/smtp/proxy/type: false
This worked for me as I had the same problem (I thin