+ Reply to Thread
Page 6 of 34 FirstFirst ... 4 5 6 7 8 16 ... LastLast
Results 51 to 60 of 335

Thread: Sieverules plugin

  1. #51
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    I sent you a PM about a test login for our system that hopefully can help you in determining what you think my issue is...

    let me know if you need anything else,

    Tim.

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

    Default

    I think the problems timtraver was seeing are now fixed in the latest development release. The problem was support for Dovecot 1.2. Thanks to timtraver for his help in debugging.

    Latest development release also includes support for Body and Copy extensions and some other minor bug fixes.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  3. #53
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default Sieve Body comparison

    Hi,

    was wondering if you were going to put the RFC 5173 Sieve implementation of searching the body for content in your sieve rule plugin?

    Also, it appears that when writing the sieve rules, they are all written as elseif statements, which means that only one rule can be hit. Can those be set up as individual if statements?

    Thanks,

    Tim.

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

    Default

    The latest development version of the plugin does allow for filtering on the message body (if it is support by your server). latest development version requires the svn trunk version of RC.

    To make the plugin write single if statements rather than elseif please check the readme.
    Roundcube Patches: Sieverules, SpamAssassin Prefs, and more…

  5. #55
    fgh
    fgh is offline Registered User
    Join Date
    Jul 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    if i click on new filter nothing happens

    in my apache log i found:
    file does not exist: /usr/share/roundcubemail/undefined, referer: http://host/webmail/?_task=settings&...sieverules.add



    any ideas, thats wrong?

  6. #56
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    looks like you haven't added all of the localization text fields needed by your plugin just yet...

    When leaving the subject blank on an autoreply, I get the popup with the message :

    [sieverules.vacnosubject]

    but I can't find any vacnosubject entry in any of the localization files...

    just a heads up

  7. #57
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    fgh,

    you'll need to give us more information for us to help you. Is your managesieve server up and running?

    what roundcube software are you running and what version of the sieverules dist are you running?

  8. #58
    fgh
    fgh is offline Registered User
    Join Date
    Jul 2009
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by timtraver View Post
    you'll need to give us more information for us to help you. Is your managesieve server up and running?
    yes the server is running

    cat dovecon/info.log
    dovecot: 2009-07-28 22:13:13 Info: managesieve-login: Login: user=<user@test.local>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, secured
    dovecot: 2009-07-28 22:13:13 Info: MANAGESIEVE(user@test.local): Connection closed


    what roundcube software are you running and what version of the sieverules dist are you running?
    roundcubemail-0.3-RC1 sieverules.0_3b

  9. #59
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    hmmm...well, 0.3 is definitely on the cutting edge, and I know there have been lots of improvements and fixes in the latest SVN builds.

    I'm going to bet that the advice that you'll get from the developer will be to update your SVN build of RC as well as get the latest download of the sieverules plugin.

    t

  10. #60
    timtraver is offline Registered User
    Join Date
    Jan 2009
    Posts
    36
    Downloads
    4
    Uploads
    0

    Default

    JohnDoe,

    I've got another one for ya...

    ok, in your header drop down list, you have one labelled as "Sender". What I found is that in the sieverules.php file, on line 24, you have

    'from' => 'address::Sender',

    I think you actually meant that field to be a comparator of the "From" field so that when the managesieve writes out the rule, it uses the "From" header, as I do not believe there is a "Sender" header in most emails.

    When I changed that line to be

    'from' => 'address::From',

    then it wrote out the rule in a manner that I think is what you had intended.

    Let me know if that doesn't sound right...but if it does, then maybe you can change it in your codebase...

    Thanks,

    Tim

+ Reply to Thread
Page 6 of 34 FirstFirst ... 4 5 6 7 8 16 ... LastLast

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