Commit d09a0290 authored by David Gatica's avatar David Gatica

change fileNames with how by as

parent 370cb4ba
...@@ -46,33 +46,33 @@ ...@@ -46,33 +46,33 @@
tags: tags:
- search - search
- name: copy script createScriptToMarkHowNotSpam.sh at server - name: copy script createScriptToMarkAsNotSpam.sh at server
copy: dest=/tmp/resultsSearch/dataParsed src=../files/createScriptToMarkHowNotSpam.sh copy: dest=/tmp/resultsSearch/dataParsed src=../files/createScriptToMarkAsNotSpam.sh
tags: tags:
- searchOnJunk - searchOnJunk
- name: copy script createScriptToMarkHowSpam.sh at server - name: copy script createScriptToMarkAsSpam.sh at server
copy: dest=/tmp/resultsSearch/dataParsed src=../files/markMessagesHowSpam.sh copy: dest=/tmp/resultsSearch/dataParsed src=../files/markMessagesAsSpam.sh
tags: tags:
- searchDefault - searchDefault
- name: change permission to execute script - name: change permission to execute script
shell: chmod 755 /tmp/resultsSearch/dataParsed/createScriptToMarkHowNotSpam.sh shell: chmod 755 /tmp/resultsSearch/dataParsed/createScriptToMarkAsNotSpam.sh
tags: tags:
- searchOnJunk - searchOnJunk
- name: change permission to execute script - name: change permission to execute script
shell: chmod 755 /tmp/resultsSearch/dataParsed/createScriptToMarkHowSpam.sh shell: chmod 755 /tmp/resultsSearch/dataParsed/createScriptToMarkAsSpam.sh
tags: tags:
- searchDefault - searchDefault
- name: execute script for create files with the commands zmmailbox to mark how not Spam - name: execute script for create files with the commands zmmailbox to mark how not Spam
shell: /tmp/resultsSearch/dataParsed/markMessagesHowNotSpam.sh /tmp/resultsSearch/onlyZimbraIDAndMessageId.txt shell: /tmp/resultsSearch/dataParsed/markMessagesAsNotSpam.sh /tmp/resultsSearch/onlyZimbraIDAndMessageId.txt
tags: tags:
- searchOnJunk - searchOnJunk
- name: execute script for create files with the commands zmmailbox to mark how Spam - name: execute script for create files with the commands zmmailbox to mark how Spam
shell: /tmp/resultsSearch/dataParsed/markMessagesHowSpam.sh /tmp/resultsSearch/onlyZimbraIDAndMessageId.txt shell: /tmp/resultsSearch/dataParsed/markMessagesAsSpam.sh /tmp/resultsSearch/onlyZimbraIDAndMessageId.txt
tags: tags:
- searchDefault - searchDefault
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment