+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 11 to 19 of 19

Thread: managesieve not filtering

  1. #11
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    you could try the sieverules plugin, rather than managesive. this has an option in the config to turn off the IMAP root.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  2. #12
    katie is offline Roundcube Newcomer
    Join Date
    Nov 2009
    Location
    @ keyboard
    Posts
    5
    Downloads
    2
    Uploads
    0

    Default

    Quote Originally Posted by Granada View Post
    ....
    maybe dovecot does have some similiar feature to track down the problem
    ....
    FYI only:

    Messagelog with Sieve-hit in Dovecot:
    (xxxxxxx = anonymized)

    Code:
    Mar 11 12:02:06 mx1 dovecot: deliver(xxxx@xxxxxxxxxxx.xx): sieve: msgid=<4b98cdacf006b_5a14127b298380571d@mx002.twitter.com.tmail>: stored mail into mailbox 'SozNW.twitter'
    Last edited by katie; 03-11-2010 at 11:40 AM. Reason: colors

  3. #13
    mich@l is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default connect server managiesieve

    Hello

    I have problem with configuration plugin managiesieve.
    I install this plugin but don't connect with server managiesieve.
    How repair this problem ?

  4. #14
    menno is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default

    Are there any plugins that can work with procmail instead of sieve rules?

  5. #15
    nessudo is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    I'm new and have a few questions ... is there anyone there to help

  6. #16
    skygge is offline Roundcube Newcomer
    Join Date
    Apr 2010
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    Hello everyone!
    This is my first post.

    I'm going to migrate from Squirrelmail ro Roundcube, but I cannot make Sieve filters to work. I tried "Managesieve" plugin and "Sieverules" also, but they don't work. I use Cyrus Imap.

    In Squirrel I used Avelsieve plugin and it worked perfectly.
    I noticed some differences between script syntax in both solutions: Avelsieve and Managesieve/Sieverules.

    Here is an example:

    Avelsieve:
    #START_SIEVE_RULEYTo0OntzOjQ6ImNvbmQiO2E6MTp7aTowO 2E6NDp7czo0OiJ0eXBlIjtzOjY6ImhlYWRlciI7czo2OiJoZWF kZXIiO3M6NDoiRnJvbSI7czo5OiJtYXRjaHR5cGUiO3M6ODoiY 29udGFpbnMiO3M6MTE6ImhlYWRlcm1hdGNoIjtzOjIzOiJkZXY tbnVsbEByaG4ucmVkaGF0LmNvbSI7fX1zOjQ6InR5cGUiO3M6M ToiMSI7czo2OiJhY3Rpb24iO3M6MToiNSI7czo2OiJmb2xkZXI iO3M6MTE6IklOQk9YLlRyYXNoIjt9END_SIEVE_RULE
    if header :contains "From" "dev-null@rhn.redhat.com"
    {
    fileinto "INBOX.Trash";
    }

    Sieverules/Managesieve:
    # rule:[test1]
    if anyof (header :contains "Subject" "test")
    {
    fileinto "INBOX.Trash";
    }


    First rule works, second - not.
    Although, "sievec" compiles this script to .bc file without errors.

    Has anyone an idea what could be wrong?
    There's one more: Sieverules cannot import Avelsieve script. It shows "server error" message.

    Please, help
    Thanks,
    Skygge.
    Last edited by skygge; 04-12-2010 at 09:29 PM.

  7. #17
    skygge is offline Roundcube Newcomer
    Join Date
    Apr 2010
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    Up!

    I REALLY need an aswer....

  8. #18
    skygge is offline Roundcube Newcomer
    Join Date
    Apr 2010
    Posts
    4
    Downloads
    0
    Uploads
    0

    Default

    Well... nobody knows what's going on...
    I noticed that filters don't work ONLY when "vacation" rule is active.

    Setting up vacation filter breaks other filters. Strange....

    Anyone can help?

  9. #19
    JohnDoh is offline Super Moderator
    Join Date
    May 2007
    Posts
    1,206
    Downloads
    6
    Uploads
    0

    Default

    take another look at the rule file. if you have multiple rules setup then by default both sieverules plugin use an if... elsif... structure so once one rule is matched thats it no more will be used. I'm not sure about managesieve, this used to do that too but i think it might use multiple ifs now. the behaviour of sieverules can be changed in the config.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts