Copy and pasting rules

Hello all.

I am fairly new to MikroTik so forgive me if this is an elementary question. I am having an issue copying and pasting rules. Sometimes it adds weird characters, doesnt keep quotes, etc. I can’t figure out how or why.

http://wiki.mikrotik.com/wiki/How_to_autodetect_infected_or_spammer_users_and_temporary_block_the_SMTP_output

I am copying a rule found at the above site. Copying the rules worked, but copying the command to create the script is failing for whatever reason. Attached is a screenshot with the issue I am having.
Capture.JPG

hi
it seem that you don’t copy and paste all the scripts.
you must follow whole of scripts in the page.
or you copy and paste line by line,that it is’t correct.you must copy whole of scripts and paste.
for more info read again the help and do correct.
http://wiki.mikrotik.com/wiki/How_to_autodetect_infected_or_spammer_users_and_temporary_block_the_SMTP_output

you can’t just paste a script in there. create a new script, then run “edit” and there paste it:

[admin@MikroTik] /system script> add name=test            
[admin@MikroTik] /system script> edit test

Thanks for the help!

Good to know Ctrl-V toggles the auto-compete freature.