sieve vacation missing "Auto:" subject

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • krueger

    #1

    sieve vacation missing "Auto:" subject

    Hi everybody,

    I successfully configured a sieve vacation script using the OX UI.

    My problem is: SIEVE generates the returning mail SUBJECT from
    the original mail if there is no(!) subject given in the script.

    But: If I leave the subject field in the UI empty, OX generates a sieve
    script containing an empty subject:

    # Generated by OX Sieve Bundle on Thu May 14 09:59:03 CEST 2009
    require "vacation" ;

    ## Flag: vacation|UniqueId:0|Rulename: Abwesenheitsbenachrichtigung
    if true
    {
    vacation :days 7 :addresses "xx@yy.zz" :subject "" "Bin weg.";
    }

    Is there any fix that OX UI omits <subject = ""> if subject field in UI is left empty?

    Antwort auch auf Deutsch moeglich!

    Thanks for any help!
    Vielen Dank!

    Ulf
  • otw
    Junior Member
    • Nov 2008
    • 14

    #2
    Hi,

    are there any plans on changing/fixing this ?

    Bye

    Comment

    • Martin Heiland
      Open-Xchange Quality Assurance
      • Feb 2007
      • 3695

      #3
      As far as i know, has has not created a bug report yet. -> https://bugs.open-xchange.com/

      Comment

      • Rainer Bröring
        Junior Member
        • Jun 2010
        • 1

        #4
        having the same problem and did ...

        Comment

        Working...
        X