Commit d09a0290 authored by David Gatica's avatar David Gatica

change fileNames with how by as

parent 370cb4ba
......@@ -46,33 +46,33 @@
tags:
- search
- name: copy script createScriptToMarkHowNotSpam.sh at server
copy: dest=/tmp/resultsSearch/dataParsed src=../files/createScriptToMarkHowNotSpam.sh
- name: copy script createScriptToMarkAsNotSpam.sh at server
copy: dest=/tmp/resultsSearch/dataParsed src=../files/createScriptToMarkAsNotSpam.sh
tags:
- searchOnJunk
- name: copy script createScriptToMarkHowSpam.sh at server
copy: dest=/tmp/resultsSearch/dataParsed src=../files/markMessagesHowSpam.sh
- name: copy script createScriptToMarkAsSpam.sh at server
copy: dest=/tmp/resultsSearch/dataParsed src=../files/markMessagesAsSpam.sh
tags:
- searchDefault
- name: change permission to execute script
shell: chmod 755 /tmp/resultsSearch/dataParsed/createScriptToMarkHowNotSpam.sh
shell: chmod 755 /tmp/resultsSearch/dataParsed/createScriptToMarkAsNotSpam.sh
tags:
- searchOnJunk
- name: change permission to execute script
shell: chmod 755 /tmp/resultsSearch/dataParsed/createScriptToMarkHowSpam.sh
shell: chmod 755 /tmp/resultsSearch/dataParsed/createScriptToMarkAsSpam.sh
tags:
- searchDefault
- 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:
- searchOnJunk
- 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:
- 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