Errors on the script samples?

example http://wiki.mikrotik.com/wiki/Sending_your_self_an_e-mail_with_DSL_interface_IP_address

:if ([ :typeof $ddnslastip ] = nil ) do={ :global ddnslastip “0” }

should be
:if ([ :typeof $ddnslastip ] = “nil” ) do={ :global ddnslastip “0” }


Does someone maintain these examples so they work in the current version of ROS?

If you register for the wiki, you can correct these scripts yourself, as well as add others if you have some.

Contact support for an account (and include a desired username).

Have requested …