add attach file for security admins. the file is used to store email for security admins. all the emails with regular subject 'apply account' from security admin will be treated as an forwarded email to apply account.
Signed-off-by: Luan Shengde shdluan@163.com --- container/mail-robot/start | 1 + 1 file changed, 1 insertion(+)
diff --git a/container/mail-robot/start b/container/mail-robot/start index ad17c7a..3827e2c 100755 --- a/container/mail-robot/start +++ b/container/mail-robot/start @@ -31,6 +31,7 @@ cmd = %w[ ] + env + %W[ -v /c/upstream-repos:/c/upstream-repos:ro -v #{defaults['MAILDIR']}:#{defaults['MAILDIR']}:rw + -v /etc/compass-ci/conf/sec_admins.yaml:/etc/compass-ci/conf/sec_admins.yaml:ro -v #{ENV['CCI_SRC']}:/c/compass-ci:rw -w /c/compass-ci/container/mail-robot mail-robot