暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

etc_dovecot_sieve_learn_ham.sieve 235B

1234567891011
  1. require ["vnd.dovecot.pipe", "copy", "imapsieve", "environment", "variables"];
  2. if environment :matches "imap.mailbox" "*" {
  3. set "mailbox" "${1}";
  4. }
  5. if string "${mailbox}" "Trash" {
  6. stop;
  7. }
  8. pipe :copy "rspamc" ["learn_ham"];