Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'sieve'

1732217 - Dovecot Sieve filtering attempt: dovecot sieve
  1. require "fileinto";
  2. if  anyof (
  3. if header :contains "X-Spam-Level" "********"
  4. if header :contains "X-Spam-Level" "*********"
  5. if header :contains "X-Spam-Level" "**********"
  6. if header :contains "X-Spam-Level" "***********"
  7. if header :contains "X-Spam-Level" "************"
  8. if header :contains "X-Spam-Level" "*************"
  9.  
1258305 - managesieve roundcube patch: roundcube managesieve sieve
  1. --- managesieve.inc.orig        2008-11-16 02:56:31.000000000 +0100
  2. +++ managesieve.inc     2008-11-16 03:29:14.000000000 +0100
  3. @@ -620,7 +620,7 @@
  4.  
  5.    foreach ($a_folders as $folder)
  6.    {
  7. -    $utf7folder = $folder;
  8. +    $utf7folder = $IMAP->_mod_mailbox($folder);
  9.  
worth-right
worth-right
fantasy-obligation