Announcement

Collapse
No announcement yet.

sieve vacation missing "Auto:" subject

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

  • 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

  • #2
    Hi,

    are there any plans on changing/fixing this ?

    Bye

    Comment


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

      Comment


      • #4
        having the same problem and did ...

        Comment

        Working...
        X