Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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"];